mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
remove BROKEN by disabling the tutorial build
update to r813
This commit is contained in:
parent
14b623b45f
commit
7793c4e095
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260929
@ -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},' \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user