| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
and was originally created 2008-03-01, thirteen months before the upstream
release of GCC 4.4.0. Even lang/gcc45 has been gone for more than two
years now.
Recommend the generic lang/gcc as a replacement.
Notes:
svn path=/head/; revision=346580
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GPLv3 with GCC Runtime Library Exception (for the runtime).
Remove the man7 pages, which we are not packaging, from the staging
area to silence some warnings some are concerned about. [1]
Submitted by: miwi [1]
Discussed with: antoine [1]
Notes:
svn path=/head/; revision=345755
|
|
|
|
|
|
|
|
|
|
| |
Still convert to staging, remove a no longer necessary dependency on bison
and backport some other changes (variable naming,...) from lang/gcc46 in
case someone wants or needs to retain this port locally after we remove it
here.
Notes:
svn path=/head/; revision=341080
|
|
|
|
| |
Notes:
svn path=/head/; revision=340674
|
|
|
|
| |
Notes:
svn path=/head/; revision=334802
|
|
|
|
|
|
|
|
|
|
|
|
| |
port and avoid a package name collision with other GCC ports. This
also allows us to remove LATEST_LINK.
Move to the new LIB_DEPENDS standard.
Sync the debugging output in pre-everything with later GCC ports.
Notes:
svn path=/head/; revision=334796
|
|
|
|
|
|
|
| |
lang)
Notes:
svn path=/head/; revision=327741
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.
Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.
[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup
PR: ports/138228 [2]
Submitted by: jlh (bsd.ssp.mk based on)
Reviewed by: bapt
With hat: portmgr
exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64
Notes:
svn path=/head/; revision=327697
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of hardcoding the compiler target as FreeBSD, use the OPSYS
variable to it. This makes no practical difference for FreeBSD, but
it helps DragonFly get properly configured.
Approved by: gerald
Notes:
svn path=/head/; revision=327052
|
|
|
|
|
|
|
|
|
|
|
| |
(gfortran requires gnu99)
PR: ports/181816
Submitted by: tijl
Approved by: gerald
Notes:
svn path=/head/; revision=326553
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
if present (even if the libiconv port is present and requested) and
fails using that.
The issue is that /usr/include/iconv.h has #include <stdbool.h> which
in turn, since both are included very late in the game, conflicts with
similar definintions by libcpp itself.
libstdc++ does not seem to require adjustments, so PR 161417 may not
be relevant in full.
PR: 161417
Notes:
svn path=/head/; revision=326538
|
|
|
|
|
|
|
|
|
|
|
| |
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me)
Notes:
svn path=/head/; revision=326316
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
Notes:
svn path=/head/; revision=316662
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Notes:
svn path=/head/; revision=313635
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings.
Notes:
svn path=/head/; revision=305610
|
|
|
|
|
|
|
| |
Just build, do not bootstrap, this obsolete and frozen version of GCC.
Notes:
svn path=/head/; revision=302116
|
|
|
|
|
|
|
|
|
| |
and branch.
Feature safe: yes
Notes:
svn path=/head/; revision=293527
|
|
|
|
| |
Notes:
svn path=/head/; revision=292922
|
|
|
|
| |
Notes:
svn path=/head/; revision=289609
|
|
|
|
|
|
|
|
|
| |
the version to upgrade to instead of GCC 4.5 which is going away.
Feature safe: yes
Notes:
svn path=/head/; revision=285628
|
|
|
|
| |
Notes:
svn path=/head/; revision=281182
|
|
|
|
| |
Notes:
svn path=/head/; revision=276997
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream now only provides a single tarball, so this brings a number
of changes around that.
Among others based on this, enable c, c++, and fortran (and only these)
explicitly. [1]
Reported by: Scott Allendorf <scott-allendorf@uiowa.edu> [1]
Notes:
svn path=/head/; revision=275034
|
|
|
|
| |
Notes:
svn path=/head/; revision=273826
|
|
|
|
| |
Notes:
svn path=/head/; revision=273752
|
|
|
|
| |
Notes:
svn path=/head/; revision=273249
|
|
|
|
|
|
|
|
|
|
|
|
| |
release of GCC 4.4.6.
Replace the, now dysfunctional, post-patch target with a configure
option that marks this build of GCC as "FreeBSD Ports Collection". [1]
Reported by: Bjoern Koenig <bkoenig@alpha-tierchen.de> [1]
Notes:
svn path=/head/; revision=273008
|
|
|
|
| |
Notes:
svn path=/head/; revision=272760
|
|
|
|
| |
Notes:
svn path=/head/; revision=272408
|
|
|
|
| |
Notes:
svn path=/head/; revision=272106
|
|
|
|
|
|
|
|
| |
Remove support for the testsuite and the full-regression-test Makefile
target since we'll be phasing out this port in the near future.
Notes:
svn path=/head/; revision=271513
|
|
|
|
|
|
|
|
|
|
| |
Remove the explicit passing of CPPFLAGS to MAKE_ENV which is no longer
necessary. [1]
PR: 153625 [1]
Notes:
svn path=/head/; revision=271303
|
|
|
|
| |
Notes:
svn path=/head/; revision=270800
|
|
|
|
| |
Notes:
svn path=/head/; revision=269530
|
|
|
|
| |
Notes:
svn path=/head/; revision=269223
|
|
|
|
|
|
|
|
|
| |
Unbreak the case where CPPFLAGS is already pre-initialized. [1]
Reported by: avg [1]
Notes:
svn path=/head/; revision=269222
|
|
|
|
| |
Notes:
svn path=/head/; revision=268837
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=268562
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=268313
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=268091
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=267798
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Finally fix an intricate build error (amd64 only) that has been hard
to reliably track down and unbreak this port on amd64.
PR: 151792, 151848
Reported by: pav, QAT,
Andrei Lavreniyuk <andy@gmail.com>,
"Hartmann, O." <ohartman@zedat.fu-berlin.de>
Submitted by: avg (in slightly different form)
Tested by: Christoph Moench-Tegeder <cmt@burggraben.net>,
Da Rock <freebsd-questions@herveybayaustralia.com.au>
Notes:
svn path=/head/; revision=267293
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=264159
|
|
|
|
| |
Notes:
svn path=/head/; revision=263649
|
|
|
|
| |
Notes:
svn path=/head/; revision=263112
|
|
|
|
|
|
|
| |
state of the GCC 4.4.5 release.
Notes:
svn path=/head/; revision=262817
|
|
|
|
| |
Notes:
svn path=/head/; revision=262066
|
|
|
|
|
|
|
| |
Submitted by: bf
Notes:
svn path=/head/; revision=262026
|
|
|
|
| |
Notes:
svn path=/head/; revision=261628
|