Bug 102484 - Port upgrade: sysutils/k3b to 0.12.17
Summary: Port upgrade: sysutils/k3b to 0.12.17
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-24 19:50 UTC by Heiner
Modified: 2006-09-04 06:41 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 2006-08-24 19:50:17 UTC
Upgrade to 0.12.17

Fix: Apply the patch.  Afterwards the files directory should contain 
patch-configure only!


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



--Boundary-00=_DRf7E9y4sNSNN3G----mxMJCW2myflMOAaJJoQgi3yaMoDRWvIVglMyt0nyttzetx2c
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	Mon Jul 17 22:38:58 2006
+++ ./Makefile	Thu Aug 24 20:45:17 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	k3b
-PORTVERSION=	0.12.16
+PORTVERSION=	0.12.17
 CATEGORIES=	sysutils multimedia kde
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -urN ../../sysutils/k3b/distinfo ./distinfo
--- ../../sysutils/k3b/distinfo	Mon Jul 17 22:38:58 2006
+++ ./distinfo	Wed Aug 23 19:58:54 2006
@@ -1,3 +1,3 @@
-MD5 (k3b-0.12.16.tar.bz2) = cac9b8230295c1756581399b3bbd0687
-SHA256 (k3b-0.12.16.tar.bz2) = bc686f6e596df32f2c305a1f4948ceddbbfb067045e6b9b314af615319d11fe6
-SIZE (k3b-0.12.16.tar.bz2) = 4004784
+MD5 (k3b-0.12.17.tar.bz2) = e7d423fe386fe0cab7aec6034eb33316
+SHA256 (k3b-0.12.17.tar.bz2) = 067ef9d621bed9a1c385c201b13810f11305edf03a7da0793cb059bb578700b7
+SIZE (k3b-0.12.17.tar.bz2) = 4008650
diff -urN ../../sysutils/k3b/files/patch-configure ./files/patch-configure
--- ../../sysutils/k3b/files/patch-configure	Thu Jan  1 01:00:00 1970
+++ ./files/patch-configure	Wed Aug 23 21:50:36 2006
@@ -0,0 +1,33 @@
+--- configure.orig	Wed Aug 23 09:46:04 2006
++++ configure	Wed Aug 23 21:49:44 2006
+@@ -21673,10 +21673,10 @@
+ 
+ 
+ # This can be used to rebuild libtool when needed
+-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++LIBTOOL_DEPS=" /usr/local/share/libtool/ltmain.sh"
+ 
+ # Always use our own libtool.
+-LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
++LIBTOOL='$(SHELL) /usr/local/bin/libtool --silent'
+ 
+ # Prevent multiple expansion
+ 
+@@ -36974,7 +36974,7 @@
+ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
+ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
+ 
+-ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $all_libraries $LIBS 1>&5'
+ 
+ 
+ 	cat >conftest.$ac_ext <<_ACEOF
+@@ -37019,7 +37019,7 @@
+ fi
+ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+ 	OLD_LIBS=$LIBS
+-	LIBS="-lavformat -lavcodec -lavutil"
++	LIBS="-lavformat -lavcodec"
+ 	cat >conftest.$ac_ext <<_ACEOF
+ #include <ffmpeg/avformat.h>
+ 		#include <ffmpeg/avcodec.h>
diff -urN ../../sysutils/k3b/files/patch-core-k3bglobals.cpp ./files/patch-core-k3bglobals.cpp
--- ../../sysutils/k3b/files/patch-core-k3bglobals.cpp	Tue Jul  4 07:37:40 2006
+++ ./files/patch-core-k3bglobals.cpp	Thu Jan  1 01:00:00 1970
@@ -1,28 +0,0 @@
---- libk3b/core/k3bglobals.cpp.orig	Fri Jun 23 19:31:55 2006
-+++ libk3b/core/k3bglobals.cpp	Fri Jun 23 22:39:36 2006
-@@ -41,16 +41,16 @@
- 
- #include <config.h>
- #if defined(__FreeBSD__) || defined(__NetBSD__)
--#include <sys/param.h>
--#include <sys/mount.h>
--#else
--#  ifdef HAVE_SYS_STATVFS_H
--#    include <sys/statvfs.h>
--#  endif
--#  ifdef HAVE_SYS_STATFS_H
--#    include <sys/vfs.h>
--#  endif
-+#  include <sys/param.h>
-+#  include <sys/mount.h>
- #endif
-+#ifdef HAVE_SYS_STATVFS_H
-+#  include <sys/statvfs.h>
-+#endif
-+#ifdef HAVE_SYS_STATFS_H
-+#  include <sys/vfs.h>
-+#endif
-+
- 
- 
-
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-08-29 21:59:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2006-09-04 06:41:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!