Commit graph

11 commits

Author SHA1 Message Date
Xin LI
5bbd5cd2dc Bump PORTREVISION's after OpenLDAP update.
Suggested by:	rafan
2009-01-05 19:04:45 +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
c349fb3a46 - Fix build
Submitted by:	delphij
2008-07-23 08:14:59 +00:00
Cheng-Lung Sung
1546fb8242 - make fetchable, project has new URL
- update pkg-descr WWW to reflect new home

PR:		ports/104772
Submitted by:	Thomas Abthorpe <thomas_AT_goodking dot ca>
Approved by:	maintainer (Joseph Scott)
2006-10-31 07:13:12 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Sergey Matveychuk
9eaa88de22 - Update to 1.3
PR:		ports/81405
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	maintainer
2005-05-26 12:09:26 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Tilman Keskinoz
df7525b41a Update to 1.2
Update MASTER_SITES

PR:		57429
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2003-10-05 12:38:20 +00:00
Edwin Groothuis
2cc833ff50 Fix dependency:
There is no port net/openldap21 any longer. Please use
	USE_OPENLDAP=yes and respect the default in bsd.ports.mk,
	specify WANT_OPENLDAP_VER *only* if you have to, for example
	when you are incompatible with any other version.

Thanks for the report!

Submitted by:		Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-09-30 22:54:15 +00:00
Edwin Groothuis
928565fd41 NEW PORT: sysutils/adtool
adtool is a unix command line utility for Active Directory
	administration.  Features include user and group creation,
	deletion, modification, password setting and directory query
	and search capabilities.

PR:		ports/51320
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2003-09-29 22:53:20 +00:00