Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 2008 12:47:34 +0200 (CEST)
From:      Romain Tartiere <romain@blogreen.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/123951: [update] editors/poedit is not broken on 8.0-CURRENT i386
Message-ID:  <20080524104734.4C7135C089@marvin.blogreen.org>
Resent-Message-ID: <200805241050.m4OAo1TA077715@freefall.freebsd.org>

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

>Number:         123951
>Category:       ports
>Synopsis:       [update] editors/poedit is not broken on 8.0-CURRENT i386
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 24 10:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Romain Tartiere
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD arthur.sigabrt.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Thu May 8 23:01:31 UTC 2008 root@arthur.sigabrt.org:/usr/obj/usr/src/sys/ARTHUR i386


	
>Description:

editors/poedit is marked as BROKEN on 8.0-CURRENT i386. I wanted to investigate the problem and it compiled out of the box :-)

There are not many details about what was wrong, maybe it was transient?  Unfortunately I do not have any other i386 on -CURRENT to perform more tests.

>How-To-Repeat:
	
>Fix:

This patch enables build again.

--- poedit.diff begins here ---
diff -ruN /usr/ports/editors/poedit/Makefile poedit/Makefile
--- /usr/ports/editors/poedit/Makefile	2008-05-08 19:54:18.000000000 +0000
+++ poedit/Makefile	2008-05-24 10:37:49.662765000 +0000
@@ -38,10 +38,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 800000 && ${ARCH} == i386
-BROKEN=	Does not compile
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's/for version in .*;/for version in ${BDB_VER};/ ; \
--- poedit.diff ends here ---

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



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