update to 2.1pre23; while i'm here remove myself as maintainer.

This commit is contained in:
fgsch 2006-10-28 22:52:13 +00:00
parent 5293cc6fce
commit 896b1eb548
3 changed files with 24 additions and 16 deletions

View File

@ -1,15 +1,13 @@
# $OpenBSD: Makefile,v 1.27 2006/08/04 00:10:42 espie Exp $
# $OpenBSD: Makefile,v 1.28 2006/10/28 22:52:13 fgsch Exp $
COMMENT= "graphics and text browser with javascript support"
VER= 2.1pre21
VER= 2.1pre23
DISTNAME= links-${VER}
PKGNAME= links+-${VER}
CATEGORIES= www
MASTER_SITES= ${HOMEPAGE}download/
MAINTAINER= Federico G. Schwindt <fgsch@openbsd.org>
HOMEPAGE= http://links.twibright.com/
# GPL
@ -26,14 +24,14 @@ AUTOCONF_VERSION=2.13
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS+= --enable-javascript --with-ssl --without-sdl
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
.if !${FLAVOR:L:Mno_x11}
LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
png.>=2::graphics/png \
tiff.>=35::graphics/tiff
USE_X11= Yes
CONFIGURE_ARGS+= --with-x --enable-graphics
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
WANTLIB+= X11 z
.endif

View File

@ -1,4 +1,4 @@
MD5 (links-2.1pre21.tar.gz) = f4edda80447694d1c99c7a7ab1bca2ed
RMD160 (links-2.1pre21.tar.gz) = 50b5a6d15c17f5f8fcc0bc469989d529862ab057
SHA1 (links-2.1pre21.tar.gz) = 5b92252c71ae925df8979156270dff76ad2e0ece
SIZE (links-2.1pre21.tar.gz) = 4200853
MD5 (links-2.1pre23.tar.gz) = 67f1dd0f28f71d5b35d603804b4df7b9
RMD160 (links-2.1pre23.tar.gz) = f4900e37bff482be7743f307ce7121588a36bafe
SHA1 (links-2.1pre23.tar.gz) = 908e7edccf92054bdde64f0e1b36ab31dad3cc98
SIZE (links-2.1pre23.tar.gz) = 4201277

View File

@ -1,12 +1,22 @@
$OpenBSD: patch-configure_in,v 1.6 2006/02/01 14:57:06 fgsch Exp $
--- configure.in.orig Wed Feb 1 13:57:03 2006
+++ configure.in Wed Feb 1 13:57:25 2006
@@ -213,8 +213,8 @@ AC_MSG_RESULT($cf_use_javascript)
if test "$cf_use_javascript" = yes; then
AC_DEFINE(JS)
$OpenBSD: patch-configure_in,v 1.7 2006/10/28 22:52:13 fgsch Exp $
--- configure.in.orig Tue Oct 24 14:46:13 2006
+++ configure.in Tue Oct 24 14:46:27 2006
@@ -251,13 +251,13 @@ if test "$cf_use_javascript" = yes; then
fi
reg_exp_mode="NONE"
- PKG_CHECK_MODULES(LIBPCRE,libpcre,pkgconfig_libpcre=yes,pkgconfig_libpcre=no)
- if test "$pkgconfig_libpcre" = "yes"; then
- CPPFLAGS="$CPPFLAGS $LIBPCRE_CFLAGS"
- LIBS="$LIBPCRE_LIBS $LIBS"
- fi
- AC_CHECK_LIB(pcre, pcre_compile)
- AC_CHECK_HEADERS(pcre.h)
+ #PKG_CHECK_MODULES(LIBPCRE,libpcre,pkgconfig_libpcre=yes,pkgconfig_libpcre=no)
+ #if test "$pkgconfig_libpcre" = "yes"; then
+ # CPPFLAGS="$CPPFLAGS $LIBPCRE_CFLAGS"
+ # LIBS="$LIBPCRE_LIBS $LIBS"
+ #fi
+ #AC_CHECK_LIB(pcre, pcre_compile)
+ #AC_CHECK_HEADERS(pcre.h)
if test "$ac_cv_lib_pcre_pcre_compile" = yes && test "$ac_cv_header_pcre_h" = yes; then