Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Mar 2008 22:45:13 -0400 (EDT)
From:      Geoffrey Mainland <mainland@apeiron.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/121892: [MAINTAINER UPDATE] devel/lhs2TeX
Message-ID:  <20080320024513.17793119DF@hamilton.apeiron.net>
Resent-Message-ID: <200803200310.m2K3A2RK084171@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         121892
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] devel/lhs2TeX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 20 03:10:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Geoffrey Mainland
>Release:        FreeBSD 7.0-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD hilbert.apeiron.net 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #3: Sat Feb 16 15:31:14 EST 2008 toor@hilbert.apeiron.net:/usr/obj/usr/src/sys/HILBERT i386


>Description:

>How-To-Repeat:

>Fix:

diff -ruN devel/lhs2TeX.orig/Makefile devel/lhs2TeX/Makefile
--- devel/lhs2TeX.orig/Makefile	2007-10-04 04:19:15.000000000 -0400
+++ devel/lhs2TeX/Makefile	2008-02-19 00:37:41.000000000 -0500
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	lhs2tex
-PORTVERSION=	1.12
-PORTREVISION=	1
+PORTVERSION=	1.13
 CATEGORIES=	devel haskell
 MASTER_SITES=	http://people.cs.uu.nl/andres/${PORTNAME}/
 
@@ -18,7 +17,6 @@
 BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc \
 		mktexlsr:${PORTSDIR}/print/teTeX-base
 
-USE_BZIP2=	yes
 USE_GMAKE=	yes
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} \
diff -ruN devel/lhs2TeX.orig/distinfo devel/lhs2TeX/distinfo
--- devel/lhs2TeX.orig/distinfo	2007-05-01 07:16:09.000000000 -0400
+++ devel/lhs2TeX/distinfo	2008-02-19 00:37:47.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (lhs2tex-1.12.tar.bz2) = 1bc982e96f19201aaf1c39c1d4b5e358
-SHA256 (lhs2tex-1.12.tar.bz2) = af3440b8d5dda73ad43660fa496f5e1c04a3d3105961847963d0105c69a03447
-SIZE (lhs2tex-1.12.tar.bz2) = 582250
+MD5 (lhs2tex-1.13.tar.gz) = 1173dbe6440f24918f3dc80d776e1f18
+SHA256 (lhs2tex-1.13.tar.gz) = 28282cb4afcc71785b092d358ffb33f5ec7585e50b392ae4fb6391d495a0836b
+SIZE (lhs2tex-1.13.tar.gz) = 601072
diff -ruN devel/lhs2TeX.orig/files/patch-configure devel/lhs2TeX/files/patch-configure
--- devel/lhs2TeX.orig/files/patch-configure	2007-05-01 07:16:09.000000000 -0400
+++ devel/lhs2TeX/files/patch-configure	2008-02-19 01:43:27.000000000 -0500
@@ -1,11 +1,66 @@
---- ./configure.orig	Wed Apr 25 22:41:37 2007
-+++ ./configure	Wed Apr 25 22:41:55 2007
-@@ -2726,7 +2726,7 @@
+--- configure.orig	2008-02-19 01:11:52.000000000 -0500
++++ configure	2008-02-19 01:42:57.000000000 -0500
+@@ -2637,54 +2637,6 @@
+   POLYTABLE_INSTALL=yes
+ fi
+ 
+-if test "z$POLYTABLE_INSTALL" = "zyes"; then
+-
+-{ echo "$as_me:$LINENO: checking for the polytable package" >&5
+-echo $ECHO_N "checking for the polytable package... $ECHO_C" >&6; }
+-if test -x "$KPSEWHICH"; then
+-  POLYTABLE="`$KPSEWHICH polytable.sty`"
+-fi
+-if test -f "$POLYTABLE"; then
+-  { echo "$as_me:$LINENO: result: $POLYTABLE" >&5
+-echo "${ECHO_T}$POLYTABLE" >&6; }
+-  { echo "$as_me:$LINENO: checking for version of polytable" >&5
+-echo $ECHO_N "checking for version of polytable... $ECHO_C" >&6; }
+-  POLYTABLE_VERSION=`$GREP " v.* .polytable. package" $POLYTABLE | $SED -e "s/^.*v\(.*\) .polytable. package.*$/\1/"`
+-  { echo "$as_me:$LINENO: result: $POLYTABLE_VERSION" >&5
+-echo "${ECHO_T}$POLYTABLE_VERSION" >&6; }
+-else
+-  { echo "$as_me:$LINENO: result: no" >&5
+-echo "${ECHO_T}no" >&6; }
+-fi
+-
+-  # does polytable need to be installed?
+-  { echo "$as_me:$LINENO: checking whether polytable needs to be installed" >&5
+-echo $ECHO_N "checking whether polytable needs to be installed... $ECHO_C" >&6; }
+-  POLYTABLE_INSTALL=no
+-  if test -n $POLYTABLE; then
+-    if ( IFS=".";
+-      a="$POLYTABLE_VERSION";  b="0.8.2";
+-      while test -n "$a$b"
+-      do
+-              set -- $a;  h1="$1";  shift 2>/dev/null;  a="$*"
+-              set -- $b;  h2="$1";  shift 2>/dev/null;  b="$*"
+-              test -n "$h1" || h1=0;  test -n "$h2" || h2=0
+-              test ${h1} -eq ${h2} || break
+-      done
+-      test ${h1} -lt ${h2}
+-    )
+-then
+-  POLYTABLE_INSTALL=yes
+-
+-fi
+-
+-  else
+-    POLYTABLE_INSTALL=yes
+-  fi
+-  { echo "$as_me:$LINENO: result: $POLYTABLE_INSTALL" >&5
+-echo "${ECHO_T}$POLYTABLE_INSTALL" >&6; }
+-fi
+-
+ # Extract the first word of "mktexlsr", so it can be a program name with args.
+ set dummy mktexlsr; ac_word=$2
+ { echo "$as_me:$LINENO: checking for $ac_word" >&5
+@@ -2727,7 +2679,7 @@
  
  
  # docdir and expansion
 -docdir="$datadir/doc/$PACKAGE_TARNAME-$PACKAGE_VERSION"
 +#docdir="$datadir/doc/$PACKAGE_TARNAME-$PACKAGE_VERSION"
  
+ stydir="$datadir/$PACKAGE_TARNAME-$PACKAGE_VERSION"
  
- # lhs2TeX binary path relative to docdir
diff -ruN devel/lhs2TeX.orig/pkg-plist devel/lhs2TeX/pkg-plist
--- devel/lhs2TeX.orig/pkg-plist	2007-05-01 07:16:09.000000000 -0400
+++ devel/lhs2TeX/pkg-plist	2008-02-19 01:45:59.000000000 -0500
@@ -2,15 +2,15 @@
 share/texmf-local/tex/latex/polytable/lazylist.sty
 share/texmf-local/tex/latex/polytable/polytable.sty
 @dirrm share/texmf-local/tex/latex/polytable
-%%DATADIR%%/lhs2tex/colorcode.fmt
-%%DATADIR%%/lhs2tex/forall.fmt
-%%DATADIR%%/lhs2tex/greek.fmt
-%%DATADIR%%/lhs2tex/jfpcompat.fmt
-%%DATADIR%%/lhs2tex/lhs2TeX.fmt
-%%DATADIR%%/lhs2tex/lhs2TeX.sty
-%%DATADIR%%/lhs2tex/polycode.fmt
-%%DATADIR%%/lhs2tex/spacing.fmt
-@dirrm %%DATADIR%%/lhs2tex
+%%DATADIR%%/lhs2tex-1.13/colorcode.fmt
+%%DATADIR%%/lhs2tex-1.13/forall.fmt
+%%DATADIR%%/lhs2tex-1.13/greek.fmt
+%%DATADIR%%/lhs2tex-1.13/jfpcompat.fmt
+%%DATADIR%%/lhs2tex-1.13/lhs2TeX.fmt
+%%DATADIR%%/lhs2tex-1.13/lhs2TeX.sty
+%%DATADIR%%/lhs2tex-1.13/polycode.fmt
+%%DATADIR%%/lhs2tex-1.13/spacing.fmt
+@dirrm %%DATADIR%%/lhs2tex-1.13
 @dirrm %%DATADIR%%
 %%PORTDOCS%%%%DOCSDIR%%/Guide2.pdf
 %%PORTDOCS%%@dirrm %%DOCSDIR%%


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080320024513.17793119DF>