summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorfredb <fredb>2002-04-17 04:45:06 +0000
committerfredb <fredb>2002-04-17 04:45:06 +0000
commit80adf730e4f4f7bd43e06a3e29c7dd89950ea573 (patch)
treedc783e63ef8448e3a620be967f9233cff8ff8e71 /print
parente7de9bc919d9f30ebe6b6c0492f1843bc32c1937 (diff)
downloadpkgsrc-80adf730e4f4f7bd43e06a3e29c7dd89950ea573.tar.gz
Update dependency on xforms. We're mainly bumping the dependency
and package revision, since we may now link against the forms shared library, and because we also have to add a dependency on jpeg lib.
Diffstat (limited to 'print')
-rw-r--r--print/lyx/Makefile7
-rw-r--r--print/lyx/distinfo3
-rw-r--r--print/lyx/patches/patch-aa22
3 files changed, 28 insertions, 4 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index 4286ccbce2b..d03922fa49e 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.41 2002/03/13 17:37:37 fredb Exp $
+# $NetBSD: Makefile,v 1.42 2002/04/17 04:45:16 fredb Exp $
# FreeBSD Id: Makefile,v 1.14 1998/02/14 16:46:50 andreas Exp
#
DISTNAME= lyx-1.1.6fix4
PKGNAME= lyx-1.1.6.4
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= print
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/ \
@@ -16,7 +16,8 @@ COMMENT= Graphical frontend for LaTeX (nearly WYSIWYG)
DEPENDS= ispell-base-[0-9]*:../../textproc/ispell-base
DEPENDS+= teTeX>=1.0.6:../../print/teTeX
-DEPENDS+= xforms>=0.88nb1:../../x11/xforms
+DEPENDS+= jpeg-6b:../../graphics/jpeg
+DEPENDS+= xforms>=0.9999:../../x11/xforms
USE_PERL5= YES
USE_XPM= YES
diff --git a/print/lyx/distinfo b/print/lyx/distinfo
index 70bca26d60e..a4b34cda654 100644
--- a/print/lyx/distinfo
+++ b/print/lyx/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.6 2002/01/20 08:09:50 martti Exp $
+$NetBSD: distinfo,v 1.7 2002/04/17 04:45:16 fredb Exp $
SHA1 (lyx-1.1.6fix4.tar.gz) = 0256ba5955bf98068f8dc0768224d70840858418
Size (lyx-1.1.6fix4.tar.gz) = 5564584 bytes
+SHA1 (patch-aa) = 4ebd6cab59d6db11c5a8e49db610573fb8bb80f2
diff --git a/print/lyx/patches/patch-aa b/print/lyx/patches/patch-aa
new file mode 100644
index 00000000000..0175ae8d588
--- /dev/null
+++ b/print/lyx/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.7 2002/04/17 04:45:17 fredb Exp $
+
+--- configure.orig Fri Aug 3 07:21:35 2001
++++ configure
+@@ -8175,7 +8175,7 @@
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+ ac_save_LIBS="$LIBS"
+-LIBS="-lforms $LYX_LIBS $LIBS"
++LIBS="-lforms -ljpeg -lXpm $LYX_LIBS $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 8181 "configure"
+ #include "confdefs.h"
+@@ -8206,7 +8206,7 @@
+ fi
+ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+ echo "$ac_t""yes" 1>&6
+- LYX_LIBS="-lforms $LYX_LIBS"
++ LYX_LIBS="-lforms -ljpeg -lXpm $LYX_LIBS"
+ else
+ echo "$ac_t""no" 1>&6
+ echo $ac_n "checking for fl_initialize in -lxforms""... $ac_c" 1>&6