Commit graph

19 commits

Author SHA1 Message Date
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
Gabor Kovesdan
e764e76dc7 - Fix fetching
- Fix WWW
- Eliminate pkg-plist

Approved by:	erwin (mentor)
2006-12-09 15:34:09 +00:00
Edwin Groothuis
a80969d36e Remove USE_REINPLACE from all categories starting with P 2006-05-13 01:03:17 +00:00
Pav Lucistnik
6edb86f43a - Add SHA256 2005-11-25 17:44:39 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Volker Stolz
dacec8d5d9 Update MASTER_SITES and WWW: line
PR:		ports/73466
Submitted by:	ports fury
2004-11-05 08:21:13 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Kirill Ponomarev
254a252946 - Fix build on -current
PR:		58879
Submitted by:	Ports Fury
2003-11-03 19:37:53 +00:00
Mark Linimon
27469af6ac Mark as broken on 5.x for the usual gcc reasons. Pet portlint. 2003-10-29 08:24:22 +00:00
Daichi GOTO
06427e2661 patch print/cpp2latex:
- print/cpp2latex looks for the getopt function in  getopt.h
    instead of unistd.h

PR:		52116
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-07-04 12:42:24 +00:00
Ying-Chieh Liao
d6b0f9fbef upgrade to 2.3 2003-03-28 16:55:32 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Tilman Keskinoz
61e7c912c1 Update to 2.1
PR:		46304
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-01-03 17:11:13 +00:00
Tilman Keskinoz
ce0124e3fc Fix build on -CURRENT
PR:		45765
Submitted by:	Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
2002-11-26 19:36:16 +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
Dirk Froemberg
e5c205169e portlint:
- begin with a capital
- don't end with '.'
- remove port name
- don't exceed 70 characters
2001-12-25 16:59:04 +00:00
Ying-Chieh Liao
79826837b7 add cpp2latex
Convert C++-programmlistings to a file you can input in an LaTeX-document
2001-07-20 09:36:57 +00:00