diff options
author | oliver <oliver@FreeBSD.org> | 2010-09-10 20:06:58 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2010-09-10 20:06:58 +0800 |
commit | 9de0839a94eadefee2e58d2aaf81d482a8975ccc (patch) | |
tree | bb32393b0b4a2763800896aa351045723e2d1965 | |
parent | d43c0738bd4ff6d5758fb94fa64240ff84d2a57b (diff) | |
download | freebsd-ports-gnome-9de0839a94eadefee2e58d2aaf81d482a8975ccc.tar.gz freebsd-ports-gnome-9de0839a94eadefee2e58d2aaf81d482a8975ccc.tar.zst freebsd-ports-gnome-9de0839a94eadefee2e58d2aaf81d482a8975ccc.zip |
remove BROKEN by disabling the tutorial build
update to r813
-rw-r--r-- | x11-toolkits/gigi/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/gigi/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/gigi/pkg-plist | 1 |
3 files changed, 8 insertions, 8 deletions
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 |