ports/76428: Update port: devel/gvd - fix packing list

Florent Thoumie flz at xbsd.org
Tue Jan 18 19:40:38 UTC 2005


>Number:         76428
>Category:       ports
>Synopsis:       Update port: devel/gvd - fix packing list
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 18 19:40:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Florent Thoumie
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
Xbsd.org
>Environment:
System: FreeBSD gate.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root at gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386

>Description:

Fix packing list.
Install doc in ${DOCSDIR} rather than in ${PREFIX}/doc.

Maintainer cc'ed.

>How-To-Repeat:

N/A

>Fix:

--- gvd.diff begins here ---
diff -ruN gvd.orig/Makefile gvd/Makefile
--- gvd.orig/Makefile	Tue Jan 18 17:39:43 2005
+++ gvd/Makefile	Tue Jan 18 19:52:37 2005
@@ -7,14 +7,14 @@
 
 PORTNAME=		gvd
 PORTVERSION=		1.2.5
-PORTREVISION=	1
+PORTREVISION=		1
 CATEGORIES=		devel
 MASTER_SITES=		http://libre.act-europe.fr/gvd/
 DISTNAME=		${PORTNAME}-${PORTVERSION}-src
 EXTRACT_SUFX=		.tgz
 
 MAINTAINER=		sam at inf.enst.fr
-COMMENT=	GNU Visual Debugger, a graphical front-end to gdb and jdb
+COMMENT=		GNU Visual Debugger, a graphical front-end to gdb and jdb
 
 BUILD_DEPENDS=		adagcc:${PORTSDIR}/lang/gnat \
 			tex:${PORTSDIR}/print/teTeX
@@ -27,6 +27,10 @@
 MAKE_ENV=		CC=adagcc
 USE_X_PREFIX=		yes
 USE_GMAKE=		yes
+USE_REINPLACE=		yes
+
+post-patch:
+	${REINPLACE_CMD} -e "s#doc/gvd#share/doc/gvd#" ${WRKSRC}/docs/Makefile.in
 
 post-install:
 	${GMAKE} -C ${WRKSRC}/docs docdir=${PREFIX}/share/doc/gvd install
diff -ruN gvd.orig/pkg-plist gvd/pkg-plist
--- gvd.orig/pkg-plist	Tue Jan 18 17:39:43 2005
+++ gvd/pkg-plist	Tue Jan 18 20:28:14 2005
@@ -3,17 +3,17 @@
 info/gvd.info
 @exec install-info %D/info/gvd.info %D/info/dir
 share/locale/fr/LC_MESSAGES/gvd.mo
-share/doc/gvd/gvd.html
-share/doc/gvd/gvd.ps
-share/doc/gvd/gvd.txt
-share/doc/gvd/assembly.gif
-share/doc/gvd/canvas.gif
-share/doc/gvd/explorer.gif
-share/doc/gvd/memory-view.gif
-share/doc/gvd/tasks.gif
-share/doc/gvd/breakpoints.gif
-share/doc/gvd/colors.gif
-share/doc/gvd/main-window.gif
-share/doc/gvd/process.gif
-share/doc/gvd/tooltips.gif
- at dirrm share/doc/gvd
+%%DOCSDIR%%/gvd.html
+%%DOCSDIR%%/gvd.ps
+%%DOCSDIR%%/gvd.txt
+%%DOCSDIR%%/assembly.gif
+%%DOCSDIR%%/canvas.gif
+%%DOCSDIR%%/explorer.gif
+%%DOCSDIR%%/memory-view.gif
+%%DOCSDIR%%/tasks.gif
+%%DOCSDIR%%/breakpoints.gif
+%%DOCSDIR%%/colors.gif
+%%DOCSDIR%%/main-window.gif
+%%DOCSDIR%%/process.gif
+%%DOCSDIR%%/tooltips.gif
+ at dirrm %%DOCSDIR%%
--- gvd.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list