Commit graph

17 commits

Author SHA1 Message Date
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Dmitry Marakasov
c6d73b3a64 - Switch SourceForge ports to the new File Release System: categories starting with E,F 2009-08-22 00:20:34 +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
7b8e2758ed - Add SHA256 2005-11-24 16:18:42 +00:00
Pav Lucistnik
f05c51d2f1 - Update to 0.6.3
- Reset maintainership due to long series of timeouts

PR:		ports/84110
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	maintainer timeout (1 month)
2005-08-29 23:19:24 +00:00
Sam Lawrance
8aa084f0f7 Chase update of openhbci
- Bump PORTREVISION
- Bump openhbci major

Approved by:	clement (mentor)
		maintainer timeout on ports/70308
2005-05-17 08:55:14 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Tilman Keskinoz
899ce5f3e3 Fix dependencies:
# ldd /usr/local/bin/aqmoney
/usr/local/bin/aqmoney:
        libopenhbci.so.13 => /usr/local/lib/libopenhbci.so.13 (0x2006bc000)
2004-02-01 13:33:42 +00:00
Mark Linimon
f431c4bc90 Fix dependencies for finance/aqmoney; fix plist for those dependencies.
This should fix the build(s) on bento.

prompted by: kris
2004-01-25 04:02:44 +00:00
Mark Linimon
5877e27e05 I forgot to reset the BROKEN Makevar; it does indeed make on 5.1-RELEASE
now.  However, I have not yet tested it on -CURRENT.
2003-12-15 04:20:02 +00:00
Mark Linimon
cf3ff8ca4a Fix up the bogus BUILD_DEPENDS that I left in after testing.
Prodded by: kris.
2003-12-15 00:58:00 +00:00
Mark Linimon
b707140221 The openhbci dependency is needed to build the object modules, not just
the libraries.  Boot to the butt supplied by: kris.
2003-11-22 16:25:49 +00:00
Mark Linimon
6213061852 Update to current versions. PR: ports/57080 and maintainer timeout. 2003-11-11 09:03:50 +00:00
Kris Kennaway
93872f18cc Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
2003-06-04 22:43:38 +00:00
Kris Kennaway
b5ba813ea5 BROKEN on 5.1: configure fails 2003-05-18 11:36:12 +00:00
Tilman Keskinoz
6bcda931e5 Add Aqmoney, a HBCI homebanking application
PR:		50998
Submitted by:	Heiner Strauss <heiner@bilch.com>
2003-04-16 08:58:32 +00:00