1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
Gerald Pfeifer
ce226b1d21 Mark for depreciation, since unmaintained, failing to work with current
versions of GCC, mostly dead upstream, and requiring gcc295 which fails
to build itself (and does not support current version of FreeBSD nor most
primary targets).

EXPIRATION_DATE=2009-03-22
2009-02-21 22:56:45 +00:00
Erwin Lansing
d2de7775cf Mark BROKEN on 8.x: does not build. 2008-08-23 17:14:08 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Pav Lucistnik
22fea9c3df - Add some SHA256 checksums 2005-11-24 15:40:04 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Yen-Ming Lee
109d2d2355 add USE_GCC=2.95 and unbreak this port.
use MASTER_SITE_GCC and make portlint happier.
2004-02-06 04:09:03 +00:00
Kris Kennaway
787cd83877 BROKEN on 5.1: bad C++ 2003-05-18 11:41:56 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Edwin Groothuis
0dfa4bd1a5 Make port fetchable again.
Noticed by: portsurvey
2002-12-26 08:30:20 +00:00
Akinori MUSHA
6b417707d6 Remove a bogus line continuation and apply distributed patches
properly.
2002-12-16 09:24:54 +00:00
Adam Weinberger
c62fe39354 Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to:	me
Approved by:		pat
2002-11-07 03:10:58 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Kris Kennaway
c68436a7b7 Remove USE_NEWGCC, which is no longer supported or required.
Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571
2002-08-31 02:44:07 +00:00
David E. O'Brien
4cb33dba94 To ports@freebsd.org. 2002-06-08 17:33:41 +00:00
David E. O'Brien
28c4ea5c3f Do not build the profile version of this. 2001-05-28 01:57:50 +00:00
David E. O'Brien
45f9618196 Add the profiled lib (note that `make package' will fail now if you have
your /etc/make.conf set to not build them.  But stock settins should
probably be assumed and the Bento-lead cluster is using stock settings.

PR:		27469
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-23 09:26:53 +00:00
David E. O'Brien
ae33ef37fd * Found a new mastersite for the patches. Also found more patches there.
* Fix the build problem that was created when bsd.port.mk started setting
  CXXFLAGS in MAKE_ENV.  The problem is if a port uses a BSD-style Makefile
  and C++, sys.mk will not craft a proper CXXFLAGS because it uses "=?".
2001-03-09 13:01:35 +00:00
Satoshi Asami
be6c01ee85 Use ${MASTER_SITE_LOCAL}. 2000-06-29 02:31:42 +00:00
David E. O'Brien
d624138fd5 The local-distfiles dir on ftp.freebsd.org was moved under ports/. 2000-06-07 17:44:39 +00:00
David E. O'Brien
55ddf4365b Become the guinnie-pig and move all my Freefall ~/public_html distfiles
over to the new ftp.freebsd.org local distfiles site.
2000-06-07 03:09:25 +00:00
Kris Kennaway
c5748e1d31 Mark BROKEN - compiler error
Noticed by:	bento
2000-04-29 21:44:08 +00:00
David E. O'Brien
921daa4ca0 Add another site for the patch file. 2000-04-15 09:21:30 +00:00
Akinori MUSHA
52190dc850 Portlint COMMENT's.
Everybody should read the Handbook again!

PR:		ports/18008
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Michael Haro
ed33fb7de0 PORTNAME/PORTVERSION update 2000-04-11 21:30:15 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
David E. O'Brien
0fa6e5a961 Add offical patch that fixes some non-standards conformant code. 2000-03-20 23:10:47 +00:00
David E. O'Brien
0230de8644 This is a libg++ add-on for EGCS releases and later GCC releases.
It is needed only if your applications depend on
libg++ and you cannot easily remove the dependency on libg++.
2000-02-27 19:23:25 +00:00