[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new ports: viewcvs and cvsgraph
- To: ports_(_at_)_openbsd_(_dot_)_org
- Subject: Re: new ports: viewcvs and cvsgraph
- From: Aleksander Piotrowski <aleksander_(_dot_)_piotrowski_(_at_)_piestrak_(_dot_)_waw_(_dot_)_pl>
- Date: Fri, 26 Apr 2002 12:53:42 +0200
hi
here are patches which fixes bugs noticed by Nick Nauwelaerts.
alek
--
"Wizja Polski nie tylko wolnej lecz i ludowej, żłobiła chłopską świadomość
coraz powszechniej, głębiej."
-- Henryk Słabek, Dzieje Polskiej Reformy Rolnej 1944-48
diff -ur ../viewcvs/Makefile ./Makefile
--- ../viewcvs/Makefile Mon Apr 22 21:24:45 2002
+++ ./Makefile Thu Apr 25 23:03:29 2002
@@ -1,6 +1,6 @@
# $OpenBSD$
-COMMENT= WWW CGI script to browse CVS repository trees
+COMMENT= "WWW CGI script to browse CVS repository trees"
DISTNAME= viewcvs-0.9.2
CATEGORIES= devel www
@@ -18,6 +18,8 @@
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= viewcvs
+
+NO_REGRESS= Yes
FLAVORS= checkindb cvsgraph
FLAVOR?=
diff -ur ../cvsgraph/Makefile ./Makefile
--- ../cvsgraph/Makefile Mon Apr 22 20:42:52 2002
+++ ./Makefile Fri Apr 26 12:49:05 2002
@@ -1,6 +1,6 @@
# $OpenBSD$
-COMMENT= creates a graphic representation of cvs/rcs repository
+COMMENT= "creates a graphic representation of cvs/rcs repository"
DISTNAME= cvsgraph-1.2.0
CATEGORIES= devel
@@ -18,15 +18,18 @@
MASTER_SITES= ${HOMEPAGE}/release/
+NO_REGRESS= Yes
+
LIB_DEPENDS= gd.18::graphics/gd
ALL_TARGET=
-CONFIGURE_STYLE= gnu dest
-CONFIGURE_ARGS= --with-gd-inc=${PREFIX}/include --with-gd-lib=${PREFIX}/lib
-CONFIGURE_ARGS+= --with-jpeg-inc=${PREFIX}/include --with-jpeg-lib=${PREFIX}/lib
-CONFIGURE_ARGS+= --with-png-inc=${PREFIX}/include --with-png-lib=${PREFIX}/lib
-CONFIGURE_ARGS+= --with-z-inc=/usr/include --with-z-lib=/usr/lib
+CONFIGURE_STYLE= gnu
+
+CONFIGURE_ARGS= --with-gd-inc=${PREFIX}/include \
+ --with-gd-lib=${PREFIX}/lib \
+ --with-jpeg-lib=${PREFIX}/lib \
+ --with-png-lib=${PREFIX}/lib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cvsgraph ${PREFIX}/bin
Visit your host, monkey.org