summaryrefslogtreecommitdiff
path: root/www/arena
diff options
context:
space:
mode:
authorfredb <fredb>2001-09-20 04:56:21 +0000
committerfredb <fredb>2001-09-20 04:56:21 +0000
commite2fff983dea740a3521d73de568fb97ebf547a64 (patch)
treebfdcb23445a91fece41207e772db09c0fbf1c6ba /www/arena
parent9f6ca0e4ba7af9676a53bbdb62231af6e2a778ba (diff)
downloadpkgsrc-e2fff983dea740a3521d73de568fb97ebf547a64.tar.gz
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.
Diffstat (limited to 'www/arena')
-rw-r--r--www/arena/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/arena/Makefile b/www/arena/Makefile
index 5e25658e3cc..99d7995b184 100644
--- a/www/arena/Makefile
+++ b/www/arena/Makefile
@@ -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