Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jul 2011 17:14:46 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158841: [PATCH] devel/aap: marked as broken on 9.x, but it really isn't.
Message-ID:  <201107121714.p6CHEkIk066414@red.freebsd.org>
Resent-Message-ID: <201107121720.p6CHK8fI090330@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158841
>Category:       ports
>Synopsis:       [PATCH] devel/aap: marked as broken on 9.x, but it really isn't.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 12 17:20:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        9.0-CURRENT
>Organization:
>Environment:
9.0-CURRENT i386
>Description:
devel/aap is marked as broken (build) if OSVERSION >= 900000, 
but it builds/installs and runs fine here. It's a pure python 
app, so i don't know how it's build can be broken on specific
FreeBSD version.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa aap.orig/Makefile aap/Makefile
--- aap.orig/Makefile	2011-07-12 21:03:55.000000000 +0400
+++ aap/Makefile	2011-07-12 21:04:29.000000000 +0400
@@ -30,10 +30,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 900000
-BROKEN=		does not build
-.endif
-
 do-install:
 	@cd ${WRKSRC} && \
 		${PYTHON_CMD} ./aap PREFIX="${PREFIX}" FULLDOCS=${FULLDOCS} \


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107121714.p6CHEkIk066414>