notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/gcc34/Makefile

Number of commits found: 122 (showing only 100 on this page)

1 | 2  »  

Thursday, 26 Dec 2013
00:03 bapt search for other commits by this committer
Fix usage of USES=perl5
Original commitRevision:337468 
Tuesday, 26 Nov 2013
06:51 gerald search for other commits by this committer
Change PORTNAME from gcc to gcc34 to match the actual name of this
port and avoid a package name collision with other GCC ports.  This
also allows us to remove LATEST_LINK.
Original commitRevision:334920 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
12:54 bdrewery search for other commits by this committer
SSP support has been added to ports with WITH_SSP for i386 and amd64
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
Original commitRevision:327697 
Tuesday, 17 Sep 2013
06:40 bapt search for other commits by this committer
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Original commitRevision:327452 
Thursday, 12 Sep 2013
10:20 marino search for other commits by this committer
lang/gcc*: define CONFIGURE_TARGET genericly (8 ports)

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
Original commitRevision:327052 
Wednesday, 4 Sep 2013
20:01 bsam search for other commits by this committer
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
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)
Original commitRevision:326316 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Saturday, 27 Apr 2013
11:59 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Original commitRevision:316662 
Friday, 8 Mar 2013
11:32 bapt search for other commits by this committer
Convert USE_BISON to USES= bison

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
Original commitRevision:313635 
Thursday, 3 Jan 2013
05:25 gerald search for other commits by this committer
Update (and soften) DEPRECATED statement.

Mark BROKEN on FreeBSD 10.0 and later.

Reported by:	erwin
Original commitRevision:309853 
Sunday, 6 Nov 2011
10:18 gerald search for other commits by this committer
Remove support for Objective C.  None of the dependencies left needs it.
Original commit
10:01 gerald search for other commits by this committer
Refer to GCC 4.6 as replacement instead of GCC 4.5.
Original commit
Saturday, 27 Aug 2011
23:34 gerald search for other commits by this committer
Mark DEPRECATED.  This is really only used for three obsolete and
practically unmaintained ports.
Original commit
Thursday, 31 Dec 2009
09:11 gerald search for other commits by this committer
Remove NO_MANCOMPRESS which is not necessary on relevant versions of
FreeBSD any more.  Sort pkg-plist consistently.
Original commit
Tuesday, 29 Dec 2009
10:25 miwi search for other commits by this committer
- Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src

PR:     ports/136065 ports/127469
Submitted by:   N.J. Mann <njm@njm.me.uk> and Aldis Berjoza
<killasmurf86@gmail.com>

- Early identify port CONFLICTS

PR:     137855
Submitted by:           Piotr Smyrak <smyru@heron.pl>

- Add --no-same-permissions to the EXTRACT_AFTER_ARGS command.

Tijl Coosemans has been reported an issue that when root is extracting from the
tarball, and the tarball contains world writable files
(sysutils/policykit as an example), there is a chance that the files
gets changed by malicious third parties right after the extraction,
which makes it possible to inject code into the package thus compromise
the system.

Submitted by:   Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@)

- Fix some whitespaces

Tested with:    exp-run
Original commit
Sunday, 29 Mar 2009
21:48 gerald search for other commits by this committer
Set MAKE_JOBS_SAFE to allow for parallel builds.

PR:             133062
Submitted by:   mm
Original commit
Friday, 13 Mar 2009
21:36 gerald search for other commits by this committer
Remove obsolete code to create (empty) man pages in case regular
man pages cannot be created.
Original commit
Sunday, 1 Feb 2009
13:17 gerald search for other commits by this committer
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.
Original commit
00:33 gerald search for other commits by this committer
Set MAINTAINER, COMMENT and LATEST_LINK unconditionally as opposed to
using ?=.
Original commit
Friday, 25 Jul 2008
14:34 pav search for other commits by this committer
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Original commit
Tuesday, 26 Feb 2008
19:28 marius search for other commits by this committer
Add the local changes of src/contrib/gcc/config/sparc/freebsd.h,
mainly in order to let the preprocessor define things like __sparc64__
which in turn is required by some system headers.

Approved by:    gerald
Original commit
Wednesday, 17 Oct 2007
10:13 ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
Original commit
Thursday, 4 Oct 2007
01:25 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Original commit
Thursday, 15 Feb 2007
12:21 gerald search for other commits by this committer
Account for the removal of /usr/bin/objformat on 7-CURRENT and default
to elf instead of aout in this case.  Bump PORTREVISION.
Original commit
Sunday, 28 Jan 2007
00:32 gerald search for other commits by this committer
Add USE_ICONV=yes since we explicitly configure --with-libiconv-prefix.

Reported by:    deischen, rafan
Original commit
Monday, 18 Sep 2006
16:23 gerald search for other commits by this committer
Remove the hack we had used to rename man pages to match the actual
names of binaries (back when GCCs configure mechanism failed to do so).
Original commit
Saturday, 17 Jun 2006
15:47 gerald search for other commits by this committer
Make CONFIGURE_ARGS additive, for the sake of child ports and to
bring my lang/gcc* ports more in sync.

Employ the new USE_LDCONFIG feature, which allows us to get rid of
the various, much more manual and error-prone hacks we needed so far.

Reviewed by:    flz (for lang/gcc40)
Original commit
Sunday, 26 Mar 2006
18:08 gerald search for other commits by this committer
Update to the GCC 3.4.6 release, which concludes the GCC 3.4 release
series.  Move from tracking snapshots to the official release sources,
which requires an EPOCH bump, unfortunately.

Remove the cklatest target which we just do not need any longer.

Always build both shared and static libraries instead of having these as
two exclusive options defaulting to the former.

Fix handling of shared libraries via rc.d for non-default prefixes and
move the rc.d script from PLIST_FILES to pkg-plist.

Do not strip some of the the binaries any longer.

No longer hardcode the version number in LATEST_LINK.
Original commit
Saturday, 25 Mar 2006
18:30 dinoex search for other commits by this committer
- add RC_D_SH to keep shared libs working after reboot
Approved by:    gerald
Original commit
Wednesday, 22 Feb 2006
21:52 gerald search for other commits by this committer
Update to the 20060221 snapshot of GCC 3.4.6.
Original commit
Wednesday, 15 Feb 2006
13:49 gerald search for other commits by this committer
Update to the 20060214 snapshot of GCC 3.4.6.

Remove USE_REINPLACE= as advised by new portlint.
Original commit
Saturday, 11 Feb 2006
23:23 gerald search for other commits by this committer
Update to the 20060207 snapshot of GCC 3.4.6.
Original commit
Thursday, 26 Jan 2006
23:03 gerald search for other commits by this committer
Update to the 20060124 snapshot of GCC 3.4.6.
Original commit
Wednesday, 11 Jan 2006
17:06 gerald search for other commits by this committer
Update to the 20060110 snapshot of GCC 3.4.6.
Original commit
Thursday, 5 Jan 2006
10:53 gerald search for other commits by this committer
Update to the 20060103 snapshot of GCC 3.4.6.
Original commit
Thursday, 29 Dec 2005
00:02 gerald search for other commits by this committer
Update to the 20051227 snapshot of GCC 3.4.6.

Remove broken removal of the info/gcc34 directory; this has to be
handled by Mk/bsd.ports.mk.
Original commit
Wednesday, 21 Dec 2005
22:38 gerald search for other commits by this committer
Update to the 20051220 snapshot of GCC 3.4.6.

Install the .info files of the lang/gcc34 port in a port-specific
subdirectory, which allows us to remove the conflicts with lang/gcc40
and lang/gcc41 and also removes the hidden conflict with lang/gcc33.

Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead
of hardcoding the version number 34.
Original commit
21:14 gerald search for other commits by this committer
Install the .info files of the lang/gcc42 port in a port-specific
subdirectory, which allows us to remove the conflicts with lang/gcc33
and lang/gcc34.

Dedicated to:   obrien
Original commit
Sunday, 11 Dec 2005
22:49 gerald search for other commits by this committer
Complete the repocopy of lang/gcc41 to lang/gcc42 and update to the 20051210
snapshot of GCC 4.2.0.

Change pkg-plist to avoid hardcoding any version number.

PR:             90253
Original commit
Thursday, 8 Dec 2005
17:22 gerald search for other commits by this committer
Update to the 20051206 snapshot of GCC 3.4.6.
Original commit
Monday, 28 Nov 2005
17:11 gerald search for other commits by this committer
Update to the 20051122 snapshot of GCC 3.4.5.
Original commit
Tuesday, 15 Nov 2005
23:35 gerald search for other commits by this committer
Update to the 20051115 snapshot of GCC 3.4.5.
Original commit
Tuesday, 8 Nov 2005
23:27 gerald search for other commits by this committer
Update to the 20051108 snapshot of GCC 3.4.5.
Original commit
Thursday, 22 Sep 2005
08:49 gerald search for other commits by this committer
Update to the 20050920 snapshot of GCC 3.4.5.
Original commit
Wednesday, 14 Sep 2005
08:56 gerald search for other commits by this committer
Update to the 20050913 snapshot of GCC 3.4.5.

This already contains the patch for static declarations from 2005/09/07.
Original commit
Sunday, 11 Sep 2005
10:15 gerald search for other commits by this committer
Update to the 20050906 snapshot of GCC 3.4.5.
Original commit
Thursday, 1 Sep 2005
13:46 gerald search for other commits by this committer
Prevent running ranlib during installation to unbreak user mode
installations which now install libraries with permissions 444.
Original commit
Wednesday, 31 Aug 2005
15:18 gerald search for other commits by this committer
Update to the 20050830 snapshot of GCC 3.4.5.
Original commit
Monday, 29 Aug 2005
11:20 gerald search for other commits by this committer
Update to the 20050823 snapshot of GCC 3.4.5.
Original commit
Wednesday, 27 Jul 2005
09:34 gerald search for other commits by this committer
Update to the 20050726 snapshot of GCC 3.4.5.
Original commit
Thursday, 21 Jul 2005
09:02 gerald search for other commits by this committer
Update to the 20050719 snapshot of GCC 3.4.5.  Should now work on FreeBSD 7.
Original commit
Tuesday, 19 Jul 2005
15:07 gerald search for other commits by this committer
We no longer install any libraries to $PREFIX/lib, so remove this from
LDCONFIG_DIRS.
Original commit
Thursday, 14 Jul 2005
14:03 gerald search for other commits by this committer
Update to the 20050712 snapshot of GCC 3.4.5.

No longer put target specific files and include files at the very
end of pkg-plist since that broke the /sbin/ldconfig invocations the
ports machinery added there (before we'd get a chance).[1]

Reported by:    dinoex [1]
Original commit
Tuesday, 5 Jul 2005
21:20 gerald search for other commits by this committer
Update to the 20050628 snapshot of GCC 3.4.5.

Directly install libraries into a port-specific location instead of
moving them there after the original installation.  This is simpler
and also avoids the problem where the port would overwrite/remove an
existing copy of libiberty.a, which boils down to a true conflict.
Original commit
20:10 gerald search for other commits by this committer
Remove support for Java, not the least because libjava only builds on i386,
Java in GCC 4.x is so much better, and this reduces build time and download
bandwidth required for this "legacy" port whose main purpose is to support
package building on FreeBSD 4.x quite a bit.

Submitted by:   obrien
Original commit
Wednesday, 8 Jun 2005
17:48 gerald search for other commits by this committer
Update to the 20050607 snapshot GCC 3.4.5.
Original commit
Wednesday, 1 Jun 2005
22:01 gerald search for other commits by this committer
Update to the 20050531 snapshot of GCC 3.4.5.
Original commit
Thursday, 26 May 2005
00:11 gerald search for other commits by this committer
Update to the 20050524 snapshot of GCC 3.4.5.
Original commit
Sunday, 22 May 2005
19:11 gerald search for other commits by this committer
Fix the handling of man pages on systems with an old version of Perl, once
and for all and forever.
Original commit
02:02 gerald search for other commits by this committer
Update to the 20050520 snapshot of 3.4.5.  Simplify the handling of man
pages on old systems with Perl 5.0.
Original commit
Monday, 16 May 2005
16:18 gerald search for other commits by this committer
Update to the 20050513 snapshot of GCC 3.4.4.

Clean up MASTER_SITES.  Add conflicts with the gcc40 and gcc41 ports.
Simplify the handling of libraries which are not installed in all
configurations and put the libgcj libraries in the same directory
as all others, getting rid of the libtool .la archives on the way.
No longer install fsf-funding.7 gfdl.7 gpl.7, remove some cruft from
the post-install target, and simplify generation of the dynamic parts
of the packaging list.
Original commit
Sunday, 8 May 2005
18:21 gerald search for other commits by this committer
Update to the 20050506 snapshot of GCC 3.4.4.  Fix some portlint warnings
as well as the list of FTP sites to check on the way.
Original commit
Friday, 6 May 2005
18:39 gerald search for other commits by this committer
Add -fPIC to CXXFLAGS for static builds on alpha for 4.x.  Should not be
necessary in theory, but is, apparently.

Submitted by:   Idar Tollefsen <idart@performancedesign.no>
Original commit
Saturday, 30 Apr 2005
19:19 gerald search for other commits by this committer
Update to the 20050429 snapshot of GCC 3.4.4.
Original commit
Sunday, 24 Apr 2005
17:28 gerald search for other commits by this committer
Update to the 20050422 snapshot of GCC 3.4.4.
Original commit
Sunday, 17 Apr 2005
18:19 gerald search for other commits by this committer
Update to the 20050415 snapshot of GCC 3.4.4.
Original commit
Sunday, 10 Apr 2005
20:12 gerald search for other commits by this committer
Update to the 20050408 snapshot of GCC 3.4.4.
Original commit
Sunday, 3 Apr 2005
18:57 gerald search for other commits by this committer
On alpha, we need at least GCC 3.3 to bootstrap GCC 3.4 or well'll get
a compiler error.

Submitted by:   Idar Tollefsen <idart@performancedesign.no>
Reviewed by:    kris
Original commit
Saturday, 2 Apr 2005
19:07 gerald search for other commits by this committer
Update to the 20050401 snapshot of GCC 3.4.4.
Original commit
Tuesday, 15 Mar 2005
18:31 gerald search for other commits by this committer
Update to the 20050311 snapshot of GCC 3.4.4.
Original commit
Sunday, 13 Feb 2005
12:34 gerald search for other commits by this committer
Update to the 20050211 snapshot of GCC 3.4.4.
Original commit
Saturday, 29 Jan 2005
12:28 gerald search for other commits by this committer
Update to the 20050128 snapshot of GCC 3.4.4.
Original commit
Sunday, 16 Jan 2005
20:26 gerald search for other commits by this committer
Update to the 20050114 snapshot of GCC 3.4.4.
Original commit
Sunday, 9 Jan 2005
22:49 gerald search for other commits by this committer
Update to the 20050107 snapshot of GCC 3.4.4.
Original commit
Saturday, 25 Dec 2004
13:41 gerald search for other commits by this committer
Update to the 20041224 snapshot of GCC 3.4.4.
Original commit
Sunday, 19 Dec 2004
23:45 gerald search for other commits by this committer
Update to the 20041217 snapshot of GCC 3.4.4.  On the way, properly remove
the libdata/pkgconfig directory.[1]

Pointed out by: pointyhat/kris[1]
Original commit
Thursday, 16 Dec 2004
10:11 maho search for other commits by this committer
Back out to original. Maho (myself) committed
at different place.

Pointy hat to:  maho
Submitted by:   pav
Original commit
09:16 maho search for other commits by this committer
gcc-ooo, gcc compiler for OpenOffice.org 2.0 or later
compilation. This version of gcc is as same as which
Hamburg team use to develop OpenOffice.org, applying
following fixes:

o visiblity fix
http://www.nedprod.com/programs/gccvisibility.html
o emum fix
http://gcc.gnu.org/ml/gcc-patches/2004-07/msg00968.html

For detail, see the announce:
http://porting.openoffice.org/servlets/ReadMsg?listName=dev&msgNo=14280

Many thanks to: Pavel Janik <Pavel at Janik.cz>
Original commit
Wednesday, 15 Dec 2004
22:27 gerald search for other commits by this committer
Update to the 20041210 snapshot of GCC 3.4.4.
Original commit
Friday, 10 Dec 2004
10:53 gerald search for other commits by this committer
Add missing quote in post-build target (which is a real bug, but had not
triggered any problem before).

PR:             74901
Submitted by:   Pasi Hirvonen <psh@iki.fi>
Original commit
Monday, 6 Dec 2004
21:33 gerald search for other commits by this committer
Update to the 20041203 snapshot of GCC 3.4.4.
Original commit
Tuesday, 30 Nov 2004
15:37 gerald search for other commits by this committer
Update to the 20041126 snapshot of GCC 3.4.4.
Original commit
Monday, 22 Nov 2004
09:54 gerald search for other commits by this committer
Update to the 20041119 snapshot of GCC 3.4.4.
Original commit
Sunday, 14 Nov 2004
00:53 gerald search for other commits by this committer
Update to the 20041112 snapshot, the first of 3.4.4.
Original commit
Monday, 8 Nov 2004
15:07 gerald search for other commits by this committer
Update to the 20041105 snapshot.
Original commit
Friday, 5 Nov 2004
19:53 obrien search for other commits by this committer
Catch the 'cklatest' target up to changes on the MASTER_SITES.
Original commit
Saturday, 30 Oct 2004
17:07 gerald search for other commits by this committer
Update to the 20041029 snapshot of GCC 3.4.3.
Original commit
Thursday, 21 Oct 2004
17:18 gerald search for other commits by this committer
Update to the 20041015 snapshot of GCC 3.4.3.
Original commit
Friday, 3 Sep 2004
22:24 gerald search for other commits by this committer
Update to the 20040827 snapshot of GCC 3.4.2.
Original commit
Thursday, 12 Aug 2004
14:17 gerald search for other commits by this committer
Update to the 20040806 snapshot off GCC 3.4.
Original commit
Sunday, 25 Jul 2004
13:20 gerald search for other commits by this committer
Update to the 2004-07-23 snapshot of GCC 3.4.2.
Original commit
Saturday, 10 Jul 2004
21:01 gerald search for other commits by this committer
Update to the 20040709 snapshot of GCC 3.4.2 (from GCC 3.4.1).
Original commit
Sunday, 4 Jul 2004
14:39 gerald search for other commits by this committer
Update to the 20040702 snapshot.  Optimize that SNAPDATE variable away on
the way and use ${ECHO_MSG} instead of ${ECHO} [1].

Spotted by:     eik [1]
Original commit
Thursday, 17 Jun 2004
21:39 gerald search for other commits by this committer
Use ${ECHO} instead of echo.
Original commit
Wednesday, 16 Jun 2004
18:16 gerald search for other commits by this committer
Update to the 2004-06-11 snapshot of GCC 3.4.1.
Original commit
Sunday, 6 Jun 2004
03:57 gerald search for other commits by this committer
Update to the 2004-06-04 snapshot of GCC 3.4.1.
On the way, note that libgcj is not built on amd64.
Original commit
Saturday, 17 Apr 2004
16:40 gerald search for other commits by this committer
Update to the 2004-04-14 snapshot, which should be nearly identical to the
GCC 3.4.0 release.
Tweak the pre-everything message, plus display a note when libgcj is not built.
Original commit
Monday, 22 Mar 2004
17:13 obrien search for other commits by this committer
I give up, gerald wants the cruft back in.
Original commit

Number of commits found: 122 (showing only 100 on this page)

1 | 2  »