- remove, it's been deprecated upstream and has been disabled in our tree for
a while now.
This commit is contained in:
parent
3db1001ba1
commit
b9172e8f14
@ -1,25 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2010/08/30 21:26:30 sthen Exp $
|
||||
|
||||
COMMENT= flexible communications framework, main library
|
||||
|
||||
DISTNAME= libtelepathy-0.3.3
|
||||
REVISION= 3
|
||||
|
||||
SHARED_LIBS += telepathy 3.0 # .9.1
|
||||
|
||||
MASTER_SITES= ${MASTER_SITES_TELEPATHY:=libtelepathy/}
|
||||
|
||||
WANTLIB= dbus-1 dbus-glib-1 glib-2.0 gobject-2.0 pcre
|
||||
|
||||
MODULES= devel/gettext \
|
||||
lang/python
|
||||
|
||||
BUILD_DEPENDS= ::textproc/libxslt
|
||||
|
||||
LIB_DEPENDS= telepathy-glib.>=1::net/telepathy/telepathy-glib
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (libtelepathy-0.3.3.tar.gz) = SQyhoMYU1EZjlLctQ79zcA==
|
||||
RMD160 (libtelepathy-0.3.3.tar.gz) = DVHk6sLkvH8ZbCWXxOowrevDThE=
|
||||
SHA1 (libtelepathy-0.3.3.tar.gz) = 1aoQowVw3t2Jz+RcTpKCY70yuIg=
|
||||
SHA256 (libtelepathy-0.3.3.tar.gz) = 4NIwvoVRJRY1eXQ0GCA8b2vi8Q+YxPBlc1wdye0RWHg=
|
||||
SIZE (libtelepathy-0.3.3.tar.gz) = 439764
|
@ -1,49 +0,0 @@
|
||||
$OpenBSD: patch-src_check-compat_Makefile_in,v 1.2 2008/10/27 00:01:42 jasper Exp $
|
||||
--- src/check-compat/Makefile.in.orig Sun Oct 26 13:12:33 2008
|
||||
+++ src/check-compat/Makefile.in Sun Oct 26 13:14:26 2008
|
||||
@@ -227,7 +227,7 @@ AM_CFLAGS = \
|
||||
$(TP_GLIB_CFLAGS) \
|
||||
$(WNO_DEPRECATED_DECLARATIONS)
|
||||
|
||||
-everything_CFLAGS = $(AM_CFLAGS) -Wall -Wextra
|
||||
+everything_CFLAGS = $(AM_CFLAGS) -Wall
|
||||
|
||||
# these ones need linking against dbus-glib when compiled with -O0; in the
|
||||
# current build system, linking against telepathy-glib is the easiest to do
|
||||
@@ -283,28 +283,28 @@ check-backwards-compat$(EXEEXT): $(check_backwards_com
|
||||
$(LINK) $(check_backwards_compat_LDFLAGS) $(check_backwards_compat_OBJECTS) $(check_backwards_compat_LDADD) $(LIBS)
|
||||
everything$(EXEEXT): $(everything_OBJECTS) $(everything_DEPENDENCIES)
|
||||
@rm -f everything$(EXEEXT)
|
||||
- $(LINK) $(everything_LDFLAGS) $(everything_OBJECTS) $(everything_LDADD) $(LIBS)
|
||||
+ $(LINK) $(everything_LDFLAGS) $(TP_GLIB_LIBS) $(everything_OBJECTS) $(everything_LDADD) $(LIBS)
|
||||
tp-chan$(EXEEXT): $(tp_chan_OBJECTS) $(tp_chan_DEPENDENCIES)
|
||||
@rm -f tp-chan$(EXEEXT)
|
||||
- $(LINK) $(tp_chan_LDFLAGS) $(tp_chan_OBJECTS) $(tp_chan_LDADD) $(LIBS)
|
||||
+ $(LINK) $(tp_chan_LDFLAGS) $(TP_GLIB_LIBS) $(tp_chan_OBJECTS) $(tp_chan_LDADD) $(LIBS)
|
||||
tp-conn$(EXEEXT): $(tp_conn_OBJECTS) $(tp_conn_DEPENDENCIES)
|
||||
@rm -f tp-conn$(EXEEXT)
|
||||
- $(LINK) $(tp_conn_LDFLAGS) $(tp_conn_OBJECTS) $(tp_conn_LDADD) $(LIBS)
|
||||
+ $(LINK) $(tp_conn_LDFLAGS) $(TP_GLIB_LIBS) $(tp_conn_OBJECTS) $(tp_conn_LDADD) $(LIBS)
|
||||
tp-connmgr$(EXEEXT): $(tp_connmgr_OBJECTS) $(tp_connmgr_DEPENDENCIES)
|
||||
@rm -f tp-connmgr$(EXEEXT)
|
||||
- $(LINK) $(tp_connmgr_LDFLAGS) $(tp_connmgr_OBJECTS) $(tp_connmgr_LDADD) $(LIBS)
|
||||
+ $(LINK) $(tp_connmgr_LDFLAGS) $(TP_GLIB_LIBS) $(tp_connmgr_OBJECTS) $(tp_connmgr_LDADD) $(LIBS)
|
||||
tp-constants$(EXEEXT): $(tp_constants_OBJECTS) $(tp_constants_DEPENDENCIES)
|
||||
@rm -f tp-constants$(EXEEXT)
|
||||
- $(LINK) $(tp_constants_LDFLAGS) $(tp_constants_OBJECTS) $(tp_constants_LDADD) $(LIBS)
|
||||
+ $(LINK) $(tp_constants_LDFLAGS) $(TP_GLIB_LIBS) $(tp_constants_OBJECTS) $(tp_constants_LDADD) $(LIBS)
|
||||
tp-helpers$(EXEEXT): $(tp_helpers_OBJECTS) $(tp_helpers_DEPENDENCIES)
|
||||
@rm -f tp-helpers$(EXEEXT)
|
||||
- $(LINK) $(tp_helpers_LDFLAGS) $(tp_helpers_OBJECTS) $(tp_helpers_LDADD) $(LIBS)
|
||||
+ $(LINK) $(tp_helpers_LDFLAGS) $(TP_GLIB_LIBS) $(tp_helpers_OBJECTS) $(tp_helpers_LDADD) $(LIBS)
|
||||
tp-interfaces$(EXEEXT): $(tp_interfaces_OBJECTS) $(tp_interfaces_DEPENDENCIES)
|
||||
@rm -f tp-interfaces$(EXEEXT)
|
||||
- $(LINK) $(tp_interfaces_LDFLAGS) $(tp_interfaces_OBJECTS) $(tp_interfaces_LDADD) $(LIBS)
|
||||
+ $(LINK) $(tp_interfaces_LDFLAGS) $(TP_GLIB_LIBS) $(tp_interfaces_OBJECTS) $(tp_interfaces_LDADD) $(LIBS)
|
||||
tp-props-iface$(EXEEXT): $(tp_props_iface_OBJECTS) $(tp_props_iface_DEPENDENCIES)
|
||||
@rm -f tp-props-iface$(EXEEXT)
|
||||
- $(LINK) $(tp_props_iface_LDFLAGS) $(tp_props_iface_OBJECTS) $(tp_props_iface_LDADD) $(LIBS)
|
||||
+ $(LINK) $(tp_props_iface_LDFLAGS) $(TP_GLIB_LIBS) $(tp_props_iface_OBJECTS) $(tp_props_iface_LDADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT)
|
@ -1,5 +0,0 @@
|
||||
The Telepathy project aims to provide a unified framework for all forms
|
||||
of real time conversations, including instant messaging, IRC, voice
|
||||
calls and video calls. It uses the D-Bus messaging system to provide a
|
||||
simple interface for client applications, allowing them to quickly
|
||||
benefit from Telepathy's functionality.
|
@ -1,52 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2009/01/20 10:43:53 jasper Exp $
|
||||
include/telepathy-1.0/libtelepathy/
|
||||
include/telepathy-1.0/libtelepathy/_gen-tp-constants-deprecated-aliases.h
|
||||
include/telepathy-1.0/libtelepathy/_gen-tp-constants-deprecated.h
|
||||
include/telepathy-1.0/libtelepathy/_gen-tp-constants-whitelist-aliases.h
|
||||
include/telepathy-1.0/libtelepathy/_gen-tp-interfaces-deprecated-aliases.h
|
||||
include/telepathy-1.0/libtelepathy/_gen-tp-interfaces-deprecated.h
|
||||
include/telepathy-1.0/libtelepathy/_gen-tp-interfaces-whitelist-aliases.h
|
||||
include/telepathy-1.0/libtelepathy/tp-ch-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-chan-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-chan-iface-chat-state-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-chan-iface-dtmf-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-chan-iface-group-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-chan-iface-hold-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-chan-iface-media-signalling-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-chan-iface-password-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-chan-iface-transfer-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-chan-ifaces-signal-setters.h
|
||||
include/telepathy-1.0/libtelepathy/tp-chan-signals-marshal.h
|
||||
include/telepathy-1.0/libtelepathy/tp-chan-type-contact-list-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-chan-type-room-list-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-chan-type-streamed-media-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-chan-type-text-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-chan-type-tubes-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-chan.h
|
||||
include/telepathy-1.0/libtelepathy/tp-conn-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-conn-iface-aliasing-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-conn-iface-avatars-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-conn-iface-capabilities-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-conn-iface-contact-info-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-conn-iface-forwarding-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-conn-iface-presence-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-conn-iface-privacy-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-conn-iface-renaming-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-conn-ifaces-signal-setters.h
|
||||
include/telepathy-1.0/libtelepathy/tp-conn-signals-marshal.h
|
||||
include/telepathy-1.0/libtelepathy/tp-conn.h
|
||||
include/telepathy-1.0/libtelepathy/tp-connmgr-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-connmgr-signals-marshal.h
|
||||
include/telepathy-1.0/libtelepathy/tp-connmgr.h
|
||||
include/telepathy-1.0/libtelepathy/tp-constants.h
|
||||
include/telepathy-1.0/libtelepathy/tp-helpers.h
|
||||
include/telepathy-1.0/libtelepathy/tp-ifaces-signals-marshal.h
|
||||
include/telepathy-1.0/libtelepathy/tp-interfaces.h
|
||||
include/telepathy-1.0/libtelepathy/tp-media-session-handler-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-media-stream-handler-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-props-iface-gen.h
|
||||
include/telepathy-1.0/libtelepathy/tp-props-iface.h
|
||||
lib/libtelepathy.a
|
||||
lib/libtelepathy.la
|
||||
@lib lib/libtelepathy.so.${LIBtelepathy_VERSION}
|
||||
lib/pkgconfig/libtelepathy.pc
|
@ -1,24 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/07/13 21:08:01 sthen Exp $
|
||||
|
||||
COMMENT= flexible communications framework, feed component
|
||||
|
||||
DISTNAME= telepathy-feed-0.13
|
||||
REVISION= 3
|
||||
|
||||
MASTER_SITES= ${MASTER_SITES_TELEPATHY:=telepathy-feed/}
|
||||
|
||||
WANTLIB= c dbus-1 dbus-glib-1 glib-2.0 gobject-2.0 pthread \
|
||||
telepathy-glib
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::textproc/libxslt
|
||||
LIB_DEPENDS= galago::net/libgalago \
|
||||
telepathy::net/telepathy/libtelepathy
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (telepathy-feed-0.13.tar.gz) = /2JzqCyW24E1JupZmsO2/w==
|
||||
RMD160 (telepathy-feed-0.13.tar.gz) = Peet40oRp71byTeAp9dgZ1OlEqA=
|
||||
SHA1 (telepathy-feed-0.13.tar.gz) = ZtieCQh1s+3BHl4XDFIoV8zuT4c=
|
||||
SHA256 (telepathy-feed-0.13.tar.gz) = +eXOdZAe2CHkpL1pRzKyEtCfjEHgTgx+T/bO5KMjtk0=
|
||||
SIZE (telepathy-feed-0.13.tar.gz) = 91656
|
@ -1 +0,0 @@
|
||||
Feed component for the Telepathy communications framework.
|
@ -1,3 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/27 16:18:54 jasper Exp $
|
||||
lib/galago/
|
||||
lib/galago/telepathy-feed
|
Loading…
x
Reference in New Issue
Block a user