Subject: pkg/15110: fix for pkgsrc/graphics/giram
To: None <gnats-bugs@gnats.netbsd.org, packages@netbsd.org>
From: Lloyd Parkes <lloyd@archangel.must-have-coffee.gen.nz>
List: netbsd-bugs
Date: 01/02/2002 22:46:21
>Number:         15110
>Category:       pkg
>Synopsis:       make build tries to do an install
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jan 02 01:51:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Lloyd Parkes
>Release:        NetBSD 1.5ZA
>Organization:
Must Have Coffee
>Environment:
System: NetBSD archangel.must-have-coffee.gen.nz 1.5ZA NetBSD 1.5ZA (GENERIC.PROF) #0: Wed Dec 26 16:56:07 NZDT 2001 lloyd@archangel.must-have-coffee.gen.nz:/usr/src/sys/arch/sparc64/compile/GENERIC.PROF sparc64
Architecture: sparc64
Machine: sparc64
>Description:

When building giram, it tries to install itself during the build
stage. Also, PLIST contains a reference to a file that isn't
installed. I have used a higher than usual priority because this
should be a quick and easy fix, so you can win by getting it out of
the way.

>How-To-Repeat:
cd pkgsrc/graphics/giram
make
make install
>Fix:
Apply the following patch.

Index: Makefile
===================================================================
RCS file: /vol/NetBSD/cvs-src/pkgsrc/graphics/giram/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	2001/09/27 23:18:11	1.16
+++ Makefile	2002/01/02 09:39:54
@@ -23,8 +23,6 @@
 CONFIGURE_ENV=	GTK_CONFIG="${GTKDIR}/bin/gtk-config" \
 		CFLAGS="-I${LOCALBASE}/include ${CFLAGS}"
 
-ALL_TARGET=	install-strip
-
 post-install:
 	@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/Giram
 	${INSTALL_DATA} ${WRKSRC}/SampleScenes/* ${PREFIX}/share/examples/Giram/
Index: PLIST
===================================================================
RCS file: /vol/NetBSD/cvs-src/pkgsrc/graphics/giram/PLIST,v
retrieving revision 1.1
diff -u -r1.1 PLIST
--- PLIST	2001/10/31 23:51:07	1.1
+++ PLIST	2002/01/02 09:39:54
@@ -27,7 +27,6 @@
 share/examples/Giram/superel3.pov
 share/examples/Giram/test.pov
 share/examples/Giram/torus.pov
-share/locale/fr/LC_MESSAGES/Giram.mo
 @dirrm share/examples/Giram
 @dirrm share/doc/giram
 @dirrm libexec/giram/plug-ins

>Release-Note:
>Audit-Trail:
>Unformatted:
 -current as of late December 2001