Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2015 21:39:09 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401829 - head/misc/compat8x
Message-ID:  <201511172139.tAHLd99b007931@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Tue Nov 17 21:39:08 2015
New Revision: 401829
URL: https://svnweb.freebsd.org/changeset/ports/401829

Log:
  Take over maintainership.  Regenerate the tarball.  Replace the conditional
  dependency on compat9x with an unconditional one.  Use INSTALL_LIB instead
  of INSTALL_DATA.

Modified:
  head/misc/compat8x/Makefile
  head/misc/compat8x/distinfo

Modified: head/misc/compat8x/Makefile
==============================================================================
--- head/misc/compat8x/Makefile	Tue Nov 17 21:36:51 2015	(r401828)
+++ head/misc/compat8x/Makefile	Tue Nov 17 21:39:08 2015	(r401829)
@@ -1,18 +1,15 @@
 # $FreeBSD$
 
 PORTNAME=	compat8x
-PORTVERSION=	8.4.804000.201310
-PORTREVISION=	2
+PORTVERSION=	8.4.804000.20151116
 CATEGORIES=	misc
-MASTER_SITES=	LOCAL/garga/compat
+MASTER_SITES=	LOCAL/des
 PKGNAMESUFFIX=	-${ARCH}
 DISTNAME=	${PORTNAME}-${ARCH}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Convenience package to install the compat8x libraries
 
-LICENSE=	BSD2CLAUSE
-
 USES=		tar:xz
 NO_BUILD=	yes
 ONLY_FOR_ARCHS=	i386 amd64
@@ -23,9 +20,12 @@ USE_LDCONFIG=	${TARGET_DIR}
 
 .include <bsd.port.pre.mk>
 
-# libstdc++.so.6 could be necessary to run an 8.x binary
-.if ${OSVERSION} >= 1000054
-RUN_DEPENDS=	${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x
+.if ${OSVERSION} < 800000
+IGNORE=		is for FreeBSD 8.x and newer
+.endif
+
+.if ${OSVERSION} >= 1000000
+RUN_DEPENDS=	compat9x-${ARCH}>=0:${PORTSDIR}/misc/compat9x
 .endif
 
 .if ${ARCH} == amd64
@@ -34,10 +34,10 @@ USE_LDCONFIG32=	${TARGET32_DIR}
 
 do-install:
 	@${MKDIR} -m 0755 ${STAGEDIR}${TARGET_DIR}
-	(cd ${WRKSRC}/lib && ${INSTALL_DATA} *.so.* ${STAGEDIR}${TARGET_DIR})
+	(cd ${WRKSRC}/lib && ${INSTALL_LIB} *.so.* ${STAGEDIR}${TARGET_DIR})
 .if ${ARCH} == amd64
 	@${MKDIR} ${STAGEDIR}${TARGET32_DIR}
-	(cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${STAGEDIR}${TARGET32_DIR})
+	(cd ${WRKSRC}/lib32 && ${INSTALL_LIB} *.so.* ${STAGEDIR}${TARGET32_DIR})
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/misc/compat8x/distinfo
==============================================================================
--- head/misc/compat8x/distinfo	Tue Nov 17 21:36:51 2015	(r401828)
+++ head/misc/compat8x/distinfo	Tue Nov 17 21:39:08 2015	(r401829)
@@ -1,4 +1,4 @@
-SHA256 (compat8x-amd64-8.4.804000.201310.tar.xz) = 5f67b39a3c61394e04c50060c3fd071d8e07d5b925645a9087438544b16e50c9
-SIZE (compat8x-amd64-8.4.804000.201310.tar.xz) = 426848
-SHA256 (compat8x-i386-8.4.804000.201310.tar.xz) = 8aca342a2f68d8a8d9626e39e2c02fb3f2dab517d11f4a8533b8f863cf5b98ff
-SIZE (compat8x-i386-8.4.804000.201310.tar.xz) = 234692
+SHA256 (compat8x-amd64-8.4.804000.20151116.tar.xz) = 819f1efd7d3b591910822ac3b94b48920163dc19da30214380fc10ddf2ec53e8
+SIZE (compat8x-amd64-8.4.804000.20151116.tar.xz) = 426908
+SHA256 (compat8x-i386-8.4.804000.20151116.tar.xz) = 75b12cf3014e4dc97d91b7fb0fb73bd15ebcf503b3e0beafdbbbd5eaa47fae1d
+SIZE (compat8x-i386-8.4.804000.20151116.tar.xz) = 234372



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