1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Update to 1.0b2

- Fix build with automake14 and autoconf217
- This version needs glade to build too.
This commit is contained in:
Dirk Meyer 2002-02-05 19:29:50 +00:00
parent 5fe0183fbd
commit d05e5880bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54247
4 changed files with 29 additions and 26 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= gcvs
PORTVERSION= 1.0a7
PORTVERSION= 1.0b2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cvsgui
@ -14,6 +14,9 @@ MASTER_SITE_SUBDIR= cvsgui
MAINTAINER= dinoex@FreeBSD.org
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
BUILD_DEPENDS+= autoconf213:${PORTSDIR}/devel/autoconf213
BUILD_DEPENDS+= automake14:${PORTSDIR}/devel/automake14
BUILD_DEPENDS+= glade:${PORTSDIR}/devel/glade
BUILD_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83
RUN_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83
@ -26,8 +29,11 @@ CONFIGURE_ARGS+= --with-tclinclude=${LOCALBASE}/include/tcl8.3
CONFIGURE_ARGS+= --with-tcllib=${LOCALBASE}/lib/tcl8.3
LIBS+= -lgnugetopt
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib/ ${LIBS}"
CONFIGURE_SCRIPT= make_configure
MAN1= cvs.1
MAN5= cvs.5
MAN8= cvsbug.8
#USE_AUTOMAKE_VER= 14
#USE_AUTOCONF_VER= 213
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (gcvs-1.0a7.tar.gz) = 6e9cef367c59ad4182a305190289a9f7
MD5 (gcvs-1.0b2.tar.gz) = 78cac5ec6c3463ece10a9b362b3965f7

View File

@ -1,24 +0,0 @@
--- configure.orig Tue Mar 6 19:00:29 2001
+++ configure Fri Apr 13 22:34:02 2001
@@ -2944,6 +2944,7 @@
HAVE_TCL=0
TCL_CFLAGS=
TCL_LIB_SPEC=
+TCL_PACKAGE_PATH="TCL_LIB_SPEC/.."
if test $ac_has_tclinc = yes -a $ac_has_tcllib = yes ; then
HAVE_TCL=1
@@ -2953,9 +2954,11 @@
# The variables that we use from tclConfig.sh
TCL_CFLAGS=$TCL_CFLAGS
-# TCL_LIB_SPEC=$TCL_LIB_SPEC
- TCL_LIB_SPEC="-L$TCL_PACKAGE_PATH -ltcl"
+ TCL_LIB_SPEC=$TCL_LIB_SPEC
+# TCL_LIB_SPEC="-L$TCL_PACKAGE_PATH -ltcl83"
fi
+TCL_CFLAGS="$TCL_CFLAGS -I $TCL_INCLUDE_DIR"
+

View File

@ -0,0 +1,21 @@
--- make_configure.orig Mon Feb 4 12:03:12 2002
+++ make_configure Tue Feb 5 18:49:58 2002
@@ -1,14 +1,14 @@
-aclocal
-autoheader
+aclocal14
+autoheader213
list=`find . -name Makefile.am -exec dirname {} \;`
for subdir in $list
do
echo making $subdir/Makefile.in
- automake --gnu $subdir/Makefile
+ automake14 --gnu $subdir/Makefile
done
-autoconf
+autoconf213
./configure $*