aboutsummaryrefslogtreecommitdiff
path: root/archivers/rar/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-02-19 19:58:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-02-19 19:58:47 +0000
commit348f25b37bd890f6e7161bd760e89bc7cefb38a9 (patch)
treef7b56b6a38c355bc22f314f982b651a556552e28 /archivers/rar/Makefile
parentae9ebf0282763dc82342c5ceadca586a58e5556a (diff)
downloadports-348f25b37bd890f6e7161bd760e89bc7cefb38a9.tar.gz
ports-348f25b37bd890f6e7161bd760e89bc7cefb38a9.zip
- Update to 5.2.1
- Add missing RUN_DEPENDS (compat9x) for FreeBSD 10 and above [1] PR: 196886 Obtained from: Ralf van der Enden <tremere@cainites.net> [1] Approved by: maintainer (timeout, 1 month)
Notes
Notes: svn path=/head/; revision=379382
Diffstat (limited to 'archivers/rar/Makefile')
-rw-r--r--archivers/rar/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile
index bc97b0d2a076..857c2825e59f 100644
--- a/archivers/rar/Makefile
+++ b/archivers/rar/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= rar
-PORTVERSION= 5.1.0
+PORTVERSION= 5.2.1
PORTEPOCH= 3
CATEGORIES= archivers
MASTER_SITES= http://www.rarlab.com/rar/
@@ -37,6 +37,10 @@ IGNORE= requires a kernel with compiled-in IA32 compatibility
.endif
.endif
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000054
+RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rar_static ${STAGEDIR}${PREFIX}/bin/rar
${INSTALL_MAN} ${WRKSRC}/rar.txt ${STAGEDIR}${PREFIX}/man/cat1/rar.1