non port: lang/gcc40/Makefile |
SVNWeb
|
Number of commits found: 104 (showing only 100 on this page) |
Sat, 3 Nov 2007
|
[ 23:36 gerald ]
Remove lang/gcc40 which only has three dependencies left in the tree
(all of which only have it as a minimal requirement and also build with
lang/gcc42) and has issues on at least 8-CURRENT.
Approved by: portmgr (pav)
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- 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
|
Thu, 15 Feb 2007
|
[ 10:14 gerald ]
Bump PORTREVISION.
|
Sun, 4 Feb 2007
|
[ 10:49 gerald ]
Update to GCC 4.0.4, the official release. This closes the GCC 4.0 branch.
Remove the cklatest target and files/patch-gengtype-yacc.y; bison no longer
is a requirement.
|
Mon, 15 Jan 2007
|
[ 01:48 gerald ]
Update to the 20070114 snapshot of GCC 4.0.4.
|
Fri, 29 Dec 2006
|
[ 09:34 gerald ]
Update to the 20061228 snapshot of GCC 4.0.4.
|
Sat, 2 Dec 2006
|
[ 01:45 gerald ]
Update to the 20061130 snapshot of GCC 4.0.4.
|
Sun, 26 Nov 2006
|
[ 15:32 gerald ]
Update to the 20061123 snapshot of GCC 4.0.4.
|
Tue, 31 Oct 2006
|
[ 12:00 gerald ]
Update to the 20061026 snapshot of GCC 4.0.4.
|
Mon, 9 Oct 2006
|
[ 19:21 gerald ]
Update to the 20061005 snapshot of GCC 4.0.4.
|
Fri, 22 Sep 2006
|
[ 10:28 gerald ]
Update to the 20060921 snapshot of GCC 4.0.4.
This brings one potential fix for the intermittent bootstrap comparison
failures kris has been seeing on the Ports Build Cluster for FreeBSD 6.x.
|
Fri, 15 Sep 2006
|
[ 12:45 gerald ]
Update to the 20060914 snapshot of GCC 4.0.4.
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).
|
Sun, 10 Sep 2006
|
[ 00:25 gerald ]
Update to the 20060907 snapshot of GCC 4.0.4.
|
Fri, 25 Aug 2006
|
[ 10:13 gerald ]
Update to the 20060824 snapshot of GCC 4.0.4.
|
Sat, 12 Aug 2006
|
[ 15:24 gerald ]
Update to the 20060810 snapshot of GCC 4.0.4.
|
Fri, 21 Jul 2006
|
[ 21:49 gerald ]
Update to the 20060720 snapshot of GCC 4.0.4.
No longer create ${PREFIX}/libdata/ldconfig, the issue has been addressed
in Mk/bsd.port.mk now.
|
Fri, 14 Jul 2006
|
[ 07:02 gerald ]
Update to the 20060713 snapshot of GCC 4.0.4.
|
Sat, 8 Jul 2006
|
[ 20:09 gerald ]
Update to the 20060706 snapshot of GCC 4.0.4.
Simplify the subdirectory we use for GCC-specific libraries and include
files from gcc/${CONFIGURE_TARGET}/${PORTVERSION} to gcc-${PORTVERSION}.
Remove the hack to set RANLIB=: now that this has been addressed upstream.
|
Sat, 1 Jul 2006
|
[ 12:17 gerald ]
Update to the 20060629 snapshot of GCC 4.0.4.
|
Fri, 23 Jun 2006
|
[ 13:24 gerald ]
Update to the 20060622 snapshot of GCC 4.0.4.
Fix USE_LDCONFIG for non-default prefix installation.
|
Sat, 17 Jun 2006
|
[ 12:38 gerald ]
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
|
Fri, 16 Jun 2006
|
[ 08:20 gerald ]
Update to the 20060615 snapshot of GCC 4.0.4.
|
Fri, 26 May 2006
|
[ 13:32 gerald ]
Update to the 20060525 snapshot of GCC 4.0.4.
|
Fri, 19 May 2006
|
[ 12:54 gerald ]
Update to the 20060518 snapshot of GCC 4.0.4.
|
Fri, 12 May 2006
|
[ 19:48 gerald ]
Avoid hard-coding the GCC release series in the cklatest target.
|
[ 12:54 gerald ]
Update to the 20060511 snapshot of GCC 4.0.4.
|
Fri, 28 Apr 2006
|
[ 11:30 gerald ]
Update to the 20060427 snapshot of GCC 4.0.4.
|
Sun, 23 Apr 2006
|
[ 11:00 gerald ]
Make sure all lang/gcc* ports I maintain can be properly used as master
ports by allowing MAINTAINER and COMMENT to be overridden.
|
Fri, 21 Apr 2006
|
[ 21:16 gerald ]
Update to the 20060420 snapshot of GCC 4.0.4.
|
Tue, 18 Apr 2006
|
[ 20:48 gerald ]
Restore hack to call amd64 by the name of x86_64 for the sake of configure.
|
Fri, 14 Apr 2006
|
[ 20:02 gerald ]
Update to the 20060413 snapshot of GCC 4.0.4. Try to get rid of the
x86_64-specific configure hack.
|
Fri, 7 Apr 2006
|
[ 06:57 gerald ]
Update to the 20060406 snapshot of GCC 4.0.4.
|
Fri, 31 Mar 2006
|
[ 16:09 gerald ]
Update to the 20060330 snapshot of GCC 4.0.4.
|
Mon, 27 Mar 2006
|
[ 23:06 gerald ]
Fix handling of shared libraries via rc.d for non-default prefixes.
|
Sun, 26 Mar 2006
|
[ 05:16 dinoex ]
- add RC_D_SH to keep shared libs working after reboot
|
Sat, 25 Mar 2006
|
[ 06:04 gerald ]
Update to the 20060323 snapshot of GCC 4.0.4.
|
Fri, 17 Mar 2006
|
[ 13:21 gerald ]
Update to the 20060316 snapshot of GCC 4.0.4.
Now that GCC 4.1.0 has been released, remove support for the Fortran
frontend which was still quite immature in the 4.0 series compared to
what we now have in the the 4.1 series.
Always build both shared and static libraries instead of having these as
two exclusive options defaulting to the former.
Do not strip some of the the binaries any longer.
No longer hardcode the version number in LATEST_LINK.
|
Fri, 17 Feb 2006
|
[ 09:52 gerald ]
Update to the 20060216 snapshot of GCC 4.0.3.
Remove USE_REINPLACE= as advised by new portlint.
|
Sat, 11 Feb 2006
|
[ 13:09 gerald ]
Update to the 20060209 snapshot of GCC 4.0.3.
|
Sat, 4 Feb 2006
|
[ 02:31 gerald ]
Update to the 20060202 snapshot of GCC 4.0.3.
|
Fri, 27 Jan 2006
|
[ 14:29 gerald ]
Update to the 20060126 snapshot of GCC 4.0.3.
|
Sat, 21 Jan 2006
|
[ 05:10 gerald ]
Update to the 20060119 snapshot of GCC 4.0.3.
|
Sat, 14 Jan 2006
|
[ 00:00 gerald ]
Update to the 20060112 snapshot of GCC 4.0.3.
|
Sat, 7 Jan 2006
|
[ 09:51 gerald ]
Update to the 20060105 snapshot of GCC 4.0.3.
|
Fri, 30 Dec 2005
|
[ 21:46 gerald ]
Update to the 20051229 snapshot of GCC 4.0.3.
Remove broken removal of the info/gcc40 directory; this has to be
handled by Mk/bsd.ports.mk.
|
Fri, 23 Dec 2005
|
[ 00:15 gerald ]
Update to the 20051222 snapshot of GCC 4.0.3.
|
Thu, 22 Dec 2005
|
[ 00:47 gerald ]
Update to the 20051215 snapshot of GCC 4.0.3.
Install the .info files of the lang/gcc40 port in a port-specific
subdirectory, and move include/mf-runtime.h into a version specific
directory. This allows us to remove the conflicts with lang/gcc33,
lang/gcc41 and lang/gcc42.
Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead
of hardcoding the version number 40.
|
Wed, 21 Dec 2005
|
[ 22:38 gerald ]
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.
|
Fri, 9 Dec 2005
|
[ 11:11 gerald ]
Update to the 20051208 snapshot of GCC 4.0.3.
|
Fri, 2 Dec 2005
|
[ 19:37 gerald ]
Update to the 20051201 snapshot of GCC 4.0.3.
|
Sun, 27 Nov 2005
|
[ 20:14 gerald ]
Update to the 20051124 snapshot of GCC 4.0.3.
|
Fri, 18 Nov 2005
|
[ 01:36 gerald ]
Update to the 20051117 snapshot of GCC 4.0.3.
|
Mon, 14 Nov 2005
|
[ 16:25 gerald ]
Update to the 20051110 snapshot of GCC 4.0.3 (which requires a fix to
build with GCC 2.95 that I already submitted upstream as well).
Add a long missing dependency on USE_ICONV=yes.[1]
PR: 88894 [1]
Submitted by: Björn König" <bkoenig@cs.tu-berlin.de> [1]
|
Wed, 9 Nov 2005
|
[ 01:02 gerald ]
Update to the 20051020 snapshot of GCC 4.0.3.
|
Sat, 1 Oct 2005
|
[ 13:06 gerald ]
Update to the 20050929 snapshot of GCC 4.0.3.
|
Fri, 23 Sep 2005
|
[ 14:21 gerald ]
Update to the 20050922 snapshot of GCC 4.0.2.
|
Sun, 11 Sep 2005
|
[ 00:08 gerald ]
Update to the 20050908 snapshot of GCC 4.0.2.
|
Fri, 2 Sep 2005
|
[ 22:15 gerald ]
Update to the 20050901 snapshot of GCC 4.0.2.
|
Thu, 1 Sep 2005
|
[ 22:19 gerald ]
The previous fix addressed PR85495.
PR: 85495
|
[ 22:11 gerald ]
We now also need the math/mpfr port to build the Fortran frontend.
|
Mon, 29 Aug 2005
|
[ 12:12 gerald ]
Update to the 20050825 snapshot of GCC 4.0.2.
|
Fri, 29 Jul 2005
|
[ 18:55 gerald ]
Update to the 20050728 snapshot of GCC 4.0.2.
Remove support for Java, not the least because libjava only builds on i386
and still does not really work there.
|
Fri, 22 Jul 2005
|
[ 15:18 gerald ]
Update to the 20050721 snapshot of GCC 4.0.2. Should now work on FreeBSD 7.
|
Tue, 19 Jul 2005
|
[ 15:07 gerald ]
We no longer install any libraries to $PREFIX/lib, so remove this from
LDCONFIG_DIRS.
|
Mon, 18 Jul 2005
|
[ 14:33 gerald ]
Fix installation/deinstallation in case the PREFIX contains the string lib.
|
Fri, 15 Jul 2005
|
[ 16:18 gerald ]
Update to the 20050714 snapshot of GCC 4.0.2.
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]
|
Fri, 8 Jul 2005
|
[ 12:54 gerald ]
Update to the 20050707 snapshot of GCC 4.0.1.
This basically is the 4.0.1 release.
|
Mon, 4 Jul 2005
|
[ 22:05 gerald ]
Update to the 20050630 snapshot of GCC 4.0.1.
|
Sat, 25 Jun 2005
|
[ 23:58 gerald ]
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.
|
[ 00:01 gerald ]
Update to the 20050623 snapshot of GCC 4.0.1.
|
Sun, 19 Jun 2005
|
[ 22:57 obrien ]
Update to the 20050616 snapshot of GCC 4.0.1.
|
Sun, 12 Jun 2005
|
[ 23:18 gerald ]
Update to the 20050609 snapshot of GCC 4.0.1.
|
Fri, 3 Jun 2005
|
[ 09:00 gerald ]
Update to the 20050602 snapshot of GCC 4.0.1.
|
Fri, 27 May 2005
|
[ 10:32 gerald ]
Update to the 20050526 snapshot of GCC 4.0.1.
Treat Fortran libraries exactly like other language support libraries,
reducing conflicts with other gcc ports and getting rid of the libtool
archives on the way.
|
Sun, 22 May 2005
|
[ 21:44 gerald ]
Update to the 20050521 snapshot of 4.0.1. Simplify the handling of man
pages on systems with an old version of Perl, once and for all and forever.
|
Mon, 16 May 2005
|
[ 20:31 gerald ]
Update to the 20050514 snapshot of GCC 4.0.1.
Add a conflict with the gcc34 port and address portlint warnings.
Simplify the handling of libraries which are not installed in all
configurations and put all 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.
|
Sun, 8 May 2005
|
[ 22:18 gerald ]
Update to the 20050507 snapshot of GCC 4.0.1. Add the new gjnih40 program
and its man page, address some portlint warnings, and resort pkg-plist. The
fix to allow sparc64 bootstraps is upstream and the local patch not needed
any longer.
|
Wed, 4 May 2005
|
[ 17:46 gerald ]
Update to the 20050430 snapshot of GCC 4.0.1. Address some issues pointed
out by portlint and mark conflicts with lang/gcc33 and lang/gcc41.
|
Sat, 30 Apr 2005
|
[ 20:14 gerald ]
Unbreak sparc64.
Submitted by: Eric Botcazou (via upstream Bugzilla)
|
Sun, 24 Apr 2005
|
[ 19:29 gerald ]
GCC 4.0.0 has been release. Update to the first snapshot of GCC 4.0.1,
which is basically identical with the 4.0.0 release.
|
Sun, 17 Apr 2005
|
[ 17:30 gerald ]
Update to the 20050416 snapshot of GCC 4.0.0.
|
Sun, 10 Apr 2005
|
[ 20:52 gerald ]
Update to the 20050409 snapshot of GCC 4.0.0. That's getting rather close
to the real thing now.
|
Sun, 3 Apr 2005
|
[ 16:41 gerald ]
Update to the 20050402 snapshot of GCC 4.0.0.
|
Thu, 31 Mar 2005
|
[ 23:24 gerald ]
Mark BROKEN on sparc64. I reported the problem upstream, but there is no
fix in sight yet.
Approved by: portmgr (krion)
|
Sun, 20 Mar 2005
|
[ 22:08 gerald ]
Update to the 20050319 snapshot of GCC 4.0.0.
|
Sat, 19 Mar 2005
|
[ 17:45 gerald ]
Update to the 20050312 of GCC 4.0.0.
|
Wed, 2 Mar 2005
|
[ 08:46 obrien ]
portlint.
|
[ 08:33 obrien ]
Update to the 20050226 snapshot.
|
Mon, 21 Feb 2005
|
[ 16:40 gerald ]
Update to the 20050220 snapshot of GCC 4.0, and mostly fix the packing list
for the libjava case (still disabled for now, though).
|
Tue, 1 Feb 2005
|
[ 17:10 gerald ]
Update to the 20050130 snapshot of GCC 4.0.0. Adjust pkg-plist wrt. to
libjava which I hope to re-enable with the next update.
|
Sun, 16 Jan 2005
|
[ 20:32 gerald ]
Update to the 20050116 snapshot of GCC 4.0.
|
Sun, 9 Jan 2005
|
[ 20:47 gerald ]
Update to the 20050109 snapshot of GCC 4.0.0.
|
Tue, 28 Dec 2004
|
[ 12:19 gerald ]
Update to the 20041226 snapshot of GCC 4.0.0.
|
Sat, 25 Dec 2004
|
[ 15:16 gerald ]
Update to the 20041219 snapshot of GCC 4.0.0. Quite some changes.
|
Thu, 16 Dec 2004
|
[ 09:32 maho ]
Adding knob WITH_FORTRAN.
Now we have GNU Fortran 90/95 compiler
with this knob.
PR: 74187
Approved by: gerald (maintainer)
|
Mon, 6 Dec 2004
|
[ 19:44 gerald ]
Update to the 20041205 snapshot of GCC 4.0.0.
|
Tue, 30 Nov 2004
|
[ 13:44 gerald ]
Update to the 20041128 snapshot of GCC 4.0.0.
|
Mon, 22 Nov 2004
|
[ 13:51 gerald ]
Update to the 20041121 snapshot of GCC 4.0.0 (removing last traces of the
old bounds checker). This includes quite a couple of SPARC fixes and should
fix the bootstrap failure there.
|
Sun, 14 Nov 2004
|
[ 21:42 gerald ]
Update to the 20041114 snapshot of GCC 4.0.0.
|
Mon, 8 Nov 2004
|
[ 15:46 gerald ]
Update to the 20041107 snapshot of GCC 4.0.0 which contains some iconv-
related fixes I had submitted upstream.
|
Number of commits found: 104 (showing only 100 on this page) |