aboutsummaryrefslogtreecommitdiff
path: root/textproc/exempi
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-03-03 05:05:54 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-03-03 05:05:54 +0000
commit28f0270988624790acd320a98a3ed91987a2e833 (patch)
treec4e4259c696f36ed66a2dd2ad7742aa40dfcf2db /textproc/exempi
parent7430fa2c50148da04a4693931a3f2e3ba0f66313 (diff)
downloadports-28f0270988624790acd320a98a3ed91987a2e833.tar.gz
ports-28f0270988624790acd320a98a3ed91987a2e833.zip
Notes
Diffstat (limited to 'textproc/exempi')
-rw-r--r--textproc/exempi/Makefile11
-rw-r--r--textproc/exempi/distinfo6
-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