Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jun 2014 06:45:18 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359735 - head/net/rsync
Message-ID:  <201406290645.s5T6jIkf040022@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Sun Jun 29 06:45:18 2014
New Revision: 359735
URL: http://svnweb.freebsd.org/changeset/ports/359735
QAT: https://qat.redports.org/buildarchive/r359735/

Log:
  Unbreak build: Fix typo in popt library dependency (missing p character),
  so that rsync actually finds a preinstalled libpopt.so if it is there.
  
  Approved by:	portmgr (blanket "just fix it" approval)

Modified:
  head/net/rsync/Makefile

Modified: head/net/rsync/Makefile
==============================================================================
--- head/net/rsync/Makefile	Sun Jun 29 06:41:31 2014	(r359734)
+++ head/net/rsync/Makefile	Sun Jun 29 06:45:18 2014	(r359735)
@@ -63,7 +63,7 @@ ICONV_CPPFLAGS=	-I${LOCALBASE}/include
 ICONV_LDFLAGS=	-L${LOCALBASE}/lib
 ICONV_CONFIGURE_ENABLE=	iconv iconv-open
 
-POPT_PORT_LIB_DEPENDS=	libopt.so:${PORTSDIR}/devel/popt
+POPT_PORT_LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt
 POPT_PORT_CPPFLAGS=	-I${LOCALBASE}/include
 POPT_PORT_LDFLAGS=	-L${LOCALBASE}/lib
 POPT_CONFIGURE_WITH=	included-popt



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