Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2005 20:33:47 +0100 (CET)
From:      Florent Thoumie <flz@xbsd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sam@inf.enst.fr
Subject:   ports/76428: Update port: devel/gvd - fix packing list
Message-ID:  <20050118193347.3A89B11983@gate.xbsd.org>
Resent-Message-ID: <200501181940.j0IJeP9x054499@freefall.freebsd.org>

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

>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@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@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
-@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
+@dirrm %%DOCSDIR%%
--- gvd.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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