diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2002-10-07 07:30:37 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2002-10-07 07:30:37 +0000 |
commit | 06169e00263a56be1cc0cac717c29037e450ed30 (patch) | |
tree | d4e59196fe8a55736335f1ddd5ced450fb5d9205 /devel | |
parent | 9f99bfa30cc7ac5bbb5e44fa8dc30714536997df (diff) | |
download | FreeBSD-ports-06169e00263a56be1cc0cac717c29037e450ed30.zip FreeBSD-ports-06169e00263a56be1cc0cac717c29037e450ed30.tar.gz |
Upgrade to v1.10.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fhist/Makefile | 6 | ||||
-rw-r--r-- | devel/fhist/distinfo | 2 | ||||
-rw-r--r-- | devel/fhist/files/patch-ab | 31 |
3 files changed, 2 insertions, 37 deletions
diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile index 662866b..382eb44 100644 --- a/devel/fhist/Makefile +++ b/devel/fhist/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fhist -PORTVERSION= 1.8 +PORTVERSION= 1.10 CATEGORIES= devel MASTER_SITES= http://www.canb.auug.org.au/~millerp/ \ ftp://ftp.agso.gov.au/pub/Aegis/ \ @@ -17,10 +17,6 @@ MAINTAINER= jkoshy@freebsd.org .include <bsd.port.pre.mk> -.if ${OSVERSION} <= 500000 -BROKEN= "Does not compile" -.endif - MAN1= fcomp.1 fhist.1 fmerge.1 ALL_TARGET= binaries INSTALL_TARGET= install-bin diff --git a/devel/fhist/distinfo b/devel/fhist/distinfo index e6fc893..fc9d0b5 100644 --- a/devel/fhist/distinfo +++ b/devel/fhist/distinfo @@ -1 +1 @@ -MD5 (fhist-1.8.tar.gz) = 0a1902df9fd68f48befd47cd84e2f63b +MD5 (fhist-1.10.tar.gz) = 56ef902903a21d8a1b3f88db13bc0571 diff --git a/devel/fhist/files/patch-ab b/devel/fhist/files/patch-ab deleted file mode 100644 index 633d23b..0000000 --- a/devel/fhist/files/patch-ab +++ /dev/null @@ -1,31 +0,0 @@ ---- configure-- Wed Jan 5 21:46:38 2000 -+++ configure Wed Jan 5 21:46:42 2000 -@@ -1425,28 +1425,6 @@ - done - - --if test -n "$SOELIM"; then --echo $ac_n "checking that $SOELIM understands the -I option""... $ac_c" 1>&6 --echo "configure:1431: checking that $SOELIM understands the -I option" >&5 --echo ".so version.so" > conftest.in 2>&5 --$SOELIM -Ietc -Ibl/etc -Iblbl/etc conftest.in > conftest.out 2>&5 --if grep 1998 conftest.out 1>&5 2>&5; then -- echo "$ac_t""yes" 1>&6 --else -- echo "$ac_t""no" 1>&6 -- echo "$ac_t""" 1>&6 -- echo "$ac_t"" The FHist documentation set and manual pages" 1>&6 -- echo "$ac_t"" will be formatted and installed installed if" 1>&6 -- echo "$ac_t"" you first install GNU Groff with the patch found" 1>&6 -- echo "$ac_t"" at http://www.canb.auug.org.au/~millerp/ and then" 1>&6 -- echo "$ac_t"" re-run this ./configure script. Remember to" 1>&6 -- echo "$ac_t"" use \`\`rm config.cache'' before you do." 1>&6 -- echo "$ac_t""" 1>&6 -- SOELIM= --fi --rm -rf conftest* --fi -- - echo $ac_n "checking for TIOCGWINSZ""... $ac_c" 1>&6 - echo "configure:1452: checking for TIOCGWINSZ" >&5 - if test "$cross_compiling" = yes; then |