diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 03:59:37 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-08 03:59:37 +0800 |
commit | 7258c62c89b51ae822a29626a4158759ae7aca19 (patch) | |
tree | 5407f2ab401b3982e3a6a68d888cde12b3f8879f /net | |
parent | 333ad182fc54febd7d70b8635be3285fd9e832ad (diff) | |
download | marcuscom-ports-7258c62c89b51ae822a29626a4158759ae7aca19.tar marcuscom-ports-7258c62c89b51ae822a29626a4158759ae7aca19.tar.gz marcuscom-ports-7258c62c89b51ae822a29626a4158759ae7aca19.tar.bz2 marcuscom-ports-7258c62c89b51ae822a29626a4158759ae7aca19.tar.lz marcuscom-ports-7258c62c89b51ae822a29626a4158759ae7aca19.tar.xz marcuscom-ports-7258c62c89b51ae822a29626a4158759ae7aca19.tar.zst marcuscom-ports-7258c62c89b51ae822a29626a4158759ae7aca19.zip |
Chase dbus in the remaining ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7628 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/tapidbus/Makefile | 33 | ||||
-rw-r--r-- | net/tapidbus/distinfo | 3 | ||||
-rw-r--r-- | net/tapidbus/files/patch-Makefile.am | 11 | ||||
-rw-r--r-- | net/tapidbus/files/patch-configure | 12 | ||||
-rw-r--r-- | net/tapidbus/pkg-descr | 3 | ||||
-rw-r--r-- | net/tapidbus/pkg-plist | 7 |
6 files changed, 69 insertions, 0 deletions
diff --git a/net/tapidbus/Makefile b/net/tapidbus/Makefile new file mode 100644 index 000000000..13711078b --- /dev/null +++ b/net/tapidbus/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: tapidbus +# Date created: 2006-01-11 +# Whom: Babak Farrokhi +# +# $FreeBSD$ +# + +PORTNAME= tapidbus +PORTVERSION= 0.2.1 +PORTREVISION= 2 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= tapioca-voip + +MAINTAINER= babak@farrokhi.net +COMMENT= Abstraction layer for interprocess communication + +LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= pkgconfig glib20 gnomehack +INSTALLS_SHLIB= yes + +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +WRKSRC= ${WRKDIR}/${PORTNAME} +MAKE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" + +post-patch: + @${REINPLACE_CMD} -e 's|\-O2||' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/net/tapidbus/distinfo b/net/tapidbus/distinfo new file mode 100644 index 000000000..33f602dc8 --- /dev/null +++ b/net/tapidbus/distinfo @@ -0,0 +1,3 @@ +MD5 (tapidbus-0.2.1.tar.gz) = d704c2df28d2d1eea6c31b50cc07b057 +SHA256 (tapidbus-0.2.1.tar.gz) = 7144c94faa370c7792164db707a02b8508ec2507c0c84ba64f0b3f0ebac23949 +SIZE (tapidbus-0.2.1.tar.gz) = 327946 diff --git a/net/tapidbus/files/patch-Makefile.am b/net/tapidbus/files/patch-Makefile.am new file mode 100644 index 000000000..3c8bff2ab --- /dev/null +++ b/net/tapidbus/files/patch-Makefile.am @@ -0,0 +1,11 @@ +--- Makefile.am.orig Thu Jan 12 17:32:26 2006 ++++ Makefile.am Thu Jan 12 17:33:19 2006 +@@ -9,7 +9,7 @@ + %-@TAPIDBUS_MAJORMINOR@.pc: %.pc + cp $< $@ + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = $(pcfiles) + + include aminclude.am diff --git a/net/tapidbus/files/patch-configure b/net/tapidbus/files/patch-configure new file mode 100644 index 000000000..2fc05fca8 --- /dev/null +++ b/net/tapidbus/files/patch-configure @@ -0,0 +1,12 @@ +--- configure.orig Wed Jan 11 17:28:18 2006 ++++ configure Wed Jan 11 17:28:48 2006 +@@ -19213,7 +19213,8 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" +- ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS ++ + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' + diff --git a/net/tapidbus/pkg-descr b/net/tapidbus/pkg-descr new file mode 100644 index 000000000..ce5f1d5fb --- /dev/null +++ b/net/tapidbus/pkg-descr @@ -0,0 +1,3 @@ +An abstraction layer that uses dbus for interprocess communication. + +WWW: http://tapioca-voip.sourceforge.net/ diff --git a/net/tapidbus/pkg-plist b/net/tapidbus/pkg-plist new file mode 100644 index 000000000..3b34e9336 --- /dev/null +++ b/net/tapidbus/pkg-plist @@ -0,0 +1,7 @@ +include/tapidbus-0.2/tapidbus/tapidbus.h +lib/libtapidbus-0.2.la +lib/libtapidbus-0.2.so +lib/libtapidbus-0.2.so.0 +libdata/pkgconfig/tapidbus-0.2.pc +@dirrm include/tapidbus-0.2/tapidbus +@dirrm include/tapidbus-0.2 |