pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2004Q2]: pkgsrc Pullup ticket 84 to the pkgsrc-2004Q2 branch, ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7e84519b09bb
branches: pkgsrc-2004Q2
changeset: 476754:7e84519b09bb
user: agc <agc%pkgsrc.org@localhost>
date: Fri Jul 30 15:57:06 2004 +0000
description:
Pullup ticket 84 to the pkgsrc-2004Q2 branch, requested by Grant Beattie
build fix for xmlcatmgr
Module Name: pkgsrc
Committed By: grant
Date: Sat Jul 3 14:00:28 UTC 2004
Modified Files:
pkgsrc/textproc/xmlcatmgr: Makefile
Log Message:
test CC_VERSION instead of USE_MIPSPRO.
diffstat:
doc/CHANGES-pkgsrc-2004Q2 | 4 +++-
textproc/xmlcatmgr/Makefile | 6 +++---
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r b527948d5bb2 -r 7e84519b09bb doc/CHANGES-pkgsrc-2004Q2
--- a/doc/CHANGES-pkgsrc-2004Q2 Fri Jul 30 15:53:21 2004 +0000
+++ b/doc/CHANGES-pkgsrc-2004Q2 Fri Jul 30 15:57:06 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.47 2004/07/30 15:53:21 agc Exp $
+$NetBSD: CHANGES-pkgsrc-2004Q2,v 1.1.2.48 2004/07/30 15:57:06 agc Exp $
Changes to the packages collection and infrastructure on the
pkgsrc-2004Q2 branch:
@@ -90,4 +90,6 @@
build fixes for aide and aide06
Pullup ticket 83, requested by Grant Beattie [agc 2004-07-30]
build fixes for AiCA
+Pullup ticket 84, requested by Grant Beattie [agc 2004-07-30]
+ build fix for xmlcatmgr
diff -r b527948d5bb2 -r 7e84519b09bb textproc/xmlcatmgr/Makefile
--- a/textproc/xmlcatmgr/Makefile Fri Jul 30 15:53:21 2004 +0000
+++ b/textproc/xmlcatmgr/Makefile Fri Jul 30 15:57:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/05/02 10:29:21 jmmv Exp $
+# $NetBSD: Makefile,v 1.20.2.1 2004/07/30 15:57:06 agc Exp $
#
DISTNAME= xmlcatmgr-2.1
@@ -35,9 +35,9 @@
BUILD_DIRS= ${WRKSRC}/work
INSTALL_DIRS= ${WRKSRC}/work
-.include "../../mk/bsd.prefs.mk"
+.include "../../mk/compiler.mk"
-.if defined(USE_MIPSPRO) && !empty(USE_MIPSPRO:M[yY][eE][sS])
+.if !empty(PKGSRC_COMPILER:Mmipspro)
CFLAGS+= -c99
.endif
Home |
Main Index |
Thread Index |
Old Index