summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>1999-10-17 04:38:15 +0000
committerfredb <fredb@pkgsrc.org>1999-10-17 04:38:15 +0000
commit82625c120d02f46c8673053cced59c50a89f69f7 (patch)
treeae05eb40876449a867283feba7159c02fcf61a0a /sysutils
parent04e1c0f17959f74c0ce2584a83538b8b6709a894 (diff)
downloadpkgsrc-82625c120d02f46c8673053cced59c50a89f69f7.tar.gz
Use devel/libhfs.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/hfsutils/Makefile10
-rw-r--r--sysutils/hfsutils/files/patch-sum3
-rw-r--r--sysutils/hfsutils/patches/patch-aa38
-rw-r--r--sysutils/hfsutils/pkg/COMMENT2
-rw-r--r--sysutils/hfsutils/pkg/DESCR4
5 files changed, 54 insertions, 3 deletions
diff --git a/sysutils/hfsutils/Makefile b/sysutils/hfsutils/Makefile
index c6583e2da22..db98fc0f63b 100644
--- a/sysutils/hfsutils/Makefile
+++ b/sysutils/hfsutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/05/19 23:00:32 wrstuden Exp $
+# $NetBSD: Makefile,v 1.2 1999/10/17 04:38:15 fredb Exp $
#
DISTNAME= hfsutils-3.2.6
@@ -8,6 +8,12 @@ MASTER_SITES= ftp://ftp.mars.org/pub/hfs/
MAINTAINER= wrstuden@netbsd.org
HOMEPAGE= http://www.mars.org/home/rob/proj/hfs/
-GNU_CONFIGURE= YES
+DEPENDS= libhfs-3.2.6:../../devel/libhfs
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include/libhfs
+
+ALL_TARGET= all_cli
+INSTALL_TARGET= install_cli
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/hfsutils/files/patch-sum b/sysutils/hfsutils/files/patch-sum
new file mode 100644
index 00000000000..d8639e82c90
--- /dev/null
+++ b/sysutils/hfsutils/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1 1999/10/17 04:42:50 fredb Exp $
+
+MD5 (patch-aa) = 3cafe4ab826eb565808071c0f8faec56
diff --git a/sysutils/hfsutils/patches/patch-aa b/sysutils/hfsutils/patches/patch-aa
new file mode 100644
index 00000000000..b04877228ec
--- /dev/null
+++ b/sysutils/hfsutils/patches/patch-aa
@@ -0,0 +1,38 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/10/17 04:42:17 fredb Exp $
+
+--- Makefile.in.orig Mon Aug 31 13:40:14 1998
++++ Makefile.in Fri Oct 15 18:51:56 1999
+@@ -42,7 +42,7 @@
+ HARDLINK = ln -f
+
+ CC = @CC@
+-INCLUDES = @CPPFLAGS@ -Ilibhfs @TCL_INCLUDES@ @TK_INCLUDES@
++INCLUDES = @CPPFLAGS@ @TCL_INCLUDES@ @TK_INCLUDES@
+ DEFINES = @DEFS@
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
+@@ -51,7 +51,7 @@
+ TKLIBS = @TK_LIB_SPEC@ @TCL_LIB_SPEC@ @TK_LIBS@
+
+ COPTS = @CFLAGS@
+-LDOPTS = @LDFLAGS@ -Llibhfs
++LDOPTS = @LDFLAGS@
+
+ ### END OF USER CUSTOMIZATION #################################################
+
+@@ -67,11 +67,11 @@
+ TCLTARGETS = hfssh hfs
+ TKTARGETS = xhfs
+
+-LIBHFS = libhfs/libhfs.a
+-INCHFS = libhfs/hfs.h
++LIBHFS =
++INCHFS =
+
+-LIBRSRC = librsrc/librsrc.a
+-INCRSRC = librsrc/rsrc.h
++LIBRSRC =
++INCRSRC =
+
+ HFSUTIL = hfsutil
+ HFSCK = hfsck/hfsck
diff --git a/sysutils/hfsutils/pkg/COMMENT b/sysutils/hfsutils/pkg/COMMENT
index c5de102ee76..d973a232f07 100644
--- a/sysutils/hfsutils/pkg/COMMENT
+++ b/sysutils/hfsutils/pkg/COMMENT
@@ -1 +1 @@
-HFS (not HFS+) disk access tools
+Command Line Interface HFS (not HFS+) disk access tools
diff --git a/sysutils/hfsutils/pkg/DESCR b/sysutils/hfsutils/pkg/DESCR
index f813f113799..7164206cfa6 100644
--- a/sysutils/hfsutils/pkg/DESCR
+++ b/sysutils/hfsutils/pkg/DESCR
@@ -4,3 +4,7 @@ various other file / directory modification commands. The command
naming is similar to that used by the mtools command (which is
similar to MS-DOS command names), except that the names begin with
an 'h'.
+
+This package installs only the traditional "Command Line Tools"
+from Rob Mars' HFS Utilities. The advanced Tcl shell and Tk GUI
+are packaged independently, as the sysutils/xhfs package.