Date: Sun, 11 Jul 2004 11:58:53 +0200 (CEST) From: Guido Falsi <mad@madpilot.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/68912: [maintainer update] enable port on non-i386 machines on -current Message-ID: <200407110958.i6B9wrC8008552@wedge.madpilot.net> Resent-Message-ID: <200407111000.i6BA0f3i025735@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68912 >Category: ports >Synopsis: [maintainer update] enable port on non-i386 machines on -current >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 11 10:00:41 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Guido Falsi >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD wedge.madpilot.net 5.2-CURRENT FreeBSD 5.2-CURRENT #2: Sat Jun 12 02:17:34 CEST 2004 root@wedge.madpilot.net:/usr/obj/usr/src/sys/WEDGE i386 >Description: Enable this port on non-i386 architectures on -current after 9 July. Testing of both the bluetooth stack and this port(and the related openobex one) on non i386 machines are encouraged. Please report any problems. >How-To-Repeat: >Fix: diff -ruN obexapp.old/Makefile obexapp/Makefile --- obexapp.old/Makefile Sun Jul 11 11:47:30 2004 +++ obexapp/Makefile Sun Jul 11 11:50:54 2004 @@ -7,6 +7,7 @@ PORTNAME= obexapp PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= comms net MASTER_SITES= http://www.geocities.com/m_evmenkin/ @@ -17,8 +18,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} -# libbluetooth is only installed on i386 -ONLY_FOR_ARCHS= i386 MAN1= obexapp.1 MANCOMPRESSED= yes @@ -28,6 +27,11 @@ .if ${OSVERSION} < 502101 IGNORE= Needs -CURRENT from 20 Jan 2004 or later (sdpd) +.endif + +.if ${OSVERSION} < 502121 +# libbluetooth is only installed on i386 before this version +ONLY_FOR_ARCHS= i386 .endif .include <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407110958.i6B9wrC8008552>