pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/mdocml
Module Name: pkgsrc
Committed By: wiz
Date: Wed Sep 7 18:50:05 UTC 2016
Modified Files:
pkgsrc/textproc/mdocml: Makefile PLIST
Log Message:
Rename soelim to msoelim (per comment in upstream example) to fix
conflict with groff.
Requested by jperkin.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/textproc/mdocml/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/mdocml/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/mdocml/Makefile
diff -u pkgsrc/textproc/mdocml/Makefile:1.57 pkgsrc/textproc/mdocml/Makefile:1.58
--- pkgsrc/textproc/mdocml/Makefile:1.57 Wed Jul 20 23:42:12 2016
+++ pkgsrc/textproc/mdocml/Makefile Wed Sep 7 18:50:05 2016
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2016/07/20 23:42:12 sevan Exp $
+# $NetBSD: Makefile,v 1.58 2016/09/07 18:50:05 wiz Exp $
DISTNAME= mdocml-1.13.4
+PKGREVISION= 1
CATEGORIES= textproc devel
MASTER_SITES= http://mdocml.bsd.lv/snapshots/
@@ -33,6 +34,7 @@ post-extract:
${ECHO} INSTALL_MAN=\"${INSTALL_MAN:Q}\" >> ${WRKSRC}/configure.local
${ECHO} INSTALL_DATA=\"${INSTALL_DATA:Q}\" >> ${WRKSRC}/configure.local
${ECHO} MANM_ROFF="mandoc-roff" >> ${WRKSRC}/configure.local
+ ${ECHO} BINM_SOELIM="msoelim" >> ${WRKSRC}/configure.local
# Need -lrt for nanosleep(2) on Solaris.
.if ${OPSYS} == "SunOS"
${ECHO} LDADD=\"-lrt\" >> ${WRKSRC}/configure.local
Index: pkgsrc/textproc/mdocml/PLIST
diff -u pkgsrc/textproc/mdocml/PLIST:1.13 pkgsrc/textproc/mdocml/PLIST:1.14
--- pkgsrc/textproc/mdocml/PLIST:1.13 Thu Jul 14 15:26:42 2016
+++ pkgsrc/textproc/mdocml/PLIST Wed Sep 7 18:50:05 2016
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.13 2016/07/14 15:26:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2016/09/07 18:50:05 wiz Exp $
bin/apropos
bin/demandoc
bin/man
bin/mandoc
-bin/soelim
+bin/msoelim
bin/whatis
include/mandoc/man.h
include/mandoc/mandoc.h
@@ -15,7 +15,7 @@ man/man1/apropos.1
man/man1/demandoc.1
man/man1/man.1
man/man1/mandoc.1
-man/man1/soelim.1
+man/man1/msoelim.1
man/man1/whatis.1
man/man3/mandoc.3
man/man3/mandoc_escape.3
Home |
Main Index |
Thread Index |
Old Index