Commit graph

47 commits

Author SHA1 Message Date
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
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Shaun Amott
5361678373 Switch to my @FreeBSD.org address.
Approved by:	ahze (mentor)
2006-06-19 20:06:59 +00:00
Renato Botelho
f4c374e95c Pass maintainership to submitter
PR:		ports/97747
Submitted by:	Shaun Amott <shaun at inerd.com>
2006-05-24 10:53:46 +00:00
Edwin Groothuis
ff21f59f9f Remove USE_REINPLACE for categories starting with a G 2006-05-07 23:46:33 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
16719bdaeb use INFO macro 2005-12-04 07:30:00 +00:00
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +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
Oliver Lehmann
7f44153281 change the libtool version to use from 1.3 to 1.5 2005-06-01 19:56:04 +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
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
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Akinori MUSHA
e88cb93ce3 de-pkg-comment 2003-02-20 18:08:19 +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
Ying-Chieh Liao
2730c8a3dc PERL -> REINPLACE_CMD
PR:		39938
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-07-08 10:41:30 +00:00
Ying-Chieh Liao
57d5277a36 use WITHOUT_X11 instead of WITH_X11
bump PORTREVISION
2002-04-30 02:43:21 +00:00
Patrick Li
b3166e3f99 Update to 1.4.r5
PR:		35480
Submitted by:	Norikatsu Shigemura <nork@ninth-nine.com>
2002-03-02 17:49:29 +00:00
OKAZAKI Tetsurou
b6181f89f3 Fix a building error.
Don't update the timestamp of "${WRKSRC}/acconfig.h".

PR:		33680
2002-01-19 22:53:18 +00:00
Mark Pulford
754533679e Re-added workaround (see 1.18) to prevent intermittent failures
depending on where the distfile was fetched.
2001-09-02 09:31:17 +00:00
Mark Pulford
52ad175276 Fixed MASTER_SITES and WWW. USE_AUTOMAKE made redundant.
PR:		29823
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-08-29 11:39:06 +00:00
Kris Kennaway
d41accf670 Use random() because rand() is just too lame
Fix a potential buffer overflow I noticed while in here
Bump PORTREVISION
2001-03-03 00:45:13 +00:00
Neil Blakey-Milner
5c8607d63b Bump PORTREVISION, since patch-af changes the package.
Submitted by:	okazaki
2001-02-02 09:31:43 +00:00
Doug Rabson
3c0627274f Fix a typo which prevents aalib being used from C++.
Reviewed by: wca
2001-02-01 17:09:16 +00:00
Roger Hardiman
02968dbf5d There are two different tarballs for aalib-1.2 on the internet.
There is one copy on the author's ftp site.
There is a differnt copy on all the SunSite mirrors.

The difference is small. The SunSite copy contains a config.cache file.
The actual source code is identical.

So, allow this port to work with either tarballs.
We need both checksums in distinfo and we need to delete config.cache
(if it exists) prior to running configure.

Submitted by:	bento which found the problem while the authors site was down
2000-11-15 10:03:39 +00:00
Trevor Johnson
288ec2cbda Add MASTER_SITE_SUNSITE (recent fennerism). 2000-11-03 00:46:51 +00:00
Will Andrews
0b36139684 Fix MASTER_SITES; use USE_AUTOMAKE; add WWW.
PR:		19926
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-15 16:48:04 +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
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
5cb1434004 Second round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:12:51 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
David E. O'Brien
5fc663a1ad PORTNAME / PORTVERSION syntax conversion 2000-04-13 06:28:28 +00:00
Michael Haro
3c7093a608 forgot to cvs add/remove patches 2000-04-01 21:52:41 +00:00
Michael Haro
9e82245fdd * do not configure X11 driver when NO_X11 is defined.
* declare USE_XLIB when XFree86 is installed and NO_X11 is not defined.
* fix configure.in more to use built-in ncurses if exist, and turn on USE_AUTOCONF.
* remove patches already obsoleted by USE_LIBTOOL.

PR:		17004
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-04-01 21:49:49 +00:00
Kris Kennaway
027f59c9d8 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy
2000-03-29 07:19:16 +00:00
David E. O'Brien
5133141363 Change Id->FreeBSD. 1999-08-25 06:16:32 +00:00
Michael Haro
3aa77171e7 Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install
the .la file.
1999-06-05 19:00:43 +00:00
Satoshi Asami
f47bda1865 a.out shlib names should be listed if it doesn't end with ".0" (otherwise
how is bsd.port.mk supposed to figure out the minor number? ;)
1998-09-22 16:12:11 +00:00
Vanilla I. Shu
fe0bfc0eb7 Convert aalib to elf. 1998-09-22 15:30:38 +00:00
Tim Vanderhoek
0dbeaef72a Fix these up somewhat. Don't precede COMMENT with PKGNAME.
There's an extremely high probability that this port is also missing
its ldconfig -m line, but I really wasn't planning to make even this
commit...
1998-06-14 17:42:42 +00:00
Andreas Klemm
6a14cac413 - sources changed without bumping the version number
- corrected MD5 checksum
- the removal of config.cache isn't necessary anomore, port build
  failed here, since config.cache isn't in the sources anymore
- revamped the patches a bit, it's bad style to patch one file
  (configure) using several patches, you loose the overview what
  is patches in one file and it makes it difficult to maintain
  patches in the future...
- hope MAINTAINER agrees, needed aalib for gimp port, but didn't work
1998-04-19 10:26:55 +00:00
Steve Price
f36bf78f4a Remove BROKEN tag as this now builds. 1998-03-29 01:33:10 +00:00
Steve Price
12be9c89df Keep auto* from autospewing errors if installed.
Found by:	Satoshi Asami
1998-03-29 01:13:00 +00:00
Satoshi Asami
918d9519d1 Mark this port broken, doesn't build. 1998-03-28 19:19:25 +00:00
Steve Price
0a3f2e4ee0 Upgrade to version 1.2.
PR:		6079
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-03-28 14:33:32 +00:00
Vanilla I. Shu
547f1f50c7 reimport aalib.
PR:		ports/5339
Submitted by:	frankch@waru.life.nthu.edu.tw
1997-12-19 08:59:38 +00:00