summaryrefslogtreecommitdiff
path: root/archivers/unace
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-16 10:21:15 +0000
committerjlam <jlam@pkgsrc.org>2001-07-16 10:21:15 +0000
commite73319ac89180fabf6376391bc00d822ffb02a15 (patch)
treed6180988ab96421dfc674e5888b45a57ace36e19 /archivers/unace
parent5a40506f56a4c5698ffdd4a85dcac8a29786ee5d (diff)
downloadpkgsrc-e73319ac89180fabf6376391bc00d822ffb02a15.tar.gz
Don't explicitly set CC=gcc, and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'archivers/unace')
-rw-r--r--archivers/unace/Makefile6
-rw-r--r--archivers/unace/distinfo4
-rw-r--r--archivers/unace/patches/patch-aa21
3 files changed, 21 insertions, 10 deletions
diff --git a/archivers/unace/Makefile b/archivers/unace/Makefile
index 430c5265287..69459623213 100644
--- a/archivers/unace/Makefile
+++ b/archivers/unace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/16 13:15:37 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/07/16 10:21:15 jlam Exp $
#
DISTNAME= unacepub
@@ -12,7 +12,9 @@ MAINTAINER= wiz@netbsd.org
HOMEPAGE= http://www.winace.com/
COMMENT= Extract, list and test files in ACE archives
-USE_GMAKE= yes
+USE_BUILDLINK_ONLY= yes
+USE_GMAKE= yes
+
DIST_SUBDIR= unace-1.2
NO_WRKSUBDIR= yes
MAKEFILE= unix/makefile
diff --git a/archivers/unace/distinfo b/archivers/unace/distinfo
index a5e4079b954..c2db44acfca 100644
--- a/archivers/unace/distinfo
+++ b/archivers/unace/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/04/18 11:21:08 agc Exp $
+$NetBSD: distinfo,v 1.3 2001/07/16 10:21:15 jlam Exp $
SHA1 (unace-1.2/unacepub.zip) = 901dddb4f1c947371306b375408ae4494d18ff62
Size (unace-1.2/unacepub.zip) = 30924 bytes
-SHA1 (patch-aa) = 2c11a259a854556de507ec873999c94d10fc2272
+SHA1 (patch-aa) = 41c0b5e0158fcd27a690588b903adea7973be6c9
SHA1 (patch-ab) = f450aa34f650525ae36d90609393990ed650766a
diff --git a/archivers/unace/patches/patch-aa b/archivers/unace/patches/patch-aa
index 62d65720a63..f85babdd650 100644
--- a/archivers/unace/patches/patch-aa
+++ b/archivers/unace/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/07/20 19:46:47 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2001/07/16 10:21:15 jlam Exp $
---- unix/makefile.orig Wed Jul 1 10:29:10 1998
-+++ unix/makefile Thu Jul 20 20:27:59 2000
-@@ -16,7 +16,7 @@
+--- unix/makefile.orig Wed Jul 1 04:29:10 1998
++++ unix/makefile
+@@ -16,11 +16,11 @@
#CFLAGS = -Wall -O3 -s #-DNDEBUG
#CFLAGS = -g -Wall -DMDEBUG
#CFLAGS = -O3 -fno-strength-reduce -fomit-frame-pointer # These are for Linux
@@ -11,11 +11,20 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/07/20 19:46:47 wiz Exp $
CHALLOC = challoc.o
CHALLOC =
CHNEW = chnew.o challoc.o
-@@ -36,6 +36,7 @@
+-CC = gcc
++#CC = gcc
+
+ ifeq ($(OSTYPE), Linux)
+ CFLAGS += -DUNIX -DCASEINSENSE
+@@ -36,9 +36,10 @@
# not all systems require the math library
#LIBS = -lm
+all: unace
unace$(EXEEXT): $(OBJ) $(CHALLOC)
- gcc $(CFLAGS) -o $@ $^ $(LIBS)
+- gcc $(CFLAGS) -o $@ $^ $(LIBS)
++ $(CC) $(CFLAGS) -o $@ $^ $(LIBS)
+
+ clean:
+ rm -f *.o a.out core unace unace.exe