updates package to 2.0.10, also removes conflict with texlive_base by
renaming executable binary to 'hte'.
comments?
diff -urN /usr/ports/editors/ht/CVS/Entries ./CVS/Entries
--- /usr/ports/editors/ht/CVS/Entries Mon Dec 24 13:22:07 2007
+++ ./CVS/Entries Fri Nov 23 13:45:24 2007
@@ -1,4 +1,4 @@
+/distinfo/1.6/Thu Apr 5 15:38:07 2007//
D/patches////
D/pkg////
-/Makefile/1.9/Mon Dec 24 11:22:07 2007//
-/distinfo/1.6/Mon Dec 24 11:22:07 2007//
+/Makefile/1.9/Tue Nov 6 09:16:06 2007//
diff -urN /usr/ports/editors/ht/Makefile ./Makefile
--- /usr/ports/editors/ht/Makefile Mon Dec 24 13:22:07 2007
+++ ./Makefile Fri Feb 1 22:44:47 2008
@@ -2,8 +2,8 @@
COMMENT= file editor/viewer/analyzer for executables
-DISTNAME= ht-0.7.4
-PKGNAME= ${DISTNAME}p1
+VERSION= 2.0.10
+DISTNAME= ht-${VERSION}
CATEGORIES= editors
HOMEPAGE= http://hte.sourceforge.net/
@@ -29,7 +29,9 @@
USE_X11= Yes
CONFIGURE_ENV= X11BASE=${X11BASE} CPPFLAGS=-I${X11BASE}/include
CONFIGURE_ARGS+= --x-includes=${X11BASE}/include \
- --x-libraries=${X11BASE}/lib
+ --x-libraries=${X11BASE}/lib \
+ --with-included-lzo \
+ --program-transform-name='s/ht/hte/'
WANTLIB+= X11
.endif
diff -urN /usr/ports/editors/ht/distinfo ./distinfo
--- /usr/ports/editors/ht/distinfo Mon Dec 24 13:22:07 2007
+++ ./distinfo Sat Jan 5 21:12:50 2008
@@ -1,5 +1,5 @@
-MD5 (ht-0.7.4.tar.gz) = zbe0LLja7fEiQlQGuzzP3g==
-RMD160 (ht-0.7.4.tar.gz) = zXv7Gxj/yRRdcjYQ+z/7F+wIfgU=
-SHA1 (ht-0.7.4.tar.gz) = 8Dkgkr7iRPda5KREal17YmKLVTA=
-SHA256 (ht-0.7.4.tar.gz) = ONZpYiHuGoAQkrKfbs41kwbtSLjOMtSfYnIIaGefLPk=
-SIZE (ht-0.7.4.tar.gz) = 809899
+MD5 (ht-2.0.10.tar.gz) = zmQbnZMcybdzbaESgD6H4w==
+RMD160 (ht-2.0.10.tar.gz) = FBCC96JxuIb7oVYYzn4KMFbMiHI=
+SHA1 (ht-2.0.10.tar.gz) = Sg5+iFH1qVNDp+bLG3V4vBGhxSU=
+SHA256 (ht-2.0.10.tar.gz) = NyvwvliuS5pyysQQYdGg0k7zoMsbVeZBTIGIZ0k8d98=
+SIZE (ht-2.0.10.tar.gz) = 1037157
diff -urN /usr/ports/editors/ht/patches/CVS/Entries ./patches/CVS/Entries
--- /usr/ports/editors/ht/patches/CVS/Entries Mon Dec 24 13:22:07 2007
+++ ./patches/CVS/Entries Thu Jan 1 03:00:00 1970
@@ -1,4 +0,0 @@
-/patch-configure/1.3/Mon Dec 24 11:22:07 2007//
-/patch-io_htio_h/1.1/Mon Dec 24 11:22:07 2007//
-/patch-io_posix_htsys_cc/1.1/Mon Dec 24 11:22:07 2007//
-D
diff -urN /usr/ports/editors/ht/patches/CVS/Repository ./patches/CVS/Repository
--- /usr/ports/editors/ht/patches/CVS/Repository Fri Oct 19 21:26:15 2007
+++ ./patches/CVS/Repository Thu Jan 1 03:00:00 1970
@@ -1 +0,0 @@
-ports/editors/ht/patches
diff -urN /usr/ports/editors/ht/patches/CVS/Root ./patches/CVS/Root
--- /usr/ports/editors/ht/patches/CVS/Root Fri Oct 19 21:26:15 2007
+++ ./patches/CVS/Root Thu Jan 1 03:00:00 1970
@@ -1 +0,0 @@
[EMAIL PROTECTED]:/cvs
diff -urN /usr/ports/editors/ht/patches/patch-configure
./patches/patch-configure
--- /usr/ports/editors/ht/patches/patch-configure Mon Dec 24 13:22:07 2007
+++ ./patches/patch-configure Fri Feb 1 22:51:57 2008
@@ -1,21 +1,21 @@
-$OpenBSD: patch-configure,v 1.3 2004/01/04 17:27:48 sturm Exp $
---- configure.orig 2003-11-06 22:07:50.000000000 +0100
-+++ configure 2004-01-04 17:54:41.000000000 +0100
-@@ -1420,7 +1420,7 @@ fi;
+$OpenBSD$
+--- configure.orig Fri Feb 1 22:50:13 2008
++++ configure Fri Feb 1 22:51:36 2008
+@@ -1980,7 +1980,7 @@ fi
+
+ if test "x$enable_maintainermode" = "xno"; then
if test "x$enable_release" = "xyes"; then
- FLAGS_ALL="-O2 -fomit-frame-pointer -Wall -fsigned-char"
- else
-- FLAGS_ALL="-g -O0 -Wall -fsigned-char"
+- FLAGS_ALL="-O2 -fomit-frame-pointer -Wall -fsigned-char"
+ FLAGS_ALL="${CFLAGS} -fsigned-char"
+ else
+ FLAGS_ALL="-ggdb -g3 -O0 -Wall -fsigned-char"
fi
+@@ -5734,7 +5734,7 @@ HAVE_X11=0
- if test "x$enable_profiling" = "xyes"; then
-@@ -3835,7 +3835,7 @@ HAVE_X11=0
-
if test "x$enable_x11_textmode" = "xyes"; then
TEMP_LDFLAGS=$LDFLAGS
- LDFLAGS="$HT_LDFLAGS -L/usr/X11/lib -L/usr/X11R6/lib"
+ LDFLAGS="$HT_LDFLAGS -L${X11BASE}/lib"
- echo "$as_me:$LINENO: checking for XOpenDisplay in -lX11" >&5
- echo $ECHO_N "checking for XOpenDisplay in -lX11... $ECHO_C" >&6
+ { echo "$as_me:$LINENO: checking for XOpenDisplay in -lX11" >&5
+ echo $ECHO_N "checking for XOpenDisplay in -lX11... $ECHO_C" >&6; }
if test "${ac_cv_lib_X11_XOpenDisplay+set}" = set; then
diff -urN /usr/ports/editors/ht/patches/patch-io_htio_h
./patches/patch-io_htio_h
--- /usr/ports/editors/ht/patches/patch-io_htio_h Mon Dec 24 13:22:07 2007
+++ ./patches/patch-io_htio_h Thu Jan 1 03:00:00 1970
@@ -1,11 +0,0 @@
-$OpenBSD: patch-io_htio_h,v 1.1 2003/06/18 01:54:49 avsm Exp $
---- io/htio.h.orig Tue Jun 17 02:11:15 2003
-+++ io/htio.h Tue Jun 17 02:11:37 2003
-@@ -25,6 +25,7 @@
-
- // include sys/types.h _before_ dirent.h because Darwin needs this (!)
- #include <sys/types.h>
-+#include <sys/param.h>
- #include <dirent.h>
- #include <time.h>
-
diff -urN /usr/ports/editors/ht/patches/patch-io_posix_htsys_cc
./patches/patch-io_posix_htsys_cc
--- /usr/ports/editors/ht/patches/patch-io_posix_htsys_cc Mon Dec 24
13:22:07 2007
+++ ./patches/patch-io_posix_htsys_cc Thu Jan 1 03:00:00 1970
@@ -1,12 +0,0 @@
-$OpenBSD: patch-io_posix_htsys_cc,v 1.1 2004/01/04 17:27:48 sturm Exp $
---- io/posix/htsys.cc.orig 2004-01-04 17:55:28.000000000 +0100
-+++ io/posix/htsys.cc 2004-01-04 17:59:08.000000000 +0100
-@@ -209,7 +209,7 @@ int sys_ipc_exec(ht_streamfile **in, ht_
- close(in_fds[0]);
- close(out_fds[1]);
- close(err_fds[1]);
-- execl(cmd, cmd, NULL);
-+ execl(cmd, cmd, (void *)NULL);
- exit(1);
- } else return errno;
- }
diff -urN /usr/ports/editors/ht/pkg/CVS/Entries ./pkg/CVS/Entries
--- /usr/ports/editors/ht/pkg/CVS/Entries Mon Dec 24 13:22:07 2007
+++ ./pkg/CVS/Entries Fri Nov 23 13:45:24 2007
@@ -1,3 +1,3 @@
-/PLIST/1.3/Mon Dec 24 11:22:07 2007//
-/DESCR/1.2/Mon Dec 24 11:22:07 2007//
+/DESCR/1.2/Sun Nov 2 01:34:46 2003//
+/PLIST/1.3/Tue Nov 6 09:16:07 2007//
D
diff -urN /usr/ports/editors/ht/pkg/PLIST ./pkg/PLIST
--- /usr/ports/editors/ht/pkg/PLIST Mon Dec 24 13:22:07 2007
+++ ./pkg/PLIST Fri Feb 1 22:56:24 2008
@@ -1,6 +1,7 @@
[EMAIL PROTECTED] $OpenBSD: PLIST,v 1.3 2007/11/06 06:33:51 bernd Exp $
[EMAIL PROTECTED] texlive_base-*
-bin/ht
[EMAIL PROTECTED] $OpenBSD$
+bin/hte
+man/cat3f/
+man/man3f/
share/doc/ht/
share/doc/ht/README
share/doc/ht/ht.html
diff -urN /usr/ports/editors/ht/pkg/PLIST.orig ./pkg/PLIST.orig
--- /usr/ports/editors/ht/pkg/PLIST.orig Thu Jan 1 03:00:00 1970
+++ ./pkg/PLIST.orig Sat Jan 5 21:07:55 2008
@@ -0,0 +1,7 @@
[EMAIL PROTECTED] $OpenBSD$
+bin/hte
+man/cat3f/
+man/man3f/
+share/doc/hte/
+share/doc/hte/README
+share/doc/hte/ht.html