diff --git a/x11-toolkits/gigi/Makefile b/x11-toolkits/gigi/Makefile index 2ff56555c74c..87cb65fa2277 100644 --- a/x11-toolkits/gigi/Makefile +++ b/x11-toolkits/gigi/Makefile @@ -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},' \ diff --git a/x11-toolkits/gigi/distinfo b/x11-toolkits/gigi/distinfo index bf9d7383b6b0..ab66663a8606 100644 --- a/x11-toolkits/gigi/distinfo +++ b/x11-toolkits/gigi/distinfo @@ -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 diff --git a/x11-toolkits/gigi/pkg-plist b/x11-toolkits/gigi/pkg-plist index 0833e790ef1b..8dcf6fe20bd1 100644 --- a/x11-toolkits/gigi/pkg-plist +++ b/x11-toolkits/gigi/pkg-plist @@ -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