ports/106139: Update port: editors/code-browser to 2.10

KATO Tsuguru tkato432 at yahoo.com
Fri Dec 1 16:10:44 UTC 2006


>Number:         106139
>Category:       ports
>Synopsis:       Update port: editors/code-browser to 2.10
>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:   Fri Dec 01 16:10:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p22 i386
>Organization:
>Environment:
>Description:
- Update to version 2.10

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/editors/code-browser/Makefile editors/code-browser/Makefile
--- /usr/ports/editors/code-browser/Makefile	Tue Oct 10 04:17:27 2006
+++ editors/code-browser/Makefile	Fri Dec  1 13:53:21 2006
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	code-browser
-PORTVERSION=	2.9
+PORTVERSION=	2.10
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -20,6 +20,7 @@
 
 USE_GCC=	3.4+
 USE_GNOME=	gtk20
+USE_GMAKE=	yes
 
 PORTDOCS=	code-browser.chm doc.css doc.html
 PLIST_FILES=	bin/code-browser \
@@ -29,8 +30,12 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} != "i386"
-BROKEN=		does not build on !i386; signal 11 errors during build
+.if ${ARCH} != "i386" && ${ARCH} != "amd64"
+BROKEN=		does not build on ${ARCH}; signal 11 errors during build
+.endif
+
+.if ${ARCH} == "amd64"
+MAKE_ARGS+=	MODE=64
 .endif
 
 post-patch:
diff -urN /usr/ports/editors/code-browser/distinfo editors/code-browser/distinfo
--- /usr/ports/editors/code-browser/distinfo	Tue Oct 10 04:17:27 2006
+++ editors/code-browser/distinfo	Fri Dec  1 13:35:29 2006
@@ -1,3 +1,3 @@
-MD5 (code-browser-2.9-src.tar.gz) = 4e5866cef38df210fef6c046c291f554
-SHA256 (code-browser-2.9-src.tar.gz) = 5b5d0bed766a666aa25b8e2071276cb1939e94de79a20494e9cc47049fcb442a
-SIZE (code-browser-2.9-src.tar.gz) = 558451
+MD5 (code-browser-2.10-src.tar.gz) = c6eb6bc54349e1fdc5edb259fbbe484c
+SHA256 (code-browser-2.10-src.tar.gz) = 2aa7fbb28639c6eedcea119977dab81b066ed4d57ef62c3243b96d43e637b1c1
+SIZE (code-browser-2.10-src.tar.gz) = 559761
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list