diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 5 | ||||
-rw-r--r-- | graphics/ImageMagick/pkg/PLIST | 4 | ||||
-rw-r--r-- | graphics/Mesa/Makefile | 7 | ||||
-rw-r--r-- | graphics/Mesa/pkg/PLIST | 16 | ||||
-rw-r--r-- | graphics/png/Makefile | 5 | ||||
-rw-r--r-- | graphics/png/pkg/PLIST | 4 | ||||
-rw-r--r-- | graphics/sane/Makefile | 5 | ||||
-rw-r--r-- | graphics/sane/pkg/PLIST | 3 | ||||
-rw-r--r-- | graphics/tiff/Makefile | 5 | ||||
-rw-r--r-- | graphics/tiff/pkg/PLIST | 4 | ||||
-rw-r--r-- | graphics/xpm/Makefile | 5 | ||||
-rw-r--r-- | graphics/xpm/pkg/PLIST | 4 |
12 files changed, 20 insertions, 47 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index e06c5e759e8..cac4687b24c 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1998/07/04 05:11:13 mycroft Exp $ +# $NetBSD: Makefile,v 1.23 1998/07/15 11:10:42 agc Exp $ # DISTNAME= ImageMagick-4.0.6 @@ -17,7 +17,4 @@ USE_IMAKE= yes XMKMF= ${MAKE_ENV} xmkmf -a MAKE_ENV= LOCALBASE=${LOCALBASE} PREFIX=${PREFIX} -post-install: - ${LDCONFIG} || ${TRUE} - .include "../../mk/bsd.pkg.mk" diff --git a/graphics/ImageMagick/pkg/PLIST b/graphics/ImageMagick/pkg/PLIST index cb1ce7ea873..5289a815e6a 100644 --- a/graphics/ImageMagick/pkg/PLIST +++ b/graphics/ImageMagick/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 1998/06/06 15:18:38 tron Exp $ +@comment $NetBSD: PLIST,v 1.9 1998/07/15 11:10:44 agc Exp $ bin/xtp bin/display bin/montage @@ -22,8 +22,6 @@ include/magick/plug-ins.h @dirrm include/magick lib/libMagick.a lib/libMagick.so.4.0.6 -@exec /sbin/ldconfig || /usr/bin/true -@unexec /sbin/ldconfig || /usr/bin/true man/cat1/display.0 man/cat1/montage.0 man/cat1/import.0 diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile index feb84960ad0..3347de49012 100644 --- a/graphics/Mesa/Makefile +++ b/graphics/Mesa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/04/15 10:38:25 agc Exp $ +# $NetBSD: Makefile,v 1.15 1998/07/15 11:22:53 agc Exp $ # DISTNAME= MesaLib-2.6 @@ -46,6 +46,9 @@ do-install: ${CP} -Rp ${WRKSRC}/book ${PREFIX}/share/examples/Mesa ${CP} -Rp ${WRKSRC}/widgets-sgi ${PREFIX}/share/examples/Mesa chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/examples/Mesa - ${LDCONFIG} || ${TRUE} + ${LN} -f ${PREFIX}/lib/libMesaGL.so.2.6 ${PREFIX}/lib/libGL.so.2.6 + ${LN} -f ${PREFIX}/lib/libMesaGLU.so.2.6 ${PREFIX}/lib/libGLU.so.2.6 + ${LN} -f ${PREFIX}/lib/libMesaGL.a ${PREFIX}/lib/libGL.a + ${LN} -f ${PREFIX}/lib/libMesaGLU.a ${PREFIX}/lib/libGLU.a .include "../../mk/bsd.pkg.mk" diff --git a/graphics/Mesa/pkg/PLIST b/graphics/Mesa/pkg/PLIST index a34eed9ec5f..212618c6ecb 100644 --- a/graphics/Mesa/pkg/PLIST +++ b/graphics/Mesa/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 1998/05/08 15:44:40 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.9 1998/07/15 11:22:53 agc Exp $ include/GL/FooMesa.h include/GL/dosmesa.h include/GL/fxmesa.h @@ -16,25 +16,19 @@ include/GL/svgamesa.h include/GL/wmesa.h include/GL/xmesa.h lib/libMesaGL.so.2.6 -@exec ln %D/%F %D/lib/libGL.so.2.6 -@unexec rm %D/lib/libGL.so.2.6 +lib/libGL.so.2.6 lib/libMesaGLU.so.2.6 -@exec ln %D/%F %D/lib/libGLU.so.2.6 -@unexec rm %D/lib/libGLU.so.2.6 +lib/libGLU.so.2.6 lib/libMesaGL.a -@exec ln %D/%F %D/lib/libGL.a -@unexec rm %D/lib/libGL.a +lib/libGL.a lib/libMesaGLU.a -@exec ln %D/%F %D/lib/libGLU.a -@unexec rm %D/lib/libGLU.a +lib/libGLU.a lib/libMesaaux.so.2.6 lib/libMesaaux.a lib/libMesatk.so.2.6 lib/libMesatk.a lib/libglut.so.3.6 lib/libglut.a -@exec ldconfig || /usr/bin/true -@unexec ldconfig || /usr/bin/true share/examples/Mesa/book/Imakefile share/examples/Mesa/book/Makefile share/examples/Mesa/book/Makefile.win diff --git a/graphics/png/Makefile b/graphics/png/Makefile index ae450c12756..d0a0f8bf306 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/20 11:56:24 frueauf Exp $ +# $NetBSD: Makefile,v 1.8 1998/07/15 11:29:21 agc Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp # @@ -12,7 +12,4 @@ MAINTAINER= packages@netbsd.org MAKEFILE= makefile -post-install: - ${LDCONFIG} || ${TRUE} - .include "../../mk/bsd.pkg.mk" diff --git a/graphics/png/pkg/PLIST b/graphics/png/pkg/PLIST index 2d7a996f2b9..b4ae2285112 100644 --- a/graphics/png/pkg/PLIST +++ b/graphics/png/pkg/PLIST @@ -1,7 +1,5 @@ -@comment $NetBSD: PLIST,v 1.5 1998/02/02 09:00:06 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.6 1998/07/15 11:29:22 agc Exp $ include/png.h include/pngconf.h lib/libpng.a lib/libpng.so.0.96 -@exec /sbin/ldconfig || /usr/bin/true -@unexec /sbin/ldconfig || /usr/bin/true diff --git a/graphics/sane/Makefile b/graphics/sane/Makefile index 4fe7e25cc7b..ada1bf366cd 100644 --- a/graphics/sane/Makefile +++ b/graphics/sane/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/06/22 12:39:46 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/07/15 11:27:52 agc Exp $ # FreeBSD Id: Makefile,v 1.3 1998/04/30 02:38:03 obrien Exp # @@ -14,7 +14,4 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_X11= yes -post-install: - ${LDCONFIG} || ${TRUE} - .include "../../mk/bsd.pkg.mk" diff --git a/graphics/sane/pkg/PLIST b/graphics/sane/pkg/PLIST index a1e7f72af5c..bd9ccc13591 100644 --- a/graphics/sane/pkg/PLIST +++ b/graphics/sane/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 1998/05/03 20:49:45 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.2 1998/07/15 11:27:53 agc Exp $ bin/scanimage bin/xcam bin/xscanimage @@ -81,7 +81,6 @@ lib/libsane-umax.so.0.72 lib/libsane.a lib/libsane.so lib/libsane.so.0.72 -@exec /sbin/ldconfig || /usr/bin/true man/man1/saned.1.gz man/man1/scanimage.1.gz man/man1/xscanimage.1.gz diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 2e8f92de045..45bd9b0c87e 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/07/05 02:45:13 tron Exp $ +# $NetBSD: Makefile,v 1.14 1998/07/15 11:24:51 agc Exp $ DISTNAME= tiff-v3.4beta037 PKGNAME= tiff-3.4 @@ -17,7 +17,4 @@ CONFIGURE_ARGS+= --noninteractive --site ${FILESDIR} CONFIGURE_ENV+= PREFIX=${PREFIX} MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" LN="${LN}" -post-install: - ${LDCONFIG} || ${TRUE} - .include "../../mk/bsd.pkg.mk" diff --git a/graphics/tiff/pkg/PLIST b/graphics/tiff/pkg/PLIST index 80d148dd50c..1bd644fd1ca 100644 --- a/graphics/tiff/pkg/PLIST +++ b/graphics/tiff/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 1998/02/02 09:00:11 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.7 1998/07/15 11:24:51 agc Exp $ bin/fax2tiff bin/fax2ps bin/gif2tiff @@ -18,8 +18,6 @@ bin/tiffmedian bin/tiffsplit lib/libtiff.a lib/libtiff.so.3.4 -@exec /sbin/ldconfig || /usr/bin/true -@unexec /sbin/ldconfig || /usr/bin/true include/tiff.h include/tiffio.h man/man1/fax2ps.1 diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index 482b3345a5b..07588857a2d 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/07/04 09:14:52 mycroft Exp $ +# $NetBSD: Makefile,v 1.11 1998/07/15 11:26:21 agc Exp $ # DISTNAME= xpm-3.4k @@ -11,7 +11,4 @@ CONFLICTS= xpm-3.4j USE_IMAKE= yes -post-install: - ${LDCONFIG} || ${TRUE} - .include "../../mk/bsd.pkg.mk" diff --git a/graphics/xpm/pkg/PLIST b/graphics/xpm/pkg/PLIST index 6c1733922c1..7b5a91de8ce 100644 --- a/graphics/xpm/pkg/PLIST +++ b/graphics/xpm/pkg/PLIST @@ -1,10 +1,8 @@ -@comment $NetBSD: PLIST,v 1.8 1998/07/04 09:14:54 mycroft Exp $ +@comment $NetBSD: PLIST,v 1.9 1998/07/15 11:26:21 agc Exp $ bin/cxpm bin/sxpm lib/libXpm.a lib/libXpm.so.4.11 -@exec /sbin/ldconfig || /usr/bin/true -@unexec /sbin/ldconfig || /usr/bin/true include/X11/xpm.h man/cat1/cxpm.0.gz man/cat1/sxpm.0.gz |