Commit graph

2 commits

Author SHA1 Message Date
Geert Hendrickx
e5cc7effb1 I changed the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",
without affecting packages that are currently using it.

Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added).  Packages which previously set it to "build" now don't set it
anymore.
2006-01-05 10:11:25 +00:00
pancake ;)
15619074ea initial import of twinkle
Twinkle is a soft phone for your voice over IP communcations using the SIP
protocol. You can use it for direct IP phone to IP phone communication or in
a network using a SIP proxy to route your calls.

TODO:

* Use options.mk -> to choose kde or not kde.
* Fix MASTER_SITES.

* x11/qt3-libs must be fixed: Thanks to ghen: (so, pkg-config file is not installed)

x11/qt3-libs :: send patch, to ghen
Index: Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/x11/qt3-libs/Makefile,v
retrieving revision 1.41
diff -u -r1.41 Makefile
--- Makefile    1 Nov 2005 20:18:36 -0000       1.41
+++ Makefile    16 Dec 2005 13:43:33 -0000
 -24,6 +24,8 @@
 
 BUILDLINK_PASSTHRU_DIRS+= ${QTPREFIX}
 
+PKGCONFIG_OVERRIDE=    lib/qt-mt.pc
+
 do-install:
        ${INSTALL_DATA_DIR} ${QTPREFIX}
        ${INSTALL_PROGRAM_DIR} ${QTPREFIX}/bin
 -38,6 +40,7 @@
        ${INSTALL_LIB_DIR} ${QTPREFIX}/plugins/imageformats
        ${LIBTOOL} ${INSTALL_LIB} ${WRKSRC}/plugins/imageformats/libqjpeg.la ${QTPREFIX}/plugins/imageformats/
        ${LIBTOOL} ${INSTALL_LIB} ${WRKSRC}/plugins/imageformats/libqmng.la ${QTPREFIX}/plugins/imageformats/
+       ${INSTALL_DATA} ${WRKSRC}/lib/qt-mt.pc ${PREFIX}/lib/pkgconfig/
 
 .if ${OPSYS} == "Darwin" && empty(MACHINE_PLATFORM:MDarwin-[567].*)
 SUBST_CLASSES+=                socklen
Index: PLIST
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/x11/qt3-libs/PLIST,v
retrieving revision 1.15
diff -u -r1.15 PLIST
--- PLIST       22 Sep 2004 08:10:07 -0000      1.15
+++ PLIST       16 Dec 2005 13:43:33 -0000
 -1,4 +1,5 @@
 @comment $NetBSD: PLIST,v 1.15 2004/09/22 08:10:07 jlam Exp $
+lib/pkgconfig/qt-mt.pc
 qt3/bin/moc
 qt3/include/jri.h
 qt3/include/jri_md.h
2005-12-16 18:48:17 +00:00