From owner-freebsd-ports Sun Dec 23 13:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BAB537B41B for ; Sun, 23 Dec 2001 13:40:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBNLe0A54086; Sun, 23 Dec 2001 13:40:00 -0800 (PST) (envelope-from gnats) Received: from jochem.dyndns.org (cc40670-a.groni1.gr.nl.home.com [217.120.131.23]) by hub.freebsd.org (Postfix) with ESMTP id 1BBB937B416; Sun, 23 Dec 2001 13:30:06 -0800 (PST) Received: (from jochem@localhost) by jochem.dyndns.org (8.11.6/8.11.6) id fBNLUlu42739; Sun, 23 Dec 2001 22:30:47 +0100 (CET) (envelope-from jochem) Message-Id: <200112232130.fBNLUlu42739@jochem.dyndns.org> Date: Sun, 23 Dec 2001 22:30:47 +0100 (CET) From: Jochem Kossen Reply-To: Jochem Kossen To: FreeBSD-gnats-submit@freebsd.org Cc: greid@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/33122: update port: www/dillo from 0.5.0 to 0.6.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33122 >Category: ports >Synopsis: update port: www/dillo from 0.5.0 to 0.6.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Dec 23 13:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Jochem Kossen >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: >Environment: System: FreeBSD lisa.jochem.dyndns.org 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Sun Dec 23 18:40:25 CET 2001 root@lisa.jochem.dyndns.org:/usr/obj/usr/src/sys/LISA i386 >Description: This patch updates the www/dillo port from 0.5.0 to 0.6.3 >How-To-Repeat: >Fix: --- update-dillo050-063.diff begins here --- diff -urN www/dillo.orig/Makefile www/dillo/Makefile --- www/dillo.orig/Makefile Tue Sep 11 04:38:24 2001 +++ www/dillo/Makefile Sun Dec 23 21:49:58 2001 @@ -6,7 +6,7 @@ # PORTNAME= dillo -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN www/dillo.orig/distinfo www/dillo/distinfo --- www/dillo.orig/distinfo Wed May 23 17:44:34 2001 +++ www/dillo/distinfo Sun Dec 23 20:03:12 2001 @@ -1 +1 @@ -MD5 (dillo-0.5.0.tar.gz) = 5671f26368d49376c33dcffaaf4270c9 +MD5 (dillo-0.6.3.tar.gz) = 4b085439d5a5c0801ddc9c5dd02eb54b diff -urN www/dillo.orig/files/patch-aa www/dillo/files/patch-aa --- www/dillo.orig/files/patch-aa Mon Feb 26 11:36:27 2001 +++ www/dillo/files/patch-aa Sun Dec 23 21:27:09 2001 @@ -1,38 +1,37 @@ ---- configure.orig Wed Dec 27 22:36:16 2000 -+++ configure Fri Feb 23 15:51:30 2001 -@@ -1617,7 +1617,7 @@ - jpeg_ok=no +--- configure.orig Sat Dec 22 18:14:57 2001 ++++ configure Sun Dec 23 21:26:49 2001 +@@ -2699,7 +2699,7 @@ + jpeg_ok=no fi done - +jpeg_ok=yes + if test "x$jpeg_ok" = "xyes"; then + JPEG='jpeg'; LIBJPEG_LIB='-ljpeg' fi - echo "$ac_t""$jpeg_ok" 1>&6 - if test "$jpeg_ok" = yes; then -@@ -1627,14 +1627,14 @@ - fi +@@ -2709,13 +2709,13 @@ + echo "$as_me: WARNING: *** JPEG support will not be included ***" >&2;} fi --echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 --echo "configure:1632: checking for pthread_create in -lpthread" >&5 -+echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 -+echo "configure:1632: checking for pthread_create in -lc_r" >&5 - ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 +-echo "$as_me:2712: checking for pthread_create in -lpthread" >&5 +-echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 ++echo "$as_me:2712: checking for pthread_create in -lc_r" >&5 ++echo $ECHO_N "checking for pthread_create in -lc_r... $ECHO_C" >&6 + if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_save_LIBS="$LIBS" + ac_check_lib_save_LIBS=$LIBS -LIBS="-lpthread $LIBS" +LIBS="-lc_r $LIBS" - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF + #line 2720 "configure" #include "confdefs.h" -@@ -1668,7 +1668,7 @@ - #define $ac_tr_lib 1 +@@ -2763,7 +2763,7 @@ + #define HAVE_LIBPTHREAD 1 EOF - LIBS="-lpthread $LIBS" + LIBS="-lc_r $LIBS" - else - echo "$ac_t""no" 1>&6 + fi + --- update-dillo050-063.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message