[Midnightbsd-cvs] mports [23791] trunk/audio/libid3tag: fix build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 19 14:14:50 EDT 2018
Revision: 23791
http://svnweb.midnightbsd.org/mports/?rev=23791
Author: laffer1
Date: 2018-08-19 14:14:50 -0400 (Sun, 19 Aug 2018)
Log Message:
-----------
fix build
Modified Paths:
--------------
trunk/audio/libid3tag/Makefile
trunk/audio/libid3tag/pkg-plist
Removed Paths:
-------------
trunk/audio/libid3tag/files/patch-ltmain.sh
Modified: trunk/audio/libid3tag/Makefile
===================================================================
--- trunk/audio/libid3tag/Makefile 2018-08-19 18:10:00 UTC (rev 23790)
+++ trunk/audio/libid3tag/Makefile 2018-08-19 18:14:50 UTC (rev 23791)
@@ -16,11 +16,8 @@
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USES= pkgconfig
+USES= libtool pkgconfig
-post-patch:
- @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
-
post-build:
cd ${WRKSRC} && CONFIG_FILES=id3tag.pc CONFIG_HEADERS= ${SH} ./config.status
Deleted: trunk/audio/libid3tag/files/patch-ltmain.sh
===================================================================
--- trunk/audio/libid3tag/files/patch-ltmain.sh 2018-08-19 18:10:00 UTC (rev 23790)
+++ trunk/audio/libid3tag/files/patch-ltmain.sh 2018-08-19 18:14:50 UTC (rev 23791)
@@ -1,25 +0,0 @@
---- ltmain.sh.orig Tue Feb 17 02:52:36 2004
-+++ ltmain.sh Fri Oct 28 09:34:46 2005
-@@ -2980,8 +2980,8 @@
- ;;
-
- freebsd-elf)
-- major=".$current"
-- versuffix=".$current";
-+ major=.`expr $current - $age`
-+ versuffix="$major";
- ;;
-
- irix | nonstopux)
-@@ -5527,11 +5527,6 @@
- IFS="$save_ifs"
- fi
-
-- # Install the pseudo-library for information purposes.
-- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
-- instname="$dir/$name"i
-- $show "$install_prog $instname $destdir/$name"
-- $run eval "$install_prog $instname $destdir/$name" || exit $?
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
Modified: trunk/audio/libid3tag/pkg-plist
===================================================================
--- trunk/audio/libid3tag/pkg-plist 2018-08-19 18:10:00 UTC (rev 23790)
+++ trunk/audio/libid3tag/pkg-plist 2018-08-19 18:14:50 UTC (rev 23791)
@@ -2,4 +2,5 @@
lib/libid3tag.a
lib/libid3tag.so
lib/libid3tag.so.0
+lib/libid3tag.so.0.3.0
libdata/pkgconfig/id3tag.pc
More information about the Midnightbsd-cvs
mailing list