1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Update to 1.0b5

This commit is contained in:
Dirk Meyer 2002-09-06 20:56:29 +00:00
parent b3108a88fc
commit 4d36cce86d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65743
4 changed files with 56 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= gcvs
PORTVERSION= 1.0b3
PORTVERSION= 1.0b5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cvsgui

View File

@ -1 +1 @@
MD5 (gcvs-1.0b3.tar.gz) = 997af3526601b45c178134dff56f888a
MD5 (gcvs-1.0b5.tar.gz) = 2c5e645878bee83cddf3ef1b2f141d6a

View File

@ -0,0 +1,53 @@
--- configure.in.orig Fri May 3 16:43:04 2002
+++ configure.in Fri Sep 6 22:47:11 2002
@@ -144,48 +144,8 @@
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 <getopt.h>
-_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 <<EOF
-#define `echo "HAVE_GETOPT_H" | $as_tr_cpp` 1
-EOF
-
-AM_CONDITIONAL(HAVE_GETOPT_H, test x$as_ac_Header= xyes)
-
-fi
+AC_CHECK_HEADERS(getopt.h)
+AM_CONDITIONAL(HAVE_GETOPT_H, test x$as_ac_Header = xyes)
dnl Set PACKAGE_DATA_DIR in config.h.
if test "x${datadir}" = 'x${prefix}/share'; then

View File

@ -60,6 +60,7 @@ share/gcvs/cvs2cl.tcl
share/gcvs/cvsignore_add.tcl
share/gcvs/cvsignore_remove.tcl
share/gcvs/startup.tcl
share/gcvs/pixmaps/about.xpm
share/gcvs/pixmaps/add.xpm
share/gcvs/pixmaps/addb.xpm
share/gcvs/pixmaps/addfile.xpm