summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-10-24 17:08:47 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-10-24 17:08:47 +0000
commitc4edfaa7ae729d585a456b2bd207cff98a74fb36 (patch)
tree72028c3017b730d17c9ecb9882b9e167e6b744ba /emulators
parentThe previous commit broke this for a.out. (diff)
Upgrade to 3.3.2.
Notes
Notes: svn path=/head/; revision=14165
Diffstat (limited to 'emulators')
-rw-r--r--emulators/hfsutils/Makefile36
-rw-r--r--emulators/hfsutils/distinfo2
-rw-r--r--emulators/hfsutils/files/patch-ab37
-rw-r--r--emulators/hfsutils/pkg-descr2
4 files changed, 43 insertions, 34 deletions
diff --git a/emulators/hfsutils/Makefile b/emulators/hfsutils/Makefile
index 5980d0a9b2ce..57756bc4eead 100644
--- a/emulators/hfsutils/Makefile
+++ b/emulators/hfsutils/Makefile
@@ -1,26 +1,40 @@
# New ports collection makefile for: hfsutils
-# Version required: 3.2
+# Version required: 3.2.2
# Date Created: 7 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
-# $Id: Makefile,v 1.10 1998/08/07 23:56:18 asami Exp $
+# $Id: Makefile,v 1.11 1998/10/03 22:06:12 steve Exp $
#
-DISTNAME= hfsutils-3.2
-CATEGORIES= emulators tk81
-MASTER_SITES= ftp://ftp.mars.org/pub/hfs/ \
- http://www.freebsd.org/~vanilla/
+DISTNAME= hfsutils-3.2.2
+CATEGORIES= emulators tk80
+MASTER_SITES= ftp://ftp.mars.org/pub/hfs/
MAINTAINER= vanilla@FreeBSD.ORG
-LIB_DEPENDS= tk81.1:${PORTSDIR}/x11-toolkits/tk81
+LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-tcl --with-tcl-libs=${PREFIX}/lib --with-tk --with-tk-libs=${PREFIX}/lib
+CONFIGURE_ARGS= --with-tcl --with-tk
-MAN1= hattrib.1 hcd.1 hcopy.1 hdel.1 hdir.1 hformat.1 hfs.1 \
- hfssh.1 hfsutils.1 hls.1 hmkdir.1 hmount.1 hpwd.1 \
- hrename.1 hrmdir.1 humount.1 hvol.1 xhfs.1
+MAN1= hattrib.1 \
+ hcd.1 \
+ hcopy.1 \
+ hdel.1 \
+ hdir.1 \
+ hformat.1 \
+ hfs.1 \
+ hfssh.1 \
+ hfsutils.1 \
+ hls.1 \
+ hmkdir.1 \
+ hmount.1 \
+ hpwd.1 \
+ hrename.1 \
+ hrmdir.1 \
+ humount.1 \
+ hvol.1 \
+ xhfs.1
post-install:
chmod 755 ${PREFIX}/bin/hfs
diff --git a/emulators/hfsutils/distinfo b/emulators/hfsutils/distinfo
index 481e078ba9ab..f815cf1712e0 100644
--- a/emulators/hfsutils/distinfo
+++ b/emulators/hfsutils/distinfo
@@ -1 +1 @@
-MD5 (hfsutils-3.2.tar.gz) = 62c288fbb966b027c1452f317f3234d8
+MD5 (hfsutils-3.2.2.tar.gz) = b5272a4cb9f4c14f858b8bf8ce02cc2e
diff --git a/emulators/hfsutils/files/patch-ab b/emulators/hfsutils/files/patch-ab
index a47ce464602b..1348582894fb 100644
--- a/emulators/hfsutils/files/patch-ab
+++ b/emulators/hfsutils/files/patch-ab
@@ -1,28 +1,23 @@
---- Makefile.in.orig Fri Feb 20 06:24:05 1998
-+++ Makefile.in Wed Mar 11 23:20:22 1998
-@@ -42,7 +42,7 @@
- HARDLINK = ln -f
+--- Makefile.in.orig Sun Oct 25 00:08:19 1998
++++ Makefile.in Sun Oct 25 00:12:11 1998
+@@ -64,7 +64,8 @@
- CC = @CC@
--INCLUDES = @CPPFLAGS@ -Ilibhfs @TCL_INCLUDES@ @TK_INCLUDES@
-+INCLUDES = @CPPFLAGS@ -Ilibhfs -I/usr/X11R6/include @TCL_INCLUDES@ @TK_INCLUDES@
- DEFINES = @DEFS@
- LIBOBJS = @LIBOBJS@
- LIBS = @LIBS@
-@@ -125,13 +125,16 @@
+ CLITARGETS = hattrib hcd hcopy hdel hdir hformat hls hmkdir hmount hpwd \
+ hrename hrmdir humount hvol
+-TCLTARGETS = hfssh hfs
++TCLTARGETS = hfssh
++TCLSCRIPTS = hfs
+ TKTARGETS = xhfs
+
+ LIBHFS = libhfs/libhfs.a
+@@ -129,9 +130,13 @@
+ $(BININSTALL) $$file "$(BINDEST)/."; \
done
- install_tcl :: all_tcl
-- for file in $(TCLTARGETS); do \
-- $(BININSTALL) $$file "$(BINDEST)/."; \
-- done
-+# for file in $(TCLTARGETS); do \
-+# $(BININSTALL) $$file "$(BINDEST)/."; \
-+# done
++ for file in $(TCLSCRIPTS); do \
++ $(LIBINSTALL) $$file "$(BINDEST)/."; \
++ done
+
-+ $(BININSTALL) hfssh "$(BINDEST)/.";
-+ $(LIBINSTALL) hfs "$(BINDEST)/.";
-
if [ -f "$(BINDEST)/hfs" ]; then \
sed -e '1d' "$(BINDEST)/hfs" > "$(BINDEST)/hfs.new"; \
- $(BININSTALL) "$(BINDEST)/hfs.new" "$(BINDEST)/hfs"; \
diff --git a/emulators/hfsutils/pkg-descr b/emulators/hfsutils/pkg-descr
index 815b39fbb11c..cca8f354fc35 100644
--- a/emulators/hfsutils/pkg-descr
+++ b/emulators/hfsutils/pkg-descr
@@ -12,4 +12,4 @@
* A C library for low-level access to volumes
- Vanilla
-vanilla@MinJe.com.TW
+vanilla@FreeBSD.ORG