Index: head/devel/cvsgraph/Makefile =================================================================== --- head/devel/cvsgraph/Makefile (revision 59040) +++ head/devel/cvsgraph/Makefile (revision 59041) @@ -1,81 +1,87 @@ # New ports collection makefile for: cvsgraph # Date created: 2001-02-21 # Whom: trevor # # $FreeBSD$ # PORTNAME= cvsgraph -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.0 CATEGORIES= devel graphics MASTER_SITES= http://www.akhphd.au.dk/~bertho/cvsgraph/release/ MAINTAINER= trevor@FreeBSD.org LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= cvsgraph.1 -MAN5= cvsgraph.conf.5 USE_BISON= yes ALL_TARGET= cvsgraph DOCDIR= share/doc/${PORTNAME} -DOCS= ChangeLog LICENCE README +DOCS= ChangeLog LICENSE README EXAMPLES= cvsgraphwrapper.php3 mkimage.php3 PLIST= ${WRKDIR}/pkg-plist USE_AUTOCONF= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gd-inc=${LOCALBASE}/include/gd \ +CONFIGURE_ARGS= --with-freetype2-inc=${X11BASE}/include/freetype2/freetype \ + --with-freetype2-lib=${X11BASE}/lib \ + --with-gd-inc=${LOCALBASE}/include/gd \ --with-gd-lib=${LOCALBASE}/lib \ --with-jpeg-inc=${LOCALBASE}/include \ --with-jpeg-lib=${LOCALBASE}/lib \ --with-png-inc=${LOCALBASE}/include \ --with-png-lib=${LOCALBASE}/lib \ --with-z-inc=/usr/include \ --with-z-lib=/usr/lib \ + --with-freetype2 \ --with-gd \ --with-jpeg \ --with-png \ --with-z + +pre-patch: + ${PERL} -pi -e "s:/home/bertho/tmp/cvstest:/home/ncvs:g" \ + ${WRKSRC}/cvsgraph.conf post-configure: ${PERL} -pi -e \ "s|CFLAGS =|CFLAGS += -I${LOCALBASE}/include \ -I${LOCALBASE}/include/gd|g" \ ${WRKSRC}/Makefile pre-install: ${ECHO_CMD} bin/cvsgraph > ${PLIST} ${ECHO_CMD} etc/cvsgraph.conf >> ${PLIST} .if !defined(NOPORTDOCS) .for i in ${DOCS} ${ECHO_CMD} ${DOCDIR}/${i} >> ${PLIST} .endfor .for i in ${EXAMPLES} ${ECHO_CMD} share/examples/${PORTNAME}/${i} >> ${PLIST} .endfor ${ECHO_CMD} @dirrm share/examples/${PORTNAME} >> ${PLIST} ${ECHO_CMD} @dirrm ${DOCDIR} >> ${PLIST} .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/cvsgraph.conf ${PREFIX}/etc ${INSTALL_MAN} ${WRKSRC}/cvsgraph.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/cvsgraph.conf.5 ${PREFIX}/man/man5 .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/${DOCDIR} ${MKDIR} ${PREFIX}/share/examples/${PORTNAME} .for i in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/${DOCDIR} .endfor .for i in ${EXAMPLES} ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/examples/${PORTNAME} .endfor .endif .include Property changes on: head/devel/cvsgraph/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/devel/cvsgraph/distinfo =================================================================== --- head/devel/cvsgraph/distinfo (revision 59040) +++ head/devel/cvsgraph/distinfo (revision 59041) @@ -1 +1 @@ -MD5 (cvsgraph-1.1.2.tar.gz) = 16cd4834aee1c635835b02d2d238e240 +MD5 (cvsgraph-1.2.0.tar.gz) = ac1bc46e50df09106a210a878ee94452 Property changes on: head/devel/cvsgraph/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/cvsgraph/files/patch-cvsgraph.c =================================================================== --- head/devel/cvsgraph/files/patch-cvsgraph.c (revision 59040) +++ head/devel/cvsgraph/files/patch-cvsgraph.c (nonexistent) @@ -1,10 +0,0 @@ ---- cvsgraph.c.orig Wed Mar 14 20:12:02 2001 -+++ cvsgraph.c Wed Mar 14 20:11:38 2001 -@@ -30,7 +30,6 @@ - #include - #include - #include --#include - #include - #include - Property changes on: head/devel/cvsgraph/files/patch-cvsgraph.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.4 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property