Date: Sat, 25 Nov 2006 23:51:20 +0200 From: Matthew West <mwest@uct.ac.za> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mad@madpilot.net Subject: ports/105855: update ports/comms/obexapp to work with new version of ports/comms/openobex Message-ID: <E1Go5Qe-000MQa-Hl@casper2.cs.uct.ac.za> Resent-Message-ID: <200611252200.kAPM0RU1059135@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <libgen.h> - #include <limits.h> - #include <obex.h> --#include <sdp.h> -+#include </usr/include/sdp.h> - #include <signal.h> - #include <stdarg.h> - #include <stdio.h> 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 <bluetooth.h> - #include <errno.h> --#include <sdp.h> -+#include </usr/include/sdp.h> - #include <stdio.h> - - #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 <limits.h> - #include <obex.h> - #include <pwd.h> --#include <sdp.h> -+#include </usr/include/sdp.h> - #include <stdio.h> - #include <stdlib.h> - #include <string.h> 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 <errno.h> - #include <obex.h> - #include <fcntl.h> --#include <sdp.h> -+#include </usr/include/sdp.h> - #include <stdlib.h> - #include <string.h> - #include <syslog.h> --- obexapp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Go5Qe-000MQa-Hl>