2007-10-07 18:23:15 by othyro | Files touched by this commit (1) |
Log message:
|
2007-10-07 10:38:24 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Fix a few compilation problems.
Now fails due to missing getline() and environ[].
That code needs to be made more portable...
|
2007-10-07 00:45:13 by othyro | Files touched by this commit (1) |
Log message:
|
2007-10-07 00:44:06 by othyro | Files touched by this commit (1) |
Log message:
|
2007-10-07 00:42:19 by othyro | Files touched by this commit (1) |
Log message:
|
2007-10-07 00:41:30 by othyro | Files touched by this commit (1) |
Log message:
|
2007-10-07 00:40:22 by othyro | Files touched by this commit (1) |
Log message:
|
2007-09-21 15:06:49 by Thomas Klausner | Files touched by this commit (113) |
Log message:
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
|
2006-01-05 11:11:25 by Geert Hendrickx | Files touched by this commit (7) |
Log message:
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. \
\
|
2005-12-16 19:48:17 by pancake ;) | Files touched by this commit (5) | |
Log message:
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
|