Find the binary in ".../${LOWER_OPSYS}", rather than ".../netbsd".
Closes PR pkg/13957, by Ryo HAYASAKA. While we're in here, celebrate the major bump in the openssl package's shared libraries by bumping the ${DEPENDS} for libwww -- and bumping arena's version to reflect that change -- to be sure to get the libwww for which the shared libraries carry no gratuitious inter-library dependencies on "libssl.so.?.?". [libwwwssl.so.?.? still carries the dependency, but that isn't gratiutious, and more to the point, arena doesn't link against it.] It's worth noting, that we should not need to bump for the recent png minor bump, since the arena executable only links against libpng directly, rather than via any shared libraries linked against libpng.
This commit is contained in:
parent
b796628c81
commit
f9c8238b5f
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.37 2001/08/27 14:35:15 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.38 2001/09/20 04:56:21 fredb Exp $
|
||||
|
||||
DISTNAME= arena-0.3.62
|
||||
PKGNAME= arena-0.3.62nb1
|
||||
WRKSRC= ${WRKDIR}/Arena-0.3.62
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://ftp.yggdrasil.com/pub/dist/web/arena/
|
||||
|
@ -12,7 +13,7 @@ COMMENT= Experimental HTML 3 browser, supports math and style sheets
|
|||
BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
|
||||
BUILD_USES_MSGFMT= YES
|
||||
DEPENDS+= jpeg-6b:../../graphics/jpeg
|
||||
DEPENDS+= libwww>=5.2.8:../../www/libwww
|
||||
DEPENDS+= libwww>=5.3.2nb1:../../www/libwww
|
||||
DEPENDS+= png>=1.0.11:../../graphics/png
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
|
@ -42,7 +43,7 @@ pre-configure:
|
|||
cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/Arena/netbsd/arena ${PREFIX}/bin/
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/Arena/${LOWER_OPSYS}/arena ${PREFIX}/bin/
|
||||
${INSTALL_DATA} ${WRKSRC}/Arena/Source/arenarc ${PREFIX}/share/examples/
|
||||
if [ ! -f ${LOCALBASE}/etc/arenarc ]; then \
|
||||
${CP} ${PREFIX}/share/examples/arenarc ${LOCALBASE}/etc/; fi
|
||||
|
|
Loading…
Reference in a new issue