[Midnightbsd-cvs] mports: multimedia/libdvdnav: I reverted the automake version which

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 25 20:45:47 EDT 2008


Log Message:
-----------
I reverted the automake version which seems to help..  We'll have to wait and see if this is actually useful, but it builds the package.

Modified Files:
--------------
    mports/multimedia/libdvdnav:
        Makefile (r1.1 -> r1.2)
        pkg-plist (r1.1 -> r1.2)
    mports/multimedia/libdvdnav/files:
        patch-m4:Makefile.in (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/multimedia/libdvdnav/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -L multimedia/libdvdnav/pkg-plist -L multimedia/libdvdnav/pkg-plist -u -r1.1 -r1.2
--- multimedia/libdvdnav/pkg-plist
+++ multimedia/libdvdnav/pkg-plist
@@ -13,5 +13,5 @@
 lib/libdvdnav.la
 lib/libdvdnav.so
 lib/libdvdnav.so.4
-share/aclocal19/dvdnav.m4
+share/aclocal/dvdnav.m4
 @dirrm include/dvdnav
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/multimedia/libdvdnav/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L multimedia/libdvdnav/Makefile -L multimedia/libdvdnav/Makefile -u -r1.1 -r1.2
--- multimedia/libdvdnav/Makefile
+++ multimedia/libdvdnav/Makefile
@@ -8,20 +8,23 @@
 
 PORTNAME=	libdvdnav
 PORTVERSION=	0.1.10
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	dvd
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	The library for the xine-dvdnav plugin
+LICENSE=	gpl2
 
 LIB_DEPENDS=	dvdread.5:${PORTSDIR}/multimedia/libdvdread
 
 CONFIGURE_ENV=	THREAD_CFLAGS="${PTHREAD_CFLAGS}" \
 		THREAD_LIBS="${PTHREAD_LIBS}"
 CONFIGURE_ARGS=	--program-transform-name=''
-INSTALLS_SHLIB=	yes
-USE_AUTOTOOLS=	libtool:15 autoconf:261 automake:19 aclocal:19
+USE_LDCONFIG=	yes
+USE_AUTOTOOLS=	libtool:15 autoconf:261 automake:16
+GNU_CONFIGURE=	yes
 
 post-patch:
 	${REINPLACE_CMD} -e \
Index: patch-m4:Makefile.in
===================================================================
RCS file: /home/cvs/mports/multimedia/libdvdnav/files/patch-m4:Makefile.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -L multimedia/libdvdnav/files/patch-m4:Makefile.in -L multimedia/libdvdnav/files/patch-m4:Makefile.in -u -r1.1 -r1.2
--- multimedia/libdvdnav/files/patch-m4:Makefile.in
+++ multimedia/libdvdnav/files/patch-m4:Makefile.in
@@ -6,7 +6,7 @@
  
 - at INSTALL_M4_TRUE@m4datadir = @ACLOCAL_DIR@
 - at INSTALL_M4_FALSE@m4datadir = $(datadir)/aclocal
-+m4datadir = $(datadir)/aclocal
++m4datadir = $(destdir)$(datadir)/aclocal19
  
  m4data_DATA = dvdnav.m4
  subdir = m4


More information about the Midnightbsd-cvs mailing list