1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add stage support for linux-f10-* ports maintained by emulation@

(category x11-toolkits).

- x11-toolkits/linux-f10-gtk2 is not updated yet, it wants to chroot(8)
- Fix plist of linux-f10-qt45
This commit is contained in:
Rene Ladan 2013-10-06 16:09:43 +00:00
parent 2941532445
commit cb992b6d33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329599
6 changed files with 18 additions and 8 deletions

View File

@ -22,5 +22,4 @@ RPMVERSION= 66.fc10
USE_LDCONFIG= yes
PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -23,7 +23,6 @@ USE_LDCONFIG= yes
SRC_DISTFILES=
DISTINFO_FILE= ${MASTERDIR}/distinfo.i386
NO_STAGE= yes
post-extract:
@${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/bin ${WRKSRC}/usr/include \
${WRKSRC}/usr/share ${WRKSRC}/usr/lib/X11

View File

@ -11,7 +11,7 @@ MASTER_SITE_SRC_SUBDIR= netchild/rpms/${LINUX_DIST}${LINUX_DIST_VER}
PKGNAMEPREFIX= linux-f10-
MAINTAINER= emulation@FreeBSD.org
COMMENT= The pango library (Linux Fedora 10)
COMMENT= Pango library (Linux Fedora 10)
CONFLICTS= linux-pango-[0-9]* linux-f8-pango-[0-9]*
@ -26,8 +26,7 @@ USE_LDCONFIG= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
NO_STAGE= yes
post-install:
@${PREFIX}/usr/bin/pango-querymodules-32 > ${PREFIX}/etc/pango/i686-pc-linux-gnu/pango.modules
@${STAGEDIR}${PREFIX}/usr/bin/pango-querymodules-32 > ${STAGEDIR}${PREFIX}/etc/pango/i686-pc-linux-gnu/pango.modules
.include <bsd.port.mk>

View File

@ -19,5 +19,4 @@ RPMVERSION= 9.fc10
USE_LDCONFIG= yes
PLIST= ${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -8,6 +8,22 @@ usr/lib/libQtSql.so.4.5.3
usr/lib/libQtTest.so.4.5.3
usr/lib/libQtXml.so.4.5.3
usr/lib/libQtXmlPatterns.so.4.5.3
usr/lib/libQtCore.so.4.5
usr/lib/libQtDBus.so.4.5
usr/lib/libQtNetwork.so.4.5
usr/lib/libQtScript.so.4.5
usr/lib/libQtSql.so.4.5
usr/lib/libQtTest.so.4.5
usr/lib/libQtXml.so.4.5
usr/lib/libQtXmlPatterns.so.4.5
usr/lib/libQtCore.so.4
usr/lib/libQtDBus.so.4
usr/lib/libQtNetwork.so.4
usr/lib/libQtScript.so.4
usr/lib/libQtSql.so.4
usr/lib/libQtTest.so.4
usr/lib/libQtXml.so.4
usr/lib/libQtXmlPatterns.so.4
usr/lib/qt4/bin/qdbus
usr/lib/qt4/phrasebooks/danish.qph
usr/lib/qt4/phrasebooks/dutch.qph

View File

@ -22,8 +22,6 @@ RPMVERSION= 5.fc10
BRANELF_FILES= usr/bin/wish8.5
USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION="${PORTVERSION}"
DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr
NO_STAGE= yes
.include <bsd.port.mk>