Commit graph

25 commits

Author SHA1 Message Date
Sergey Matveychuk
53118ae475 - Update to 0.6.1
PR:		ports/83862
Submitted by:	Ports Fury
2005-07-22 06:39:54 +00:00
Sam Lawrance
c7cb0e7bc9 Add a simple patch to reintroduce option parsing behaviour some ports
depend on (allow short form options longer than one character, eg. -bl).
This behaviour was removed when libdockapp was updated to 0.6.0.
Bump PORTREVISION.
I'll follow up with libdockapp author.

PR:		ports/82242
Reported by:	regis rampnoux <regisr@pobox.com>
2005-06-15 11:43:41 +00:00
Sam Lawrance
c756605430 Update to 0.6.0
PR:		ports/82083
Submitted by:	Ports Fury
2005-06-12 13:47:02 +00:00
Oliver Lehmann
6bb41db8de change the libtool version to use from 1.3 to 1.5 2005-06-03 20:18:13 +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
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Pav Lucistnik
64b4794545 Jim Mock (jim) returned his commit bit, so set his ports free.
Thank for all your work, Jim!
2003-12-15 01:17:29 +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
Jim Mock
efad7a3c94 Remove WWW from pkg-descr. There is no web page for this anymore, just
an FTP directory.

Submitted by:	fenner's distfile survey
2001-03-21 20:25:33 +00:00
Jimmy Olgeni
5ac2fa74f4 Layout fixes in x11-wm. 2001-02-05 21:05:58 +00:00
Jim Mock
328b8ad557 Update MASTER_SITES. 2000-10-11 21:52:42 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +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
7be2f16539 Add USE_BZIP2, remove redundant GNU_CONFIGURE; properly account for new
libraries installed by this port (ldconfig in PLIST).

PR:		18886
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-29 22:24:54 +00:00
Jim Mock
f952ba2b7e Update to version 0.4.0.
Submitted by:	Pascal Hofstee <daeron@wit401305.student.utwente.nl>
2000-04-28 19:25:40 +00:00
Chris Piazza
500b47f7ae Update with the new PORTNAME/PORTVERSION variables 2000-04-10 19:50:46 +00:00
Peter Wemm
02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00
Jim Mock
95fc4139bf Add my distfiles dir on freefall to the MASTER_SITES. This should keep
fenner's distfile survey happy.
1999-12-22 20:18:36 +00:00
Peter Wemm
50fb080408 $Id$ -> $FreeBSD$ 1999-08-31 03:04:38 +00:00
Jim Mock
cde8035cfb Updated my email address 1999-08-15 07:10:55 +00:00
Chris Piazza
b8f51714e3 Add a new master site
PR:		12705
Submitted by:	Jim Mock <jim@phrantic.phear.net>, maintainer
1999-07-19 03:58:10 +00:00
Chris Piazza
c4ee880c2d Libdockapp: the standard library for windowmaker dock apps. It is
used by newer dock apps especially

PR:		12682
Submitted by:	Jim Mock <jim@phrantic.phear.net>
1999-07-18 21:04:26 +00:00