aboutsummaryrefslogtreecommitdiff
path: root/devel/yasm
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2008-05-07 08:17:23 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2008-05-07 08:17:23 +0000
commit4279099b768f16236741ffd9579f5e554ef59ecf (patch)
tree3bfafc64b8951997b98bbeabe2cc0c74f00ad23b /devel/yasm
parentb7bbc3dd477d987fac0d6bd1463caf683081ba06 (diff)
downloadports-4279099b768f16236741ffd9579f5e554ef59ecf.tar.gz
ports-4279099b768f16236741ffd9579f5e554ef59ecf.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)
Notes
Notes: svn path=/head/; revision=212779
Diffstat (limited to 'devel/yasm')
-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