svn commit: r365056 - head/net-im/centerim-devel
Adam Weinberger
adamw at FreeBSD.org
Fri Aug 15 21:32:58 UTC 2014
Author: adamw
Date: Fri Aug 15 21:32:57 2014
New Revision: 365056
URL: http://svnweb.freebsd.org/changeset/ports/365056
QAT: https://qat.redports.org/buildarchive/r365056/
Log:
Fix build on -current and fix shebangs.
Modified:
head/net-im/centerim-devel/Makefile
Modified: head/net-im/centerim-devel/Makefile
==============================================================================
--- head/net-im/centerim-devel/Makefile Fri Aug 15 21:29:39 2014 (r365055)
+++ head/net-im/centerim-devel/Makefile Fri Aug 15 21:32:57 2014 (r365056)
@@ -17,13 +17,18 @@ LICENSE= GPLv2
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
USE_PYTHON_RUN= yes
-USES= iconv gmake perl5 pkgconfig
+USES= iconv gmake perl5 pkgconfig shebangfix
USE_PERL5= run
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ssl --with-openssl
CONFLICTS= centericq-[0-9]* centerim-[0-9]*
+SHEBANG_FILES= misc/cimformathistory misc/cimextracthistory.pl
+SHEBANG_LANG= gawk
+gawk_OLD_CMD= /bin/gawk
+gawk_CMD= /usr/bin/awk
+
OPTIONS_DEFINE= NLS MULTIBYTE FRIBIDI MSN YAHOO AIM IRC JABBER GPGME RSS LJ GG
FRIBIDI_DESC= Fribidi Support
@@ -62,6 +67,8 @@ GPGME_CONFIGURE_OFF= --with-gpgme-prefix
post-patch:
@${REINPLACE_CMD} -e 's|/var/run/screen|/tmp/screens|' \
${WRKSRC}/src/icqconf.cc
+ @${REINPLACE_CMD} -e 's|-R$$found_dir|-Wl,-rpath,$$found_dir|' \
+ ${WRKSRC}/configure
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-head
mailing list