pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gupnp Add test target and some commented variables...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5498a2720c4a
branches:  trunk
changeset: 645197:5498a2720c4a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 25 08:15:34 2015 +0000

description:
Add test target and some commented variables for easier debugging.

diffstat:

 net/gupnp/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 512c051f046c -r 5498a2720c4a net/gupnp/Makefile
--- a/net/gupnp/Makefile        Sun Jan 25 07:46:58 2015 +0000
+++ b/net/gupnp/Makefile        Sun Jan 25 08:15:34 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2015/01/25 07:43:13 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2015/01/25 08:15:34 wiz Exp $
 
 DISTNAME=      gupnp-0.20.13
 PKGREVISION=   1
@@ -18,6 +18,12 @@
 PKGCONFIG_OVERRIDE+=   gupnp-1.0.pc.in
 REPLACE_PYTHON=        tools/gupnp-binding-tool
 
+TEST_TARGET=   check
+#CFLAGS=-O0 -g
+#CONFIGURE_ARGS+=      CFLAGS=${CFLAGS:Q}
+#CONFIGURE_ARGS+=      --disable-shared
+#CONFIGURE_ARGS+=      --enable-static
+
 .include "../../mk/bsd.prefs.mk"
 
 .if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" || ${OPSYS} == "Darwin"



Home | Main Index | Thread Index | Old Index