Commit graph

41 commits

Author SHA1 Message Date
Oliver Lehmann
7f44153281 change the libtool version to use from 1.3 to 1.5 2005-06-01 19:56:04 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Joe Marcus Clarke
a40b5be9b4 Add yet another MASTER_SITE. 2004-08-04 22:28:43 +00:00
Joe Marcus Clarke
d02eddb9e7 Add another MASTER_SITE for Hermes so that it fetches once more.
Submitted by:	Kent Stewart <kstewart@owt.com>
2004-07-26 19:29:38 +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
Kris Kennaway
acaeeea8ce Mark IGNORE on sparc64, because the library interchanges red and blue
colour channels in images, giving funky results.
2004-02-14 06:06:06 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Joe Marcus Clarke
3d2ff6685b Update to 1.3.3.
PR:		55467
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-08-11 15:44:41 +00:00
Marcel Moolenaar
12b388ea3b Remove the patch for config.sub to teach it about ia64. We now have a
centralized solution.
2003-07-11 07:15:22 +00:00
Marcel Moolenaar
677e18191e Remove ONLY_FOR_ARCHS completely. It lists all supported platforms
now.

Pointed out by: kris
2003-06-08 17:30:10 +00:00
Marcel Moolenaar
8cee6fc334 Add ia64 to ONLY_FOR_ARCHS. It builds. 2003-06-08 09:36:20 +00:00
Marcel Moolenaar
2ac49046c0 Teach config.sub about ia64.
Ok'd: kris
2003-06-08 09:34:23 +00:00
Kris Kennaway
ffde7be375 Fix endian detection on 64-bit machines and bump PORTREVISION. This was
(at least) causing red and blue colour channels to be transposed on sparc64.
2003-06-04 07:32:39 +00:00
Kris Kennaway
1fee47f9ce This seems to build on sparc64 now (perhaps on ia64 as well, although that
should be tested)
2003-05-21 00:48:42 +00:00
Pete Fritchman
5ce643ee6f - fix MASTER_SITES
- use DOCSDIR
- fix the auto* build

PR:		52135
Submitted by:	Ports Fury
2003-05-18 18:58:49 +00:00
Akinori MUSHA
e88cb93ce3 de-pkg-comment 2003-02-20 18:08:19 +00:00
Kris Kennaway
3325c388d6 ONLY_FOR_ARCHES=i386 alpha (looks like it could be ported to sparc64 using
the linux target as a base)
2002-12-21 07:08:47 +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
Patrick Li
b666502afd - PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
2001-12-24 02:17:17 +00:00
Maxim Sobolev
95ef3fd698 Update to 1.3.2.
PR:		20853
Submitted by:	Ports Furry
2000-08-28 17:53:04 +00:00
Maxim Sobolev
5ba37bc87a Add a WWW. 2000-06-26 11:43:26 +00:00
Will Andrews
f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +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
Will Andrews
93601ae688 Remove obsolete MASTER_SITES. There no longer seems to be a homepage for
this graphics library, which seems to be distributed by ClanLib people
these days.

Found by:	portsurvey
2000-05-28 23:14:50 +00:00
Will Andrews
12a93cf86d I found a bunch of Linuxberg/Tucows mirrors of Hermes, and since the main
servers seem often dehydrated (at least in the U.S.), I'm adding them
here so people can get Hermes faster.
2000-05-18 04:46:18 +00:00
Maxim Sobolev
8104f05db0 Update to 1.3.1.
Approved by:	maintainer
2000-05-17 15:53:38 +00:00
David E. O'Brien
5fc663a1ad PORTNAME / PORTVERSION syntax conversion 2000-04-13 06:28:28 +00:00
Will Andrews
88be74c92d Take over some ports. 2000-03-29 09:02:04 +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
Chris Piazza
50d62d7e34 Update to version 1.2.5
PR:		13067
Submitted by:	maintainer
1999-08-14 07:54:48 +00:00
Tim Vanderhoek
4b7f92f936 Commit #2/4 to enforce Caps, no period. I ran this oe as
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`

Results to follow.  :)
1999-06-26 17:55:58 +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
Tim Vanderhoek
af551dbbe5 Add WWW: to more recent imports (so that they aren't missed). 1999-05-03 04:30:23 +00:00
Steve Price
fdbd824121 Initial import of Hermes version 1.2.4.
A fast pixel formats conversion library.

PR:		11381
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1999-05-03 04:19:24 +00:00