Commit graph

14 commits

Author SHA1 Message Date
Michael Nottebrock
b36ee793ac Add a patch that fixes a problem with detection of the dvd+rw-format
executable.

Submitted by: maintainer
2004-08-01 12:13:38 +00:00
Ying-Chieh Liao
785e7a5704 upgrade to 0.11.12
PR:		69310
Submitted by:	maintainer
2004-07-20 01:19:58 +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
Markus Brueffer
7cffea1d03 Remove obsolete hack to respect PTHREAD_LIBS
No objection by: maintainer
2004-06-06 19:00:33 +00:00
Alexander Leidinger
d726ccd9e4 Chase the merge of sysutils/mkisofs into sysutils/cdrtools.
Submitted by:	marius
2004-06-02 17:17:31 +00:00
Mark Linimon
7b2a844d4f Upgrade to 0.11.9.
Note: upgraders from 0.11.6 or below should note the changed topic 3C
in pkg-message.

PR:		ports/67238
Submitted by:	Heiner Eichmann <h.eichmann at gmx dot de> (maintainer)
2004-05-28 05:52:01 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Ade Lovett
11e0748120 Clean up USE_{LIBTOOL,AUTOCONF,AUTOMAKE} to appropriate *_VER variables 2004-03-25 04:31:55 +00:00
Markus Brueffer
0c47e29329 - Update to 0.11.6
- remove trailing ^M in pkg-plist

PR:		ports/64201
Submitted by:	Heiner Eichmann <h.eichmann@gmx.de>
Approved by:	arved (mentor)
2004-03-18 17:41:41 +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
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Mark Linimon
bfca2e297a Fix plist and fix up pkg-message. Prodded by: kris. 2004-01-25 06:06:26 +00:00
Mark Linimon
99d9f4b465 Update to 0.10.3:
fixed automatic writing mode selection when the writer does not support DAO
 The OggDecoder now refuses non-44100 hz files since it does no resampling yet
 fixed vcdimager version check
 fixed bug that caused cuefiles to be cut to 0 byte

PR:			ports/60764
Submitted by:		Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
2004-01-07 22:28:56 +00:00
Will Andrews
2a59b4a154 Add k3b 0.10.2, a CD/DVD recording GUI for KDE.
PR:		59287
Submitted by:	Heiner Eichmann <h.eichmann@gmx.de>
2003-11-20 13:03:02 +00:00