diff options
author | marcus <marcus@FreeBSD.org> | 2009-03-03 13:05:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-03-03 13:05:54 +0800 |
commit | 980c8122f4c51489f837f1aff0ecfe0243c983ee (patch) | |
tree | 6e684265ef40667e3054ef1593fa6902c9aea863 /textproc | |
parent | 8a8427557ca56135ad1ac033e5cb959e8e80fcf5 (diff) | |
download | freebsd-ports-gnome-980c8122f4c51489f837f1aff0ecfe0243c983ee.tar.gz freebsd-ports-gnome-980c8122f4c51489f837f1aff0ecfe0243c983ee.tar.zst freebsd-ports-gnome-980c8122f4c51489f837f1aff0ecfe0243c983ee.zip |
Update to 2.1.0.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/exempi/Makefile | 11 | ||||
-rw-r--r-- | textproc/exempi/distinfo | 6 | ||||
-rw-r--r-- | textproc/exempi/files/patch-source_common_EndianUtils.hpp (renamed from textproc/exempi/files/patch-source_XMPFiles_FormatSupport_EndianUtils.hpp) | 4 |
3 files changed, 11 insertions, 10 deletions
diff --git a/textproc/exempi/Makefile b/textproc/exempi/Makefile index 074cdf37d274..3dc1af99e8d5 100644 --- a/textproc/exempi/Makefile +++ b/textproc/exempi/Makefile @@ -7,7 +7,7 @@ # PORTNAME= exempi -PORTVERSION= 2.0.2 +PORTVERSION= 2.1.0 CATEGORIES= textproc MASTER_SITES= http://libopenraw.freedesktop.org/download/ @@ -19,7 +19,8 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 USE_AUTOTOOLS= libtool:15 USE_GNOME= ltverhack gnomehack gnometarget CONFIGURE_ARGS= --enable-unittest=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" \ LIBS="-liconv" USE_ICONV= yes USE_LDCONFIG= yes @@ -30,8 +31,8 @@ post-patch: .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif +#.if ${ARCH} == "sparc64" +#BROKEN= Does not compile on sparc64 +#.endif .include <bsd.port.post.mk> diff --git a/textproc/exempi/distinfo b/textproc/exempi/distinfo index bdf90e47f4f4..998f68e8aec7 100644 --- a/textproc/exempi/distinfo +++ b/textproc/exempi/distinfo @@ -1,3 +1,3 @@ -MD5 (exempi-2.0.2.tar.gz) = 796aeac13eacefc8376a5b6562adf58f -SHA256 (exempi-2.0.2.tar.gz) = 394c90599fc2f402ce77cbff9d16da4ae284ae0070c13a37543ade68752d7975 -SIZE (exempi-2.0.2.tar.gz) = 3072078 +MD5 (exempi-2.1.0.tar.gz) = 30dfa5c394b4a3901c66f6e60e8b22e4 +SHA256 (exempi-2.1.0.tar.gz) = bf1f76dda3d796fc9af530c9761dec4c67681def826c25cbaccc8aeb5816c95f +SIZE (exempi-2.1.0.tar.gz) = 3398767 diff --git a/textproc/exempi/files/patch-source_XMPFiles_FormatSupport_EndianUtils.hpp b/textproc/exempi/files/patch-source_common_EndianUtils.hpp index 340740e1224c..eee6426ff77c 100644 --- a/textproc/exempi/files/patch-source_XMPFiles_FormatSupport_EndianUtils.hpp +++ b/textproc/exempi/files/patch-source_common_EndianUtils.hpp @@ -1,5 +1,5 @@ ---- source/XMPFiles/FormatSupport/EndianUtils.hpp.orig 2008-07-08 15:22:01.000000000 -0500 -+++ source/XMPFiles/FormatSupport/EndianUtils.hpp 2008-07-08 15:22:35.000000000 -0500 +--- source/common/EndianUtils.hpp.orig 2008-07-08 15:22:01.000000000 -0500 ++++ source/common/EndianUtils.hpp 2008-07-08 15:22:35.000000000 -0500 @@ -57,7 +57,7 @@ # define kBigEndianHost 1 # endif |