pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/ha bl3ify, don't override CC. fixes build wi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c82db586a60a
branches: trunk
changeset: 467343:c82db586a60a
user: grant <grant%pkgsrc.org@localhost>
date: Thu Jan 29 12:55:35 2004 +0000
description:
bl3ify, don't override CC. fixes build with non-gcc.
diffstat:
archivers/ha/Makefile | 7 ++++---
archivers/ha/distinfo | 4 ++--
archivers/ha/patches/patch-ab | 16 ++++++++++------
3 files changed, 16 insertions(+), 11 deletions(-)
diffs (65 lines):
diff -r b15e462ac4cf -r c82db586a60a archivers/ha/Makefile
--- a/archivers/ha/Makefile Thu Jan 29 12:06:19 2004 +0000
+++ b/archivers/ha/Makefile Thu Jan 29 12:55:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/01/22 07:18:43 grant Exp $
+# $NetBSD: Makefile,v 1.18 2004/01/29 12:55:35 grant Exp $
# FreeBSD Id: Makefile,v 1.9 1997/08/10 22:31:19 fenner Exp
#
@@ -11,11 +11,12 @@
MAINTAINER= tech-pkg%NetBSD.org@localhost
COMMENT= The HA archiver using the HSC compression method
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
MAKEFILE= makefile.nix
-MAKE_FLAGS= CC="${CC}"
ALL_TARGET= ha
USE_GNU_TOOLS+= make
diff -r b15e462ac4cf -r c82db586a60a archivers/ha/distinfo
--- a/archivers/ha/distinfo Thu Jan 29 12:06:19 2004 +0000
+++ b/archivers/ha/distinfo Thu Jan 29 12:55:35 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2001/07/15 11:49:41 jlam Exp $
+$NetBSD: distinfo,v 1.4 2004/01/29 12:55:36 grant Exp $
SHA1 (ha0999.tgz) = 8dd106748619772f988ee0bce59937a4de1677ed
Size (ha0999.tgz) = 44271 bytes
SHA1 (patch-aa) = 3cb453dd45de59331542a83328759d00b156a933
-SHA1 (patch-ab) = 52a11bd1e788b67e5f98a70f5edca79809191c75
+SHA1 (patch-ab) = 4dcf130fa23beab775fc4b11883d4a820f223016
SHA1 (patch-ac) = 5504ba8f6070cd6ed984a4ad870ebc9eb58353c4
diff -r b15e462ac4cf -r c82db586a60a archivers/ha/patches/patch-ab
--- a/archivers/ha/patches/patch-ab Thu Jan 29 12:06:19 2004 +0000
+++ b/archivers/ha/patches/patch-ab Thu Jan 29 12:55:35 2004 +0000
@@ -1,14 +1,18 @@
-$NetBSD: patch-ab,v 1.1 2001/07/15 11:49:42 jlam Exp $
+$NetBSD: patch-ab,v 1.2 2004/01/29 12:55:36 grant Exp $
---- makefile.nix.orig Thu Jan 12 02:26:26 1995
+--- makefile.nix.orig 1995-01-12 18:26:26.000000000 +1100
+++ makefile.nix
-@@ -23,8 +23,7 @@
+@@ -21,10 +21,9 @@
- CC = gcc
- CPP = $(CC) -E
+ MCH = nix
+
+-CC = gcc
+-CPP = $(CC) -E
-CFLAGS = -Wall -O2 -c -I../$(MCH) -I../include
-LDFLAGS = -O2
-+CFLAGS += -Wall -c -I../$(MCH) -I../include
++#CC = gcc
++#CPP = $(CC) -E
++CFLAGS += -c -I../$(MCH) -I../include
MDEFINES = "CC=$(CC)" "CPP=$(CPP)" "CFLAGS=$(CFLAGS)" "DEFS=$(DEFS)"
SUBDIRS = c $(MCH) include
Home |
Main Index |
Thread Index |
Old Index