From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 13 23:40:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC2DA1065670 for ; Sat, 13 Sep 2008 23:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B4BF28FC08 for ; Sat, 13 Sep 2008 23:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8DNe2CL079192 for ; Sat, 13 Sep 2008 23:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8DNe2SV079185; Sat, 13 Sep 2008 23:40:02 GMT (envelope-from gnats) Resent-Date: Sat, 13 Sep 2008 23:40:02 GMT Resent-Message-Id: <200809132340.m8DNe2SV079185@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Samorukov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81DF61065677 for ; Sat, 13 Sep 2008 23:34:38 +0000 (UTC) (envelope-from samm@deepvision.tsua.net) Received: from deepvision.tsua.net (s2.sdv.com.ua [212.40.43.22]) by mx1.freebsd.org (Postfix) with ESMTP id 5068F8FC19 for ; Sat, 13 Sep 2008 23:34:37 +0000 (UTC) (envelope-from samm@deepvision.tsua.net) Received: from samm by deepvision.tsua.net with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KeedQ-0002Sp-27; Sun, 14 Sep 2008 02:34:36 +0300 Message-Id: Date: Sun, 14 Sep 2008 02:34:36 +0300 From: Alex Samorukov Sender: User Samm To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: daniel@roe.ch Subject: ports/127362: [PATCH] comms/libsyncml: unbreak port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2008 23:40:02 -0000 >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 --- libsyncml-0.4.5_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: