1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to 0.11.24

o Bugfix release
 o see http://k3b.plainblack.com/news2

- Convert to libtool15 => get rid of .la files

- Some spelling fixes for pkg-{descr, message*}

Submitted by:	Heiner Eichmann <h.eichmann@gmx.de> (maintainer),
		Jose M Rodriguez <josemi@freebsd.jazztel.es> (who
		noticed that the distfile was re-rolled and who
		submitted an updated patch)
PR:		ports/81059
This commit is contained in:
Simon Barner 2005-05-19 15:56:45 +00:00
parent 1f8dc94f2e
commit 3f03bb164f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135624
10 changed files with 26 additions and 40 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= k3b
PORTVERSION= 0.11.23
PORTVERSION= 0.11.24
CATEGORIES= sysutils multimedia kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -26,8 +26,9 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-k3bsetup=no
USE_GMAKE= yes
USE_INC_LIBTOOL_VER=13
USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
USE_KDELIBS_VER= 3
USE_REINPLACE= yes

View File

@ -1,2 +1,2 @@
MD5 (k3b-0.11.23.tar.bz2) = eaff485fb4c431aae715b0ef95c43fcf
SIZE (k3b-0.11.23.tar.bz2) = 3195224
MD5 (k3b-0.11.24.tar.bz2) = d30fe0bc321e1f8aeebda80c82ee3dfb
SIZE (k3b-0.11.24.tar.bz2) = 3198948

View File

@ -7,7 +7,7 @@ Notes for FreeBSD 4.x users:
have to be adressed by e.g. /dev/cd0c instead of /dev/acd0c.
3. k3b has to be started from a root console, which is not recommended.
Alternatively do ALL of the following:
3a. set the suid flag on cdrecord and cdrdao. The 'Notes' the chapter of
3a. set the suid flag on cdrecord and cdrdao. The 'Notes' chapter of
'man cdrecord' discusses this.
3b. - For every user who should be able to use k3b and for every CD or DVD
device add a directory in the users home directory. These directories

View File

@ -7,7 +7,7 @@ Notes for FreeBSD 5.x users:
have to be adressed by e.g. /dev/cd0 instead of /dev/acd0.
3. k3b has to be started from a root console, which is not recommended.
Alternatively do ALL of the following:
3a. set the suid flag on cdrecord and cdrdao. The 'Notes' the chapter of
3a. set the suid flag on cdrecord and cdrdao. The 'Notes' chapter of
'man cdrecord' discusses this.
3b. - For every user who should be able to use k3b and for every CD or DVD
device add a directory in the users home directory. These directories
@ -20,7 +20,7 @@ Notes for FreeBSD 5.x users:
* add 'devd_enable="YES"' to /etc/rc.conf
* add a 'perm cdX 666' to /etc/devfs.conf for each cd/dvd device. X
is the device number. If you prefer allow access for a group only,
add a 'perm cdX 660' instead, followed by a own 'cdX root:XXX'
add a 'perm cdX 660' instead, followed by an 'own cdX root:XXX'
where XXX is the group name.
- or just give mount and umount the suid flag, which is a security leak.
3c. Every user who should be able to use k3b must have read and write access

View File

@ -80,35 +80,27 @@ include/k3bview.h
include/k3bwavefilewriter.h
include/k3bwriterselectionwidget.h
include/kcutlabel.h
lib/kde3/libk3bexternalencoder.la
lib/kde3/libk3bexternalencoder.so
lib/kde3/libk3bflacdecoder.la
lib/kde3/libk3bflacdecoder.so
lib/kde3/libk3bmaddecoder.la
lib/kde3/libk3bmaddecoder.so
lib/kde3/libk3boggvorbisdecoder.la
lib/kde3/libk3boggvorbisdecoder.so
lib/kde3/libk3boggvorbisencoder.la
lib/kde3/libk3boggvorbisencoder.so
lib/kde3/libk3bsoxencoder.la
lib/kde3/libk3bsoxencoder.so
lib/kde3/libk3bwavedecoder.la
lib/kde3/libk3bwavedecoder.so
lib/libk3baudiometainforenamerplugin.la
lib/libk3baudiometainforenamerplugin.so
lib/libk3bcore.la
lib/libk3bcore.a
lib/libk3bcore.so
lib/libk3bcore.so.2
lib/libk3bdevice.la
lib/libk3bdevice.a
lib/libk3bdevice.so
lib/libk3bdevice.so.2
lib/libk3bplugin.la
lib/libk3bplugin.a
lib/libk3bplugin.so
lib/libk3bplugin.so.2
lib/libk3bproject.la
lib/libk3bproject.a
lib/libk3bproject.so
lib/libk3bproject.so.2
lib/libk3btools.la
lib/libk3btools.a
lib/libk3btools.so
lib/libk3btools.so.2
share/applnk/.hidden/k3b-cue.desktop

View File

@ -6,7 +6,7 @@
#
PORTNAME= k3b
PORTVERSION= 0.11.23
PORTVERSION= 0.11.24
CATEGORIES= sysutils multimedia kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -26,8 +26,9 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-k3bsetup=no
USE_GMAKE= yes
USE_INC_LIBTOOL_VER=13
USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
USE_KDELIBS_VER= 3
USE_REINPLACE= yes

View File

@ -1,2 +1,2 @@
MD5 (k3b-0.11.23.tar.bz2) = eaff485fb4c431aae715b0ef95c43fcf
SIZE (k3b-0.11.23.tar.bz2) = 3195224
MD5 (k3b-0.11.24.tar.bz2) = d30fe0bc321e1f8aeebda80c82ee3dfb
SIZE (k3b-0.11.24.tar.bz2) = 3198948

View File

@ -7,7 +7,7 @@ Notes for FreeBSD 4.x users:
have to be adressed by e.g. /dev/cd0c instead of /dev/acd0c.
3. k3b has to be started from a root console, which is not recommended.
Alternatively do ALL of the following:
3a. set the suid flag on cdrecord and cdrdao. The 'Notes' the chapter of
3a. set the suid flag on cdrecord and cdrdao. The 'Notes' chapter of
'man cdrecord' discusses this.
3b. - For every user who should be able to use k3b and for every CD or DVD
device add a directory in the users home directory. These directories

View File

@ -7,7 +7,7 @@ Notes for FreeBSD 5.x users:
have to be adressed by e.g. /dev/cd0 instead of /dev/acd0.
3. k3b has to be started from a root console, which is not recommended.
Alternatively do ALL of the following:
3a. set the suid flag on cdrecord and cdrdao. The 'Notes' the chapter of
3a. set the suid flag on cdrecord and cdrdao. The 'Notes' chapter of
'man cdrecord' discusses this.
3b. - For every user who should be able to use k3b and for every CD or DVD
device add a directory in the users home directory. These directories
@ -20,7 +20,7 @@ Notes for FreeBSD 5.x users:
* add 'devd_enable="YES"' to /etc/rc.conf
* add a 'perm cdX 666' to /etc/devfs.conf for each cd/dvd device. X
is the device number. If you prefer allow access for a group only,
add a 'perm cdX 660' instead, followed by a own 'cdX root:XXX'
add a 'perm cdX 660' instead, followed by an 'own cdX root:XXX'
where XXX is the group name.
- or just give mount and umount the suid flag, which is a security leak.
3c. Every user who should be able to use k3b must have read and write access

View File

@ -80,35 +80,27 @@ include/k3bview.h
include/k3bwavefilewriter.h
include/k3bwriterselectionwidget.h
include/kcutlabel.h
lib/kde3/libk3bexternalencoder.la
lib/kde3/libk3bexternalencoder.so
lib/kde3/libk3bflacdecoder.la
lib/kde3/libk3bflacdecoder.so
lib/kde3/libk3bmaddecoder.la
lib/kde3/libk3bmaddecoder.so
lib/kde3/libk3boggvorbisdecoder.la
lib/kde3/libk3boggvorbisdecoder.so
lib/kde3/libk3boggvorbisencoder.la
lib/kde3/libk3boggvorbisencoder.so
lib/kde3/libk3bsoxencoder.la
lib/kde3/libk3bsoxencoder.so
lib/kde3/libk3bwavedecoder.la
lib/kde3/libk3bwavedecoder.so
lib/libk3baudiometainforenamerplugin.la
lib/libk3baudiometainforenamerplugin.so
lib/libk3bcore.la
lib/libk3bcore.a
lib/libk3bcore.so
lib/libk3bcore.so.2
lib/libk3bdevice.la
lib/libk3bdevice.a
lib/libk3bdevice.so
lib/libk3bdevice.so.2
lib/libk3bplugin.la
lib/libk3bplugin.a
lib/libk3bplugin.so
lib/libk3bplugin.so.2
lib/libk3bproject.la
lib/libk3bproject.a
lib/libk3bproject.so
lib/libk3bproject.so.2
lib/libk3btools.la
lib/libk3btools.a
lib/libk3btools.so
lib/libk3btools.so.2
share/applnk/.hidden/k3b-cue.desktop