svn commit: r490076 - branches/2019Q1/www/sitecopy

Kurt Jaeger pi at FreeBSD.org
Sat Jan 12 19:38:56 UTC 2019


Author: pi
Date: Sat Jan 12 19:38:54 2019
New Revision: 490076
URL: https://svnweb.freebsd.org/changeset/ports/490076

Log:
  MFH: r490075
  
  www/sitecopy: unbreak on 12 and later
  
  PR:		234524
  Submitted by:	Helge Oldach <freebsd at oldach.net> (maintainer)
  Approved by:	portmgr (unbreak blanket)

Modified:
  branches/2019Q1/www/sitecopy/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/www/sitecopy/Makefile
==============================================================================
--- branches/2019Q1/www/sitecopy/Makefile	Sat Jan 12 19:34:15 2019	(r490075)
+++ branches/2019Q1/www/sitecopy/Makefile	Sat Jan 12 19:38:54 2019	(r490076)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sitecopy
 PORTVERSION=	0.16.6
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www
 MASTER_SITES=	http://www.manyfish.co.uk/${PORTNAME}/ \
 		GENTOO
@@ -43,5 +43,9 @@ post-patch:
 		${WRKSRC}/src/sitestore.c
 	@${REINPLACE_CMD} -e 's|25 26 27 28|& 29 30|g' \
 		${WRKSRC}/configure
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200072
+	@${REINPLACE_CMD} -e '/#define ksize_t /d' \
+		${WRKSRC}/configure
+.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list