diff options
author | uqs <uqs@FreeBSD.org> | 2012-03-24 16:40:36 +0800 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2012-03-24 16:40:36 +0800 |
commit | 8e218e5afb2057825d104a1fc7035960c66c9c9d (patch) | |
tree | a924b5f80e242e4b2fec57c587543990f2896ce1 | |
parent | 501b28e24b9c5418fc8ea3204452025036ffcfc6 (diff) | |
download | freebsd-ports-gnome-8e218e5afb2057825d104a1fc7035960c66c9c9d.tar.gz freebsd-ports-gnome-8e218e5afb2057825d104a1fc7035960c66c9c9d.tar.zst freebsd-ports-gnome-8e218e5afb2057825d104a1fc7035960c66c9c9d.zip |
Update mdocml to 1.12.1
Approved by: beat (mentor)
Feature safe: yes
-rw-r--r-- | textproc/mdocml/Makefile | 2 | ||||
-rw-r--r-- | textproc/mdocml/distinfo | 4 | ||||
-rw-r--r-- | textproc/mdocml/files/patch-config | 15 | ||||
-rw-r--r-- | textproc/mdocml/files/patch-lib.in | 4 |
4 files changed, 20 insertions, 5 deletions
diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index 795fe09274bc..3f6260560c1c 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mdocml -PORTVERSION= 1.11.7 +PORTVERSION= 1.12.1 CATEGORIES= textproc MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \ ${MASTER_SITE_LOCAL} diff --git a/textproc/mdocml/distinfo b/textproc/mdocml/distinfo index ddb12f31b153..279c186af886 100644 --- a/textproc/mdocml/distinfo +++ b/textproc/mdocml/distinfo @@ -1,2 +1,2 @@ -SHA256 (mdocml-1.11.7.tar.gz) = ec55b9e6c526897f84cf3d2048bae9feefc670f5fae9093a80b8406d914a0357 -SIZE (mdocml-1.11.7.tar.gz) = 225260 +SHA256 (mdocml-1.12.1.tar.gz) = 12a756cd2901954bccdd25819a16d0ab0501c32c87ad7973570cd65608d32891 +SIZE (mdocml-1.12.1.tar.gz) = 273811 diff --git a/textproc/mdocml/files/patch-config b/textproc/mdocml/files/patch-config new file mode 100644 index 000000000000..0610446e51e2 --- /dev/null +++ b/textproc/mdocml/files/patch-config @@ -0,0 +1,15 @@ +--- config.h.post.orig 2012-03-24 03:19:14.000000000 +0100 ++++ config.h.post 2012-03-24 07:38:50.000000000 +0100 +@@ -20,6 +20,12 @@ + # define betoh32(x) OSSwapBigToHostInt32(x) + # define htobe64(x) OSSwapHostToBigInt64(x) + # define betoh64(x) OSSwapBigToHostInt64(x) ++#elif defined(__FreeBSD__) ++/* FreeBSD doesn't have these for userland code, yet. */ ++# define betoh32(x) (x) ++# define betoh64(x) (x) ++# define htobe32(x) (x) ++# define htobe64(x) (x) + #elif defined(__linux__) + # define betoh32(x) be32toh(x) + # define betoh64(x) be64toh(x) diff --git a/textproc/mdocml/files/patch-lib.in b/textproc/mdocml/files/patch-lib.in index 4e515e48f256..9ef78603b5e3 100644 --- a/textproc/mdocml/files/patch-lib.in +++ b/textproc/mdocml/files/patch-lib.in @@ -14,13 +14,13 @@ LINE("libc", "Standard C Library (libc, \\-lc)") LINE("libc_r", "Reentrant C\\~Library (libc_r, \\-lc_r)") @@ -40,10 +40,11 @@ LINE("libcurses", "Curses Library (libcurses, \\-lcurses)") - LINE("libdevinfo", "Device and Resource Information Utility Library (libdevinfo, \\-ldevinfo)") LINE("libdevstat", "Device Statistics Library (libdevstat, \\-ldevstat)") LINE("libdisk", "Interface to Slice and Partition Labels Library (libdisk, \\-ldisk)") + LINE("libdwarf", "DWARF Access Library (libdwarf, \\-ldwarf)") -LINE("libedit", "Command Line Editor Library (libedit, \\-ledit)") +LINE("libedit", "Line Editor and History Library (libedit, \\-ledit)") +LINE("libefi", "EFI Runtime Services Library (libefi, \\-lefi)") - LINE("libelf", "ELF Parsing Library (libelf, \\-lelf)") + LINE("libelf", "ELF Access Library (libelf, \\-lelf)") LINE("libevent", "Event Notification Library (libevent, \\-levent)") -LINE("libfetch", "File Transfer Library for URLs (libfetch, \\-lfetch)") +LINE("libfetch", "File Transfer Library (libfetch, \\-lfetch)") |