Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2006 04:55:51 GMT
From:      Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/96394: [MAINTAINER] multimedia/smpeg: fixed incomplete remove files
Message-ID:  <200604270455.k3R4tp5w070062@www.freebsd.org>
Resent-Message-ID: <200604270500.k3R50WTa012949@freefall.freebsd.org>

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

>Number:         96394
>Category:       misc
>Synopsis:       [MAINTAINER] multimedia/smpeg: fixed incomplete remove files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 27 05:00:31 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jose Alonso Cardenas Marquez
>Release:        FreeBSD 6.1-RC i386
>Organization:
BSDPeru (http://www.bsd.org.pe)
>Environment:
FreeBSD HellFire.BSD.org.pe 6.1-RC FreeBSD 6.1-RC #0: Sun Apr  9 02:54:32 PET
>Description:
- smpeg's deinstall command doesn't remove all files (fixed)
- Removed USE_REINPLACE
- Reported by barbara.xxx1975@libero.it
>How-To-Repeat:
run make deinstall or pkg_delete 
>Fix:
--- smpeg-0.4.4_5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/smpeg/Makefile /usr/ports/multimedia/smpeg-new/Makefile
--- /usr/ports/multimedia/smpeg/Makefile	Thu Feb 23 12:37:47 2006
+++ /usr/ports/multimedia/smpeg-new/Makefile	Wed Apr 26 23:37:01 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	smpeg
 PORTVERSION=	0.4.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	multimedia
 MASTER_SITES=	ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \
 		${MASTER_SITE_GENTOO}
@@ -17,7 +17,6 @@
 COMMENT=	A free MPEG1 video player library with sound support
 
 WANT_GNOME=	yes
-USE_REINPLACE=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_SDL=	sdl
@@ -37,8 +36,10 @@
 
 .if ${HAVE_GNOME:Mgtk12}!=""
 USE_GNOME+=	gtk12
+PLIST_SUB+=	GNOME=""
 .else
 CONFIGURE_ARGS+=	--disable-gtk-player
+PLIST_SUB+=	GNOME="@comment "
 .endif
 
 post-patch:
diff -ruN --exclude=CVS /usr/ports/multimedia/smpeg/pkg-plist /usr/ports/multimedia/smpeg-new/pkg-plist
--- /usr/ports/multimedia/smpeg/pkg-plist	Thu Feb 23 12:37:47 2006
+++ /usr/ports/multimedia/smpeg-new/pkg-plist	Wed Apr 26 23:37:15 2006
@@ -1,4 +1,4 @@
-%%GNOME:%%bin/gtv
+%%GNOME%%bin/gtv
 bin/plaympeg
 bin/smpeg-config
 include/smpeg/MPEG.h
--- smpeg-0.4.4_5.patch ends here ---

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



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