Commit graph

16 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
Vasil Dimov
7121799150 Upgrade devel/google-sparsehash from 0.8 to 1.1
Submitted by:	Yuri <yuri@rawbw.com> (without the pkg-plist change)
2008-04-13 18:03:56 +00:00
Edwin Groothuis
1e1dff6290 Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files

PR:		ports/121435 (related)
2008-03-06 22:19:52 +00:00
Vasil Dimov
13414c63e4 Upgrade devel/google-sparsehash from 0.7 to 0.8 2007-07-22 12:13:05 +00:00
Vasil Dimov
9ef5cb416b Fix typo in MASTER_SITES. 2007-06-15 15:24:18 +00:00
Vasil Dimov
1411829a61 * Upgrade devel/google-sparsehash from 0.4 to 0.5
* Add copy of the distfile to the FreeBSD mirrors:
  sometimes I receive a notice from fenner@ that the distfile is not fetchable,
  but fetch has never failed when I tried to reproduce that. Add the mirrors
  just to be on the safe side.
2007-06-13 14:27:24 +00:00
Vasil Dimov
32c90e3a78 Upgrade devel/google-sparsehash from 0.5 to 0.6
PR:		ports/110914 (based on)
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
2007-03-27 19:40:02 +00:00
Vasil Dimov
9bac0e7cd8 * Upgrade devel/google-sparsehash from 0.4 to 0.5
* Add regression-test: target which is an alias for check:
2006-10-31 06:12:53 +00:00
Florent Thoumie
214847f0a7 - Fix latest commit.
Reported by:	Dan Langille
Approved by:	vd (well, I hope)
2006-05-20 11:28:36 +00:00
Vasil Dimov
8880a3bd73 Fix build on 4.x
Reported by:	kris
2006-05-20 08:18:07 +00:00
Vasil Dimov
c919d3acd9 * Update from 0.3 to 0.4
* Remove @ prefix from the shell commands so users can see what's happening
* Rename target `tests' to `check' to conform with the software's own target
* Sync plist
2006-05-10 07:09:29 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Vasil Dimov
0e2468d8b1 Change my email address to the @FreeBSD one
Approved by:	garga (mentor)
2006-01-20 06:12:05 +00:00
Tilman Keskinoz
1e4ed470f2 Update to 0.3
PR:		88592
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-11-08 19:38:24 +00:00
Pav Lucistnik
b3dfb6dc17 - Silence configure target warning
PR:		ports/85917
Submitted by:	Vasil Dimov <vd@datamax.bg> (maintainer)
2005-09-10 22:16:29 +00:00
Jean-Yves Lefort
61bb11016d Add google-sparsehash.
An extremely memory-efficient hash_map implementation. 2 bits/entry overhead!
The Google SparseHash project contains several hash-map implementations in use
at Google, with different performance characteristics, including an
implementation that optimizes for space and one that optimizes for speed.

WWW: http://goog-sparsehash.sf.net

PR:		ports/82696
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-06-28 01:17:21 +00:00