aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Heffner <mikeh@FreeBSD.org>2003-01-04 04:21:56 +0000
committerMike Heffner <mikeh@FreeBSD.org>2003-01-04 04:21:56 +0000
commit9e97a4db5d1f242608c41f907284656f8bbf263e (patch)
tree2304789884d33a29aa77a645ec6f32ad6c4a7ec7
parent2f30826e2bf6e35758af72142d8d1d616a0af65e (diff)
downloadports-9e97a4db5d1f242608c41f907284656f8bbf263e.tar.gz
ports-9e97a4db5d1f242608c41f907284656f8bbf263e.zip
Notes
-rw-r--r--x11-toolkits/xforms/Makefile5
-rw-r--r--x11-toolkits/xforms/distinfo2
-rw-r--r--x11-toolkits/xforms/files/patch-aa23
3 files changed, 10 insertions, 20 deletions
diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile
index fdc76a21c574..79214ad45bb6 100644
--- a/x11-toolkits/xforms/Makefile
+++ b/x11-toolkits/xforms/Makefile
@@ -7,12 +7,11 @@
PORTNAME= xforms
PORTVERSION= 1.0
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= x11-toolkits graphics
MASTER_SITES= ftp://ncmir.ucsd.edu/pub/xforms/OpenSource/
-FULLVERSION= ${PORTVERSION}RC5.2
-DISTNAME= ${PORTNAME}-${FULLVERSION}
+DISTNAME= ${PORTNAME}-${PORTVERSION}-release
EXTRACT_SUFX= .tgz
MAINTAINER= mikeh@FreeBSD.ORG
diff --git a/x11-toolkits/xforms/distinfo b/x11-toolkits/xforms/distinfo
index 785800947490..defdb8f5f546 100644
--- a/x11-toolkits/xforms/distinfo
+++ b/x11-toolkits/xforms/distinfo
@@ -1 +1 @@
-MD5 (xforms-1.0RC5.2.tgz) = e6cecdb5a0d1a4e44d26501175b0927a
+MD5 (xforms-1.0-release.tgz) = aed46678c9278dc68b7e6224661aa1c7
diff --git a/x11-toolkits/xforms/files/patch-aa b/x11-toolkits/xforms/files/patch-aa
index 875a5a5a18d0..ddd559b4cec3 100644
--- a/x11-toolkits/xforms/files/patch-aa
+++ b/x11-toolkits/xforms/files/patch-aa
@@ -1,5 +1,5 @@
---- Imakefile.orig Tue Oct 1 19:51:51 2002
-+++ Imakefile Mon Oct 7 01:16:37 2002
+--- Imakefile.orig Tue Dec 3 12:25:43 2002
++++ Imakefile Wed Dec 18 21:25:38 2002
@@ -2,7 +2,7 @@
/* Fairly important stuff */
@@ -9,24 +9,15 @@
#define DoWall NO
#define BuildShared YES
-@@ -31,7 +31,7 @@
-
- /* Out in the Tall Weeds */
-
--#define InstallNonstandard YES
-+#define InstallNonstandard NO
- #define XFormsNonstandardInstallDir /usr/local
-
- #define NonstandardXpm NO
-@@ -44,10 +44,10 @@
- #define TiffIncLoc /put/the/include/path/here
- #define TiffLibLoc /put/the/library/path/here
+@@ -45,10 +45,10 @@
+ #define TiffIncLoc /usr/local/include
+ #define TiffLibLoc /usr/local/lib
-#define NonstandardJpeg NO
+#define NonstandardJpeg YES
--#define JpegIncLoc /put/the/include/path/here
--#define JpegLibLoc /put/the/library/path/here
+-#define JpegIncLoc /usr/local/include
+-#define JpegLibLoc /usr/local/lib
+#define JpegIncLoc $(LOCALBASE)/include
+#define JpegLibLoc $(LOCALBASE)/lib