pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www fix/improvement from Jeremy C. Reed.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f3272b56518
branches:  trunk
changeset: 493426:4f3272b56518
user:      kei <kei%pkgsrc.org@localhost>
date:      Thu May 05 20:50:49 2005 +0000

description:
fix/improvement from Jeremy C. Reed.

 - honor PKG_SYSCONFDIR.
 - --with-termlib=ncurses is needed under linux.
 - specify ${MAIL_CMD}, not 'Mail' directly as mailer.

bump PKGREVISION.

diffstat:

 www/w3m-img/Makefile    |  4 ++--
 www/w3m/Makefile        |  4 ++--
 www/w3m/Makefile.common |  8 ++++++--
 3 files changed, 10 insertions(+), 6 deletions(-)

diffs (58 lines):

diff -r ad29d0fe3f8d -r 4f3272b56518 www/w3m-img/Makefile
--- a/www/w3m-img/Makefile      Thu May 05 20:30:14 2005 +0000
+++ b/www/w3m-img/Makefile      Thu May 05 20:50:49 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2004/12/28 23:18:18 reed Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/05 20:50:49 kei Exp $
 #
 
 PKGNAME=       w3m-img-${W3M_VERS}
-PKGREVISION=   2
+PKGREVISION=   3
 COMMENT=       Multilingualized version of a pager/text-based browser w3m with inline image support
 
 CONFLICTS+=    w3m-[0-9]*
diff -r ad29d0fe3f8d -r 4f3272b56518 www/w3m/Makefile
--- a/www/w3m/Makefile  Thu May 05 20:30:14 2005 +0000
+++ b/www/w3m/Makefile  Thu May 05 20:50:49 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2004/07/18 10:49:49 recht Exp $
+# $NetBSD: Makefile,v 1.46 2005/05/05 20:50:49 kei Exp $
 #
 
 PKGNAME=       w3m-${W3M_VERS}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       Multilingualized version of a pager/text-based browser w3m
 
 CONFLICTS+=    w3m-img-[0-9]*
diff -r ad29d0fe3f8d -r 4f3272b56518 www/w3m/Makefile.common
--- a/www/w3m/Makefile.common   Thu May 05 20:30:14 2005 +0000
+++ b/www/w3m/Makefile.common   Thu May 05 20:50:49 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.32 2005/04/11 21:48:02 tv Exp $
+# $NetBSD: Makefile.common,v 1.33 2005/05/05 20:50:49 kei Exp $
 #
 
 DISTNAME=      w3m-${W3M_VERS}
@@ -70,6 +70,9 @@
 
 .if ${OPSYS} == "Darwin"
 CONFIGURE_ARGS+=       --with-termlib=curses
+.elif ${OPSYS} == "Linux"
+.include "../../mk/curses.buildlink3.mk"
+CONFIGURE_ARGS+=       --with-termlib=ncurses
 .else
 CONFIGURE_ARGS+=       --with-termlib=termcap
 .endif
@@ -87,8 +90,9 @@
 CONFIGURE_ARGS+=       --with-browser=
 CONFIGURE_ARGS+=       --with-editor=vi
 CONFIGURE_ARGS+=       --with-gc=${BUILDLINK_PREFIX.boehm-gc}
-CONFIGURE_ARGS+=       --with-mailer=Mail
+CONFIGURE_ARGS+=       --with-mailer=${MAIL_CMD}
 CONFIGURE_ARGS+=       --with-ssl=${SSLBASE}
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 
 .if ${_W3M_USE_IMAGE} == YES
 PLIST_SUBST+=          USE_IMAGE=''



Home | Main Index | Thread Index | Old Index