Index: head/misc/compat12x/Makefile =================================================================== --- head/misc/compat12x/Makefile (nonexistent) +++ head/misc/compat12x/Makefile (revision 526555) @@ -0,0 +1,41 @@ +# $FreeBSD$ + +PORTNAME= compat12x +PORTVERSION= 12.1.1201000.20200220 +CATEGORIES= misc +MASTER_SITES= LOCAL/bapt +PKGNAMESUFFIX= -${ARCH} +DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Convenience package to install the compat12x libraries + +LICENSE= BSD2CLAUSE + +USES= tar:xz +NO_BUILD= yes +ONLY_FOR_ARCHS= i386 amd64 +PLIST= ${PKGDIR}/pkg-plist.${ARCH} +TARGET_DIR= ${PREFIX}/lib/compat +TARGET32_DIR= ${PREFIX}/lib32/compat +USE_LDCONFIG= ${TARGET_DIR} + +.include + +.if ${OSREL:R} < 13 +IGNORE= is for FreeBSD 13.x and newer +.endif + +.if ${ARCH} == amd64 +USE_LDCONFIG32= ${TARGET32_DIR} +.endif + +do-install: + @${MKDIR} -m 0755 ${STAGEDIR}${TARGET_DIR} + (cd ${WRKSRC}/lib && ${INSTALL_LIB} *.so.* ${STAGEDIR}${TARGET_DIR}) +.if ${ARCH} == amd64 + @${MKDIR} ${STAGEDIR}${TARGET32_DIR} + (cd ${WRKSRC}/lib32 && ${INSTALL_LIB} *.so.* ${STAGEDIR}${TARGET32_DIR}) +.endif + +.include Property changes on: head/misc/compat12x/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/compat12x/distinfo =================================================================== --- head/misc/compat12x/distinfo (nonexistent) +++ head/misc/compat12x/distinfo (revision 526555) @@ -0,0 +1,6 @@ +TIMESTAMP = 1582190702 +SHA256 (compat12x-i386-12.1.1201000.20200220.tar.xz) = 3b6b8e7bd69b27572b8a15797127a7f996366a9b552b64628c71633f48e432bb +SIZE (compat12x-i386-12.1.1201000.20200220.tar.xz) = 159692 +TIMESTAMP = 1582190656 +SHA256 (compat12x-amd64-12.1.1201000.20200220.tar.xz) = a30217e16793249a05cd2cfa84b2171d70803b1beb5be118ebad02fbf033de7e +SIZE (compat12x-amd64-12.1.1201000.20200220.tar.xz) = 313084 Property changes on: head/misc/compat12x/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/compat12x/pkg-descr =================================================================== --- head/misc/compat12x/pkg-descr (nonexistent) +++ head/misc/compat12x/pkg-descr (revision 526555) @@ -0,0 +1,12 @@ +This package allows you to install the compat12x libraries on your +system, so you can use legacy binaries that depend on them. + +Ports usage example: + +-- +.include + +.if ${OSVERSION} >= 1300000 +LIB_DEPENDS+= libncurses.so.8:misc/compat12x +.endif +-- Property changes on: head/misc/compat12x/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/compat12x/pkg-plist.amd64 =================================================================== --- head/misc/compat12x/pkg-plist.amd64 (nonexistent) +++ head/misc/compat12x/pkg-plist.amd64 (revision 526555) @@ -0,0 +1,4 @@ +lib/compat/libncurses.so.8 +lib/compat/libncursesw.so.8 +lib32/compat/libncurses.so.8 +lib32/compat/libncursesw.so.8 Property changes on: head/misc/compat12x/pkg-plist.amd64 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/compat12x/pkg-plist.i386 =================================================================== --- head/misc/compat12x/pkg-plist.i386 (nonexistent) +++ head/misc/compat12x/pkg-plist.i386 (revision 526555) @@ -0,0 +1,2 @@ +lib/compat/libncurses.so.8 +lib/compat/libncursesw.so.8 Property changes on: head/misc/compat12x/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property