ports/68912: [maintainer update] enable port on non-i386 machines on -current

Guido Falsi mad at madpilot.net
Sun Jul 11 10:00:42 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list