notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/gcc47/Makefile
SVNWeb

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

1 | 2  »  

Mon, 14 May 2018
[ 19:15 tijl search for other commits by this committer ] Original commit   Revision:469956 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Run "/usr/sbin/service ldconfig restart" for USE_LDCONFIG instead of
"ldconfig -m <path>" so the order of ldconfig search directories after
package installation is the same as after a reboot.  The original command
simply appends the path to the list of directories while the ldconfig rc.d
script uses "sort -u".

Bump lang/gcc* which are known to install libraries with exactly the same
name so the library loaded at runtime depends on the order of the search
directories.

PR:		228046
Approved by:	portmgr (antoine)
Sun, 13 May 2018
[ 21:00 gerald search for other commits by this committer ] Original commit   Revision:469832
Add an EXPIRATION_DATE of 2018-07-13 since this version of GCC will not
have been maintained upstream for more than three years by then. It also
is not used anywhere in the FreeBSD Ports tree.
[ 20:05 gerald search for other commits by this committer ] Original commit   Revision:469815
Simplify MASTER_SITES in all GCC-ports related to end-of-lifed releases
(gcc47, gcc48, gcc49, and gcc5), taking advantage of the default for GCC
releases provided by MASTER_SITES_ABBREVS.

Reported by:	portlint
Thu, 19 Apr 2018
[ 07:08 ale search for other commits by this committer ] Original commit   Revision:467751 (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.
Sat, 10 Mar 2018
[ 17:46 gerald search for other commits by this committer ] Original commit   Revision:464084 (Only the first 10 of 1104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Thu, 23 Nov 2017
[ 21:12 gerald search for other commits by this committer ] Original commit   Revision:454798
Backport the change to ensure what we install is stripped (i.e., debug
info is removed) from lang/gcc7 to lang/gcc47, lang/gcc48 and lang/gcc49.

(For more background see revisions 454177 and 454422.)

Reported by:	Ports QA Framework, miwi, sobomax
Discussed with:	tijl, miwi
Differential Revision:	https://reviews.freebsd.org/D10357
Sun, 19 Nov 2017
[ 22:44 gerald search for other commits by this committer ] Original commit   Revision:454508
Given that GCC 5 has gone end-of-life now, recommend GCC 6 or later
instead of GCC 5 or later in the deprecation messages for lang/gcc46
to lang/gcc49.
Wed, 4 Oct 2017
[ 20:36 gerald search for other commits by this committer ] Original commit   Revision:451246
Add deprecation notes for lang/gcc47, lang/gcc48, and lang/gcc49,
but no expiration date at this point (since at least the latter two
still have users in the ports tree and sparc64 relies on the latter).

PR:		222373
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Sat, 23 Sep 2017
[ 19:23 gerald search for other commits by this committer ] Original commit   Revision:450467
Backport several cleanups and one real fix from lang/gcc5:

 - Move ONLY_FOR_ARCHS into the right position of the Makefile.

 - Omit a comment describing GCC_VERSION and SUFFIX.

 - Do not quote constant strings compared with ${ARCH}. [1]

 - Last, but not least the only functional change (and an important one
   at that): Remove headers being created by GCC's fixincludes machinery
   from the installation / packaging to avoid breakage when FreeBSD's
   headers are changing afterwards.

 - On the way, add a TIMESTAMP to distinfo.

PR:		221905 [1]
Submitted by:	linimon [1]
Sun, 28 May 2017
[ 00:16 gerald search for other commits by this committer ] Original commit   Revision:441884
Remove powerpc64 from ONLY_FOR_ARCHS and remove BROKEN_powerpc64.

This is an old version of GCC (a couple of generations end-of-lifed)
that is not going to be fixed realistically, and we have newer ports
that work.

Discussed with:	linimon, andreast
Mon, 22 May 2017
[ 16:04 linimon search for other commits by this committer ] Original commit   Revision:441468 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Mon, 8 May 2017
[ 12:43 sunpoet search for other commits by this committer ] Original commit   Revision:440419 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Update print/texinfo to 6.3

Changes:	http://savannah.gnu.org/forum/forum.php?forum_id=8679
Differential Revision:	https://reviews.freebsd.org/D
PR:		218972
Exp-run by:	antoine
Sun, 30 Apr 2017
[ 14:19 gerald search for other commits by this committer ] Original commit   Revision:439824
Simplify the setting of INFO.
Sun, 16 Apr 2017
[ 21:19 gerald search for other commits by this committer ] Original commit   Revision:438673
Remove Java support (both the JAVA option and everything associated with
it as well as java from CATEGORIES) from this port.

After GCC 4.7 went end-of-life upstream in June 2014 there isn't much
use of that not better served by newer lang/gcc* ports and it speeds up
the build and simplifies this port significantly.

In addition to the expected changes to Makefile, pkg-plist, and pkg-descr,
this also removes files/java-patch-hier.
Fri, 14 Apr 2017
[ 20:50 miwi search for other commits by this committer ] Original commit   Revision:438545
- Fix shebang

Approved by:	gerald (maintainer via mail)
Wed, 12 Apr 2017
[ 01:14 gerald search for other commits by this committer ] Original commit   Revision:438322
Completely remove DIST_VERSION that mat introduced in revision
438272 to avoid DISTVERSION in this port .

On the way also drop the definition of DISTNAME and simplify the
definition of GCC_VERSION since GCC 4.7 is EOL.
Tue, 11 Apr 2017
[ 15:21 mat search for other commits by this committer ] Original commit   Revision:438272 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.

There are two cases:

- The upstream versionning is compatible with our versionning, or using
  DISTVERSION's magic leads to a compatible PORTVERSION, use
  DISTVERSION.  If it is possible to use DISTVERSIONPREFIX and
  DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
  DISTVERSION's magic does not lead to a correct PORTVERSION, then set
  PORTVERSION to the equivalent of our versionning, and set DISTNAME.
  It is possible to use a third variable where you store upstream's
  version and use it to compute PORTVERSION and/or DISTNAME, like the
  dns/bind9* ports do.

Sponsored by:	Absolight
Fri, 21 Oct 2016
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Fri, 6 May 2016
[ 23:00 gerald search for other commits by this committer ] Original commit   Revision:414734
Apply the following to all common GCC ports based on end-of-life versions
of GCC including lang/gcc:

Only override CONFIGURE_TARGET for amd64 which is x86-64/x86_64 for the
rest of the world including GNU and GCC.  For all other architectures
it already defaults to the value we were setting.
Thu, 5 May 2016
[ 14:13 gerald search for other commits by this committer ] Original commit   Revision:414648
No longer conflict with gcc-4.7.* (which lang/gcc used to be until
some 20 months ago).
Wed, 13 Apr 2016
[ 10:40 jbeich search for other commits by this committer ] Original commit   Revision:413188
lang/gcc*: convert to CONFIGURE_OUTSOURCE

PR:		208294, 208309
Exp-run by:	antoine
Approved by:	gerald (maintainer)
Differential Revision:	https://reviews.freebsd.org/D4157
Fri, 1 Apr 2016
[ 14:08 mat search for other commits by this committer ] Original commit   Revision:412347 (Only the first 10 of 481 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 17 Aug 2015
[ 14:20 mat search for other commits by this committer ] Original commit   Revision:394508 (Only the first 10 of 271 ports in this commit are shown above. View all ports for this commit)
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Wed, 29 Apr 2015
[ 16:01 gerald search for other commits by this committer ] Original commit   Revision:384985
Merge MASTER_SITES and MASTER_SITE_SUBDIR into just the former.

Suggested by:	mat
Thu, 26 Mar 2015
[ 20:36 marino search for other commits by this committer ] Original commit   Revision:382341
lang/gcc(46,47,48,49,5): Use OPTIONS_EXCLUDE_DragonFly to block JAVA

The JAVA frontend doesn't build on DragonFly on any release.  The new
OPTIONS_EXCLUDE_${OPSYS} feature is a nice way to avoid the use of
Makefile.DragonFly (most are in dports, but one is in lang/gcc5).

The recent addition of CXXFLAGS to lang/gcc5 prevents Makefile.DragonFly
on lang/gcc5 from being removed outright.  There are a couple of options
available to allow its removal, but I'll need to discuss with Gerald.

Approved by:	DragonFly blanket
Mon, 23 Mar 2015
[ 18:56 bdrewery search for other commits by this committer ] Original commit   Revision:382022
Fix UNIQUENAME not being unique after recent PORTNAME shuffle.

This was causing the gcc packages to be generated with a
/usr/local/libdata/ldconfig/gcc file. All were conflicting. Bump
PORTREVISION to fix packages built during this time.

With hat:	portmgr
Reported by:	sunpoet
Sun, 22 Mar 2015
[ 21:39 gerald search for other commits by this committer ] Original commit   Revision:381964
Add CPE information. [1]

Use PKGNAMESUFFIX so that PORTNAME falls back to plain gcc and we
can avoid setting DISTNAME and CPE_PRODUCT. [2]

PR:		198256 [1]
Submitted by:	shun.fbsd.pr@dropcut.net [1]
Suggested by:	mat [2]
Tue, 30 Dec 2014
[ 19:19 dim search for other commits by this committer ] Original commit   Revision:375846
When building the gcc ports using a full bootstrap, tell the configure
script to assume the BUILD_CONFIG is set to bootstrap-debug, instead of
letting it auto-detect.

With clang 3.5.0 this auto-detection can fail, due to a discrepancy [1]
[2] in its debug information, when objects are produced with and without
-g.  When the auto-detection fails, gcc will compare objects with full
debug information during the stage comparisons, and this sometimes
causes those stage comparisons to fail unexpectedly.

[1]
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20141222/250134.html
[2] http://llvm.org/PR22046

Approved by:	gerald (maintainer)
Mon, 20 Oct 2014
[ 01:24 gerald search for other commits by this committer ] Original commit   Revision:371224
Remove all traces of @dirrm from pkg-plist, including the dynamically
generated parts via the Makefile.
Mon, 6 Oct 2014
[ 18:13 bapt search for other commits by this committer ] Original commit   Revision:370199 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Comment out info/dir files
indexinfo is taking care of generating it at package installation time

Reported by:	peter
Thu, 11 Sep 2014
[ 13:49 tijl search for other commits by this committer ] Original commit   Revision:367934
Add USES=libtool
Sat, 12 Jul 2014
[ 20:57 gerald search for other commits by this committer ] Original commit   Revision:361643
Also clean *.la files in LIBEXEC, and recursively so, here and for
TARGLIB.
Wed, 25 Jun 2014
[ 08:58 bapt search for other commits by this committer ] Original commit   Revision:359209 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
Fix build on system built WITHOUT_INFO

With hat:	portmgr
[ 05:35 bapt search for other commits by this committer ] Original commit   Revision:359185 (Only the first 10 of 304 ports in this commit are shown above. View all ports for this commit)
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Tue, 24 Jun 2014
[ 14:48 gerald search for other commits by this committer ] Original commit   Revision:359090
Update to the GCC 4.7.4 release which closes the GCC 4.7 release branch.

Due to the way we have been handling PORTREVISION before lang/gcc48 this
requires PORTEPOCH.

Also, since this is now final and stable, no longer bootstrap this port.
Mon, 5 May 2014
[ 09:45 bapt search for other commits by this committer ] Original commit   Revision:352986 (Only the first 10 of 293 ports in this commit are shown above. View all ports for this commit)
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Mon, 21 Apr 2014
[ 03:13 gerald search for other commits by this committer ] Original commit   Revision:351667
Update to the 20140419 snapshot of GCC 4.7.4.

Add pkg-message that references the need to use -Wl,-rpath=... . [1]

PR:		185902 [1]
Sun, 13 Apr 2014
[ 14:17 gerald search for other commits by this committer ] Original commit   Revision:351223
Update to the 20140412 snapshot of GCXC 4.7.4.

Extend full-regression-test by running contrib/test_summary.
Mon, 7 Apr 2014
[ 21:41 gerald search for other commits by this committer ] Original commit   Revision:350546
Properly remove man/man1/rebuild-gcj-db47.1.gz by removing the
uncompressed version since post-install runs before compress-man.

Submitted by:	mat
[ 09:17 gerald search for other commits by this committer ] Original commit   Revision:350437
Update to the 20140405 snapshot of GCC 4.7.4.

No longer install rebuild-gcj-db47 (which requires bash among others)
and its man page.
Tue, 1 Apr 2014
[ 06:14 gerald search for other commits by this committer ] Original commit   Revision:349821
Update to the 20140329 snapshot of GCC 4.7.4.

Replace USE_BZIP2 by USES=tar:bzip2.
Sun, 16 Mar 2014
[ 22:26 gerald search for other commits by this committer ] Original commit   Revision:348435
Update to the 20140315 snapshot of GCC 4.7.4.
Mon, 10 Mar 2014
[ 20:41 gerald search for other commits by this committer ] Original commit   Revision:347808
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

This adds powerpc64 as a supported architecture (and removes ia64,
though it can be supported by manually installing lang/gcc48).

New binaries %%GNU_HOST%%-gcc-ar47, %%GNU_HOST%%-gcc-nm47, and
%%GNU_HOST%%-gcc-ranlib47 are provided to support link-time
optimization (LTO) which scales significantly better.

And it adds support for indirect functions (IFUNCS), experimental
support for transactional memory in the compiler as well as a supporting
run-time library called libitm, a new string length optimization pass,
and support for atomic operations specifying the C++11/C11 memory model.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 27 Feb 2014
[ 00:19 gerald search for other commits by this committer ] Original commit   Revision:346235
Update to the 20140222 snapshot of GCC 4.7.4.
Sat, 22 Feb 2014
[ 11:03 gerald search for other commits by this committer ] Original commit   Revision:345626
Update to the 20140215 snapshot of GCC 4.7.4.

Set the license to a combination of GPLv3 (for the compiler itself) and
GPLv3 with GCC Runtime Library Exception (for the runtime).
Sat, 15 Feb 2014
[ 14:27 gerald search for other commits by this committer ] Original commit   Revision:344390
Update to the 20140208 snapshot of GCC 4.7.4.

Configure with --enable-gnu-indirect-function to enable the "ifunc"
attribute, a GCC extension. [1]

Remove the man7 pages, which we are not packaging, from the staging
area to silence some warnings some are concerned about. [2]

No longer run ccache-update-links as part of post-install which, in
the world of staging, no longer is what it used to be.  Rely on the
existing @exec and @unexec in pkg-plist instead. [3]

Submitted by:	jmg [1], miwi [2]
Discussed with:	kib [1], antoine [2][3]
Wed, 29 Jan 2014
[ 14:54 danfe search for other commits by this committer ] Original commit   Revision:341744
Remove references to long unsupported alpha.
Wed, 22 Jan 2014
[ 16:21 gerald search for other commits by this committer ] Original commit   Revision:340720
Update to the 20140118 snapshot of GCC 4.7.4.
Mon, 16 Dec 2013
[ 00:54 gerald search for other commits by this committer ] Original commit   Revision:336600
Update to the 20131214 snapshot of GCC 4.7.4.
Mon, 2 Dec 2013
[ 01:32 gerald search for other commits by this committer ] Original commit   Revision:335447
Update to the 20131130 snapshot of GCC 4.7.4.

No longer add -I${LOCALBASE}/include to CFLAGS.

Since we now configure with --with-gmp=${LOCALBASE} this is no longer
necessary, and due to bugs in binutils (which should not install ansidecl.h
into ${PREFIX}/include) and GCC (which should search its own include
directories with higher priority) can lead to build failures.
Sun, 24 Nov 2013
[ 22:21 gerald search for other commits by this committer ] Original commit   Revision:334795
Change PORTNAME from gcc to gcc47 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.

On the way update to the 20131123 snapshot of GCC 4.7.4.
Sun, 10 Nov 2013
[ 13:53 gerald search for other commits by this committer ] Original commit   Revision:333391
Update to the 20131109 snapshot of GCC 4.7.4.

Reported by:	portscout
Sun, 27 Oct 2013
[ 21:49 gerald search for other commits by this committer ] Original commit   Revision:331807
Update to the 20131026 snapshot of GCC 4.7.4.

Remove a (long) obsolete dependency on bison. [1]

Migrate to the new LIB_DEPENDS standard.

STAGEify.

Reported by:	marino [1]
Sat, 26 Oct 2013
[ 00:52 gerald search for other commits by this committer ] Original commit   Revision:331644 (Only the first 10 of 1147 ports in this commit are shown above. View all ports for this commit)
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 20 Sep 2013
[ 19:53 bapt search for other commits by this committer ] Original commit   Revision:327741 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
[ 12:54 bdrewery search for other commits by this committer ] Original commit   Revision:327697 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 17 Sep 2013
[ 06:51 bapt search for other commits by this committer ] Original commit   Revision:327454 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Thu, 12 Sep 2013
[ 10:20 marino search for other commits by this committer ] Original commit   Revision:327052
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
Wed, 4 Sep 2013
[ 20:01 bsam search for other commits by this committer ] Original commit   Revision:326316 (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
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)
[ 16:54 gerald search for other commits by this committer ] Original commit   Revision:326294
Update to the 20130831 snapshot of GCC 4.7.4.

Work around a bug in libcpp that pulls in the optional system iconv
if present instead of relying on the port we actually depend on. [1]

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.

Interestingly enough, lang/gcc46 and lang/gcc48 did not fail under the
same test scenarios and libstdc++ does not seem to require adjustments,
so PR 161417 may not be relevant in full.

PR:		161417 [1]
Sun, 18 Aug 2013
[ 09:19 gerald search for other commits by this committer ] Original commit   Revision:324896
Replace USE_GMAKE by USES=gmake.

Update to the 20130817 snapshot of GCC 4.7.4.
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sun, 11 Aug 2013
[ 12:02 gerald search for other commits by this committer ] Original commit   Revision:324583
Update to the 20130810 snapshot of GCC 4.7.4.

Rename VERSIONSTRING to the standard DISTVERSION. [1]

Add more notes on the various variables carrying version information.

Suggested by:	crees [1]
~
Sun, 4 Aug 2013
[ 19:59 gerald search for other commits by this committer ] Original commit   Revision:324250
Update to the 20130803 snapshot of GCC 4.7.4.
Sun, 7 Jul 2013
[ 19:25 gerald search for other commits by this committer ] Original commit   Revision:322457
Update to the 20130706 snapshot of GCC 4.7.4.
Sun, 2 Jun 2013
[ 01:17 gerald search for other commits by this committer ] Original commit   Revision:319617
Update to the 20130518 snapshot of GCC 4.7.4.

Introduce a new option BOOTSTRAP that allows switching between a
full bootstrap of GCC and just running a simple build.

Bootstrapping is the default upstream, and for very stable and old
flavors of GCC we disable this by default since that is a huge win
in terms of build time of the port.  No change in default behavior
for this port, for the time being we continue to bootstrap.
Sat, 27 Apr 2013
[ 11:59 mva search for other commits by this committer ] Original commit   Revision:316662 (Only the first 10 of 219 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Fri, 19 Apr 2013
[ 17:37 gerald search for other commits by this committer ] Original commit   Revision:316113
Update to the 20130413 snapshot of GCC 4.7.4.  This encompasses all
those fixes in the GCC 4.7.3 release.

Feature safe:	yes
Sun, 24 Mar 2013
[ 12:26 gerald search for other commits by this committer ] Original commit   Revision:315114
Update to the 20130323 snapshot of GCC 4.7.3.
Fri, 8 Mar 2013
[ 11:32 bapt search for other commits by this committer ] Original commit   Revision:313635 (Only the first 10 of 209 ports in this commit are shown above. View all ports for this commit)
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
Sun, 3 Mar 2013
[ 14:19 gerald search for other commits by this committer ] Original commit   Revision:313350
Update to the 20130302 snapshot of GCC 4.7.3.  This should now also
build with texinfo 5.0 more or less.
Sun, 17 Feb 2013
[ 14:22 gerald search for other commits by this committer ] Original commit   Revision:312417
Replace the use of DISTFILES by DISTNAME, since we are now down to
one in all cases.

On the way, update to the 20130216 snapshot of GCC 4.7.3.
Sat, 9 Feb 2013
[ 15:37 gerald search for other commits by this committer ] Original commit   Revision:311985
Update to the 20130202 snapshot of 4.7.3.
Sun, 20 Jan 2013
[ 22:32 gerald search for other commits by this committer ] Original commit   Revision:310720
Use the new lang/gcc-ecj45 port when building the Java frontend
instead of including a pre-built version of the Eclipse Java Compiler
(ECJ) ourselves. [1]

On the way, update to the 20130119 snapshot of GCC 4.7.3.

PR:		175072 [1]
Wed, 12 Dec 2012
[ 19:17 gerald search for other commits by this committer ] Original commit   Revision:308781
Update to the 20121208 snapshot of GCC 4.7.3.
Sun, 2 Dec 2012
[ 14:44 gerald search for other commits by this committer ] Original commit   Revision:308111
Make binutils a build dependency as well (not just a run-time dependency).
Without this, the libiberty build fails locating ar.

Also update to the 20121124 snapshot of 4.7.3.

Feature safe:	yes
Sun, 4 Nov 2012
[ 21:48 gerald search for other commits by this committer ] Original commit   Revision:306986
Update to the 20121103 snapshot of GCC 4.7.3.

Feature safe:	yes
Thu, 1 Nov 2012
[ 22:32 gerald search for other commits by this committer ] Original commit   Revision:306824
Update to the 20121027 snapshot of GCC 4.7.3.

Feature safe:	yes
Sun, 21 Oct 2012
[ 18:21 gerald search for other commits by this committer ] Original commit   Revision:306242
Forward port inclusion and use of the Eclipse Java compiler. [1]

Update to the 20121013 snapshot of GCC 4.7.3.

Submitted by:	jkim [1]
Feature safe:	yes
Sun, 30 Sep 2012
[ 12:27 gerald search for other commits by this committer ] Original commit   Revision:305077
Forward port revision 282369 [1] which carried the following description:

  On the way rename %%GCC_VER%% in pkg-plist to %%GCC_VERSION%% and
  make the Makefile machinery a bit more generic to minimize differences
  between lang/gcc ports based on releases and those based on snapshots.

On the way, update to the 20120929 snapshot of GCC 4.7.3.

Submitted by:	jkim [1]
Fri, 28 Sep 2012
[ 14:15 gerald search for other commits by this committer ] Original commit   Revision:304996
Update to the 20120922 snapshot of GCC 4.7.3, which is pretty close
to the GCC 4.7.2 release.  It also fixes an ABI problem introduced
with earlier GCC 4.7 releases.

Cut down the comments at the top of Makefile per recent guidance.

Revamp the handling of different languages (frontends, run-times)
by GCC to allow for orthogonal setting them in the future. [1]

Print the list of languages being built as part of pre-everything
and shorten the output of operating system and version there.

Inspired by:	jkim [1]
Sun, 9 Sep 2012
[ 18:36 gerald search for other commits by this committer ] Original commit   Revision:303987
Update to the 20120908 snapshot of GCC 4.7.2.
Sun, 26 Aug 2012
[ 00:40 gerald search for other commits by this committer ] Original commit 
Update to the 20120825 snapshot of GCC 4.7.2.
Tue, 21 Aug 2012
[ 21:01 gerald search for other commits by this committer ] Original commit 
Update to the 20120818 snapshot of GCC 4.7.2.
Sun, 5 Aug 2012
[ 15:41 gerald search for other commits by this committer ] Original commit 
Update to the 20120804 snapshot of GCC 4.7.2.
Mon, 30 Jul 2012
[ 14:39 gerald search for other commits by this committer ] Original commit 
Convert to the new options framework.

On the way update to the 20120728 snapshot of GCC 4.7.2.
Wed, 25 Jul 2012
[ 08:47 gerald search for other commits by this committer ] Original commit 
Update to the 20120721 snapshot of GCC 4.7.2.

Remove ABI version numbers for all library dependencies.
Sun, 15 Jul 2012
[ 23:54 gerald search for other commits by this committer ] Original commit 
Update to the 20120714 snapshot of GCC 4.7.2.
Wed, 11 Jul 2012
[ 05:28 gerald search for other commits by this committer ] Original commit 
Update to the 20120707 snapshot of GCC 4.7.2.
Tue, 3 Jul 2012
[ 09:49 gerald search for other commits by this committer ] Original commit 
Update to the 20120630 snapshot of GCC 4.7.2.
Tue, 19 Jun 2012
[ 22:50 gerald search for other commits by this committer ] Original commit 
Update to the 20120616 snapshot of GCC 4.7.2, very close to the GCC 4.7.1
release.

Fix a portlint warning (tab vs space).
Sat, 16 Jun 2012
[ 04:35 andreast search for other commits by this committer ] Original commit 
Add powerpc64 support.

Approved by:    gerald
Sun, 10 Jun 2012
[ 21:21 gerald search for other commits by this committer ] Original commit 
Update to the 20120609 snapshot of GCC 4.7.1.
Mon, 4 Jun 2012
[ 13:35 gerald search for other commits by this committer ] Original commit 
Update to the 20120602 snapshot of GCC 4.7.1.
Mon, 28 May 2012
[ 10:57 gerald search for other commits by this committer ] Original commit 
Update to the 20120526 snapshot of GCC 4.7.1.
Wed, 16 May 2012
[ 22:54 gerald search for other commits by this committer ] Original commit 
Update to the 20120512 snapshot of GCC 4.7.1.
Tue, 8 May 2012
[ 04:11 gerald search for other commits by this committer ] Original commit 
Update to the 20120505 snapshot of GCC 4.7.1.
Tue, 1 May 2012
[ 01:08 gerald search for other commits by this committer ] Original commit 
Update to the 20120428 snapshot of GCC 4.7.1.
Sun, 15 Apr 2012
[ 22:33 gerald search for other commits by this committer ] Original commit 
Update to the 20120414 snapshot of GCC 4.7.1.
Sun, 8 Apr 2012
[ 00:08 gerald search for other commits by this committer ] Original commit 
Update to the 20120407 snapshot of GCC 4.7.1.

Feature safe:   yes

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

1 | 2  »