aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2008-05-07 16:17:23 +0800
committerlwhsu <lwhsu@FreeBSD.org>2008-05-07 16:17:23 +0800
commit3f12e375b8e4442e682abcbe00231c72fa34e0ba (patch)
treee7288b881b6ca0076401244a227057d619d90e20 /devel
parentf407738369d11ea9b809354d8249909e40fd6343 (diff)
downloadfreebsd-ports-gnome-3f12e375b8e4442e682abcbe00231c72fa34e0ba.tar.gz
freebsd-ports-gnome-3f12e375b8e4442e682abcbe00231c72fa34e0ba.tar.zst
freebsd-ports-gnome-3f12e375b8e4442e682abcbe00231c72fa34e0ba.zip
- Update to 0.7.0
PR: ports/123453 Submitted by: bf <bf2006a AT yahoo.com> Approved by: "Peter Johnson" <johnson.peter AT gmail.com> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r--devel/yasm/Makefile9
-rw-r--r--devel/yasm/distinfo6
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/yasm/Makefile b/devel/yasm/Makefile
index d5826ce7f89d..7f20137cd59f 100644
--- a/devel/yasm/Makefile
+++ b/devel/yasm/Makefile
@@ -7,16 +7,16 @@
#
PORTNAME= yasm
-PORTVERSION= 0.6.2
+PORTVERSION= 0.7.0
CATEGORIES= devel lang
MASTER_SITES= http://www.tortall.net/projects/yasm/releases/
MAINTAINER= johnson.peter@gmail.com
COMMENT= A complete rewrite of the NASM assembler
-USE_ICONV= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+CONFIGURE_ARGS+=--disable-python --disable-python-bindings
+CONFIGURE_ENV+= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
@@ -26,9 +26,10 @@ CFLAGS:= ${CFLAGS:C/-O[0-9]//g}
.endif
.if defined(WITHOUT_NLS)
-CONFIGURE_ARGS+=--disable-nls
+CONFIGURE_ARGS+=--disable-nls --without-libiconv-prefix --without-libintl-prefix
.else
USE_GETTEXT= yes
+USE_ICONV= yes
.endif
INSTALL_TARGET= install install-man
diff --git a/devel/yasm/distinfo b/devel/yasm/distinfo
index cbd58724fd62..6e66520a76d6 100644
--- a/devel/yasm/distinfo
+++ b/devel/yasm/distinfo
@@ -1,3 +1,3 @@
-MD5 (yasm-0.6.2.tar.gz) = a9d5508702991de2bdd0903b8ba680ba
-SHA256 (yasm-0.6.2.tar.gz) = fbc2ca5ad8266862b5a85f60124deb6e26f6ff5baf7452a9af4f428687ba300d
-SIZE (yasm-0.6.2.tar.gz) = 1258582
+MD5 (yasm-0.7.0.tar.gz) = f06436d31a6c5c1bc43c318f42c7b51e
+SHA256 (yasm-0.7.0.tar.gz) = 8f6024848f473f4fada65aa7aefe5459651f98727f670a7d1ef593ee5d43e4f3
+SIZE (yasm-0.7.0.tar.gz) = 1412163