1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Update to 1.0RC5.2.

This commit is contained in:
Mike Heffner 2002-10-07 14:45:15 +00:00
parent f1cbce63ec
commit 5e5122ed1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67561
5 changed files with 66 additions and 12 deletions

View File

@ -7,11 +7,11 @@
PORTNAME= xforms
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= x11-toolkits graphics
MASTER_SITES= ftp://ncmir.ucsd.edu/pub/xforms/OpenSource/
FULLVERSION= ${PORTVERSION}RC4
FULLVERSION= ${PORTVERSION}RC5.2
DISTNAME= ${PORTNAME}-${FULLVERSION}
EXTRACT_SUFX= .tgz

View File

@ -1 +1 @@
MD5 (xforms-1.0RC4.tgz) = 1166cec00a56754837ea5bb76df97483
MD5 (xforms-1.0RC5.2.tgz) = e6cecdb5a0d1a4e44d26501175b0927a

View File

@ -1,11 +1,34 @@
--- Imakefile.orig Thu Jun 6 10:45:33 2002
+++ Imakefile Tue Jul 16 02:25:45 2002
@@ -3,7 +3,7 @@
--- Imakefile.orig Tue Oct 1 19:51:51 2002
+++ Imakefile Mon Oct 7 01:16:37 2002
@@ -2,7 +2,7 @@
/* Fairly important stuff */
#define DoOptimize YES
-#define OptimizationLevel -O4
+#define OptimizationLevel -O
#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
-#define NonstandardJpeg NO
+#define NonstandardJpeg YES
-#define JpegIncLoc /put/the/include/path/here
-#define JpegLibLoc /put/the/library/path/here
+#define JpegIncLoc $(LOCALBASE)/include
+#define JpegLibLoc $(LOCALBASE)/lib
######################################################################
# #

View File

@ -1,5 +1,5 @@
--- fdesign/Imakefile.orig Fri Jun 28 02:23:08 2002
+++ fdesign/Imakefile Fri Jun 28 02:23:51 2002
--- fdesign/Imakefile.orig Sun Oct 6 23:19:19 2002
+++ fdesign/Imakefile Sun Oct 6 23:20:13 2002
@@ -78,6 +78,8 @@
INCDIR = XFormsNonstandardInstallDir/include
#endif
@ -9,9 +9,19 @@
EXTRA_INCLUDES = \
$(SNPINC) \
-I$(BUILDINCDIR) \
--- demos/Imakefile.orig Fri Jun 28 02:26:52 2002
+++ demos/Imakefile Fri Jun 28 02:27:23 2002
@@ -137,6 +137,8 @@
--- demos/Imakefile.orig Fri Sep 27 16:11:45 2002
+++ demos/Imakefile Mon Oct 7 01:27:39 2002
@@ -97,6 +97,9 @@
DEPOBJS = $(DEPSRCS:.c=.o)
PROGRAMS = $(DEMOSRCS:.c=)
+JPEGLIBLOC = JpegLibLoc
+JPEGLIB = -L$(JPEGLIBLOC) -ljpeg
+
#if Solaris64Bit
LDPRELIB = -L/usr/openwin/lib/sparcv9 -L/usr/local/lib/sparcv9
CCENVSETUP = LD_RUN_PATH=/usr/openwin/lib/sparcv9
@@ -125,6 +128,8 @@
DEPSNPLIB = $(SNPLIBDIR)/libformssnp.a
#endif
@ -20,3 +30,12 @@
EXTRA_INCLUDES = \
$(SNPINC) \
-I$(BUILDINCDIR) \
@@ -143,7 +148,7 @@
$(XPMLIB) \
$(SNPLIB) \
$(UNSTATIC) \
- $(JPEG) \
+ $(JPEGLIB) \
-lm
EXTRA_DEFINES =

View File

@ -0,0 +1,12 @@
--- fd2ps/Imakefile.orig Mon Oct 7 01:14:21 2002
+++ fd2ps/Imakefile Mon Oct 7 01:14:35 2002
@@ -68,8 +68,8 @@
EXTRA_LIBRARIES = \
$(STATIC) \
- $(IMAGELIB) \
$(FORMSLIB) \
+ $(XPMLIB) \
$(SNPLIB) \
$(UNSTATIC) \
-lm