Commit graph

84 commits

Author SHA1 Message Date
Ade Lovett
9b4e4e3b22 Tweak COMMENT lines to indicate the legacy nature of these two ports. 2012-05-11 20:36:37 +00:00
Olli Hauer
d6db46aade -remove MD5 2011-07-03 14:59:23 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Mark Linimon
dd383e92eb Reassign the autotools-related ports to a new mailing list,
autotools@FreeBSD.org.  This is for individuals willing to put in
the hard work to generate patches and work with portmgr as we put
them through -exp runs and work through port breakage that they
create.  (A huge number of ports depend on these, so -exp runs are
required.)

Thanks to aDe@ for all the thankless work he's done over the years
to tame these beasts.

Hat:		portmgr
2009-12-16 11:21:27 +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
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Jimmy Olgeni
a249020977 Large round of typo fixes in ports/devel (pkg-descr). 2008-06-01 09:42:37 +00:00
Ade Lovett
3b3128196e Update to the autotools new world order.
Tested by:	numerous package build runs
Approved by:	portmgr
Thanks to:	des, kris, linimon, pav
2007-07-28 06:33:59 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Ade Lovett
ef677b8e52 Add SHA256 2005-11-14 03:05:46 +00:00
Ade Lovett
db2646508d Minor INFO-related cleanups 2005-06-17 02:56:07 +00:00
Ade Lovett
cbcdcfb3d4 Purge WANT_{LIBTOOL,AUTOCONF,AUTOMAKE}_RUN
The versioned autotools are now strictly for building other ports in the tree.
Likewise, the gnu- autotools are for runtime dependencies for IDEs, and others,
where unmodified cross-platform capabilities are desired.
2005-06-16 17:29:45 +00:00
Ade Lovett
c94d76f525 All that we see or seem, is but a dream, within a dream.
Take back maintainership.  I'll be scouring the PR database shortly,
if I miss any, or someone beats me to it, please feel free to reassign
appropriately.
2005-06-15 06:28:34 +00:00
Pav Lucistnik
9fa2ebb975 - Don't hardcode versioned perl binary in shebang line, otherwise it will
break on next perl update.

PR:		ports/81639
Submitted by:	Christopher Nehren <apeiron@coitusmentis.info>
2005-05-30 21:08:56 +00:00
Greg Lewis
36ba62aad9 . Change pre-install to pre-su-install since the target performs privileged
operations.  This makes these ports installable by users other than root.

PR:		76422
Submitted by:	jhb
2005-03-17 16:20:17 +00:00
Ade Lovett
2255dacd66 Relinquish maintainership. I no longer have the time, energy,
or interest to look after these things any more.

To whomever picks these up, I salute you.  I'll reset the relevant
PRs to ports-bugs in a couple of weeks if no-one has taken over
maintainership.

Farewell, autotool hell.
2005-02-28 23:32:14 +00:00
Ade Lovett
2e0bdfcebb Use INFO [1]
Other miscellaneous cleanups with info files

PR:		72651 [1]
Submitted by:	leeym [1]
2004-10-14 20:47:30 +00:00
Ade Lovett
a33f86462b Long-overdue cosmetic cleanups. 2004-08-03 22:58:11 +00:00
Ade Lovett
4765aae628 Somehow along the road, the MAINTAINER line got fat-fingered into
AINTAINER, with interesting consequences.
2004-05-15 05:21:38 +00:00
Ade Lovett
1e4e9a3717 Fix missed patch, resulting in aclocal looking for itself in the wrong
place after the upgrade.

Submitted by:	marcus
2004-05-14 16:43:10 +00:00
Ade Lovett
67541bb532 Update to 1.4.6, the last of the 1.4.x automake branch. 2004-05-13 20:49:04 +00:00
Marcel Moolenaar
d2d05bd3d5 Revert previous commit. We're still in freeze.
pointy hat: marcel
2004-04-27 00:28:48 +00:00
Marcel Moolenaar
73a334b5c8 s/pre-install/pre-su-install/. Directories are being created.
Approved by: maintainer timeout.
2004-04-26 23:12:15 +00:00
Ade Lovett
7b53eea81c Add SIZE to distinfo's
Prompted by:	trevor
2004-03-29 21:04:52 +00:00
Ade Lovett
e69cb40145 Set some DEPRECATED and EXPIRATION_DATE knobs to indicate overall intention
of the autotools project to remove all but the latest versions of
libtool, autoconf, and automake, by 31st December 2004.

Note that autoconf259 and automake18 aren't yet accessible through the
relevant USE_* knobs, but will be as soon as bsd.autotools.mk comes into
existence.
2004-03-28 22:30:22 +00:00
Ade Lovett
f20d630fa6 Use the cosmetic BUILD_VERSION variable (a la libtool), switch portnames
away from using the version number twice.

Unbreak automake17, base on work from Rui Lopes <rui@ruilopes.com>
2003-06-29 01:58:53 +00:00
Ade Lovett
4626b99a17 Assume maintainership as part of the whole "gnutools" integration process. 2003-06-09 23:40:13 +00:00
Will Andrews
f9be1a26da REST IN PEACE
Alan Eldridge
Born December 15, 1961 in Iowa
Died June 6, 2003 in Denver, Colorado

Thank you for your contributions, you
will be greatly missed.
2003-06-08 21:06:22 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Kris Kennaway
1c24674242 Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
2003-02-28 22:53:02 +00:00
Alan Eldridge
d11f35d6b0 change relative links to absolute 2002-12-09 16:50:42 +00:00
Alan Eldridge
61ecca67fb Remove "temporary" symlinks which could cause a build to fail. 2002-11-30 03:51:55 +00:00
Alan Eldridge
61028157db Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realize
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along....
2002-11-01 13:09:32 +00:00
Alan Eldridge
7df6fabb8f Changed MAINTAINER to my FreeBSD address. 2002-11-01 04:17:51 +00:00
Alan Eldridge
7f76c61641 Finally got enough diagnostic info. Fixes 44321. This is PORTREVISION=8,
folks.

PR:		44321
2002-10-21 06:09:00 +00:00
Alan Eldridge
c184277d42 Rewrote installation procedure in Makefile since it wasn't quite right.
Hopefully fixed the PR listed.

PR:		44321
Submitted by:	parv
2002-10-21 01:55:44 +00:00
Alan Eldridge
8615ce65a7 Removed erroneous ${DESTDIR} that I put in Makefile pre-/post- targets. 2002-10-21 00:04:38 +00:00
Alan Eldridge
5348215d8b Updating portrevision, I said! DWIM! 2002-10-19 16:34:02 +00:00
Alan Eldridge
6ad848c5bc Fixed Dirk Meyer's bug that the GTK m4 macro wasn't found. No PR, reported
on ports@ list. Updating PORTREVISION to push this out.
2002-10-19 16:33:12 +00:00
Alan Eldridge
7e254eb576 1. Bumped portrevision (yes, again, sorry for the thrash).
2. Fixed bug that Knu pointed out, which was the bad dirs were captured
   in bsd.port.mk (to be fixed RSN, in testing now). Fixed with the magic
   of ... symlinks! (I always thought symlinks to . were lame, and they are,
   but sometimes they can get you out of a corner. Temporarily.)
3. The question is, will anything break trying to recursively go down the
   tree following symlinks? If so, that tool needs to be fixed. A symlink
   to '.' (or '..') just plain should not be followed.

Bottom line is, AUTOCONF_DIR, AUTOMAKE_DIR, & ACLOCAL_DIR work again.
As a side effect of this fix, you can now download the entire internet
onto 1 floppy disk.
2002-10-14 19:42:32 +00:00
Alan Eldridge
ae35220ffa Unbreak automake/aclocal from my changes this morning. My test case wasn't
thorough enough. PORTREVISION bump to force the change out (my judgement).
2002-10-14 00:33:17 +00:00
Alan Eldridge
fd2f8798ab Cosmetic. Removed commented out stuff. 2002-10-13 13:02:26 +00:00
Alan Eldridge
07a43438a3 1. Made post-install DESTDIR-safe.
2. Made install put files in the RIGHT place (no extra level of dirs;
	changing 'datadir' is not the right thing to do).
3. Made nice exit when you have USE_AUTOMAKE* defined.
4. Renamed patch files so I can tell what they do.
5. Portrevision bump => 3.
2002-10-13 12:54:48 +00:00
Alan Eldridge
31e64659e4 1. Fixed the PR mentioned below, submitted by <below>.
2. perl -pi ==> ${REINPLACE_CMD}. Add USE_REINPLACE=yes.
3. @ some more Makefile commands so it doesn't talk quite so much.
4. Bumped PORTREVISION because of wanting to get Fix (1) out there.

PR:		42917
Submitted by:	"Greg 'groggy' Lehey" <grog@lemis.com>
2002-09-18 09:41:28 +00:00
Alan Eldridge
f3070bf075 Take maintainership since Ade Lovett departed and I know these programs
pretty well.
2002-09-16 07:51:45 +00:00
Maxim Sobolev
4fe6852b8f Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.

Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
2002-09-14 13:32:06 +00:00