Summary: | [MAINTAINER] databases/flamerobin using wxgtk2.6-unicode, some cleanup and fixes | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | dindin <dindin> |
Component: | Individual Port(s) | Assignee: | Rong-En Fan <rafan> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
dindin
2006-08-04 19:30:16 UTC
Responsible Changed From-To: freebsd-ports-bugs->rafan Eat. use <bsd.port.pre.mk> and <bsd.port.post.mk>, because ${OSVERSION} was used --- flamerobin-0.7.2_1 patch begins --- diff -urN /usr/ports/databases/flamerobin/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/databases/flamerobin/Makefile --- /usr/ports/databases/flamerobin/Makefile Wed Jun 14 18:34:49 2006 +++ /usr/local/tinderbox/portstrees/FreeBSD/ports/databases/flamerobin/Makefile Sun Aug 6 00:24:22 2006 @@ -7,6 +7,7 @@ PORTNAME= flamerobin PORTVERSION= 0.7.2 +PORTREVISION?= 1 CATEGORIES= databases MASTER_SITES= http://dindin.webkazan.ru/flamerobin/\ http://main.webkazan.ru/flamerobin/\ @@ -14,18 +15,18 @@ DISTNAME= flamerobin-0.7.2-src MAINTAINER= dindin@FreeBSD.org.ua -COMMENT= An GUI administration tool for firebird database +COMMENT= The GUI administration tool for firebird database -BUILD_DEPENDS= ${WX_CONFIG}:${PORTSDIR}/x11-toolkits/wxgtk26 -LIB_DEPENDS= wx_gtk2_stc-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26-contrib \ - fbclient.1:${PORTSDIR}/databases/firebird-client +USE_WX= 2.6 +WX_COMPS= wx contrib +WX_UNICODE= yes + +LIB_DEPENDS= fbclient.1:${PORTSDIR}/databases/firebird-client -USE_GMAKE= yes GNU_CONFIGURE= yes USE_X_PREFIX= yes -WXPORT= gtk2 -WX_CONFIG= ${X11BASE}/bin/wxgtk2-2.6-config +WX_CONFIG= ${X11BASE}/bin/wxgtk2u-2.6-config SUB_FILES= pkg-message MAN1= flamerobin.1 @@ -38,7 +39,13 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on FreeBSD 4.x +.endif + post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> --- flamerobin-0.7.2_1 patch begins --- State Changed From-To: open->closed Committed. Thanks! |