Bug 81554 - Port sysutils/k3b 0.11.24: plugins not detected
Summary: Port sysutils/k3b 0.11.24: plugins not detected
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-27 14:00 UTC by Heiner
Modified: 2005-05-27 15:43 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heiner 2005-05-27 14:00:13 UTC
The USE_LIBTOOL_VER=15 change unfortunately broke the plugin detection. This 
patch reverts it.


Heiner

Fix: See attached diff







--Boundary-00=_uhxlCXc0oAogFkf
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="k3b.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="k3b.diff"



--Boundary-00=_uhxlCXc0oAogFkf----7bq2aP3Sc1RkXpJtU2tsbdJO3mpTL5URjKIvAQOaL0GW7ngt
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -urN ../../sysutils/k3b/Makefile ./Makefile
--- ../../sysutils/k3b/Makefile	Thu May 19 17:56:45 2005
+++ ./Makefile	Fri May 27 14:11:20 2005
@@ -7,6 +7,7 @@
 
 PORTNAME=	k3b
 PORTVERSION=	0.11.24
+PORTREVISION=	1
 CATEGORIES=	sysutils multimedia kde
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -26,7 +27,7 @@
 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--with-k3bsetup=no
 USE_GMAKE=	yes
-USE_LIBTOOL_VER=15
+USE_INC_LIBTOOL_VER=15
 INSTALLS_SHLIB=	yes
 LDCONFIG_DIRS=	%%PREFIX%%/lib %%PREFIX%%/lib/kde3
 USE_KDELIBS_VER=	3
diff -urN ../../sysutils/k3b/pkg-plist ./pkg-plist
--- ../../sysutils/k3b/pkg-plist	Sat May 21 10:57:31 2005
+++ ./pkg-plist	Fri May 27 08:51:36 2005
@@ -80,27 +80,35 @@
 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.a
+lib/libk3bcore.la
 lib/libk3bcore.so
 lib/libk3bcore.so.2
-lib/libk3bdevice.a
+lib/libk3bdevice.la
 lib/libk3bdevice.so
 lib/libk3bdevice.so.2
-lib/libk3bplugin.a
+lib/libk3bplugin.la
 lib/libk3bplugin.so
 lib/libk3bplugin.so.2
-lib/libk3bproject.a
+lib/libk3bproject.la
 lib/libk3bproject.so
 lib/libk3bproject.so.2
-lib/libk3btools.a
+lib/libk3btools.la
 lib/libk3btools.so
 lib/libk3btools.so.2
 share/applnk/.hidden/k3b-cue.desktop
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2005-05-27 15:43:05 UTC
State Changed
From-To: open->closed

committed, thanks