ports/158841: [PATCH] devel/aap: marked as broken on 9.x, but it really isn't.

Ruslan Mahmatkhanov cvs-src at yandex.ru
Tue Jul 12 17:20:09 UTC 2011


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



More information about the freebsd-ports-bugs mailing list