ports/93956: [PATCH] multimedia/libdv: bump PORTREVISION for libtool update

Ion-Mihai IOnut Tetcu itetcu at people.tecnik93.com
Tue Feb 28 21:50:12 UTC 2006


>Number:         93956
>Category:       ports
>Synopsis:       [PATCH] multimedia/libdv: bump PORTREVISION for libtool update
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 28 21:50:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 17 08:33:28 EET 2006
    root at it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P



>Description:


After a
 portupgrade -Rfp `ls -1 /var/db/pkg/`
and a few
 portupgrade -Rp ` portversion -vL= | sed 's/[ ]*<.*$//' `
which left me with only jdk-1.5.0p2_2 being outdated acording to portversion -vL=,
libchk says:
> > Unresolvable link(s) found in: /usr/local/bin/playdv
> >         libgmodule12.so.3
> >         libgtk12.so.2
> >         libglib12.so.3
> >         libgdk12.so.2

The port was verified to link and build correctly after applying the at the patch.

Bump PORTREVISION to help users update.
Pet portlint (spaces --> tabs, /USE_REINPLACE.*/d).


>How-To-Repeat:





>Fix:


--- libdv begins here ---
? libdv
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/libdv/Makefile,v
retrieving revision 1.30
diff -u -r1.30 Makefile
--- Makefile	23 Feb 2006 10:38:07 -0000	1.30
+++ Makefile	28 Feb 2006 21:45:51 -0000
@@ -20,7 +20,6 @@
 
 USE_GNOME=	gnometarget
 WANT_GNOME=	yes
-USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gtk-prefix="${X11BASE}" \
 		--x-includes="${X11BASE}/include" \
@@ -32,13 +31,13 @@
 
 MAN1=	dubdv.1 dvconnect.1 encodedv.1
 
-PORTDOCS=      AUTHORS COPYING COPYRIGHT ChangeLog NEWS README \
+PORTDOCS=	AUTHORS COPYING COPYRIGHT ChangeLog NEWS README \
 		README.dvconnect README.encoder TODO
 
 .include <bsd.port.pre.mk>
 
 .if ${X_WINDOW_SYSTEM:L} == xfree86-3
-IGNORE=		"Requires Xv Extension"
+IGNORE=		requires Xv Extension
 .endif
 
 .if ${HAVE_GNOME:Mgtk12}!=""
@@ -57,7 +56,7 @@
 
 .ifndef(WITHOUT_SDL)
 USE_SDL=	sdl
-CONFIGURE_ARGS+= --enable-sdl
+CONFIGURE_ARGS+=	--enable-sdl
 .endif
 
 pre-everything::
--- libdv ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list