diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-22 15:33:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-22 15:33:53 +0000 |
commit | 8b800b8bea94b7dea2177afbea5e84a53ae52ea5 (patch) | |
tree | 64f84447c8b552d770227ac64d9d5dac79c76515 /emulators | |
parent | 2d55d655540068ab25cc38946f5d3edcb78c2f97 (diff) | |
download | pkgsrc-8b800b8bea94b7dea2177afbea5e84a53ae52ea5.tar.gz |
Update to 1.1:
Install empty /etc/hosts file in emuldir; fixes PR 20343 by Pavel Cahyna.
Wildcard rpm2pkg DEPENDS while here.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/osf1_lib/Makefile | 7 | ||||
-rw-r--r-- | emulators/osf1_lib/PLIST | 3 |
2 files changed, 6 insertions, 4 deletions
diff --git a/emulators/osf1_lib/Makefile b/emulators/osf1_lib/Makefile index d1a1b029516..adad4f6da60 100644 --- a/emulators/osf1_lib/Makefile +++ b/emulators/osf1_lib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2001/03/27 03:19:55 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/22 15:33:53 wiz Exp $ DISTNAME= netscape-4.7-3.alpha -PKGNAME= osf1_lib-1.0 +PKGNAME= osf1_lib-1.1 CATEGORIES= emulators MASTER_SITES= ftp://ftp.support.compaq.com/private/alpha-tools-software/netscape/ EXTRACT_SUFX= .rpm @@ -11,7 +11,7 @@ HOMEPAGE= http://www.support.compaq.com/alpha-tools/software/index.html COMMENT= DEC/Compaq OSF-1/Tru64 compatibility package for netscape RPM2PKG= ${LOCALBASE}/sbin/rpm2pkg -BUILD_DEPENDS+= rpm2pkg-1.2:../../pkgtools/rpm2pkg +BUILD_DEPENDS+= rpm2pkg>=1.2:../../pkgtools/rpm2pkg ONLY_FOR_PLATFORM= NetBSD-*-alpha @@ -42,6 +42,7 @@ do-install: ${RM} -f ${WRKDIR}/PLIST_DYNAMIC ${INSTALL_DATA_DIR} ${EMULDIR} ${RPM2PKG} -d ${PREFIX} -p ${EMULSUBDIR} ${RPMARGS} + ${TOUCH} ${EMULDIR}/etc/hosts (cd ${EMULDIR}; ${MKDIR} usr/lib/X11) (cd ${EMULDIR}/usr/lib/X11; ${LN} -fs ${X11BASE}/lib/X11/locale .) diff --git a/emulators/osf1_lib/PLIST b/emulators/osf1_lib/PLIST index 85046a9fd8c..a6a44eb5b6b 100644 --- a/emulators/osf1_lib/PLIST +++ b/emulators/osf1_lib/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:53:11 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/03/22 15:33:53 wiz Exp $ +emul/osf1/etc/hosts emul/osf1/etc/sia/OSFC2_matrix.conf emul/osf1/etc/sia/bsd_matrix.conf emul/osf1/etc/sia/matrix.conf |