mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 0.1.3.
This commit is contained in:
parent
9413304a9c
commit
7e12c5c287
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64051
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libdvdnav
|
||||
PORTVERSION= 0.1.2
|
||||
PORTVERSION= 0.1.3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= dvd
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libdvdnav-0.1.2.tar.gz) = 07530ff242f90485f0aba9a85dad2836
|
||||
MD5 (libdvdnav-0.1.3.tar.gz) = fcb07398ea7199189d82a1cdff86ee4b
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ltmain.sh.orig Sat Jun 1 21:12:45 2002
|
||||
+++ ltmain.sh Tue Jun 11 22:25:52 2002
|
||||
@@ -967,6 +967,7 @@
|
||||
--- ltmain.sh.orig Mon Aug 5 16:46:18 2002
|
||||
+++ ltmain.sh Mon Aug 5 22:32:19 2002
|
||||
@@ -961,6 +961,7 @@
|
||||
;;
|
||||
|
||||
-avoid-version)
|
||||
@ -8,40 +8,16 @@
|
||||
avoid_version=yes
|
||||
continue
|
||||
;;
|
||||
@@ -1054,14 +1055,14 @@
|
||||
# These systems don't actually have a C library (as such)
|
||||
test "X$arg" = "X-lc" && continue
|
||||
;;
|
||||
- *-*-openbsd* | *-*-freebsd*)
|
||||
+ *-*-openbsd*)
|
||||
# Do not include libc due to us having libc/libc_r.
|
||||
test "X$arg" = "X-lc" && continue
|
||||
;;
|
||||
esac
|
||||
elif test "X$arg" = "X-lc_r"; then
|
||||
case $host in
|
||||
- *-*-openbsd* | *-*-freebsd*)
|
||||
+ *-*-openbsd*)
|
||||
# Do not include libc_r directly, use -pthread flag.
|
||||
continue
|
||||
;;
|
||||
@@ -2468,13 +2469,13 @@
|
||||
*-*-netbsd*)
|
||||
# Don't link with libc until the a.out ld.so is fixed.
|
||||
;;
|
||||
- *-*-openbsd* | *-*-freebsd*)
|
||||
+ *-*-openbsd*)
|
||||
# Do not include libc due to us having libc/libc_r.
|
||||
;;
|
||||
@@ -2507,7 +2508,7 @@
|
||||
*)
|
||||
# Add libc to deplibs on all other systems if necessary.
|
||||
if test $build_libtool_need_lc = "yes"; then
|
||||
if test "$build_libtool_need_lc" = "yes"; then
|
||||
- deplibs="$deplibs -lc"
|
||||
+ deplibs="$deplibs"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
@@ -4273,10 +4274,12 @@
|
||||
@@ -4329,10 +4330,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/Makefile.in.orig Sat Jun 1 21:13:58 2002
|
||||
+++ src/Makefile.in Sun Jun 2 22:05:27 2002
|
||||
@@ -103,7 +103,7 @@
|
||||
|
||||
libdvdnav_la_SOURCES = decoder.c dvdnav.c vm.c vmcmd.c read_cache.c navigation.c highlight.c searching.c settings.c
|
||||
|
||||
-libdvdnav_la_LDFLAGS = $(DVDREAD_LIBS) $(THREAD_LIBS) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
|
||||
+libdvdnav_la_LDFLAGS = $(DVDREAD_LIBS) $(THREAD_LIBS) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
||||
|
||||
|
||||
include_HEADERS = decoder.h dvdnav.h dvdnav_events.h dvdnav_internal.h vm.h vmcmd.h read_cache.h dvd_types.h
|
@ -1,11 +0,0 @@
|
||||
--- src/read_cache.c.bak Thu Jul 4 02:59:56 2002
|
||||
+++ src/read_cache.c Thu Jul 4 02:59:56 2002
|
||||
@@ -83,7 +83,7 @@
|
||||
#define _MT_TRACE 1
|
||||
|
||||
#if _MT_TRACE
|
||||
-#define dprintf(fmt, args...) fprintf(stderr, "%s: " fmt, __FUNCTION__, ##args);
|
||||
+#define dprintf(fmt, args...) fprintf(stderr, "%s: "fmt, __FUNCTION__ ,## args)
|
||||
#else
|
||||
#define dprintf(fmt, args...) /* Nowt */
|
||||
#endif
|
@ -7,6 +7,6 @@ include/dvdnav/dvdnav_internal.h
|
||||
include/dvdnav/read_cache.h
|
||||
include/dvdnav/vm.h
|
||||
include/dvdnav/vmcmd.h
|
||||
lib/libdvdnav.so.0
|
||||
lib/libdvdnav.so.1
|
||||
lib/libdvdnav.so
|
||||
@dirrm include/dvdnav
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libdvdnav
|
||||
PORTVERSION= 0.1.2
|
||||
PORTVERSION= 0.1.3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= dvd
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libdvdnav-0.1.2.tar.gz) = 07530ff242f90485f0aba9a85dad2836
|
||||
MD5 (libdvdnav-0.1.3.tar.gz) = fcb07398ea7199189d82a1cdff86ee4b
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ltmain.sh.orig Sat Jun 1 21:12:45 2002
|
||||
+++ ltmain.sh Tue Jun 11 22:25:52 2002
|
||||
@@ -967,6 +967,7 @@
|
||||
--- ltmain.sh.orig Mon Aug 5 16:46:18 2002
|
||||
+++ ltmain.sh Mon Aug 5 22:32:19 2002
|
||||
@@ -961,6 +961,7 @@
|
||||
;;
|
||||
|
||||
-avoid-version)
|
||||
@ -8,40 +8,16 @@
|
||||
avoid_version=yes
|
||||
continue
|
||||
;;
|
||||
@@ -1054,14 +1055,14 @@
|
||||
# These systems don't actually have a C library (as such)
|
||||
test "X$arg" = "X-lc" && continue
|
||||
;;
|
||||
- *-*-openbsd* | *-*-freebsd*)
|
||||
+ *-*-openbsd*)
|
||||
# Do not include libc due to us having libc/libc_r.
|
||||
test "X$arg" = "X-lc" && continue
|
||||
;;
|
||||
esac
|
||||
elif test "X$arg" = "X-lc_r"; then
|
||||
case $host in
|
||||
- *-*-openbsd* | *-*-freebsd*)
|
||||
+ *-*-openbsd*)
|
||||
# Do not include libc_r directly, use -pthread flag.
|
||||
continue
|
||||
;;
|
||||
@@ -2468,13 +2469,13 @@
|
||||
*-*-netbsd*)
|
||||
# Don't link with libc until the a.out ld.so is fixed.
|
||||
;;
|
||||
- *-*-openbsd* | *-*-freebsd*)
|
||||
+ *-*-openbsd*)
|
||||
# Do not include libc due to us having libc/libc_r.
|
||||
;;
|
||||
@@ -2507,7 +2508,7 @@
|
||||
*)
|
||||
# Add libc to deplibs on all other systems if necessary.
|
||||
if test $build_libtool_need_lc = "yes"; then
|
||||
if test "$build_libtool_need_lc" = "yes"; then
|
||||
- deplibs="$deplibs -lc"
|
||||
+ deplibs="$deplibs"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
@@ -4273,10 +4274,12 @@
|
||||
@@ -4329,10 +4330,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/Makefile.in.orig Sat Jun 1 21:13:58 2002
|
||||
+++ src/Makefile.in Sun Jun 2 22:05:27 2002
|
||||
@@ -103,7 +103,7 @@
|
||||
|
||||
libdvdnav_la_SOURCES = decoder.c dvdnav.c vm.c vmcmd.c read_cache.c navigation.c highlight.c searching.c settings.c
|
||||
|
||||
-libdvdnav_la_LDFLAGS = $(DVDREAD_LIBS) $(THREAD_LIBS) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE)
|
||||
+libdvdnav_la_LDFLAGS = $(DVDREAD_LIBS) $(THREAD_LIBS) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
||||
|
||||
|
||||
include_HEADERS = decoder.h dvdnav.h dvdnav_events.h dvdnav_internal.h vm.h vmcmd.h read_cache.h dvd_types.h
|
@ -1,11 +0,0 @@
|
||||
--- src/read_cache.c.bak Thu Jul 4 02:59:56 2002
|
||||
+++ src/read_cache.c Thu Jul 4 02:59:56 2002
|
||||
@@ -83,7 +83,7 @@
|
||||
#define _MT_TRACE 1
|
||||
|
||||
#if _MT_TRACE
|
||||
-#define dprintf(fmt, args...) fprintf(stderr, "%s: " fmt, __FUNCTION__, ##args);
|
||||
+#define dprintf(fmt, args...) fprintf(stderr, "%s: "fmt, __FUNCTION__ ,## args)
|
||||
#else
|
||||
#define dprintf(fmt, args...) /* Nowt */
|
||||
#endif
|
@ -7,6 +7,6 @@ include/dvdnav/dvdnav_internal.h
|
||||
include/dvdnav/read_cache.h
|
||||
include/dvdnav/vm.h
|
||||
include/dvdnav/vmcmd.h
|
||||
lib/libdvdnav.so.0
|
||||
lib/libdvdnav.so.1
|
||||
lib/libdvdnav.so
|
||||
@dirrm include/dvdnav
|
||||
|
Loading…
Reference in New Issue
Block a user