pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/teTeX3-bin teTeX-bin does not need libwww any mo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85ed6a9d294d
branches:  trunk
changeset: 550356:85ed6a9d294d
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Nov 19 21:16:02 2008 +0000

description:
teTeX-bin does not need libwww any more.  Noticed by Yorick Hardy in
PR 36336.

Bump PKGREVISION.

diffstat:

 print/teTeX3-bin/Makefile        |  4 ++--
 print/teTeX3-bin/Makefile.common |  5 +----
 2 files changed, 3 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 84681a609be9 -r 85ed6a9d294d print/teTeX3-bin/Makefile
--- a/print/teTeX3-bin/Makefile Wed Nov 19 16:35:23 2008 +0000
+++ b/print/teTeX3-bin/Makefile Wed Nov 19 21:16:02 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2008/11/10 17:21:38 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2008/11/19 21:16:02 minskim Exp $
 
 DISTNAME=      tetex-src-3.0
 PKGNAME=       ${DISTNAME:C/tetex/teTeX/:C/src/bin/}
-PKGREVISION=   19
+PKGREVISION=   20
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/3.0/distrib/}
 
diff -r 84681a609be9 -r 85ed6a9d294d print/teTeX3-bin/Makefile.common
--- a/print/teTeX3-bin/Makefile.common  Wed Nov 19 16:35:23 2008 +0000
+++ b/print/teTeX3-bin/Makefile.common  Wed Nov 19 21:16:02 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2008/08/07 15:51:11 joerg Exp $
+# $NetBSD: Makefile.common,v 1.10 2008/11/19 21:16:03 minskim Exp $
 
 TETEX_BIN_VERS=                3.0
 DIST_SUBDIR=           teTeX
@@ -18,8 +18,6 @@
 CONFIGURE_ARGS+=       --with-hp2627win
 CONFIGURE_ARGS+=       --with-mftalkwin
 CONFIGURE_ARGS+=       --with-x11
-CONFIGURE_ARGS+=       --with-system-wwwlib
-CONFIGURE_ARGS+=       --with-libwww-config=${LOCALBASE}/bin/libwww-config
 CONFIGURE_ARGS+=       --with-system-ncurses
 CONFIGURE_ARGS+=       --with-ncurses-include=${BUILDLINK_PREFIX.ncurses}/include
 CONFIGURE_ARGS+=       --with-ncurses-libdir=${BUILDLINK_PREFIX.ncurses}/lib
@@ -54,7 +52,6 @@
 OWN_DIRS_PERMS+=       ${TEXFONTSDIR}/source ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 1777
 OWN_DIRS_PERMS+=       ${TEXFONTSDIR}/tfm ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 1777
 
-.include "../../www/libwww/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../fonts/t1lib/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index