Commit graph

105 commits

Author SHA1 Message Date
Pav Lucistnik
d53f2613a2 - Style: ports@freebsd.org -> ports@FreeBSD.org 2005-11-25 22:29:24 +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
Dirk Meyer
ec997a9574 - add SHA checksum 2005-11-13 09:26:50 +00:00
Dirk Meyer
3d2b8b30ab - Update to 0.94.4
http://www.lesstif.org/ReleaseNotes.html
2005-04-03 05:46:50 +00:00
Dirk Meyer
e7f8a88d89 - Update to 0.94.2
http://www.lesstif.org/ReleaseNotes.html
2005-04-02 20:03:49 +00:00
Dirk Meyer
88c28cdd3a - catch up autoconf changes 2005-02-18 14:35:54 +00:00
Dirk Meyer
b1aa086f90 - update to 0.94.0
xpdf works with this version again
2004-12-06 21:01:45 +00:00
Dirk Meyer
caed78eebf - update libtool 2004-11-25 05:16:15 +00:00
Dirk Meyer
8ae39a1141 - fix the automake update from ade 2004-10-18 18:08:00 +00:00
Ade Lovett
0d9fe4811f Kill off automake18, switching to automake19. Requiem Mors Pacem. 2004-10-15 17:32:46 +00:00
Dirk Meyer
4a6bf88c6f - update to 0.93.97 2004-10-14 18:08:42 +00:00
Dirk Meyer
a9a1abe527 - update to 0.93.96 2004-10-14 17:35:08 +00:00
Dirk Meyer
d64b9651d4 - mark FORBIDDEN 2004-10-14 04:34:07 +00:00
Dirk Meyer
ebb064915a - drop maintainership 2004-10-13 20:49:17 +00:00
Dirk Meyer
1ab8db5c5b - It was not forgotten, as no port package could be build! 2004-10-13 20:31:11 +00:00
Oliver Eikemeier
f4de7530f8 - bump PORTEPOCH
Forgotten by:	dinoex
2004-10-13 16:20:11 +00:00
Dirk Meyer
ac05afc404 - backout incomplete update 2004-10-13 09:48:38 +00:00
Dirk Meyer
c94608f094 - update to 0.93.95b 2004-10-12 04:14:17 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Ade Lovett
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Dirk Meyer
3030e51d7e - unbreak autoconf 2004-03-14 14:20:13 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Ade Lovett
91e0c8f1a7 Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents.  In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.

First in a series of major autotools cleanups.
2004-03-12 02:48:25 +00:00
Dirk Meyer
4857d67313 - add SIZE 2004-02-26 05:56:07 +00:00
Dirk Meyer
dee1f7cfab - Update to 0.93.94
- Fix MASTER_SITES
2003-12-04 19:39:36 +00:00
Dirk Meyer
e495845161 - update MASTER_SITES 2003-11-12 15:09:17 +00:00
Dirk Meyer
68fc60d442 - add CONFLICTS
Submitted by:	eikemeier@fillmore-labs.com
2003-10-12 12:49:47 +00:00
Dirk Meyer
0ed9667e47 - change ECHO -> ECHO_CMD 2003-09-24 17:30:13 +00:00
Dirk Meyer
0ca80d429d - save lib/X11/config/host.def (which is created empty by imake)
Thanks to kris for notice.
2003-02-22 06:08:47 +00:00
Dirk Meyer
4eb8d6d1fa - retire pkg-comment 2003-02-21 03:59:00 +00:00
Dirk Meyer
387f34ee24 - add COMMENT 2003-02-20 18:26:42 +00:00
Dirk Meyer
09666e3dd5 - make portlint happier 2003-01-22 19:14:08 +00:00
Dirk Meyer
fc1c1615a7 - Add documentation
- install motif 2.1 libs
- remove lib*.la files
2003-01-18 09:07:38 +00:00
Dirk Meyer
302b07d612 - Update to 0.93.36
supports Motif1.2 and Motif2.1
2003-01-02 04:14:20 +00:00
Dirk Meyer
1f565c4376 Take maintainership, Update pending:
http://people.freebsd.org/~dinoex/ports/lesstif/
2002-12-09 21:17:34 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +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 Meyer
d5b11666ce new MASTER_SITES
PR:		41940
Submitted by:	shammer@satanii.enemy.org
2002-09-09 20:04:16 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Maxim Sobolev
8ea52382c6 Unbroke.
Remove USE_AUTOMAKE and but back explicit dependency to devel/automake.
These ports aren't intended to be configured by automake, which USE_AUTOMAKE
does automagically. Instead they are just using some files from
${LOCALBASE}/share/automake.

Screwed by:	ade
Reported by:	bento
2001-06-05 17:51:20 +00:00
Ade Lovett
af2a6cb93b Replace explicit build dependency on automake with USE_AUTOMAKE knob 2001-05-31 22:53:13 +00:00
Jimmy Olgeni
a130b2e7dd Batch of style fixes for x11-toolkits. 2001-02-05 16:49:17 +00:00
Daniel Harris
2be3f8901c Revert maintainer to ports@freebsd.org.
PR:		23557
Submitted by:	ex-MAINTAINER
2000-12-14 21:54:27 +00:00
Maxim Sobolev
c113d99616 Update to 0.91.8. Other improvements:
- make it USE_LIBTOOL;
- sort PLIST;
- fix configure's sprintf test segfault.
2000-09-01 09:19:00 +00:00
Kevin Lo
b87b768e45 Update to version 0.91.4
PR: 20182
Submitted by: MAINTAINER
2000-07-26 01:34:59 +00:00
Maxim Sobolev
1b5070baab Do not remove lib/X11/config/Imake.tmpl on deinstall. Additional work should
be done to save/restore original lib/X11/config/Imake.tmpl.
2000-06-23 15:38:44 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Will Andrews
53807797d2 Fix lesstif 0.90.0 to use automake and autoconf, as required per its build.
PR:		18145
Submitted by:	maintainer
2000-04-22 01:06:47 +00:00