From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 19 05:20:14 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4E2016A4CE for ; Fri, 19 Mar 2004 05:20:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9541543D46 for ; Fri, 19 Mar 2004 05:20:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2JDKEbv015298 for ; Fri, 19 Mar 2004 05:20:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2JDKEvB015297; Fri, 19 Mar 2004 05:20:14 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 19 Mar 2004 05:20:14 -0800 (PST) Resent-Message-Id: <200403191320.i2JDKEvB015297@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Xavier Beaudouin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B32516A4CE for ; Fri, 19 Mar 2004 05:17:21 -0800 (PST) Received: from alpha.home.oav.net (segur-5-82-225-248-92.fbx.proxad.net [82.225.248.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id D064A43D49 for ; Fri, 19 Mar 2004 05:17:19 -0800 (PST) (envelope-from kiwi@alpha.home.oav.net) Received: by alpha.home.oav.net (Postfix, from userid 501) id D07491CC3A; Fri, 19 Mar 2004 14:16:51 +0100 (CET) Message-Id: <20040319131651.D07491CC3A@alpha.home.oav.net> Date: Fri, 19 Mar 2004 14:16:51 +0100 (CET) From: Xavier Beaudouin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/64456: [MAINTAINER] lang/pike72: update to 7.2.570 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2004 13:20:14 -0000 >Number: 64456 >Category: ports >Synopsis: [MAINTAINER] lang/pike72: update to 7.2.570 >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: Fri Mar 19 05:20:14 PST 2004 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 5.2.1-RELEASE-p1 alpha >Organization: The Caudium Group / Association Kazar >Environment: System: FreeBSD alpha.home.oav.net 5.2.1-RELEASE-p1 FreeBSD 5.2.1-RELEASE-p1 #0: Sun Mar 14 11:55:51 CET 2004 >Description: - Update to 7.2.570 - Fixing mirrors lists - Adding missing dependency with gettext. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- pike72-7.2.570.patch begins here --- diff -ruN --exclude=CVS /usr/ports/lang/pike72.old/Makefile /usr/ports/lang/pike72/Makefile --- /usr/ports/lang/pike72.old/Makefile Mon Mar 15 03:15:08 2004 +++ /usr/ports/lang/pike72/Makefile Fri Mar 19 13:39:51 2004 @@ -6,16 +6,11 @@ # PORTNAME= pike72 -PORTVERSION= 7.2.492 -PORTREVISION= 2 +PORTVERSION= 7.2.570 CATEGORIES= lang MASTER_SITES= ftp://ftp.oav.net/pkg_freebsd/distfiles/ \ - http://ftp.oav.net/pkg_freebsd/distfiles/ \ ftp://ftp.oav.net/pike/7.2/unofficial/ \ - http://ftp.oav.net/pike/7.2/unofficial/ \ - http://grendel.firewall.com/caudium-pkg/ \ - ftp://ftp.caudium.net/caudium/snapshots/pike/7.2/unofficial/ \ - http://ftp.caudium.net/caudium/snapshots/pike/7.2/unofficial/ + http://grendel.firewall.com/caudium-pkg/ DISTNAME= pike-${PORTVERSION} MAINTAINER= kiwi@oav.net @@ -28,9 +23,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src/ -WANT_MESA= yes -WANT_GTK= yes USE_BISON= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes @@ -49,6 +43,7 @@ --without-relocatable-dumped-modules \ --without-libpanda \ --without-perl \ + --without-GTK \ --with-gmp \ --with-zlib \ --with-threads \ @@ -95,10 +90,6 @@ WITH_SANE= yes .endif -.if exists(${LOCALBASE}/lib/libgtkgl.so.5) -WITH_MESA= yes -.endif - .if exists(${LOCALBASE}/lib/libpdf.so.5) WITH_PDF= yes .endif @@ -179,14 +170,6 @@ CONFIGURE_ARGS+= --without-libpdf .endif -.if defined(HAVE_MESA) || defined(WITH_MESA) -USE_MESA= yes -LIB_DEPENDS+= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea -CONFIGURE_ARGS+= --with-GL --with-GLUT -.else -CONFIGURE_ARGS+= --without-GL --without-GLUT -.endif - USE_GMAKE= yes MAN1= hilfe.1 pike.1 MAN1PREFIX= ${PREFIX}/pike/${PORTVERSION} @@ -215,9 +198,6 @@ .endif .if !defined(WITH_SANE) @${ECHO_MSG} "You can enable Sane support by defining WITH_SANE." -.endif -.if !defined(WITH_SANE) || !defined(HAVE_MESA) - @${ECHO_MSG} "You can enable MesaGL support by defining WITH_MESA." .endif .if !defined(WITH_PDF) @${ECHO_MSG} "You can enable PDF support by defining WITH_PDF." diff -ruN --exclude=CVS /usr/ports/lang/pike72.old/distinfo /usr/ports/lang/pike72/distinfo --- /usr/ports/lang/pike72.old/distinfo Thu Mar 18 19:00:39 2004 +++ /usr/ports/lang/pike72/distinfo Thu Mar 18 13:25:42 2004 @@ -1,2 +1,2 @@ -MD5 (pike-7.2.492.tar.gz) = d6f458ece48b395cf40feb9d7bdc1bc2 -SIZE (pike-7.2.492.tar.gz) = 5311005 +MD5 (pike-7.2.570.tar.gz) = 0cfb90ee65daa0108fa9cacd763ed688 +SIZE (pike-7.2.570.tar.gz) = 5328593 diff -ruN --exclude=CVS /usr/ports/lang/pike72.old/files/patch-aa /usr/ports/lang/pike72/files/patch-aa --- /usr/ports/lang/pike72.old/files/patch-aa Thu Jan 1 01:00:00 1970 +++ /usr/ports/lang/pike72/files/patch-aa Thu Mar 18 19:56:27 2004 @@ -0,0 +1,12 @@ +--- modules/_Image_FreeType/configure.orig Thu Mar 18 19:53:43 2004 ++++ modules/_Image_FreeType/configure Thu Mar 18 19:55:48 2004 +@@ -932,7 +932,8 @@ + #line 933 "configure" + #include "confdefs.h" + +-#include ++#include ++#include FT_FREETYPE_H + + int main() { + diff -ruN --exclude=CVS /usr/ports/lang/pike72.old/files/patch-ab /usr/ports/lang/pike72/files/patch-ab --- /usr/ports/lang/pike72.old/files/patch-ab Sun Oct 27 06:04:35 2002 +++ /usr/ports/lang/pike72/files/patch-ab Thu Mar 18 19:56:49 2004 @@ -1,326 +1,12 @@ ---- post_modules/GTK/configure.orig Thu Nov 8 13:49:17 2001 -+++ post_modules/GTK/configure Thu Nov 8 13:49:41 2001 -@@ -1269,8 +1269,8 @@ - - - if test "$PKG_CONFIG" = "no" ; then -- # Extract the first word of "gtk-config", so it can be a program name with args. --set dummy gtk-config; ac_word=$2 -+ # Extract the first word of "gtk12-config", so it can be a program name with args. -+set dummy gtk12-config; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 - echo "configure:1276: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then -@@ -1332,21 +1332,21 @@ - - if test x$gtk_config_exec_prefix != x ; then - gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" -- if test -f $gtk_config_exec_prefix/bin/gtk-config-2.0; then -- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config-2.0 -+ if test -f $gtk_config_exec_prefix/bin/gtk12-config-2.0; then -+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config-2.0 - else - if test x${GTK_CONFIG+set} != xset ; then -- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config -+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config - fi - fi - fi - if test x$gtk_config_prefix != x ; then - gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" -- if test -f $gtk_config_prefix/bin/gtk-config-2.0; then -- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config-2.0 -+ if test -f $gtk_config_prefix/bin/gtk12-config-2.0; then -+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config-2.0 - else - if test x${GTK_CONFIG+set} != xset ; then -- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config -+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config - fi - fi - fi -@@ -1433,16 +1433,16 @@ - (gtk_minor_version != $gtk_config_minor_version) || - (gtk_micro_version != $gtk_config_micro_version)) - { -- printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", -+ printf("\n*** 'gtk12-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", - $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, - gtk_major_version, gtk_minor_version, gtk_micro_version); -- printf ("*** was found! If gtk-config was correct, then it is best\n"); -+ printf ("*** was found! If gtk12-config was correct, then it is best\n"); - printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); - printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); - printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); - printf("*** required on your system.\n"); -- printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); -- printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); -+ printf("*** If gtk12-config was wrong, set the environment variable GTK_CONFIG\n"); -+ printf("*** to point to the correct copy of gtk12-config, and remove the file config.cache\n"); - printf("*** before re-running configure\n"); - } - else -@@ -1484,10 +1484,10 @@ - else - echo "$ac_t""no" 1>&6 - if test "$GTK_CONFIG" = "no" ; then -- echo "*** The gtk-config script installed by GTK could not be found" -+ echo "*** The gtk12-config script installed by GTK could not be found" - echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" - echo "*** your path, or set the GTK_CONFIG environment variable to the" -- echo "*** full path to gtk-config." -+ echo "*** full path to gtk12-config." - else - if test -f conf.gtktest ; then - : -@@ -1529,7 +1529,7 @@ - echo "*** The test program failed to compile or link. See the file config.log for the" - echo "*** exact error that occured. This usually means GTK was incorrectly installed" - echo "*** or that you have moved GTK since it was installed. In the latter case, you" -- echo "*** may want to edit the gtk-config script: $GTK_CONFIG" -+ echo "*** may want to edit the gtk12-config script: $GTK_CONFIG" - fi - rm -f conftest* - CFLAGS="$ac_save_CFLAGS" -@@ -1572,21 +1572,21 @@ - - if test x$gtk_config_exec_prefix != x ; then - gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" -- if test -f $gtk_config_exec_prefix/bin/gtk-config-2.0; then -- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config-2.0 -+ if test -f $gtk_config_exec_prefix/bin/gtk12-config-2.0; then -+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config-2.0 - else - if test x${GTK_CONFIG+set} != xset ; then -- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config -+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config - fi - fi - fi - if test x$gtk_config_prefix != x ; then - gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" -- if test -f $gtk_config_prefix/bin/gtk-config-2.0; then -- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config-2.0 -+ if test -f $gtk_config_prefix/bin/gtk12-config-2.0; then -+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config-2.0 - else - if test x${GTK_CONFIG+set} != xset ; then -- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config -+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config - fi - fi - fi -@@ -1673,16 +1673,16 @@ - (gtk_minor_version != $gtk_config_minor_version) || - (gtk_micro_version != $gtk_config_micro_version)) - { -- printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", -+ printf("\n*** 'gtk12-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", - $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, - gtk_major_version, gtk_minor_version, gtk_micro_version); -- printf ("*** was found! If gtk-config was correct, then it is best\n"); -+ printf ("*** was found! If gtk12-config was correct, then it is best\n"); - printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); - printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); - printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); - printf("*** required on your system.\n"); -- printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); -- printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); -+ printf("*** If gtk12-config was wrong, set the environment variable GTK_CONFIG\n"); -+ printf("*** to point to the correct copy of gtk12-config, and remove the file config.cache\n"); - printf("*** before re-running configure\n"); - } - else -@@ -1724,10 +1724,10 @@ - else - echo "$ac_t""no" 1>&6 - if test "$GTK_CONFIG" = "no" ; then -- echo "*** The gtk-config script installed by GTK could not be found" -+ echo "*** The gtk12-config script installed by GTK could not be found" - echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" - echo "*** your path, or set the GTK_CONFIG environment variable to the" -- echo "*** full path to gtk-config." -+ echo "*** full path to gtk12-config." - else - if test -f conf.gtktest ; then - : -@@ -1769,7 +1769,7 @@ - echo "*** The test program failed to compile or link. See the file config.log for the" - echo "*** exact error that occured. This usually means GTK was incorrectly installed" - echo "*** or that you have moved GTK since it was installed. In the latter case, you" -- echo "*** may want to edit the gtk-config script: $GTK_CONFIG" -+ echo "*** may want to edit the gtk12-config script: $GTK_CONFIG" - fi - rm -f conftest* - CFLAGS="$ac_save_CFLAGS" -@@ -1844,8 +1844,8 @@ - - WITH_GTK=2 - else -- # Extract the first word of "gtk-config", so it can be a program name with args. --set dummy gtk-config; ac_word=$2 -+ # Extract the first word of "gtk12-config", so it can be a program name with args. -+set dummy gtk12-config; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 - echo "configure:1851: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then -@@ -1907,21 +1907,21 @@ - - if test x$gtk_config_exec_prefix != x ; then - gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" -- if test -f $gtk_config_exec_prefix/bin/gtk-config-2.0; then -- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config-2.0 -+ if test -f $gtk_config_exec_prefix/bin/gtk12-config-2.0; then -+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config-2.0 - else - if test x${GTK_CONFIG+set} != xset ; then -- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config -+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config - fi - fi - fi - if test x$gtk_config_prefix != x ; then - gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" -- if test -f $gtk_config_prefix/bin/gtk-config-2.0; then -- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config-2.0 -+ if test -f $gtk_config_prefix/bin/gtk12-config-2.0; then -+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config-2.0 - else - if test x${GTK_CONFIG+set} != xset ; then -- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config -+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config - fi - fi - fi -@@ -2008,16 +2008,16 @@ - (gtk_minor_version != $gtk_config_minor_version) || - (gtk_micro_version != $gtk_config_micro_version)) - { -- printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", -+ printf("\n*** 'gtk12-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", - $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, - gtk_major_version, gtk_minor_version, gtk_micro_version); -- printf ("*** was found! If gtk-config was correct, then it is best\n"); -+ printf ("*** was found! If gtk12-config was correct, then it is best\n"); - printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); - printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); - printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); - printf("*** required on your system.\n"); -- printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); -- printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); -+ printf("*** If gtk12-config was wrong, set the environment variable GTK_CONFIG\n"); -+ printf("*** to point to the correct copy of gtk12-config, and remove the file config.cache\n"); - printf("*** before re-running configure\n"); - } - else -@@ -2059,10 +2059,10 @@ - else - echo "$ac_t""no" 1>&6 - if test "$GTK_CONFIG" = "no" ; then -- echo "*** The gtk-config script installed by GTK could not be found" -+ echo "*** The gtk12-config script installed by GTK could not be found" - echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" - echo "*** your path, or set the GTK_CONFIG environment variable to the" -- echo "*** full path to gtk-config." -+ echo "*** full path to gtk12-config." - else - if test -f conf.gtktest ; then - : -@@ -2104,7 +2104,7 @@ - echo "*** The test program failed to compile or link. See the file config.log for the" - echo "*** exact error that occured. This usually means GTK was incorrectly installed" - echo "*** or that you have moved GTK since it was installed. In the latter case, you" -- echo "*** may want to edit the gtk-config script: $GTK_CONFIG" -+ echo "*** may want to edit the gtk12-config script: $GTK_CONFIG" - fi - rm -f conftest* - CFLAGS="$ac_save_CFLAGS" -@@ -2147,21 +2147,21 @@ - - if test x$gtk_config_exec_prefix != x ; then - gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" -- if test -f $gtk_config_exec_prefix/bin/gtk-config-2.0; then -- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config-2.0 -+ if test -f $gtk_config_exec_prefix/bin/gtk12-config-2.0; then -+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config-2.0 - else - if test x${GTK_CONFIG+set} != xset ; then -- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config -+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk12-config - fi - fi - fi - if test x$gtk_config_prefix != x ; then - gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" -- if test -f $gtk_config_prefix/bin/gtk-config-2.0; then -- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config-2.0 -+ if test -f $gtk_config_prefix/bin/gtk12-config-2.0; then -+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config-2.0 - else - if test x${GTK_CONFIG+set} != xset ; then -- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config -+ GTK_CONFIG=$gtk_config_prefix/bin/gtk12-config - fi - fi - fi -@@ -2248,16 +2248,16 @@ - (gtk_minor_version != $gtk_config_minor_version) || - (gtk_micro_version != $gtk_config_micro_version)) - { -- printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", -+ printf("\n*** 'gtk12-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", - $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, - gtk_major_version, gtk_minor_version, gtk_micro_version); -- printf ("*** was found! If gtk-config was correct, then it is best\n"); -+ printf ("*** was found! If gtk12-config was correct, then it is best\n"); - printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); - printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); - printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); - printf("*** required on your system.\n"); -- printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); -- printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); -+ printf("*** If gtk12-config was wrong, set the environment variable GTK_CONFIG\n"); -+ printf("*** to point to the correct copy of gtk12-config, and remove the file config.cache\n"); - printf("*** before re-running configure\n"); - } - else -@@ -2299,10 +2299,10 @@ - else - echo "$ac_t""no" 1>&6 - if test "$GTK_CONFIG" = "no" ; then -- echo "*** The gtk-config script installed by GTK could not be found" -+ echo "*** The gtk12-config script installed by GTK could not be found" - echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" - echo "*** your path, or set the GTK_CONFIG environment variable to the" -- echo "*** full path to gtk-config." -+ echo "*** full path to gtk12-config." - else - if test -f conf.gtktest ; then - : -@@ -2344,7 +2344,7 @@ - echo "*** The test program failed to compile or link. See the file config.log for the" - echo "*** exact error that occured. This usually means GTK was incorrectly installed" - echo "*** or that you have moved GTK since it was installed. In the latter case, you" -- echo "*** may want to edit the gtk-config script: $GTK_CONFIG" -+ echo "*** may want to edit the gtk12-config script: $GTK_CONFIG" - fi - rm -f conftest* - CFLAGS="$ac_save_CFLAGS" -@@ -2988,7 +2988,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lgtkdatabox `gtk-config --libs` $LIBS" -+LIBS="-lgtkdatabox `gtk12-config --libs` $LIBS" - cat > conftest.$ac_ext <&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lgtkgl `gtk-config --libs` $GL_LIBS $LIBS" -+LIBS="-lgtkgl `gtk12-config --libs` $GL_LIBS $LIBS" - cat > conftest.$ac_ext < ++#include ++#include FT_FREETYPE_H + #include "pike_macros.h" + #include "object.h" + #include "constants.h" diff -ruN --exclude=CVS /usr/ports/lang/pike72.old/files/patch-ac /usr/ports/lang/pike72/files/patch-ac --- /usr/ports/lang/pike72.old/files/patch-ac Thu Jan 1 01:00:00 1970 +++ /usr/ports/lang/pike72/files/patch-ac Fri Mar 19 13:22:20 2004 @@ -0,0 +1,42 @@ +--- modules/_Image_TTF/configure.orig Tue Mar 9 00:18:25 2004 ++++ modules/_Image_TTF/configure Fri Mar 19 12:19:13 2004 +@@ -963,7 +963,7 @@ + fi + echo "$ac_t""$CPP" 1>&6 + +-for ac_hdr in freetype.h ftxkern.h freetype/freetype.h freetype/ftxkern.h ++for ac_hdr in freetype.h ftxkern.h freetype1/freetype/freetype.h freetype1/freetype/ftxkern.h + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 +@@ -1004,7 +1004,7 @@ + done + + else +- for ac_hdr in freetype.h ftxkern.h freetype/freetype.h freetype/ftxkern.h ++ for ac_hdr in freetype.h ftxkern.h freetype1/freetype/freetype.h freetype1/freetype/ftxkern.h + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` + eval "ac_cv_header_$ac_safe=yes" +@@ -1013,8 +1013,8 @@ + + + parent="$ac_cv_header_ftxkern_h$ac_cv_header_freetype_h" +- subdir="$ac_cv_header_freetype_ftxkern_h$ac_cv_header_freetype_freetype_h" +- freetype_h="$ac_cv_header_freetype_h$ac_cv_header_freetype_freetype_h" ++ subdir="$ac_cv_header_freetype1_freetype_ftxkern_h$ac_cv_header_freetype1_freetype_freetype_h" ++ freetype_h="$ac_cv_header_freetype_h$ac_cv_header_freetype1_freetype_freetype_h" + + if test "$parent" = "yesyes" -o "$subdir" = "yesyes"; then + echo $ac_n "checking for TT_Open_Collection in -lttf""... $ac_c" 1>&6 +@@ -1073,8 +1073,8 @@ + #line 1074 "configure" + #include "confdefs.h" + +-#ifdef HAVE_FREETYPE_FREETYPE_H +-#include ++#ifdef HAVE_FREETYPE1_FREETYPE_FREETYPE_H ++#include + #else + #include + #endif diff -ruN --exclude=CVS /usr/ports/lang/pike72.old/files/patch-ad /usr/ports/lang/pike72/files/patch-ad --- /usr/ports/lang/pike72.old/files/patch-ad Thu Jan 1 01:00:00 1970 +++ /usr/ports/lang/pike72/files/patch-ad Fri Mar 19 01:07:06 2004 @@ -0,0 +1,16 @@ +--- modules/_Image_TTF/image_ttf.c.orig Tue Jun 12 15:21:10 2001 ++++ modules/_Image_TTF/image_ttf.c Fri Mar 19 01:05:52 2004 +@@ -9,10 +9,10 @@ + RCSID("$Id: image_ttf.c,v 1.40 2001/06/12 13:21:10 grubba Exp $"); + + #ifdef HAVE_LIBTTF +-#if defined(HAVE_FREETYPE_FREETYPE_H) && defined(HAVE_FREETYPE_FTXKERN_H) ++#if defined(HAVE_FREETYPE1_FREETYPE_FREETYPE_H) && defined(HAVE_FREETYPE1_FREETYPE_FTXKERN_H) + +-#include +-#include ++#include ++#include + + #else /* !HAVE_FREETYPE_FREETYPE_H || !HAVE_FREETYPE_FTXKERN_H */ + diff -ruN --exclude=CVS /usr/ports/lang/pike72.old/files/patch-ae /usr/ports/lang/pike72/files/patch-ae --- /usr/ports/lang/pike72.old/files/patch-ae Thu Jan 1 01:00:00 1970 +++ /usr/ports/lang/pike72/files/patch-ae Fri Mar 19 01:07:39 2004 @@ -0,0 +1,18 @@ +--- modules/_Image_TTF/config.h.in.orig Fri Mar 19 01:04:12 2004 ++++ modules/_Image_TTF/config.h.in Fri Mar 19 01:05:19 2004 +@@ -7,11 +7,11 @@ + /* Define if you have the header file. */ + #undef HAVE_FREETYPE_H + +-/* Define if you have the header file. */ +-#undef HAVE_FREETYPE_FREETYPE_H ++/* Define if you have the header file. */ ++#undef HAVE_FREETYPE1_FREETYPE_FREETYPE_H + +-/* Define if you have the header file. */ +-#undef HAVE_FREETYPE_FTXKERN_H ++/* Define if you have the header file. */ ++#undef HAVE_FREETYPE1_FREETYPE_FTXKERN_H + + /* Define if you have the header file. */ + #undef HAVE_FTXKERN_H diff -ruN --exclude=CVS /usr/ports/lang/pike72.old/files/patch-module_support.c /usr/ports/lang/pike72/files/patch-module_support.c --- /usr/ports/lang/pike72.old/files/patch-module_support.c Mon Mar 15 03:15:08 2004 +++ /usr/ports/lang/pike72/files/patch-module_support.c Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- module_support.c.orig Sat Mar 13 23:31:07 2004 -+++ module_support.c Sat Mar 13 23:31:34 2004 -@@ -314,7 +314,7 @@ - va_start(ptr, fmt); - ret=va_get_args(s, num_args, fmt, ptr); - #ifndef __TenDRA__ -- va_end(fmt); -+ va_end(ptr); - #endif /* !__TenDRA */ - return ret; - } --- pike72-7.2.570.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: