svn commit: r490075 - head/www/sitecopy

Kurt Jaeger pi at FreeBSD.org
Sat Jan 12 19:34:16 UTC 2019


Author: pi
Date: Sat Jan 12 19:34:15 2019
New Revision: 490075
URL: https://svnweb.freebsd.org/changeset/ports/490075

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

Modified:
  head/www/sitecopy/Makefile

Modified: head/www/sitecopy/Makefile
==============================================================================
--- head/www/sitecopy/Makefile	Sat Jan 12 19:17:20 2019	(r490074)
+++ head/www/sitecopy/Makefile	Sat Jan 12 19:34:15 2019	(r490075)
@@ -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