summaryrefslogtreecommitdiff
path: root/devel/cvsgraph
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-05-14 01:49:33 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-05-14 01:49:33 +0000
commitbe3828bc66a25a84c388faef9b79cf5673a50019 (patch)
tree6bf17cde0ae55b2cb83ccd84c48fd62a9e2b5b8d /devel/cvsgraph
parentUpdate to 2.2.1 (diff)
Update to 1.20.
PR: 37735 Submitted by: Lapo Luchini Make /home/ncvs/ the default path for CVSROOT.
Notes
Notes: svn path=/head/; revision=59041
Diffstat (limited to 'devel/cvsgraph')
-rw-r--r--devel/cvsgraph/Makefile14
-rw-r--r--devel/cvsgraph/distinfo2
-rw-r--r--devel/cvsgraph/files/patch-cvsgraph.c10
3 files changed, 11 insertions, 15 deletions
diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile
index eaa4b601c9f0..bb4236fa1dd7 100644
--- a/devel/cvsgraph/Makefile
+++ b/devel/cvsgraph/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cvsgraph
-PORTVERSION= 1.1.2
+PORTVERSION= 1.2.0
CATEGORIES= devel graphics
MASTER_SITES= http://www.akhphd.au.dk/~bertho/cvsgraph/release/
@@ -19,17 +19,18 @@ LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \
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 \
@@ -37,11 +38,16 @@ CONFIGURE_ARGS= --with-gd-inc=${LOCALBASE}/include/gd \
--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 \
diff --git a/devel/cvsgraph/distinfo b/devel/cvsgraph/distinfo
index 5c731a156eea..56bbe581103a 100644
--- a/devel/cvsgraph/distinfo
+++ b/devel/cvsgraph/distinfo
@@ -1 +1 @@
-MD5 (cvsgraph-1.1.2.tar.gz) = 16cd4834aee1c635835b02d2d238e240
+MD5 (cvsgraph-1.2.0.tar.gz) = ac1bc46e50df09106a210a878ee94452
diff --git a/devel/cvsgraph/files/patch-cvsgraph.c b/devel/cvsgraph/files/patch-cvsgraph.c
deleted file mode 100644
index f0c0a4810cee..000000000000
--- a/devel/cvsgraph/files/patch-cvsgraph.c
+++ /dev/null
@@ -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 <fcntl.h>
- #include <regex.h>
- #include <errno.h>
--#include <getopt.h>
- #include <ctype.h>
- #include <time.h>
-