svn commit: r349276 - head/deskutils/parcellite
Rusmir Dusko
nemysis at FreeBSD.org
Wed Mar 26 18:08:31 UTC 2014
Author: nemysis
Date: Wed Mar 26 18:08:31 2014
New Revision: 349276
URL: http://svnweb.freebsd.org/changeset/ports/349276
QAT: https://qat.redports.org/buildarchive/r349276/
Log:
- Bump PORTREVISION for fixng GNU/Linux compatibility,
add REINPLACE
PR: ports/187559
Submitted by: Lawrence "The Dreamer" Chen <beastie at tardisi.com>
Modified:
head/deskutils/parcellite/Makefile
Modified: head/deskutils/parcellite/Makefile
==============================================================================
--- head/deskutils/parcellite/Makefile Wed Mar 26 17:54:08 2014 (r349275)
+++ head/deskutils/parcellite/Makefile Wed Mar 26 18:08:31 2014 (r349276)
@@ -3,6 +3,7 @@
PORTNAME= parcellite
PORTVERSION= 1.1.7
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -31,6 +32,9 @@ SUB_FILES= pkg-message
.include <bsd.port.options.mk>
post-patch:
+ @${REINPLACE_CMD} -e 's|"/proc/|"/compat/linux/proc/|; \
+ s|"/proc"|"/compat/linux/proc"|' \
+ ${WRKSRC}/src/utils.c
.if ${PORT_OPTIONS:MNLS}
@${REINPLACE_CMD} -e 's|$$(DATADIRNAME)/locale|share/locale|' \
${WRKSRC}/po/Makefile.in.in
More information about the svn-ports-all
mailing list