mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix build on -current and fix shebangs.
This commit is contained in:
parent
104eb5d9be
commit
4c029c7c5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365056
@ -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=/nonexistent
|
||||
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}
|
||||
|
Loading…
Reference in New Issue
Block a user