pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Fix quoting.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d0e777dda927
branches: trunk
changeset: 489121:d0e777dda927
user: uebayasi <uebayasi%pkgsrc.org@localhost>
date: Thu Feb 17 03:00:33 2005 +0000
description:
Fix quoting.
diffstat:
multimedia/avidemux/Makefile | 4 ++--
net/bftpd/Makefile | 4 ++--
net/ipa/Makefile | 4 ++--
net/latd/Makefile | 4 ++--
wm/golem/Makefile | 4 ++--
wm/icewm/Makefile.common | 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)
diffs (108 lines):
diff -r 95e40edd62d9 -r d0e777dda927 multimedia/avidemux/Makefile
--- a/multimedia/avidemux/Makefile Thu Feb 17 00:42:10 2005 +0000
+++ b/multimedia/avidemux/Makefile Thu Feb 17 03:00:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/10/03 00:13:01 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/02/17 03:09:27 uebayasi Exp $
#
DISTNAME= avidemux-2.0.18
@@ -17,7 +17,7 @@
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
-CFLAGS+= -DDEVOSSAUDIO=\"\\\"${DEVOSSAUDIO}\\\"\"
+CFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
LDFLAGS+= ${LIBOSSAUDIO}
CONFIGURE_ARGS+= --disable-warnings
diff -r 95e40edd62d9 -r d0e777dda927 net/bftpd/Makefile
--- a/net/bftpd/Makefile Thu Feb 17 00:42:10 2005 +0000
+++ b/net/bftpd/Makefile Thu Feb 17 03:00:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/12/11 08:25:48 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2005/02/17 03:06:07 uebayasi Exp $
#
DISTNAME= bftpd-1.0.24
@@ -13,7 +13,7 @@
USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
-CFLAGS+= -DPATH_BFTPD_CONF=\"\\\"${PKG_SYSCONFDIR}/bftpd.conf\\\"\"
+CFLAGS+= -DPATH_BFTPD_CONF="\"${PKG_SYSCONFDIR}/bftpd.conf\""
CONF_FILES= ${PREFIX}/share/examples/bftpd/bftpd.conf \
${PKG_SYSCONFDIR}/bftpd.conf
MAKE_ENV+= VARBASE=${VARBASE:Q}
diff -r 95e40edd62d9 -r d0e777dda927 net/ipa/Makefile
--- a/net/ipa/Makefile Thu Feb 17 00:42:10 2005 +0000
+++ b/net/ipa/Makefile Thu Feb 17 03:00:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/12/28 02:47:46 reed Exp $
+# $NetBSD: Makefile,v 1.19 2005/02/17 03:00:33 uebayasi Exp $
#
DISTNAME= ipa-1.3.6
@@ -24,7 +24,7 @@
USE_PKGINSTALL= YES
BUILD_TARGET= # empty
-CFLAGS+= -DCFGFILE=\\\"${PKG_SYSCONFDIR}/ipa.conf\\\"
+CFLAGS+= -DCFGFILE="\"${PKG_SYSCONFDIR}/ipa.conf\""
CONF_FILES_PERMS= ${PREFIX}/share/examples/ipa/ipa.conf.default \
${PKG_SYSCONFDIR}/ipa.conf \
diff -r 95e40edd62d9 -r d0e777dda927 net/latd/Makefile
--- a/net/latd/Makefile Thu Feb 17 00:42:10 2005 +0000
+++ b/net/latd/Makefile Thu Feb 17 03:00:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/04/25 08:21:53 snj Exp $
+# $NetBSD: Makefile,v 1.4 2005/02/17 03:01:30 uebayasi Exp $
#
DISTNAME= latd-1.18
@@ -13,7 +13,7 @@
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
-CPPFLAGS+= -DPREFIX=\"\\\"${PREFIX}\\\"\"
+CPPFLAGS+= -DPREFIX="\"${PREFIX}\""
EGDIR= ${PREFIX}/share/examples/latd
CONF_FILES= ${EGDIR}/latd.conf ${PKG_SYSCONFDIR}/latd.conf
diff -r 95e40edd62d9 -r d0e777dda927 wm/golem/Makefile
--- a/wm/golem/Makefile Thu Feb 17 00:42:10 2005 +0000
+++ b/wm/golem/Makefile Thu Feb 17 03:00:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:23 tv Exp $
+# $NetBSD: Makefile,v 1.10 2005/02/17 03:04:02 uebayasi Exp $
#
DISTNAME= golem-0.0.5
@@ -33,7 +33,7 @@
PLIST_SUBST= NOT_SOUND="@comment "
.endif
-CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\\\"\"
+CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
EGDIR= ${PREFIX}/share/examples/golem
CONF_FILES= ${EGDIR}/golemrc.default ${PKG_SYSCONFDIR}/golemrc
diff -r 95e40edd62d9 -r d0e777dda927 wm/icewm/Makefile.common
--- a/wm/icewm/Makefile.common Thu Feb 17 00:42:10 2005 +0000
+++ b/wm/icewm/Makefile.common Thu Feb 17 03:00:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2005/01/20 04:27:48 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.41 2005/02/17 03:05:12 uebayasi Exp $
DISTNAME= icewm-1.2.20
CATEGORIES= x11 wm
@@ -33,7 +33,7 @@
PKG_SYSCONFSUBDIR= icewm
.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
-CXXFLAGS+= -DSTART_PIXMAP=\"\\\"bsd-daemon.xpm\\\"\"
+CXXFLAGS+= -DSTART_PIXMAP="\"bsd-daemon.xpm\""
.endif
.if ${OPSYS} == "NetBSD"
Home |
Main Index |
Thread Index |
Old Index