diff options
author | hubertf <hubertf> | 2000-04-07 14:40:36 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-04-07 14:40:36 +0000 |
commit | 271b280b1ca1201f01c3980ee4a1e22d06d2f4a6 (patch) | |
tree | 400bbbe5b8c84cfc3c179174e216580a5a2869ca /graphics/urt | |
parent | a918edc5917b020c227c061a988ce66259c6312e (diff) | |
download | pkgsrc-271b280b1ca1201f01c3980ee4a1e22d06d2f4a6.tar.gz |
Require a properly installed netpbm package, instead of insisting on
recompiling this each time again.
Diffstat (limited to 'graphics/urt')
-rw-r--r-- | graphics/urt/Makefile | 4 | ||||
-rw-r--r-- | graphics/urt/files/patch-sum | 4 | ||||
-rw-r--r-- | graphics/urt/patches/patch-aa | 14 |
3 files changed, 12 insertions, 10 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 249b5cf4e99..d4c0846f994 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/03/27 08:54:56 tron Exp $ +# $NetBSD: Makefile,v 1.12 2000/04/07 14:40:36 hubertf Exp $ # FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp # @@ -15,7 +15,7 @@ PATCH_DIST_STRIP=-p1 MAINTAINER= packages@netbsd.org DEPENDS+= tiff-*:../../graphics/tiff -BUILD_DEPENDS+= ${BUILD_ROOT}/graphics/netpbm/${WRKDIR:T}/netpbm:../../graphics/netpbm:build +BUILD_DEPENDS+= ${LOCALBASE}/include/pgm.h:../../graphics/netpbm EXTRACT_ONLY= urt-3.1b.tar.Z diff --git a/graphics/urt/files/patch-sum b/graphics/urt/files/patch-sum index 278992bf031..1cc8226defa 100644 --- a/graphics/urt/files/patch-sum +++ b/graphics/urt/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.2 1999/11/22 11:11:33 agc Exp $ +$NetBSD: patch-sum,v 1.3 2000/04/07 14:40:37 hubertf Exp $ -MD5 (patch-aa) = 1b585690ba8930a157e96a54be2ef1ea +MD5 (patch-aa) = 815ac9be1eacf174edbbed22e9d55db8 MD5 (patch-ab) = d452d364f338abd9b93ba68063252f63 MD5 (patch-ac) = 3442f1a97e317e64d45e7f45d58e9c43 MD5 (patch-ad) = 2f8c2c83daf3d6a7384c34b0adefdc91 diff --git a/graphics/urt/patches/patch-aa b/graphics/urt/patches/patch-aa index f47ca55348a..f3543e2c066 100644 --- a/graphics/urt/patches/patch-aa +++ b/graphics/urt/patches/patch-aa @@ -1,6 +1,7 @@ -$NetBSD: patch-aa,v 1.2 1998/09/12 17:01:59 garbled Exp $ ---- config/urt.orig Wed Jul 15 12:47:15 1992 -+++ config/urt Sat Sep 12 09:26:38 1998 +$NetBSD: patch-aa,v 1.3 2000/04/07 14:40:37 hubertf Exp $ + +--- config/urt.orig Wed Jul 15 21:47:15 1992 ++++ config/urt Fri Apr 7 15:56:12 2000 @@ -1,3 +1,7 @@ +# Configuration for HP 9000/300 series running BSD4.3 + @@ -135,12 +136,13 @@ $NetBSD: patch-aa,v 1.2 1998/09/12 17:01:59 garbled Exp $ # PBMDIR should refer to the root of your PBM source tree. # If relative, it's relative to root of URT source tree. -#defpath PBMDIR -+PBMDIR= ${PKGSRCDIR}/graphics/netpbm/${WORKINGDIRNAME}/netpbm ++PBMDIR= ${LOCALBASE} - INCPBMPLUS = -I$(PBMDIR) -I$(PBMDIR)/ppm -I$(PBMDIR)/pgm -I$(PBMDIR)/pbm +-INCPBMPLUS = -I$(PBMDIR) -I$(PBMDIR)/ppm -I$(PBMDIR)/pgm -I$(PBMDIR)/pbm -LIBPBMPLUS = $(PBMDIR)/ppm/libppm.a $(PBMDIR)/pgm/libpgm.a \ - $(PBMDIR)/pbm/libpbm.a -+LIBPBMPLUS = $(PBMDIR)/ppm/libppm.a $(PBMDIR)/pgm/libpgm.a $(PBMDIR)/pbm/libpbm.a ++INCPBMPLUS = -I$(PBMDIR)/include ++LIBPBMPLUS = -L$(PBMDIR)/lib -lppm -lpgm -lpbm #endif #ifdef SUNRASTER|SUNTOOLS|TAAC1 |