diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-11-04 17:45:15 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-11-04 17:45:15 +0800 |
commit | d622e2a2013bcc0067698813d10a1cc3912a5dd2 (patch) | |
tree | 92957138efb951f18b42c8c920368e0ed5cfc33e /emulators | |
parent | d300c0166881d9d19f1171a857a63ff0d82c4795 (diff) | |
download | freebsd-ports-gnome-d622e2a2013bcc0067698813d10a1cc3912a5dd2.tar.gz freebsd-ports-gnome-d622e2a2013bcc0067698813d10a1cc3912a5dd2.tar.zst freebsd-ports-gnome-d622e2a2013bcc0067698813d10a1cc3912a5dd2.zip |
Remove BROKEN tag.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hfsutils/Makefile | 4 | ||||
-rw-r--r-- | emulators/hfsutils/files/patch-ab | 13 |
2 files changed, 12 insertions, 5 deletions
diff --git a/emulators/hfsutils/Makefile b/emulators/hfsutils/Makefile index 403b90910728..83cbd9a23a36 100644 --- a/emulators/hfsutils/Makefile +++ b/emulators/hfsutils/Makefile @@ -3,7 +3,7 @@ # Date Created: 7 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.12 1998/10/24 17:08:47 vanilla Exp $ +# $Id: Makefile,v 1.13 1998/10/26 07:19:47 asami Exp $ # DISTNAME= hfsutils-3.2.2 @@ -14,8 +14,6 @@ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 -BROKEN= install - GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl --with-tk diff --git a/emulators/hfsutils/files/patch-ab b/emulators/hfsutils/files/patch-ab index 1348582894fb..e703993a1dad 100644 --- a/emulators/hfsutils/files/patch-ab +++ b/emulators/hfsutils/files/patch-ab @@ -1,5 +1,5 @@ ---- Makefile.in.orig Sun Oct 25 00:08:19 1998 -+++ Makefile.in Sun Oct 25 00:12:11 1998 +--- Makefile.in.orig Tue Sep 1 02:40:14 1998 ++++ Makefile.in Wed Nov 4 17:32:21 1998 @@ -64,7 +64,8 @@ CLITARGETS = hattrib hcd hcopy hdel hdir hformat hls hmkdir hmount hpwd \ @@ -10,6 +10,15 @@ TKTARGETS = xhfs LIBHFS = libhfs/libhfs.a +@@ -96,7 +97,7 @@ + all :: @MAKE_TARGETS@ + + all_cli :: $(CLITARGETS) +-all_tcl :: $(TCLTARGETS) ++all_tcl :: $(TCLTARGETS) $(TCLSCRIPTS) + all_tk :: $(TKTARGETS) + all_lib :: $(LIBHFS) $(LIBRSRC) + @@ -129,9 +130,13 @@ $(BININSTALL) $$file "$(BINDEST)/."; \ done |