Update mdocml to 1.12.1

Approved by:	beat (mentor)
Feature safe:	yes
This commit is contained in:
Ulrich Spörlein 2012-03-24 08:40:36 +00:00
parent cb2fd25e24
commit 16d9d5f5d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293734
4 changed files with 20 additions and 5 deletions

View File

@ -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}

View File

@ -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

View File

@ -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)

View File

@ -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)")