Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2014 01:34:58 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369683 - head/net-im/libpurple
Message-ID:  <201410010134.s911YwUj048997@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Wed Oct  1 01:34:57 2014
New Revision: 369683
URL: http://svnweb.freebsd.org/changeset/ports/369683
QAT: https://qat.redports.org/buildarchive/r369683/

Log:
  Fix staging when Perl is enabled for slave ports.
  
  Reported by:	John Wood <john@charpa.org>

Modified:
  head/net-im/libpurple/Makefile

Modified: head/net-im/libpurple/Makefile
==============================================================================
--- head/net-im/libpurple/Makefile	Wed Oct  1 01:18:56 2014	(r369682)
+++ head/net-im/libpurple/Makefile	Wed Oct  1 01:34:57 2014	(r369683)
@@ -325,7 +325,7 @@ post-patch:
 		's|$$(top_builddir)/libpurple/libpurple.la|-lpurple|'
 .endif
 
-.if ${PORT_OPTIONS:MPERL}
+.if !defined(PIDGIN_SLAVE) && ${PORT_OPTIONS:MPERL}
 post-stage:
 	@${SED} -i '' -e 's|^${STAGEDIR}||g' \
 		${STAGEDIR}${PREFIX}/lib/purple-2/perl/auto/Purple/.packlist



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