Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 2004 19:05:19 +0200 (CEST)
From:      Andreas Fehlner <fehlner@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    ports/72930: [MAINTAINER] multimedia/ldvd9to5: wrong path to modules
Message-ID:  <20041020170519.DB11252C4@btmdxm.mat.uni-bayreuth.de>
Resent-Message-ID: <200410201710.i9KHAJF0085708@freefall.freebsd.org>

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

>Number:         72930
>Category:       ports
>Synopsis:       [MAINTAINER] multimedia/ldvd9to5: wrong path to modules
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 20 17:10:18 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Fehlner
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD btmdxm.mat.uni-bayreuth.de 4.10-STABLE FreeBSD 4.10-STABLE #0: Wed Sep 22 19:17:57 CEST 2004
>Description:

The modules were installed in /usr/local/share/ldvd9to5 and not in
/usr/local/ldvd9to5 as stated in /usr/local/bin/ldvd9to5.

>How-To-Repeat:
>Fix:

--- ldvd9to5-1.12_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/ldvd9to5/Makefile /data/home/andi/ownports/ldvd9to5/Makefile
--- /usr/ports/multimedia/ldvd9to5/Makefile	Wed Oct 20 09:06:37 2004
+++ /data/home/andi/ownports/ldvd9to5/Makefile	Wed Oct 20 19:03:14 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	ldvd9to5
 PORTVERSION=	1.12
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://www.gff-clan.net/hdr/ldvd9to5/
 DISTNAME=	${PORTNAME}-v${PORTVERSION}
@@ -33,8 +34,8 @@
 DATA=		INSTALL.de INSTALL.en README.de README.en COPYING
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|LSDVD=/opt|LSDVD=${LOCALBASE}|g' ${WRKSRC}/ldvd9to5.conf
-	@${REINPLACE_CMD} -e 's|/opt|${LOCALBASE}|g' -e 's|/etc|${LOCALBASE}/etc|g' ${WRKSRC}/ldvd9to5
+	@${REINPLACE_CMD} -e 's|LSDVD=/opt|LSDVD=${LOCALBASE}/share|g' ${WRKSRC}/ldvd9to5.conf
+	@${REINPLACE_CMD} -e 's|/opt|${LOCALBASE}/share|g' -e 's|/etc|${LOCALBASE}/etc|g' ${WRKSRC}/ldvd9to5
 
 do-install:
 	${MKDIR} ${DATADIR}
diff -ruN --exclude=CVS /usr/ports/multimedia/ldvd9to5/pkg-descr /data/home/andi/ownports/ldvd9to5/pkg-descr
--- /usr/ports/multimedia/ldvd9to5/pkg-descr	Wed Oct 20 09:06:37 2004
+++ /data/home/andi/ownports/ldvd9to5/pkg-descr	Wed Oct 20 19:02:46 2004
@@ -1,7 +1,7 @@
 LDVD9to5 is only a Gui, which shall simplify shrinking a DVD-9 to a 
 DVD-5. 
 
-WWW:	http://ldvd9to6.gff-clan.net
+WWW:	http://ldvd9to5.gff-clan.net
 
 
 Andreas Fehlner
--- ldvd9to5-1.12_1.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?20041020170519.DB11252C4>