Index: head/graphics/hppsmtools/Makefile =================================================================== --- head/graphics/hppsmtools/Makefile (revision 25371) +++ head/graphics/hppsmtools/Makefile (revision 25372) @@ -1,29 +1,29 @@ # New ports collection makefile for: hppsmtools # Version required: 0.3 # Date created: 2 September 1999 # Whom: Anders Nordby # # $FreeBSD$ # -DISTNAME= hppsmtools-0.3 +DISTNAME= hppsmtools-0.92 CATEGORIES= graphics MASTER_SITES= http://unimut.fsk.uni-heidelberg.de/unimut/photosmart/ \ http://www.freenix.no/~anders/ \ ftp://totem.fix.no/pub/mirrors/misc/ MAINTAINER= anders@fix.no ALL_TARGET= do-install: @${RM} -f ${PREFIX}/bin/psmget ${PREFIX}/bin/psmdir @${RM} -f ${PREFIX}/bin/psmdel ${PREFIX}/bin/psmsho @${INSTALL_PROGRAM} ${WRKSRC}/psmget ${PREFIX}/bin/ @${LN} ${PREFIX}/bin/psmget ${PREFIX}/bin/psmdir @${LN} ${PREFIX}/bin/psmget ${PREFIX}/bin/psmdel @${LN} ${PREFIX}/bin/psmget ${PREFIX}/bin/psmsho @${INSTALL} -d -m 0755 ${PREFIX}/share/doc/hppsmtools @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/hppsmtools/ .include Property changes on: head/graphics/hppsmtools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/hppsmtools/distinfo =================================================================== --- head/graphics/hppsmtools/distinfo (revision 25371) +++ head/graphics/hppsmtools/distinfo (revision 25372) @@ -1 +1 @@ -MD5 (hppsmtools-0.3.tar.gz) = 55a5a81016c7f8f1f257dd34322d6936 +MD5 (hppsmtools-0.92.tar.gz) = 2e24ddfd036ee02ca8cfbcde39526f41 Property changes on: head/graphics/hppsmtools/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/hppsmtools/files/patch-aa =================================================================== --- head/graphics/hppsmtools/files/patch-aa (revision 25371) +++ head/graphics/hppsmtools/files/patch-aa (revision 25372) @@ -1,16 +1,28 @@ -*** psmget.c.orig Wed Sep 1 23:04:53 1999 ---- psmget.c Wed Sep 1 23:06:41 1999 -*************** -*** 13,23 **** - #include - #include - -- #ifdef PSM_GLIBC - #include -- #include - #include -- #endif - - typedef unsigned char uchar; - ---- 13,20 ---- +--- Makefile.orig Sun Jan 30 17:23:28 2000 ++++ Makefile Sun Jan 30 17:24:52 2000 +@@ -7,21 +7,20 @@ + + + COPTS=-g $(ADDIT_DEFS) -Wall +-CC=gcc $(COPTS) + + .c.o: +- $(CC) -c $< ++ $(CC) $(COPTS) -c $< + + DESTDIR=hppsmtools-$(PSM_VERSION) + + psmget: psmget.o +- $(CC) psmget.o -o psmget ++ $(CC) $(COPTS) psmget.o -o psmget + + psmget.o: psmget.c psmget.h +- $(CC) -c psmget.c -DPSM_VERSION=\"$(PSM_VERSION)\" ++ $(CC) $(COPTS) -c psmget.c -DPSM_VERSION=\"$(PSM_VERSION)\" + + crcguess: crcguess.o crc32.o +- gcc crcguess.o crc32.o -o crcguess ++ $(CC) crcguess.o crc32.o -o crcguess + + distri: + -mkdir $(DESTDIR) Property changes on: head/graphics/hppsmtools/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property