diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-24 14:01:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-24 14:01:14 +0000 |
commit | 4b4d0998a19ca54eb17a893463c8a9d2dfc0829b (patch) | |
tree | 96ea2d265b19da87a02ab341091e2a01bef33008 /comms/obexapp | |
parent | 0044d002b98776eca539670e5c9cdcfd847eec0f (diff) | |
download | ports-4b4d0998a19ca54eb17a893463c8a9d2dfc0829b.tar.gz ports-4b4d0998a19ca54eb17a893463c8a9d2dfc0829b.zip |
Notes
Diffstat (limited to 'comms/obexapp')
-rw-r--r-- | comms/obexapp/Makefile | 5 | ||||
-rw-r--r-- | comms/obexapp/distinfo | 4 | ||||
-rw-r--r-- | comms/obexapp/files/patch-Makefile | 16 |
3 files changed, 8 insertions, 17 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index dd65b07460a2..b4e60a3421d0 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= obexapp -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= comms net MASTER_SITES= http://www.geocities.com/m_evmenkin/ @@ -17,6 +17,7 @@ LIB_DEPENDS= openobex-1.0.1:${PORTSDIR}/comms/openobex WRKSRC= ${WRKDIR}/${PORTNAME} +USE_ICONV= yes MAN1= obexapp.1 MANCOMPRESSED= yes PLIST_FILES= bin/obexapp @@ -24,7 +25,7 @@ PLIST_FILES= bin/obexapp .include <bsd.port.pre.mk> .if ${OSVERSION} < 502101 -IGNORE= Needs -CURRENT from 20 Jan 2004 or later (sdpd) +IGNORE= Needs 5.x from 20 Jan 2004 or later (sdpd) .endif .if ${OSVERSION} < 502121 diff --git a/comms/obexapp/distinfo b/comms/obexapp/distinfo index bbf9a2baf342..2fa76c8d1765 100644 --- a/comms/obexapp/distinfo +++ b/comms/obexapp/distinfo @@ -1,2 +1,2 @@ -MD5 (obexapp-1.4.1.tar.gz) = abea640c08bb32c2a592bd25480bb209 -SIZE (obexapp-1.4.1.tar.gz) = 291857 +MD5 (obexapp-1.4.2.tar.gz) = ae143292ab64fb44678335d5133eb3ef +SIZE (obexapp-1.4.2.tar.gz) = 293451 diff --git a/comms/obexapp/files/patch-Makefile b/comms/obexapp/files/patch-Makefile index 9bc7b38cf3ce..4fa09e433d2e 100644 --- a/comms/obexapp/files/patch-Makefile +++ b/comms/obexapp/files/patch-Makefile @@ -1,7 +1,7 @@ ---- Makefile.orig Fri Apr 9 23:09:09 2004 -+++ Makefile Thu Nov 25 22:38:10 2004 +--- Makefile.orig Fri Dec 24 12:51:54 2004 ++++ Makefile Fri Dec 24 12:53:13 2004 @@ -1,11 +1,14 @@ - # $Id: Makefile,v 1.7 2004/04/09 21:09:09 max Exp $ + # $Id: Makefile,v 1.9 2004/12/23 23:09:48 max Exp $ # $FreeBSD$ -BINDIR= /usr/local/bin @@ -17,13 +17,3 @@ WARNS?= 2 SRCS= main.c client.c event.c sdp.c server.c stream.c \ -@@ -13,8 +16,7 @@ - - DEBUG_FLAGS= -g - --CFLAGS= -I/usr/local/include \ -- -I/usr/local/include/openobex -+CFLAGS+= -I/usr/local/include/openobex - - DPADD= ${LIBBLUETOOTH} ${LIBSDP} ${LIBBSDXML} - LDADD= -L/usr/lib -L/usr/local/lib \ |