Commit graph

242 commits

Author SHA1 Message Date
Gerald Pfeifer
31d14513a6 Make CONFIGURE_ARGS and MAKE_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. [1]

Reviewed by:	flz (for lang/gcc40) [1]
2006-06-17 13:47:29 +00:00
Gerald Pfeifer
dd6c79246e Install the .info files in a port-specific subdirectory, which removes
hidden conflicts with some older lang/gcc ports.

Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead
of hardcoding the version number 33.

Always build both shared and static libraries instead of having these as
two exclusive options defaulting to the former.  This requires a hack to
set LD_LIBRARY_PATH from MAKE_ENV which makes me think the WANT_SHAREDLIBS
case really failed to build previously.

Make MAKE_ARGS non-cumulative.

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.

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

Bump PORTREVISION.
2006-03-26 19:58:01 +00:00
Dirk Meyer
c143c5eaa4 - add RC_D_SH to keep shared libs working after reboot
Approved by:	gerald
2006-03-25 18:30:26 +00:00
Gerald Pfeifer
f6a6f89cf0 Remove USE_REINPLACE= and adjust the quoting of BROKEN=, both as advised
by new portlint.
2006-02-13 23:21:37 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Gerald Pfeifer
981bb88e27 Update to the 20051223 snapshot of GCC 4.1.0.
Install the .info files of the lang/gcc41 port in a port-specific
subdirectory, and move include/mf-runtime.h into a version specific
directory.   This allows us to remove the conflict with lang/gcc33,
and reduce the clash with lang/gcc42.

Also improve packaging by using @dirrm include/ssp instead of speculative
removal.
2005-12-28 22:29:09 +00:00
Gerald Pfeifer
f369fc50b4 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.
2005-12-22 00:47:46 +00:00
Gerald Pfeifer
10290a3326 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
2005-12-21 21:14:08 +00:00
Gerald Pfeifer
b240fc287c 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
2005-12-11 22:49:57 +00:00
David E. O'Brien
680cd05e4d Accept -march/-mcpu "k8", "opteron", and "athlon64". 2005-10-31 08:03:05 +00:00
David E. O'Brien
77e563e5ad Support FreeBSD 7. 2005-10-31 08:01:29 +00:00
Gerald Pfeifer
16962b6b74 We no longer install any libraries to $PREFIX/lib, so remove this from
LDCONFIG_DIRS.
2005-07-19 15:07:34 +00:00
Gerald Pfeifer
4f7c76fe41 IGNORE on 7.x and above. 2005-07-14 22:43:57 +00:00
Gerald Pfeifer
bc72904229 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.

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]
2005-07-14 13:14:32 +00:00
Gerald Pfeifer
fd34e8ad87 Now that the GCC 3.3 branch has been closed, switch from tracking snapshots
to the final release, 3.3.6.  Unfortunately, this requires using PORTEPOCH.
Tweak a comment and remove a debug output on the way.
2005-07-10 17:13:19 +00:00
Gerald Pfeifer
83b95627e8 Fix the handling of man pages on systems with an old version of Perl, once
and for all and forever.
2005-05-22 00:37:29 +00:00
Gerald Pfeifer
e85f23b020 Fix (and simplify) the handling of man pages on old systems with Perl 5.0.
Point out by:	pointyhat
2005-05-20 00:56:12 +00:00
Gerald Pfeifer
639098bd00 Update to the 20050511 snapshot of GCC 3.3.6.
Add conflicts with the gcc40 and gcc41 ports, due to the .info files.
Simplify the handling of libraries which are not installed in all
configurations.
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.
2005-05-16 17:10:36 +00:00
Gerald Pfeifer
2b2f626530 Silence two portlint warnings. 2005-05-09 21:22:09 +00:00
Gerald Pfeifer
63f5afe07d Update to the 20050427 snapshot of GCC 3.3.6. On the way, remove all traces
of the Java frontend and libgcj which speeds up the build significantly and
reduces the number of file conflicts with lang/gcc34 to a minimum (which is,
in turn, needed for proper building and testing of the alpha port). Everyone
with interest in Java really should use lang/gcc34 or, better, lang/gcc40.
2005-05-03 23:16:32 +00:00
Gerald Pfeifer
78014b7091 Update to the 20050330 pre-release of GCC 3.3.6. 2005-04-02 18:53:52 +00:00
Gerald Pfeifer
730e0cd23f Update to the 20050223 snapshot of GCC 3.3.6. 2005-02-24 16:54:02 +00:00
Gerald Pfeifer
d52598d2ac Update to the 20050202 snapshot of GCC 3.3.6. 2005-02-03 19:06:53 +00:00
Gerald Pfeifer
b24c3b604e Update to the 20050112 snapshot of GCC 3.3.6. Among others, this includes a
fix by obrien to use the KSE pthread lib for -pthread.
2005-01-16 18:44:38 +00:00
Gerald Pfeifer
642675286a Update to the 20041215 snapshot of GCC 3.3.6. 2004-12-17 19:08:19 +00:00
Gerald Pfeifer
bf41230a9b Update to the 20041103 snapshot of GCC 3.3.5. 2004-11-04 10:33:41 +00:00
Gerald Pfeifer
72857ab69f Update to the 20041013 snapshot. 2004-10-19 22:37:10 +00:00
Gerald Pfeifer
acd6c65252 Update to the 20040901 snapshot of GCC 3.3.5. 2004-09-02 12:51:53 +00:00
Gerald Pfeifer
5439bdadb6 Update to the 20040630 snapshot and change the version to 3.3.5.
Optimize the SNAPDATE variable away on the way and use ${ECHO_MSG}
instead of ${ECHO} [1].

Spotted by:	eik [1]
2004-07-04 20:50:59 +00:00
Gerald Pfeifer
6bd1512b96 Mark BROKEN on amd64. It looks like the system compiler miscompiles this,
and most people on this platform will use either the system compiler or
gcc34 anyways.
se ${ECHO} instead of echo.
2004-07-03 20:38:18 +00:00
Gerald Pfeifer
2c7a504b30 Update to the 2004-06-16 snapshot of GCC 3.3.4. 2004-06-17 21:30:57 +00:00
Gerald Pfeifer
3cb682cf5c Update to the 2004-05-05 snapshot of GCC 3.3.4. 2004-05-14 20:15:02 +00:00
Gerald Pfeifer
138f874c11 Remove support for WITH_BOUNDSCHECKING which was broken most of the time
(due to the 3.3 branch moving quite a bit between releases).

PR:		64959
2004-05-03 18:23:39 +00:00
Gerald Pfeifer
595858c676 Update to the 2004-04-11 snapshot and a later version of the bounds checking
patch (which still has two mismatches, though).
Tweak the pre-everything message, plus display a note when libgcj is not built.
2004-04-17 18:25:47 +00:00
Gerald Pfeifer
5bab905509 Add a WITHOUT_LIBJAVA knob, which disables building libgcj and thus saves
quite some build time and also disk.  Make this the default on sparc64 and
ia64 where libgcj has not been ported to and thus fix long-standing packaging
issues on these two platforms.
On the way, update to the 20040322 snapshot of GCC 3.3.3.

PR:		63427 (mostly)
2004-03-28 00:16:07 +00:00
Gerald Pfeifer
4bc04f3260 Update to the 20040308 snapshot of GCC 3.3.4.
- Work around breakage due to the renaming of x86_64 to amd64 (which still
  has not been addressed upstream).
- USE_SIZE is now the default, no need to specify it explicitly.
- Remove WANT_THREADS_SUPPORT knob, which should be a no-op by now.
2004-03-14 12:39:34 +00:00
Gerald Pfeifer
2c4fe14389 Mark broken on amd64 (which used to be called x86_64). 2004-02-18 09:43:30 +00:00
Gerald Pfeifer
49154b4b87 Update to the 2004-02-16 snapshot of GCC 3.3.4. 2004-02-16 19:32:39 +00:00
Gerald Pfeifer
fb6bb145b6 Fix build on systems without a decent version of Perl.
PR:		62397
2004-02-08 13:08:44 +00:00
Gerald Pfeifer
eb16805645 Update to the 2004-02-02 snapshot of GCC 3.3. (Add distinfo part.)
PR:		62409
2004-02-06 09:06:27 +00:00
Gerald Pfeifer
62ca6cce97 Update to the 2004-02-02 snapshot of GCC 3.3. 2004-02-05 22:09:31 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Gerald Pfeifer
62e1c98435 Consider another instance of the man pages not being generated if Perl 5.6
is not installed and move/adjust the previous hack.

Reported by:	bento
		Lee Harr <missive@hotmail.com>
		AMAKAWA Shuhei <sa264@cam.ac.uk>
2004-02-01 20:54:24 +00:00
Gerald Pfeifer
206720c9f6 The Fortran frontend binary is called g77, not f77. 2004-01-30 13:52:37 +00:00
Gerald Pfeifer
acef2d3ac6 Update to the 2004-01-26 snapshot of GCC 3.3. Introduce a new make variable
SUFFIX to avoid hardcoding the version number and reorder USE_ variables.
2004-01-26 22:51:16 +00:00
Trevor Johnson
fbd1108f49 Use the SORT macro from bsd.port.mk. 2004-01-22 11:06:02 +00:00
Gerald Pfeifer
d846c1b2b5 Add missing part of yesterday's commit.
Update to the 2004-01-19 snapshot of GCC 3.3.  Employ USE_SIZE.

Reported by:	Rolandas Naujikas <rolnas@takas.lt>
2004-01-21 13:51:42 +00:00
Gerald Pfeifer
6519b62972 Update to the 2004-01-19 snapshot of GCC 3.3. Employ USE_SIZE. 2004-01-21 08:43:10 +00:00
Gerald Pfeifer
9eb0382f5a Configure with --program-suffix and make related and further simplifications. 2004-01-17 23:37:46 +00:00
Gerald Pfeifer
8dc6c581f1 Sync handling of man pages with the gcc34 port. Merge in my 2004/01/09
change to the gcc34 port to adjust the renaming of gccbug to the scheme
used by the other programs installed by this port.  Remove hack to provide
stubs for binaries not built on some platforms.
2004-01-17 18:58:41 +00:00