Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2014 18:08:31 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349276 - head/deskutils/parcellite
Message-ID:  <201403261808.s2QI8VQ0013891@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403261808.s2QI8VQ0013891>