Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2006 23:40:18 +0200
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        ade@FreeBSD.org
Subject:   ports/93955: [PATCH] multimedia/libmovtar: bump PORTREVISION to help with libtool update
Message-ID:  <1141162818.67916@it.buh.tecnik93.com>
Resent-Message-ID: <200602282150.k1SLo6FH096390@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93955
>Category:       ports
>Synopsis:       [PATCH] multimedia/libmovtar: bump PORTREVISION to help with 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:05 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@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/movtar_index
        libglib12.so.3
Unresolvable link(s) found in: /usr/local/bin/playdv
        libgmodule12.so.3
        libgtk12.so.2
        libglib12.so.3
        libgdk12.so.2
Unresolvable link(s) found in: /usr/local/bin/movtar_unify
        libglib12.so.3
Unresolvable link(s) found in: /usr/local/bin/movtar_split
        libglib12.so.3
Unresolvable link(s) found in: /usr/local/bin/movtar_setinfo
        libglib12.so.3
Unresolvable link(s) found in: /usr/local/bin/movtar_play
        libglib12.so.3

The port was verified to link correctly after applying the at the patch, so bump PORTREVISON

Remove USE_REINPLACE while here
Pet portlint for pkg-descr (No newline at end of file).


>How-To-Repeat:





>Fix:


--- libmovtar begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/libmovtar/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	10 Apr 2005 02:32:57 -0000	1.18
+++ Makefile	28 Feb 2006 21:32:11 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	libmovtar
 PORTVERSION=	0.1.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	mjpeg
@@ -18,7 +18,6 @@
 USE_SDL=	sdl
 USE_GNOME=	glib12
 USE_GMAKE=	yes
-USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-m4data-prefix=${PREFIX}/share
 CONFIGURE_ENV=	LOCALBASE="${LOCALBASE}"
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/multimedia/libmovtar/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	20 Nov 2001 22:33:56 -0000	1.2
+++ pkg-descr	28 Feb 2006 21:32:11 -0000
@@ -16,4 +16,4 @@
 You can freely jump forwards and backwards between the frames in
 an opened file.
 
-WWW: http://sourceforge.net/projects/mjpeg/
+WWW: http://sourceforge.net/projects/mjpeg/
--- libmovtar ends here ---



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1141162818.67916>