Index: head/textproc/mdocml/Makefile =================================================================== --- head/textproc/mdocml/Makefile (revision 293733) +++ head/textproc/mdocml/Makefile (revision 293734) @@ -1,31 +1,31 @@ # New ports collection makefile for: textproc/mdocml # Date created: 09.03.2009 # Whom: Ulrich Spoerlein # # $FreeBSD$ # PORTNAME= mdocml -PORTVERSION= 1.11.7 +PORTVERSION= 1.12.1 CATEGORIES= textproc MASTER_SITES= http://mdocml.bsd.lv/snapshots/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= uqs MAINTAINER= uqs@FreeBSD.org COMMENT= mdoc macro compiler MAN1= mandoc.1 demandoc.1 MAN3= mandoc.3 MAN7= eqn.7 man.7 mandoc_char.7 mdoc.7 roff.7 tbl.7 EXAMPLESDIR_REL=share/examples/mandoc # Skip installing preconv(1) to avoid conflicting with textproc/groff post-patch: @${REINPLACE_CMD} -e '/^CFLAGS/s/-g//' -e '/^PREFIX/s/=/?=/' \ -e '/INSTALL_LIB/d' -e '/LIBDIR/d' -e '/INCLUDEDIR/d' \ -e '/INSTALL_/s/preconv\(\.1\)*//' \ ${WRKSRC}/Makefile .include Property changes on: head/textproc/mdocml/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.32 \ No newline at end of property +1.33 \ No newline at end of property Index: head/textproc/mdocml/distinfo =================================================================== --- head/textproc/mdocml/distinfo (revision 293733) +++ head/textproc/mdocml/distinfo (revision 293734) @@ -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 Property changes on: head/textproc/mdocml/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/textproc/mdocml/files/patch-config =================================================================== --- head/textproc/mdocml/files/patch-config (nonexistent) +++ head/textproc/mdocml/files/patch-config (revision 293734) @@ -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) Property changes on: head/textproc/mdocml/files/patch-config ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/textproc/mdocml/files/patch-lib.in =================================================================== --- head/textproc/mdocml/files/patch-lib.in (revision 293733) +++ head/textproc/mdocml/files/patch-lib.in (revision 293734) @@ -1,38 +1,38 @@ --- lib.in +++ lib.in @@ -23,10 +23,10 @@ * Be sure to escape strings. */ -LINE("libarchive", "Reading and Writing Streaming Archives Library (libarchive, \\-larchive)") +LINE("libarchive", "Streaming Archive Library (libarchive, \\-larchive)") LINE("libarm", "ARM Architecture Library (libarm, \\-larm)") LINE("libarm32", "ARM32 Architecture Library (libarm32, \\-larm32)") -LINE("libbluetooth", "Bluetooth Library (libbluetooth, \\-lbluetooth)") +LINE("libbluetooth", "Bluetooth User Library (libbluetooth, \\-lbluetooth)") LINE("libbsm", "Basic Security Module User Library (libbsm, \\-lbsm)") 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)") LINE("libform", "Curses Form Library (libform, \\-lform)") LINE("libgeom", "Userland API Library for kernel GEOM subsystem (libgeom, \\-lgeom)") LINE("libgpib", "General-Purpose Instrument Bus (GPIB) library (libgpib, \\-lgpib)") @@ -68,7 +69,7 @@ LINE("libossaudio", "OSS Audio Emulation Library (libossaudio, \\-lossaudio)") LINE("libpam", "Pluggable Authentication Module Library (libpam, \\-lpam)") LINE("libpcap", "Capture Library (libpcap, \\-lpcap)") LINE("libpci", "PCI Bus Access Library (libpci, \\-lpci)") -LINE("libpmc", "Performance Counters Library (libpmc, \\-lpmc)") +LINE("libpmc", "Performance Monitoring Counters Interface Library (libpmc, \\-lpmc)") LINE("libposix", "POSIX Compatibility Library (libposix, \\-lposix)") LINE("libprop", "Property Container Object Library (libprop, \\-lprop)") LINE("libpthread", "POSIX Threads Library (libpthread, \\-lpthread)") Property changes on: head/textproc/mdocml/files/patch-lib.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property