Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2013 11:39:40 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330387 - head/misc/compat8x
Message-ID:  <201310151139.r9FBdeLZ054477@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Tue Oct 15 11:39:39 2013
New Revision: 330387
URL: http://svnweb.freebsd.org/changeset/ports/330387

Log:
  - Update to 8.4.201310
  - Remove liblwres.so.50 (not present on 8.4)
  - Remove libstdc++.so.6 to avoid conflict with compat9x [1]
  - Support staging
  
  Suggested by:	des@ [1]

Modified:
  head/misc/compat8x/Makefile   (contents, props changed)
  head/misc/compat8x/distinfo   (contents, props changed)
  head/misc/compat8x/pkg-plist.amd64   (contents, props changed)
  head/misc/compat8x/pkg-plist.i386   (contents, props changed)

Modified: head/misc/compat8x/Makefile
==============================================================================
--- head/misc/compat8x/Makefile	Tue Oct 15 11:37:43 2013	(r330386)
+++ head/misc/compat8x/Makefile	Tue Oct 15 11:39:39 2013	(r330387)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	compat8x
-PORTVERSION=	8.4.804000.201309
-PORTREVISION=	1
+PORTVERSION=	8.4.804000.201310
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	garga/compat
@@ -20,7 +19,6 @@ TARGET_DIR=	${PREFIX}/lib/compat
 TARGET32_DIR=	${PREFIX}/lib32/compat
 USE_LDCONFIG=	${TARGET_DIR}
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 800000
@@ -33,11 +31,11 @@ USE_LDCONFIG32=	${TARGET32_DIR}
 .endif
 
 do-install:
-	@${MKDIR} -m 0755 ${TARGET_DIR}
-	(cd ${WRKSRC}/lib && ${INSTALL_DATA} *.so.* ${TARGET_DIR})
+	@${MKDIR} -m 0755 ${STAGEDIR}${TARGET_DIR}
+	(cd ${WRKSRC}/lib && ${INSTALL_DATA} *.so.* ${STAGEDIR}${TARGET_DIR})
 .if ${ARCH} == amd64
-	@${MKDIR} ${TARGET32_DIR}
-	(cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${TARGET32_DIR})
+	@${MKDIR} ${STAGEDIR}${TARGET32_DIR}
+	(cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${STAGEDIR}${TARGET32_DIR})
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/misc/compat8x/distinfo
==============================================================================
--- head/misc/compat8x/distinfo	Tue Oct 15 11:37:43 2013	(r330386)
+++ head/misc/compat8x/distinfo	Tue Oct 15 11:39:39 2013	(r330387)
@@ -1,4 +1,4 @@
-SHA256 (compat8x-amd64-8.4.804000.201309.tar.xz) = f75db4b4922612b7c6876b51affd432012ab09bc2ce8cdca4a7c181521b8e698
-SIZE (compat8x-amd64-8.4.804000.201309.tar.xz) = 889828
-SHA256 (compat8x-i386-8.4.804000.201309.tar.xz) = ec7bd8f900f3f7e9c695c66e709d85d4d839fb68aa20bd6ca5d39cdd8beb6cb2
-SIZE (compat8x-i386-8.4.804000.201309.tar.xz) = 482692
+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

Modified: head/misc/compat8x/pkg-plist.amd64
==============================================================================
--- head/misc/compat8x/pkg-plist.amd64	Tue Oct 15 11:37:43 2013	(r330386)
+++ head/misc/compat8x/pkg-plist.amd64	Tue Oct 15 11:39:39 2013	(r330387)
@@ -1,13 +1,11 @@
 lib/compat/libbsnmp.so.5
 lib/compat/libcam.so.5
 lib/compat/libdwarf.so.2
-lib/compat/liblwres.so.50
 lib/compat/libobjc.so.4
 lib/compat/libopie.so.6
 lib/compat/libpcap.so.7
 lib/compat/librtld_db.so.1
 lib/compat/libsbuf.so.5
-lib/compat/libstdc++.so.6
 lib/compat/libtacplus.so.4
 lib/compat/libufs.so.5
 lib/compat/libutil.so.8
@@ -20,7 +18,6 @@ lib32/compat/libopie.so.6
 lib32/compat/libpcap.so.7
 lib32/compat/librtld_db.so.1
 lib32/compat/libsbuf.so.5
-lib32/compat/libstdc++.so.6
 lib32/compat/libtacplus.so.4
 lib32/compat/libufs.so.5
 lib32/compat/libutil.so.8

Modified: head/misc/compat8x/pkg-plist.i386
==============================================================================
--- head/misc/compat8x/pkg-plist.i386	Tue Oct 15 11:37:43 2013	(r330386)
+++ head/misc/compat8x/pkg-plist.i386	Tue Oct 15 11:39:39 2013	(r330387)
@@ -1,13 +1,11 @@
 lib/compat/libbsnmp.so.5
 lib/compat/libcam.so.5
 lib/compat/libdwarf.so.2
-lib/compat/liblwres.so.50
 lib/compat/libobjc.so.4
 lib/compat/libopie.so.6
 lib/compat/libpcap.so.7
 lib/compat/librtld_db.so.1
 lib/compat/libsbuf.so.5
-lib/compat/libstdc++.so.6
 lib/compat/libtacplus.so.4
 lib/compat/libufs.so.5
 lib/compat/libutil.so.8



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