Commit graph

85 commits

Author SHA1 Message Date
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
Thomas Gellekum
d9e66eae6e Upgrade to 0.90.0.
PR:		18062
Submitted by:	"Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
2000-04-18 10:42:20 +00:00
Chris Piazza
458db42f26 Update with the new PORTNAME/PORTVERSION variables 2000-04-10 01:11:24 +00:00
Thomas Gellekum
1552990c1c Don't install xbae.1 and xlt.1.
Submitted by:	Steve Kargl <sgk@troutmask.apl.washington.edu>
2000-02-24 09:01:31 +00:00
Thomas Gellekum
bfc247cc94 Don't `link' libXm against libc.
Reviewed by:	<kargl@troutmask.apl.washington.edu>
2000-02-23 09:18:38 +00:00
Matthew Hunt
4fcfd3b60d Somehow this got missed in previous commit. Upgrade to 0.89.9.
PR:		16188
Submitted by:	Steven G. Kargl <kargl@troutmask.apl.washington.edu>
2000-01-18 22:08:08 +00:00
Matthew Hunt
62c36a40ee Upgrade to 0.89.9.
PR:		16188
Submitted by:	Steven G. Kargl <kargl@troutmask.apl.washington.edu>
2000-01-18 21:59:23 +00:00
Thomas Gellekum
744c08fe5d Upgrade to 0.89.4.
PR:		14807
Submitted by:	Steven G. Kargl <kargl@troutmask.apl.washington.edu>
1999-11-10 13:42:26 +00:00
Peter Wemm
50fb080408 $Id$ -> $FreeBSD$ 1999-08-31 03:04:38 +00:00
Satoshi Asami
706a697e77 Don't ask questions if we are doing the parallel build, as it won't
interfere with the real Motif.
1999-07-20 23:40:03 +00:00
Chris Piazza
0ad8f777c3 Make Steven G. Kargl <kargl@troutmask.apl.washington.edu> the
maintainer of this port.
1999-07-14 04:43:58 +00:00
Chris Piazza
523c97c0d0 Update to lesstif 0.88.9.
Note that this change to the Makefile is a format change and the
real commit was rev 1.33. All of the others are the actual update.
The message got lost in an accidental ctrl-c during the commit.
Thanks to jdp for fixing all the locks.

PR:		12630
Submitted by:	Steven G. Kargl <kargl@troutmask.apl.washington.edu>
1999-07-14 04:35:22 +00:00
Chris Piazza
57debc1572 Update to 0.88.9.
PR:		12630
Submitted by:	Steven G. Kargl <kargl@troutmask.apl.washington.edu>
1999-07-14 03:58:27 +00:00
Chris Piazza
08f32fef2d Use the proper links so dynamic linking will work.
PR:		12439
Submitted by:	Don Croyle <croyle@gelemna.ft-wayne.in.us>
1999-06-29 02:50:48 +00:00
Chris Piazza
aa4bd83354 Upgrade lesstif to 0.88.1.
PR:		11250,12415
Submitted by:	Steven G. Kargl <kargl@troutmask.apl.washington.edu>
		Jeroen Ruigrok van der Werven <asmodai@wxs.nl>
1999-06-28 00:06:21 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]

I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.

Before I forget....

Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit.  See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
1999-06-26 19:22:14 +00:00
Michael Haro
7726554682 Inform people they should set HAVE_MOTIF to 'yes' if they expect lesstif
to be seen by other ports.
1999-06-12 05:31:02 +00:00
Michael Haro
18ffc9c89a W * 10 + W + W * 100 = WWW * 10 + : = WWW: 1999-05-03 04:51:20 +00:00
Dirk Froemberg
7e3cdef3b3 Upgrade to 0.87.1.
Add more MASTER_SITES.

PR:		ports/9523
Submitted by:	Don Croyle <croyle@gelemna.ft-wayne.in.us>
1999-01-16 10:17:33 +00:00
David E. O'Brien
1e5a80423d Move interactive questioning about installing Lesstif will overwrite an
existing Motif from "pre-fetch" to "pre-extract".  This is to allow
unattended fetching of distfiles.
1998-12-01 09:35:13 +00:00
Thomas Gellekum
667449d0d2 Upgrade to 0.87.0. 1998-11-13 09:42:26 +00:00