summaryrefslogtreecommitdiff
path: root/pkg/nasm
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-12-15 18:08:19 -0800
committerMichael Forney <mforney@mforney.org>2017-12-15 18:41:24 -0800
commit6792e46d6b08e8099ff74619583ed34c29c8f7a1 (patch)
tree58c7ebe8f61342e4475e80a7248b951e737a692c /pkg/nasm
parent37fa366a4acb6d8824cb29fb8250ae47b04afbee (diff)
nasm: Update to 2.13.02
Diffstat (limited to 'pkg/nasm')
-rw-r--r--pkg/nasm/.gitignore2
-rw-r--r--pkg/nasm/config/config.h33
-rw-r--r--pkg/nasm/gen.lua1
-rw-r--r--pkg/nasm/rev2
-rw-r--r--pkg/nasm/sha2562
-rw-r--r--pkg/nasm/url2
6 files changed, 35 insertions, 7 deletions
diff --git a/pkg/nasm/.gitignore b/pkg/nasm/.gitignore
index cd2b51a2..8ed47157 100644
--- a/pkg/nasm/.gitignore
+++ b/pkg/nasm/.gitignore
@@ -1,2 +1,2 @@
-/nasm-2.13.01.tar.xz
+/nasm-2.13.02.tar.xz
/src
diff --git a/pkg/nasm/config/config.h b/pkg/nasm/config/config.h
index e89325d2..afe891ef 100644
--- a/pkg/nasm/config/config.h
+++ b/pkg/nasm/config/config.h
@@ -1,6 +1,5 @@
-#include <config-posix.h>
-
/* #undef AC_APPLE_UNIVERSAL_BUILD */
+#define HAVE_ACCESS 1
/* #undef HAVE_CANONICALIZE_FILE_NAME */
#define HAVE_DECL_STRCASECMP 1
#define HAVE_DECL_STRICMP 0
@@ -9,6 +8,12 @@
#define HAVE_DECL_STRNICMP 0
#define HAVE_DECL_STRNLEN 1
#define HAVE_DECL_STRSEP 1
+#define HAVE_FACCESSAT 1
+#define HAVE_FCNTL_H 1
+#define HAVE_FILENO 1
+#define HAVE_FSEEKO 1
+#define HAVE_FSTAT 1
+#define HAVE_FTRUNCATE 1
#define HAVE_FUNC_ATTRIBUTE_ALLOC_SIZE 1
#define HAVE_FUNC_ATTRIBUTE_CONST 1
#define HAVE_FUNC_ATTRIBUTE_ERROR 1
@@ -17,17 +22,40 @@
#define HAVE_FUNC_ATTRIBUTE_NORETURN 1
#define HAVE_FUNC_ATTRIBUTE_PURE 1
#define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1
+#define HAVE_GETGID 1
#define HAVE_GETPAGESIZE 1
+#define HAVE_GETUID 1
+#define HAVE_INTTYPES_H 1
/* #undef HAVE_IO_H */
#define HAVE_MEMORY_H 1
+#define HAVE_MMAP 1
+#define HAVE_PATHCONF 1
+#define HAVE_REALPATH 1
+#define HAVE_SNPRINTF 1
+#define HAVE_STAT 1
+#define HAVE_STDBOOL_H 1
+#define HAVE_STDINT_H 1
+#define HAVE_STDLIB_H 1
#define HAVE_STDNORETURN_H 1
+#define HAVE_STRCASECMP 1
/* #undef HAVE_STRICMP */
+#define HAVE_STRINGS_H 1
+#define HAVE_STRING_H 1
#define HAVE_STRLCPY 1
+#define HAVE_STRNCASECMP 1
/* #undef HAVE_STRNICMP */
+#define HAVE_STRNLEN 1
#define HAVE_STRSEP 1
#define HAVE_STRUCT_STAT 1
/* #undef HAVE_STRUCT__STATI64 */
+#define HAVE_SYSCONF 1
+#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_UINTPTR_T 1
+#define HAVE_UNISTD_H 1
+#define HAVE_VSNPRINTF 1
/* #undef HAVE__ACCESS */
#define HAVE__BOOL 1
/* #undef HAVE__CHSIZE */
@@ -50,6 +78,7 @@
#define PACKAGE_TARNAME ""
#define PACKAGE_URL ""
#define PACKAGE_VERSION ""
+#define STDC_HEADERS 1
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#endif
diff --git a/pkg/nasm/gen.lua b/pkg/nasm/gen.lua
index af0e11da..391178c4 100644
--- a/pkg/nasm/gen.lua
+++ b/pkg/nasm/gen.lua
@@ -1,6 +1,5 @@
cflags{
'-D HAVE_CONFIG_H',
- '-I include',
'-I $dir',
'-I $srcdir',
'-I $srcdir/include',
diff --git a/pkg/nasm/rev b/pkg/nasm/rev
index 00750edc..b8626c4c 100644
--- a/pkg/nasm/rev
+++ b/pkg/nasm/rev
@@ -1 +1 @@
-3
+4
diff --git a/pkg/nasm/sha256 b/pkg/nasm/sha256
index ca479c19..143429f0 100644
--- a/pkg/nasm/sha256
+++ b/pkg/nasm/sha256
@@ -1 +1 @@
-aa0213008f0433ecbe07bb628506a5c4be8079be20fc3532a5031fd639db9a5e nasm-2.13.01.tar.xz
+8ac3235f49a6838ff7a8d7ef7c19a4430d0deecc0c2d3e3e237b5e9f53291757 nasm-2.13.02.tar.xz
diff --git a/pkg/nasm/url b/pkg/nasm/url
index ac3053fe..1b71496c 100644
--- a/pkg/nasm/url
+++ b/pkg/nasm/url
@@ -1 +1 @@
-url = "http://www.nasm.us/pub/nasm/releasebuilds/2.13.01/nasm-2.13.01.tar.xz"
+url = "http://www.nasm.us/pub/nasm/releasebuilds/2.13.02/nasm-2.13.02.tar.xz"