pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/pstoedit/patches remove stale patchfiles



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d75661f8fb05
branches:  trunk
changeset: 498576:d75661f8fb05
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Aug 26 09:29:00 2005 +0000

description:
remove stale patchfiles

diffstat:

 graphics/pstoedit/patches/patch-aa |    20 -
 graphics/pstoedit/patches/patch-ab |  1757 ------------------------------------
 graphics/pstoedit/patches/patch-ac |    22 -
 graphics/pstoedit/patches/patch-ad |    56 -
 graphics/pstoedit/patches/patch-ae |    24 -
 graphics/pstoedit/patches/patch-af |    13 -
 6 files changed, 0 insertions(+), 1892 deletions(-)

diffs (truncated from 1916 to 300 lines):

diff -r 608b28fef8ad -r d75661f8fb05 graphics/pstoedit/patches/patch-aa
--- a/graphics/pstoedit/patches/patch-aa        Fri Aug 26 08:42:09 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2002/05/07 13:18:27 itohy Exp $
-
---- configure.in.orig  Sat Dec 29 01:34:30 2001
-+++ configure.in       Fri Mar 22 13:15:31 2002
-@@ -19,6 +19,15 @@
- AC_PROG_INSTALL
- AC_PATH_PROG(GS,gs,gs)
- 
-+dnl Look for extra libraries used by libplotter
-+AC_PATH_XTRA
-+AC_SUBST(X_CFLAGS)
-+DEPLIBS="`$LIBTOOL -n cc -o xx xx.o $LIBPLOTTERLA | tr ' ' '\012' | sed -e '/^-[[LWl]]/!d' -e '/^-lplotter$/d' | tr '\012' ' '`"
-+
-+LDLIBS="$DEPLIBS $LDLIBS"
-+LIBS="$DEPLIBS"
-+CPPFLAGS="$X_CFLAGS $CPPFLAGS"
-+
- dnl Look for various optional libraries.
- AC_CHECK_LIB(dl,main,[LDL=-ldl],[LDL=])
- AC_SUBST(LDL)
diff -r 608b28fef8ad -r d75661f8fb05 graphics/pstoedit/patches/patch-ab
--- a/graphics/pstoedit/patches/patch-ab        Fri Aug 26 08:42:09 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1757 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2003/05/06 23:03:11 seb Exp $
-
---- configure.orig     2003-05-06 21:14:14.000000000 +0000
-+++ configure
-@@ -618,6 +618,10 @@ EOF
- 
-   cat <<\EOF
- 
-+X features:
-+  --x-includes=DIR    X include files are in DIR
-+  --x-libraries=DIR   X library files are in DIR
-+
- System types:
-   --build=BUILD     configure for building on BUILD [guessed]
-   --host=HOST       build programs to run on HOST [BUILD]
-@@ -635,6 +639,11 @@ Optional Features:
-                           Wrap (i.e. prefix) compiler invocations with PROGRAM
-                           (e.g. \"insure\" or \"purify\")
- 
-+Optional Packages:
-+  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
-+  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
-+  --with-x                use the X Window System
-+
- Some influential environment variables:
-   CXX         C++ compiler command
-   CXXFLAGS    C++ compiler flags
-@@ -985,10 +994,7 @@ build_cpu=`echo $ac_cv_build | sed 's/^\
- build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
- build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
- 
--test -z "$build_alias" &&
--  build_alias=$ac_cv_build
--
--echo "$as_me:991: checking host system type" >&5
-+echo "$as_me:997: checking host system type" >&5
- echo $ECHO_N "checking host system type... $ECHO_C" >&6
- if test "${ac_cv_host+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
-@@ -1009,9 +1015,6 @@ host_cpu=`echo $ac_cv_host | sed 's/^\([
- host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
- host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
- 
--test -z "$host_alias" &&
--  host_alias=$ac_cv_host
--
- ac_ext=cc
- ac_cpp='$CXXCPP $CPPFLAGS'
- ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-@@ -1628,150 +1631,6 @@ else
- echo "${ECHO_T}no" >&6
- fi
- 
--echo "$as_me:1631: checking for main in -ldl" >&5
--echo $ECHO_N "checking for main in -ldl... $ECHO_C" >&6
--if test "${ac_cv_lib_dl_main+set}" = set; then
--  echo $ECHO_N "(cached) $ECHO_C" >&6
--else
--  ac_check_lib_save_LIBS=$LIBS
--LIBS="-ldl  $LIBS"
--cat >conftest.$ac_ext <<_ACEOF
--#line 1639 "configure"
--#include "confdefs.h"
--
--int
--main ()
--{
--main ();
--  ;
--  return 0;
--}
--_ACEOF
--rm -f conftest.$ac_objext conftest$ac_exeext
--if { (eval echo "$as_me:1651: \"$ac_link\"") >&5
--  (eval $ac_link) 2>&5
--  ac_status=$?
--  echo "$as_me:1654: \$? = $ac_status" >&5
--  (exit $ac_status); } &&
--         { ac_try='test -s conftest$ac_exeext'
--  { (eval echo "$as_me:1657: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:1660: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
--  ac_cv_lib_dl_main=yes
--else
--  echo "$as_me: failed program was:" >&5
--cat conftest.$ac_ext >&5
--ac_cv_lib_dl_main=no
--fi
--rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--LIBS=$ac_check_lib_save_LIBS
--fi
--echo "$as_me:1671: result: $ac_cv_lib_dl_main" >&5
--echo "${ECHO_T}$ac_cv_lib_dl_main" >&6
--if test $ac_cv_lib_dl_main = yes; then
--  LDL=-ldl
--else
--  LDL=
--fi
--
--echo "$as_me:1679: checking for main in -lming" >&5
--echo $ECHO_N "checking for main in -lming... $ECHO_C" >&6
--if test "${ac_cv_lib_ming_main+set}" = set; then
--  echo $ECHO_N "(cached) $ECHO_C" >&6
--else
--  ac_check_lib_save_LIBS=$LIBS
--LIBS="-lming  $LIBS"
--cat >conftest.$ac_ext <<_ACEOF
--#line 1687 "configure"
--#include "confdefs.h"
--
--int
--main ()
--{
--main ();
--  ;
--  return 0;
--}
--_ACEOF
--rm -f conftest.$ac_objext conftest$ac_exeext
--if { (eval echo "$as_me:1699: \"$ac_link\"") >&5
--  (eval $ac_link) 2>&5
--  ac_status=$?
--  echo "$as_me:1702: \$? = $ac_status" >&5
--  (exit $ac_status); } &&
--         { ac_try='test -s conftest$ac_exeext'
--  { (eval echo "$as_me:1705: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:1708: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
--  ac_cv_lib_ming_main=yes
--else
--  echo "$as_me: failed program was:" >&5
--cat conftest.$ac_ext >&5
--ac_cv_lib_ming_main=no
--fi
--rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--LIBS=$ac_check_lib_save_LIBS
--fi
--echo "$as_me:1719: result: $ac_cv_lib_ming_main" >&5
--echo "${ECHO_T}$ac_cv_lib_ming_main" >&6
--if test $ac_cv_lib_ming_main = yes; then
--  LMING=-lming
--else
--  LMING=
--fi
--
--echo "$as_me:1727: checking for main in -lplotter" >&5
--echo $ECHO_N "checking for main in -lplotter... $ECHO_C" >&6
--if test "${ac_cv_lib_plotter_main+set}" = set; then
--  echo $ECHO_N "(cached) $ECHO_C" >&6
--else
--  ac_check_lib_save_LIBS=$LIBS
--LIBS="-lplotter  $LIBS"
--cat >conftest.$ac_ext <<_ACEOF
--#line 1735 "configure"
--#include "confdefs.h"
--
--int
--main ()
--{
--main ();
--  ;
--  return 0;
--}
--_ACEOF
--rm -f conftest.$ac_objext conftest$ac_exeext
--if { (eval echo "$as_me:1747: \"$ac_link\"") >&5
--  (eval $ac_link) 2>&5
--  ac_status=$?
--  echo "$as_me:1750: \$? = $ac_status" >&5
--  (exit $ac_status); } &&
--         { ac_try='test -s conftest$ac_exeext'
--  { (eval echo "$as_me:1753: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:1756: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
--  ac_cv_lib_plotter_main=yes
--else
--  echo "$as_me: failed program was:" >&5
--cat conftest.$ac_ext >&5
--ac_cv_lib_plotter_main=no
--fi
--rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
--LIBS=$ac_check_lib_save_LIBS
--fi
--echo "$as_me:1767: result: $ac_cv_lib_plotter_main" >&5
--echo "${ECHO_T}$ac_cv_lib_plotter_main" >&6
--if test $ac_cv_lib_plotter_main = yes; then
--  LPLOTTER=-lplotter
--else
--  LPLOTTER=
--fi
--
- ac_ext=cc
- ac_cpp='$CXXCPP $CPPFLAGS'
- ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-@@ -1968,17 +1827,108 @@ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS 
- ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
- ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
- 
--echo "$as_me:1971: checking for plotter.h" >&5
--echo $ECHO_N "checking for plotter.h... $ECHO_C" >&6
--if test "${ac_cv_header_plotter_h+set}" = set; then
-+echo "$as_me:1830: checking for X" >&5
-+echo $ECHO_N "checking for X... $ECHO_C" >&6
-+
-+# Check whether --with-x or --without-x was given.
-+if test "${with_x+set}" = set; then
-+  withval="$with_x"
-+
-+fi;
-+# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
-+if test "x$with_x" = xno; then
-+  # The user explicitly disabled X.
-+  have_x=disabled
-+else
-+  if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
-+    # Both variables are already set.
-+    have_x=yes
-+  else
-+    if test "${ac_cv_have_x+set}" = set; then
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-+  # One or both of the vars are not set, and there is no cached value.
-+ac_x_includes=no ac_x_libraries=no
-+rm -fr conftest.dir
-+if mkdir conftest.dir; then
-+  cd conftest.dir
-+  # Make sure to not put "make" in the Imakefile rules, since we grep it out.
-+  cat >Imakefile <<'EOF'
-+acfindx:
-+      @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
-+EOF
-+  if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
-+    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
-+    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
-+    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
-+    for ac_extension in a so sl; do
-+      if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
-+         test -f $ac_im_libdir/libX11.$ac_extension; then
-+        ac_im_usrlibdir=$ac_im_libdir; break
-+      fi
-+    done
-+    # Screen out bogus values from the imake configuration.  They are
-+    # bogus both because they are the default anyway, and because
-+    # using them would break gcc on systems where it needs fixed includes.
-+    case $ac_im_incroot in
-+      /usr/include) ;;
-+      *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
-+    esac
-+    case $ac_im_usrlibdir in
-+      /usr/lib | /lib) ;;
-+      *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
-+    esac
-+  fi
-+  cd ..
-+  rm -fr conftest.dir
-+fi
-+
-+# Standard set of common directories for X headers.
-+# Check X11 before X11Rn because it is often a symlink to the current release.
-+ac_x_header_dirs='
-+/usr/X11/include
-+/usr/X11R6/include
-+/usr/X11R5/include
-+/usr/X11R4/include
-+
-+/usr/include/X11



Home | Main Index | Thread Index | Old Index