remove BROKEN by disabling the tutorial build

update to r813
This commit is contained in:
Oliver Lehmann 2010-09-10 12:06:58 +00:00
parent 14b623b45f
commit 7793c4e095
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260929
3 changed files with 8 additions and 8 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= gigi
PORTVERSION= 0.6.0.801
PORTREVISION= 2
PORTVERSION= 0.6.0.813
PORTEPOCH= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_LOCAL}
@ -20,11 +19,9 @@ LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \
boost_python.4:${PORTSDIR}/devel/boost-python-libs \
freetype.9:${PORTSDIR}/print/freetype2
BROKEN= does not compile
USE_GCC= 4.4+
USE_SCONS= yes
SCONS_ARGS= prefix="" pkgconfigdir=""
SCONS_ARGS= prefix="" pkgconfigdir="" build_tutorials=0
USE_BZIP2= yes
USE_SDL= sdl
USE_LDCONFIG= yes
@ -61,6 +58,8 @@ post-patch:
-e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \
${WRKSRC}/src/GIL/extension/io/png_dynamic_io.hpp \
${WRKSRC}/src/GIL/extension/io/png_io_private.hpp
@${REINPLACE_CMD} -e 's|Clr\.cpp|ClrConstants\.cpp|g' \
${WRKSRC}/src/SConscript
post-build:
@${REINPLACE_CMD} -Ee 's,^(prefix|(lib|include)dir)=,&${PREFIX},' \

View File

@ -1,3 +1,3 @@
MD5 (gigi-0.6.0.801.tar.bz2) = 2eb0e58abea5b92414af9d5ea62bf16f
SHA256 (gigi-0.6.0.801.tar.bz2) = d53345c8739a2a346117916927f01cc32b143ff8cc020b997246076a742e92e8
SIZE (gigi-0.6.0.801.tar.bz2) = 1038112
MD5 (gigi-0.6.0.813.tar.bz2) = a837c3cddeab74a99aa17a4f3285ecc5
SHA256 (gigi-0.6.0.813.tar.bz2) = 5bb4a5d4947803a3158851087fe8a3a0de0a198cb981d83a807742e1739ac7bc
SIZE (gigi-0.6.0.813.tar.bz2) = 1039348

View File

@ -4,6 +4,7 @@ include/GG/Base.h
include/GG/BrowseInfoWnd.h
include/GG/Button.h
include/GG/Clr.h
include/GG/ClrConstants.h
include/GG/Config.h
include/GG/Control.h
include/GG/Cursor.h