Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2012 20:56:53 +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: r304067 - in head/misc: . compat9x
Message-ID:  <201209102056.q8AKurPl018512@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Mon Sep 10 20:56:53 2012
New Revision: 304067
URL: http://svn.freebsd.org/changeset/ports/304067

Log:
  Add compat9x after some people ask to it
  
  Requested by:	des@, obrien@

Added:
  head/misc/compat9x/
     - copied from r304039, head/misc/compat8x/
Deleted:
  head/misc/compat9x/pkg-plist.sparc64
Modified:
  head/misc/Makefile
  head/misc/compat9x/Makefile
  head/misc/compat9x/distinfo
  head/misc/compat9x/pkg-descr
  head/misc/compat9x/pkg-plist.amd64
  head/misc/compat9x/pkg-plist.i386

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Mon Sep 10 20:55:53 2012	(r304066)
+++ head/misc/Makefile	Mon Sep 10 20:56:53 2012	(r304067)
@@ -53,6 +53,7 @@
     SUBDIR += compat6x
     SUBDIR += compat7x
     SUBDIR += compat8x
+    SUBDIR += compat9x
     SUBDIR += countrycodes
     SUBDIR += cpuid
     SUBDIR += crosspad

Modified: head/misc/compat9x/Makefile
==============================================================================
--- head/misc/compat8x/Makefile	Mon Sep 10 15:53:37 2012	(r304039)
+++ head/misc/compat9x/Makefile	Mon Sep 10 20:56:53 2012	(r304067)
@@ -1,12 +1,12 @@
-# New ports collection makefile for:	compat8x
-# Date created:				30 Aug 2011
+# New ports collection makefile for:	compat9x
+# Date created:				10 Sep 2012
 # Whom:					garga
 #
 # $FreeBSD$
 #
 
-PORTNAME=	compat8x
-PORTVERSION=	8.2.802000.201203
+PORTNAME=	compat9x
+PORTVERSION=	9.0.900000.201209
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	garga/compat
@@ -18,7 +18,7 @@ COMMENT=	A convenience package to instal
 
 USE_BZIP2=	yes
 NO_BUILD=	yes
-ONLY_FOR_ARCHS=	i386 amd64 sparc64
+ONLY_FOR_ARCHS=	i386 amd64
 PLIST=		${PKGDIR}/pkg-plist.${ARCH}
 TARGET_DIR=	${PREFIX}/lib/compat
 TARGET32_DIR=	${PREFIX}/lib32/compat
@@ -26,8 +26,8 @@ USE_LDCONFIG=	${TARGET_DIR}
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 900042
-IGNORE=		is for FreeBSD 9.x and newer
+.if ${OSVERSION} < 1000009
+IGNORE=		is for FreeBSD 10.x and newer
 .endif
 
 .if ${ARCH} == amd64

Modified: head/misc/compat9x/distinfo
==============================================================================
--- head/misc/compat8x/distinfo	Mon Sep 10 15:53:37 2012	(r304039)
+++ head/misc/compat9x/distinfo	Mon Sep 10 20:56:53 2012	(r304067)
@@ -1,6 +1,4 @@
-SHA256 (compat8x-amd64-8.2.802000.201203.tar.bz2) = 49a823e4d0853a19cec3d8da0a7cdfae04b1879a39f0ab00cc7a9f467d19786f
-SIZE (compat8x-amd64-8.2.802000.201203.tar.bz2) = 618543
-SHA256 (compat8x-i386-8.2.802000.201203.tar.bz2) = 99d1d39bc26c6ee05e9eb1bbdfec159e53e9911e0f98e8f93ac8ba0ed89009f8
-SIZE (compat8x-i386-8.2.802000.201203.tar.bz2) = 356417
-SHA256 (compat8x-sparc64-8.2.802000.201203.tar.bz2) = 54fb416d05c0d5b00f567e359aabdef015ef5f169ada6399487cea0afc267cdb
-SIZE (compat8x-sparc64-8.2.802000.201203.tar.bz2) = 321206
+SHA256 (compat9x-amd64-9.0.900000.201209.tar.bz2) = 8ca958da1c8a23df03907a3062a4fe284bc6f7ee91a8bf49420a1e33585c3a68
+SIZE (compat9x-amd64-9.0.900000.201209.tar.bz2) = 2856059
+SHA256 (compat9x-i386-9.0.900000.201209.tar.bz2) = d0693438280c498709d77b4b6caed37956a98db5e37b54e3920f56fce163fce5
+SIZE (compat9x-i386-9.0.900000.201209.tar.bz2) = 1385185

Modified: head/misc/compat9x/pkg-descr
==============================================================================
--- head/misc/compat8x/pkg-descr	Mon Sep 10 15:53:37 2012	(r304039)
+++ head/misc/compat9x/pkg-descr	Mon Sep 10 20:56:53 2012	(r304067)
@@ -1,4 +1,4 @@
-This package allows you to install the compat8x libraries on your
+This package allows you to install the compat9x libraries on your
 system, so you can use legacy binaries that depend on them.
 
 Ports usage example:
@@ -6,7 +6,7 @@ Ports usage example:
 --
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 900042
-LIB_DEPENDS+=	ufs.5:${PORTSDIR}/misc/compat8x
+.if ${OSVERSION} >= 1000009
+LIB_DEPENDS+=	archive.5:${PORTSDIR}/misc/compat9x
 .endif
 --

Modified: head/misc/compat9x/pkg-plist.amd64
==============================================================================
--- head/misc/compat8x/pkg-plist.amd64	Mon Sep 10 15:53:37 2012	(r304039)
+++ head/misc/compat9x/pkg-plist.amd64	Mon Sep 10 20:56:53 2012	(r304067)
@@ -1,28 +1,34 @@
-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/libtacplus.so.4
-lib/compat/libufs.so.5
-lib/compat/libutil.so.8
-lib/compat/libz.so.5
-lib32/compat/libbsnmp.so.5
-lib32/compat/libcam.so.5
-lib32/compat/libdwarf.so.2
-lib32/compat/libobjc.so.4
-lib32/compat/libopie.so.6
-lib32/compat/libpcap.so.7
-lib32/compat/librtld_db.so.1
-lib32/compat/libsbuf.so.5
-lib32/compat/libtacplus.so.4
-lib32/compat/libufs.so.5
-lib32/compat/libutil.so.8
-lib32/compat/libz.so.5
+lib/compat/libarchive.so.5
+lib/compat/libasn1.so.10
+lib/compat/libcrypto.so.6
+lib/compat/libftpio.so.8
+lib/compat/libhdb.so.10
+lib/compat/libheimntlm.so.10
+lib/compat/libhx509.so.10
+lib/compat/libkadm5clnt.so.10
+lib/compat/libkadm5srv.so.10
+lib/compat/libkafs5.so.10
+lib/compat/libkrb5.so.10
+lib/compat/libmd.so.5
+lib/compat/libodialog.so.7
+lib/compat/libroken.so.10
+lib/compat/libssl.so.6
+lib/compat/libusb.so.2
+lib32/compat/libarchive.so.5
+lib32/compat/libasn1.so.10
+lib32/compat/libcrypto.so.6
+lib32/compat/libftpio.so.8
+lib32/compat/libhdb.so.10
+lib32/compat/libheimntlm.so.10
+lib32/compat/libhx509.so.10
+lib32/compat/libkadm5clnt.so.10
+lib32/compat/libkadm5srv.so.10
+lib32/compat/libkafs5.so.10
+lib32/compat/libkrb5.so.10
+lib32/compat/libodialog.so.7
+lib32/compat/libroken.so.10
+lib32/compat/libssl.so.6
+lib32/compat/libusb.so.2
 @dirrmtry lib/compat
 @dirrmtry lib32/compat
 @dirrmtry lib32

Modified: head/misc/compat9x/pkg-plist.i386
==============================================================================
--- head/misc/compat8x/pkg-plist.i386	Mon Sep 10 15:53:37 2012	(r304039)
+++ head/misc/compat9x/pkg-plist.i386	Mon Sep 10 20:56:53 2012	(r304067)
@@ -1,15 +1,17 @@
-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/libpkg.so.0
-lib/compat/librtld_db.so.1
-lib/compat/libsbuf.so.5
-lib/compat/libtacplus.so.4
-lib/compat/libufs.so.5
-lib/compat/libutil.so.8
-lib/compat/libz.so.5
+lib/compat/libarchive.so.5
+lib/compat/libasn1.so.10
+lib/compat/libcrypto.so.6
+lib/compat/libftpio.so.8
+lib/compat/libhdb.so.10
+lib/compat/libheimntlm.so.10
+lib/compat/libhx509.so.10
+lib/compat/libkadm5clnt.so.10
+lib/compat/libkadm5srv.so.10
+lib/compat/libkafs5.so.10
+lib/compat/libkrb5.so.10
+lib/compat/libmd.so.5
+lib/compat/libodialog.so.7
+lib/compat/libroken.so.10
+lib/compat/libssl.so.6
+lib/compat/libusb.so.2
 @dirrmtry lib/compat



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