Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2008 02:34:36 +0300
From:      Alex Samorukov <samm@os2.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        daniel@roe.ch
Subject:   ports/127362: [PATCH] comms/libsyncml: unbreak port
Message-ID:  <E1KeedQ-0002Sp-27@deepvision.tsua.net>
Resent-Message-ID: <200809132340.m8DNe2SV079185@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         127362
>Category:       ports
>Synopsis:       [PATCH] comms/libsyncml: unbreak port
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 13 23:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Alex Samorukov
>Release:        FreeBSD 6.3-RELEASE-p1 i386
>Organization:
NetArt Group
>Environment:
System: FreeBSD deepvision.tsua.net 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #4: Fri Mar 28 05:16:52 EET 2008
>Description:
unbreak port by fixing configure

Port maintainer (daniel@roe.ch) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libsyncml-0.4.5_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/comms/libsyncml/Makefile /usr/home/samm/libsyncml/Makefile
--- /usr/ports/comms/libsyncml/Makefile	2008-08-20 03:56:29.000000000 +0300
+++ /usr/home/samm/libsyncml/Makefile	2008-09-14 02:29:07.000000000 +0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	libsyncml
 PORTVERSION=	0.4.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	comms
 MASTER_SITES=	http://libsyncml.opensync.org/download/releases/${PORTVERSION}/ \
 		http://mirror.roe.ch/dist/${PORTNAME}/
@@ -19,8 +19,6 @@
 		openobex:${PORTSDIR}/comms/openobex \
 		soup-2.2.8:${PORTSDIR}/devel/libsoup22
 
-BROKEN=		does not compile
-
 USE_AUTOTOOLS=	autoheader:262 automake:110 libtool:15
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
@@ -35,4 +33,7 @@
 		-e 's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
 		${WRKSRC}/Makefile.am
 
+pre-configure:
+	@cd ${WRKSRC}; ${ACLOCAL}
+
 .include <bsd.port.mk>
--- libsyncml-0.4.5_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1KeedQ-0002Sp-27>