svn commit: r508762 - head/textproc/scdoc

Jan Beich jbeich at FreeBSD.org
Mon Aug 12 19:14:59 UTC 2019


Author: jbeich
Date: Mon Aug 12 19:14:58 2019
New Revision: 508762
URL: https://svnweb.freebsd.org/changeset/ports/508762

Log:
  textproc/scdoc: switch to dynamic linking
  
  Let binary packages take advantage of newer libc.

Modified:
  head/textproc/scdoc/Makefile   (contents, props changed)

Modified: head/textproc/scdoc/Makefile
==============================================================================
--- head/textproc/scdoc/Makefile	Mon Aug 12 19:14:50 2019	(r508761)
+++ head/textproc/scdoc/Makefile	Mon Aug 12 19:14:58 2019	(r508762)
@@ -2,6 +2,7 @@
 
 PORTNAME=	scdoc
 DISTVERSION=	1.9.6
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	https://git.sr.ht/~sircmpwn/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
 
@@ -21,6 +22,7 @@ PLIST_FILES=	bin/${PORTNAME} \
 		man/man5/${PORTNAME}.5.gz
 
 post-patch:
+	@${REINPLACE_CMD} '/-static/d' ${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -i '' -e 's,--date=,-jf "%F %T" ,' \
 		${WRKSRC}/test/preamble
 


More information about the svn-ports-all mailing list