pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms ensure that these packages continue to build whi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4db22638bc96
branches: trunk
changeset: 392733:4db22638bc96
user: plunky <plunky%pkgsrc.org@localhost>
date: Thu May 07 17:59:37 2009 +0000
description:
ensure that these packages continue to build while I am updating
the new Service Discovery Protocol API by adding -DSDP_COMPAT to
the compile flags.
diffstat:
comms/bthfp/Makefile | 5 ++++-
comms/obexapp/Makefile | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (38 lines):
diff -r f4f9fbc896e2 -r 4db22638bc96 comms/bthfp/Makefile
--- a/comms/bthfp/Makefile Thu May 07 17:45:22 2009 +0000
+++ b/comms/bthfp/Makefile Thu May 07 17:59:37 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/06/21 20:47:28 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2009/05/07 17:59:37 plunky Exp $
DISTNAME= bthfp-0.1
CATEGORIES= comms
@@ -16,6 +16,9 @@
USE_BSD_MAKEFILE= yes
+# (work in progress) make sure it uses old SDP API
+CPPFLAGS+= -DSDP_COMPAT
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bthfp ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/bthfp.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
diff -r f4f9fbc896e2 -r 4db22638bc96 comms/obexapp/Makefile
--- a/comms/obexapp/Makefile Thu May 07 17:45:22 2009 +0000
+++ b/comms/obexapp/Makefile Thu May 07 17:59:37 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2009/05/07 17:45:22 plunky Exp $
+# $NetBSD: Makefile,v 1.18 2009/05/07 17:59:37 plunky Exp $
#
DISTNAME= obexapp-1.4.11
@@ -35,6 +35,9 @@
USE_GNU_ICONV= yes
USE_BSD_MAKEFILE= yes
+# (work in progress) make sure it uses old SDP API
+CPPFLAGS+= -DSDP_COMPAT
+
# because the directory name conflicts with the rc.d script
post-extract:
mv ${WRKDIR}/obexapp ${WRKDIR}/${DISTNAME}
Home |
Main Index |
Thread Index |
Old Index