| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
but six-and-a-half years after the upstream release of GCC 4.2.0 and
exactly two years after the removal of lang/gcc45 the time has come.
This reduces package name collisions around GCC related ports by 12.5%. [1]
Reported by: bapt [1]
Notes:
svn path=/head/; revision=334629
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
instead
PR: ports/181816
Submitted by: tijl
Approved by: gerald
Notes:
svn path=/head/; revision=326552
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
if present (even if the libiconv port is present) 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=326533
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
This speeds up a full port/package test cycle by 50% on a 4-core
system; a simple build/install will benefit even more.
On the way, have he compiler report itself as "FreeBSD Ports Collection".
Notes:
svn path=/head/; revision=304167
|
|
|
|
|
|
|
|
|
| |
Remove ABI version numbers for all library dependencies.
Reported by: linimon [1]
Notes:
svn path=/head/; revision=303143
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=294443
|
|
|
|
|
|
|
|
|
| |
for USE_GCC=X.Y+ for a while with an expiration date of 2012-04-18.
Feature safe: yes
Notes:
svn path=/head/; revision=293490
|
|
|
|
|
|
|
|
| |
Hat: portmgr
Feature safe: yes
Notes:
svn path=/head/; revision=287214
|
|
|
|
|
|
|
|
| |
Hat: portmgr
Feature safe: yes
Notes:
svn path=/head/; revision=287213
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the tree any more and has been obsoleted by several newer versions of
GCC -- ones that actually build on FreeBSD 10.x out of the box and
provide better support for newer CPUs, better optimizations overall,
and more advanced language support.
GCC 4.6 aka lang/gcc or lang/gcc46 is the new default version of GCC
in ports.
The system compiler version of GCC 4.2 is still available up to and
including FreeBSD 9.x and users of USE_GCC=4.2+ will be transparently
redirected to lang/gcc if, or rather when, this changes.
PR: 163103
Feature safe: yes
Notes:
svn path=/head/; revision=287171
|
|
|
|
|
|
|
|
|
|
|
| |
Collection variant of GCC. [1]
Strip down distinfo on the way.
Reported by: Bjoern Koenig <bkoenig@alpha-tierchen.de> [1]
Notes:
svn path=/head/; revision=274419
|
|
|
|
|
|
|
|
| |
point is only to support FreeBSD 6.x systems who have an older system
compiler than FreeBSD 7 and beyond.
Notes:
svn path=/head/; revision=259228
|
|
|
|
| |
Notes:
svn path=/head/; revision=256398
|
|
|
|
|
|
|
|
|
| |
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin)
Notes:
svn path=/head/; revision=252906
|
|
|
|
|
|
|
|
|
|
|
|
| |
port consistent across installations and avoids confusing error modes
for users who may have others flavors of these tools earlier in PATH.
On the way, sort CONFIGURE_ARGS.
Triggered by: glarkin
Notes:
svn path=/head/; revision=252774
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=250926
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
contrib/download_ecj script to the fetch phase using extra MASTER_SITES
and DISTFILES. Pointyhat does not allow fetching outside of the
fetch phase, and the size and checksums of ecj.jar need to be recorded
in distinfo.
Reported by: pointyhat (pav)
Approved by: gerald (via private email)
Notes:
svn path=/head/; revision=247404
|
|
|
|
|
|
|
|
|
| |
remove the WITH_JAVA_AWT knob.
Discusssed with: glarkin
Notes:
svn path=/head/; revision=246975
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Added support for gcj on amd64
- Added call to contrib/download_ecj so gcj executable doesn't die with
a "file not found" error after it's built
Submitted by: glarkin
Approved by: gerald (via email)
Notes:
svn path=/head/; revision=246904
|
|
|
|
|
|
|
| |
Reported by: dinoex
Notes:
svn path=/head/; revision=245154
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
served using GCC 4.4 or later. This makes this port a whole lot cheaper
and also allows us to remove the (somewhat bogus) check for lang/gcc295
as well as WANT_GNOME.
No longer download Objective-C related files which we don't actually use.
Set MAINTAINER unconditionally.
Notes:
svn path=/head/; revision=244443
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to allow for PORTREVISION bumps.
Simplify pre-everything and adjust PLIST_SUB accordingly.
Extract SUFFIX from PORTVERSION. Use SUFFIX for TARGLIB (and thus for
the library path used by this port). Also use SUFFIX for the libexec
directory instead of the full port version and flatten the directory
structure and simplify the logic along the way.
Move VERSIONSTRING down to pacify portlint after all those years and
extract it from PORTVERSION, too.
Make the determination of CONFIGURE_SCRIPT more robust.
Address a long term FIXME related to older versions of FreeBSD by
removing NOMANCOMPRESS=yes.
Adjust Makefile header; nothing really left from the original.
Notes:
svn path=/head/; revision=234581
|
|
|
|
| |
Notes:
svn path=/head/; revision=233833
|
|
|
|
|
|
|
|
|
| |
this GCC branch (I disabled further snapshots upstream).
Set MAKE_JOBS_SAFE to allow for parallel builds.
Notes:
svn path=/head/; revision=231238
|
|
|
|
|
|
|
|
|
| |
Remove obsolete code to create (empty) man pages in case regular man
pages cannot be created. This catches four dummy man pages we are now
able to remove: grepjar42, jar42, rmic42, and rmiregistry42.
Notes:
svn path=/head/; revision=230035
|
|
|
|
| |
Notes:
svn path=/head/; revision=228697
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
using ?=.
Add powerpc to NOT_FOR_ARCHS. [1]
No longer include the Fortran frontend. This version has been super-
seded by later ports, and the main purpose of lang/gcc42 is being on
par with the GCC 4.2-based system compiler recent versions of FreeBSD
feature.
Remove gcc-testsuite from DISTFILES, along with the post-build and
check targets. This reduces disk and bandwidth consumptions for a
feature (apparently) never used.
PR: 130964 [1]
Notes:
svn path=/head/; revision=227369
|
|
|
|
| |
Notes:
svn path=/head/; revision=227228
|
|
|
|
| |
Notes:
svn path=/head/; revision=225297
|
|
|
|
|
|
|
|
|
| |
us running into build problems, by an earlier check (pre-extract).
Suggested by: pav
Notes:
svn path=/head/; revision=225198
|
|
|
|
|
|
|
| |
since the previous snapshot.
Notes:
svn path=/head/; revision=223466
|
|
|
|
|
|
|
|
| |
Anton Shterenlikht <mexas@bristol.ac.uk> and no objections from
the freebsd-alpha@ list.
Notes:
svn path=/head/; revision=217173
|
|
|
|
|
|
|
| |
in the ultimate GCC 4.2.4 release).
Notes:
svn path=/head/; revision=216393
|
|
|
|
| |
Notes:
svn path=/head/; revision=212519
|
|
|
|
| |
Notes:
svn path=/head/; revision=211118
|
|
|
|
| |
Notes:
svn path=/head/; revision=209950
|
|
|
|
| |
Notes:
svn path=/head/; revision=208657
|
|
|
|
|
|
|
|
|
| |
Make PORTSNAME overridable.[1]
Submitted by: maho[1]
Notes:
svn path=/head/; revision=207716
|
|
|
|
| |
Notes:
svn path=/head/; revision=207438
|
|
|
|
|
|
|
| |
4.2.3 release itself.
Notes:
svn path=/head/; revision=206637
|
|
|
|
| |
Notes:
svn path=/head/; revision=206209
|
|
|
|
| |
Notes:
svn path=/head/; revision=205749
|