Index: head/x11-toolkits/xforms/Makefile =================================================================== --- head/x11-toolkits/xforms/Makefile (revision 67560) +++ head/x11-toolkits/xforms/Makefile (revision 67561) @@ -1,29 +1,29 @@ # New ports collection makefile for: xforms # Date created: 28 March 1997 # Whom: gena # # $FreeBSD$ # 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 MAINTAINER= mikeh@FreeBSD.ORG LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_XPM= yes USE_IMAKE= yes INSTALLS_SHLIB= yes NO_FILTER_SHLIBS= yes MAN1= fdesign.1 fd2ps.1 .include Property changes on: head/x11-toolkits/xforms/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.45 \ No newline at end of property +1.46 \ No newline at end of property Index: head/x11-toolkits/xforms/distinfo =================================================================== --- head/x11-toolkits/xforms/distinfo (revision 67560) +++ head/x11-toolkits/xforms/distinfo (revision 67561) @@ -1 +1 @@ -MD5 (xforms-1.0RC4.tgz) = 1166cec00a56754837ea5bb76df97483 +MD5 (xforms-1.0RC5.2.tgz) = e6cecdb5a0d1a4e44d26501175b0927a Property changes on: head/x11-toolkits/xforms/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/x11-toolkits/xforms/files/patch-aa =================================================================== --- head/x11-toolkits/xforms/files/patch-aa (revision 67560) +++ head/x11-toolkits/xforms/files/patch-aa (revision 67561) @@ -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 + + ###################################################################### + # # Property changes on: head/x11-toolkits/xforms/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/x11-toolkits/xforms/files/patch-ab =================================================================== --- head/x11-toolkits/xforms/files/patch-ab (revision 67560) +++ head/x11-toolkits/xforms/files/patch-ab (revision 67561) @@ -1,22 +1,41 @@ ---- 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 +EXTRA_LDOPTIONS = $(FORMSLIB) + 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 +EXTRA_LDOPTIONS = $(FORMSLIB) + EXTRA_INCLUDES = \ $(SNPINC) \ -I$(BUILDINCDIR) \ +@@ -143,7 +148,7 @@ + $(XPMLIB) \ + $(SNPLIB) \ + $(UNSTATIC) \ +- $(JPEG) \ ++ $(JPEGLIB) \ + -lm + + EXTRA_DEFINES = Property changes on: head/x11-toolkits/xforms/files/patch-ab ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/x11-toolkits/xforms/files/patch-ac =================================================================== --- head/x11-toolkits/xforms/files/patch-ac (nonexistent) +++ head/x11-toolkits/xforms/files/patch-ac (revision 67561) @@ -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 Property changes on: head/x11-toolkits/xforms/files/patch-ac ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property