diff options
author | max <max@FreeBSD.org> | 1997-09-14 19:36:43 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-14 19:36:43 +0000 |
commit | 450e66020f5f636ba057e004a26b149b9bd30cb1 (patch) | |
tree | 62db77d0ea60e36c7ddaca58cf7707fe0b31c39c /graphics/imlib/files | |
parent | 41bbfc559e76f219ae88209be522171bd6e5ef41 (diff) | |
download | FreeBSD-ports-450e66020f5f636ba057e004a26b149b9bd30cb1.zip FreeBSD-ports-450e66020f5f636ba057e004a26b149b9bd30cb1.tar.gz |
Upgrade, 0.4 -> 0.5.
Submitted by: the port maintainer
PR: 4536
Diffstat (limited to 'graphics/imlib/files')
-rw-r--r-- | graphics/imlib/files/patch-aa | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/graphics/imlib/files/patch-aa b/graphics/imlib/files/patch-aa index 9025013..2618201 100644 --- a/graphics/imlib/files/patch-aa +++ b/graphics/imlib/files/patch-aa @@ -1,24 +1,15 @@ -*** Imakefile.orig Sun Aug 17 13:45:11 1997 ---- Imakefile Mon Aug 25 21:25:31 1997 +*** Imakefile.orig Thu Aug 28 21:36:09 1997 +--- Imakefile Mon Sep 15 04:31:02 1997 *************** -*** 6,12 **** +*** 6,20 **** /* ---------------------------------------------------------------- */ LIBNAME=Im ! LIBREV=1.0 -! CONVERT_DIR=/usr/local/bin -! NETPBM_DIR=/usr/local/bin ---- 6,12 ---- - /* ---------------------------------------------------------------- */ - - LIBNAME=Im -! LIBREV=2.0 +! CONVERT_DIR=/usr/bin +! NETPBM_DIR=/usr/bin -! CONVERT_DIR=/usr/X11R6/bin -! NETPBM_DIR=/usr/X11R6/bin -*************** NETPBM_DIR=/usr/local/bin -*** 14,20 **** #ifdef UseEtcX11 ETCDIR=/etc/X11/$(LIBNAME) #else @@ -26,7 +17,15 @@ #endif /* def UseEtcX11 */ CNFDIR = $(ETCDIR) ---- 14,20 ---- +--- 6,20 ---- + /* ---------------------------------------------------------------- */ + + LIBNAME=Im +! LIBREV=3.0 + +! CONVERT_DIR=/usr/X11R6/bin +! NETPBM_DIR=/usr/X11R6/bin + #ifdef UseEtcX11 ETCDIR=/etc/X11/$(LIBNAME) #else @@ -34,7 +33,7 @@ #endif /* def UseEtcX11 */ CNFDIR = $(ETCDIR) -*************** InstallMultiple($(HDRS),$(INCROOT)/X11) +*************** *** 64,70 **** CNFSRC = ./sys_conf CNFS = $(CNFSRC)/imrc |