Index: head/devel/gcvs/Makefile =================================================================== --- head/devel/gcvs/Makefile (revision 71820) +++ head/devel/gcvs/Makefile (revision 71821) @@ -1,45 +1,40 @@ # New ports collection makefile for: gvcs # Date Created: 28 Mar 2001 # Whom: dirk.meyer@dinoex.sub.org # # $FreeBSD$ # PORTNAME= gcvs -PORTVERSION= 1.0b5 -PORTREVISION= 1 +PORTVERSION= 1.0rc1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} 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 USE_X_PREFIX= yes USE_GNOMENG= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes BREAKS_IF_PEDANTIC= yes 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 -.if ${OSVERSION} > 500030 -BROKEN= conflicts with /usr/include/unistd.h -.endif -.include +.include Property changes on: head/devel/gcvs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/devel/gcvs/distinfo =================================================================== --- head/devel/gcvs/distinfo (revision 71820) +++ head/devel/gcvs/distinfo (revision 71821) @@ -1 +1 @@ -MD5 (gcvs-1.0b5.tar.gz) = 2c5e645878bee83cddf3ef1b2f141d6a +MD5 (gcvs-1.0rc1.tar.gz) = 594e289406e1662583877d51b7b316e3 Property changes on: head/devel/gcvs/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/gcvs/files/patch-configure.in =================================================================== --- head/devel/gcvs/files/patch-configure.in (revision 71820) +++ head/devel/gcvs/files/patch-configure.in (nonexistent) @@ -1,52 +0,0 @@ ---- configure.in.orig Fri May 3 16:43:04 2002 -+++ configure.in Wed Dec 18 19:47:26 2002 -@@ -144,49 +144,6 @@ - CFLAGS="$CFLAGS -DqCvsDebug=1" - fi - --dnl checks if getopt.h exists in system includes --echo "checking for getopt.h" >&5 --echo $ECHO_N "checking for getopt.h... $ECHO_C" >&6 --cat >conftest.$ac_ext <<_ACEOF --#include "confdefs.h" --#include --_ACEOF --if { (eval echo "\"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -- ac_status=$? -- egrep -v '^ *\+' conftest.er1 >conftest.err -- rm -f conftest.er1 -- cat conftest.err >&5 -- echo "\$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -- eval "$as_ac_Header=yes" --else -- echo "$as_me: failed program was:" >&5 -- cat conftest.$ac_ext >&5 -- eval "$as_ac_Header=no" --fi --rm -f conftest.err conftest.$ac_ext -- --echo "result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 --if test `eval echo '${'$as_ac_Header'}'` = yes; then -- cat >>confdefs.h <