From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 25 22:00:34 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BAB5B16A417 for ; Sat, 25 Nov 2006 22:00:34 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 606E643D5F for ; Sat, 25 Nov 2006 21:59:44 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kAPM0RNL059136 for ; Sat, 25 Nov 2006 22:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAPM0RU1059135; Sat, 25 Nov 2006 22:00:27 GMT (envelope-from gnats) Resent-Date: Sat, 25 Nov 2006 22:00:27 GMT Resent-Message-Id: <200611252200.kAPM0RU1059135@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, Matthew West Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C145616A407 for ; Sat, 25 Nov 2006 21:51:32 +0000 (UTC) (envelope-from mwest@cs.uct.ac.za) Received: from mx-out.cs.uct.ac.za (mx-out.cs.uct.ac.za [137.158.96.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DA2943D5E for ; Sat, 25 Nov 2006 21:50:42 +0000 (GMT) (envelope-from mwest@cs.uct.ac.za) Received: from mwest by casper2.cs.uct.ac.za with local (Exim 4.42 (FreeBSD)) id 1Go5Qe-000MQa-Hl; Sat, 25 Nov 2006 23:51:20 +0200 Message-Id: Date: Sat, 25 Nov 2006 23:51:20 +0200 From: Matthew West Sender: Matthew West To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: mad@madpilot.net Subject: ports/105855: update ports/comms/obexapp to work with new version of ports/comms/openobex X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew West List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Nov 2006 22:00:34 -0000 >Number: 105855 >Category: ports >Synopsis: update ports/comms/obexapp to work with new version of ports/comms/openobex >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Nov 25 22:00:27 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Matthew West >Release: >Organization: University of Cape Town >Environment: >Description: this patch updates ports/comms/obexapp to work with the new version of ports/comms/openobex - see ports/105854 >How-To-Repeat: >Fix: --- obexapp.diff begins here --- diff -ruN obexapp.orig/Makefile obexapp/Makefile --- obexapp.orig/Makefile Sun Apr 10 23:08:56 2005 +++ obexapp/Makefile Sat Nov 25 23:21:36 2006 @@ -13,7 +13,7 @@ MAINTAINER= mad@madpilot.net COMMENT= Obex application to transfer objects to mobile equipment -LIB_DEPENDS= openobex-1.0.1:${PORTSDIR}/comms/openobex +LIB_DEPENDS= openobex:${PORTSDIR}/comms/openobex WRKSRC= ${WRKDIR}/${PORTNAME} diff -ruN obexapp.orig/files/patch-main.c obexapp/files/patch-main.c --- obexapp.orig/files/patch-main.c Tue Dec 28 17:14:21 2004 +++ obexapp/files/patch-main.c Thu Jan 1 02:00:00 1970 @@ -1,11 +0,0 @@ ---- main.c.orig Tue Dec 28 15:23:30 2004 -+++ main.c Tue Dec 28 15:23:48 2004 -@@ -36,7 +36,7 @@ - #include - #include - #include --#include -+#include - #include - #include - #include diff -ruN obexapp.orig/files/patch-sdp.c obexapp/files/patch-sdp.c --- obexapp.orig/files/patch-sdp.c Tue Dec 28 17:14:21 2004 +++ obexapp/files/patch-sdp.c Thu Jan 1 02:00:00 1970 @@ -1,11 +0,0 @@ ---- sdp.c.orig Tue Dec 28 15:24:24 2004 -+++ sdp.c Tue Dec 28 15:24:42 2004 -@@ -31,7 +31,7 @@ - - #include - #include --#include -+#include - #include - - #undef PROTOCOL_DESCRIPTOR_LIST_BUFFER_SIZE diff -ruN obexapp.orig/files/patch-server.c obexapp/files/patch-server.c --- obexapp.orig/files/patch-server.c Tue Dec 28 17:14:21 2004 +++ obexapp/files/patch-server.c Thu Jan 1 02:00:00 1970 @@ -1,11 +0,0 @@ ---- server.c.orig Tue Dec 28 15:25:33 2004 -+++ server.c Tue Dec 28 15:25:45 2004 -@@ -40,7 +40,7 @@ - #include - #include - #include --#include -+#include - #include - #include - #include diff -ruN obexapp.orig/files/patch-transport.c obexapp/files/patch-transport.c --- obexapp.orig/files/patch-transport.c Tue Dec 28 17:14:21 2004 +++ obexapp/files/patch-transport.c Thu Jan 1 02:00:00 1970 @@ -1,11 +0,0 @@ ---- transport.c.orig Tue Dec 28 15:26:50 2004 -+++ transport.c Tue Dec 28 15:27:03 2004 -@@ -35,7 +35,7 @@ - #include - #include - #include --#include -+#include - #include - #include - #include --- obexapp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: