update to gloox 1.0.3, tested by sebastia@
This commit is contained in:
parent
eb47b19fef
commit
58b3e43761
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2013/03/21 08:46:34 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2013/08/16 10:05:00 sthen Exp $
|
||||
|
||||
COMMENT = extensible C++ library for XMPP clients and components
|
||||
|
||||
REVISION = 2
|
||||
DISTNAME = gloox-1.0
|
||||
SHARED_LIBS = gloox 0.0
|
||||
DISTNAME = gloox-1.0.3
|
||||
SHARED_LIBS += gloox 1.0 # 8.0
|
||||
CATEGORIES = net devel
|
||||
|
||||
HOMEPAGE = http://camaya.net/gloox/
|
||||
@ -12,7 +11,7 @@ MASTER_SITES = http://camaya.net/download/
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
# Boost license
|
||||
# GPLv3 with OpenSSL exemption
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES = devel/gettext
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (gloox-1.0.tar.bz2) = +OrPHGR24KMJtFP9BPkOMQ==
|
||||
RMD160 (gloox-1.0.tar.bz2) = kgiUYu13j7Qb+X2IL8F4W46CIz8=
|
||||
SHA1 (gloox-1.0.tar.bz2) = jHiHOPcrBfrnwFx0SmeFlBn/oJw=
|
||||
SHA256 (gloox-1.0.tar.bz2) = tT8+g+l/L41G5IJiA4m3d4t7DZWyUYzl4a5tgbsrzeg=
|
||||
SIZE (gloox-1.0.tar.bz2) = 603434
|
||||
SHA256 (gloox-1.0.3.tar.bz2) = /gvenfRLj0h8UzrfafbT+Mm84M3/qgCIwQdDGRF/Fe4=
|
||||
SIZE (gloox-1.0.3.tar.bz2) = 651505
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2010/07/28 14:20:50 sebastia Exp $
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2013/08/16 10:05:00 sthen Exp $
|
||||
|
||||
do not hardocde the make
|
||||
|
||||
--- Makefile.in.orig Mon Jul 26 16:17:22 2010
|
||||
+++ Makefile.in Mon Jul 26 16:17:53 2010
|
||||
@@ -821,15 +821,15 @@ apidox:
|
||||
--- Makefile.in.orig Sun Jul 21 20:18:16 2013
|
||||
+++ Makefile.in Fri Aug 16 11:04:50 2013
|
||||
@@ -875,15 +875,15 @@ apidox:
|
||||
check: test
|
||||
|
||||
test:
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.3 2013/08/07 19:16:51 naddy Exp $
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.4 2013/08/16 10:05:00 sthen Exp $
|
||||
|
||||
Do not use the hardcoded make
|
||||
|
||||
--- src/Makefile.in.orig Sat Oct 31 15:06:35 2009
|
||||
+++ src/Makefile.in Wed Aug 7 20:23:06 2013
|
||||
@@ -914,12 +914,12 @@ uninstall-am: uninstall-libLTLIBRARIES \
|
||||
--- src/Makefile.in.orig Sun Jul 21 20:18:10 2013
|
||||
+++ src/Makefile.in Fri Aug 16 11:04:50 2013
|
||||
@@ -958,12 +958,12 @@ uninstall-am: uninstall-libLTLIBRARIES \
|
||||
|
||||
|
||||
test:
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2010/07/28 14:20:50 sebastia Exp $
|
||||
@lib lib/libgloox.so.${LIBgloox_VERSION}
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/07/28 14:20:50 sebastia Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.2 2013/08/16 10:05:00 sthen Exp $
|
||||
bin/gloox-config
|
||||
include/gloox/
|
||||
include/gloox/adhoc.h
|
||||
@ -8,6 +7,7 @@ include/gloox/adhochandler.h
|
||||
include/gloox/amp.h
|
||||
include/gloox/annotations.h
|
||||
include/gloox/annotationshandler.h
|
||||
include/gloox/atomicrefcount.h
|
||||
include/gloox/attention.h
|
||||
include/gloox/base64.h
|
||||
include/gloox/bookmarkhandler.h
|
||||
@ -64,6 +64,10 @@ include/gloox/iqhandler.h
|
||||
include/gloox/jid.h
|
||||
include/gloox/lastactivity.h
|
||||
include/gloox/lastactivityhandler.h
|
||||
include/gloox/linklocal.h
|
||||
include/gloox/linklocalclient.h
|
||||
include/gloox/linklocalhandler.h
|
||||
include/gloox/linklocalmanager.h
|
||||
include/gloox/loghandler.h
|
||||
include/gloox/logsink.h
|
||||
include/gloox/macros.h
|
||||
@ -136,5 +140,6 @@ include/gloox/vcardupdate.h
|
||||
include/gloox/xhtmlim.h
|
||||
lib/libgloox.a
|
||||
lib/libgloox.la
|
||||
@lib lib/libgloox.so.${LIBgloox_VERSION}
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/gloox.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user