head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.26 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.24 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.22 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q2:1.8.0.20 pkgsrc-2011Q2-base:1.8 pkgsrc-2009Q4:1.8.0.18 pkgsrc-2009Q4-base:1.8 pkgsrc-2008Q4:1.8.0.16 pkgsrc-2008Q4-base:1.8 pkgsrc-2008Q3:1.8.0.14 pkgsrc-2008Q3-base:1.8 cube-native-xorg:1.8.0.12 cube-native-xorg-base:1.8 pkgsrc-2008Q2:1.8.0.10 pkgsrc-2008Q2-base:1.8 pkgsrc-2008Q1:1.8.0.8 pkgsrc-2008Q1-base:1.8 pkgsrc-2007Q4:1.8.0.6 pkgsrc-2007Q4-base:1.8 pkgsrc-2007Q3:1.8.0.4 pkgsrc-2007Q3-base:1.8 pkgsrc-2007Q2:1.8.0.2 pkgsrc-2007Q2-base:1.8 pkgsrc-2007Q1:1.7.0.28 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.26 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.24 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.7.0.22 pkgsrc-2006Q2-base:1.7 pkgsrc-2006Q1:1.7.0.20 pkgsrc-2006Q1-base:1.7 pkgsrc-2005Q4:1.7.0.18 pkgsrc-2005Q4-base:1.7 pkgsrc-2005Q3:1.7.0.16 pkgsrc-2005Q3-base:1.7 pkgsrc-2005Q2:1.7.0.14 pkgsrc-2005Q2-base:1.7 pkgsrc-2005Q1:1.7.0.12 pkgsrc-2005Q1-base:1.7 pkgsrc-2004Q4:1.7.0.10 pkgsrc-2004Q4-base:1.7 pkgsrc-2004Q3:1.7.0.8 pkgsrc-2004Q3-base:1.7 pkgsrc-2004Q2:1.7.0.6 pkgsrc-2004Q2-base:1.7 pkgsrc-2004Q1:1.7.0.4 pkgsrc-2004Q1-base:1.7 pkgsrc-2003Q4:1.7.0.2 pkgsrc-2003Q4-base:1.7 netbsd-1-6-1:1.5.0.2 netbsd-1-6-1-base:1.5 netbsd-1-6:1.4.0.8 netbsd-1-6-RELEASE-base:1.4 pkgviews:1.4.0.4 pkgviews-base:1.4 buildlink2:1.4.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.4 netbsd-1-5-PATCH001:1.3 netbsd-1-5-RELEASE:1.3 netbsd-1-4-PATCH003:1.3; locks; strict; comment @# @; 1.8 date 2007.06.11.13.57.21; author markd; state dead; branches; next 1.7; 1.7 date 2003.07.06.16.10.19; author uebayasi; state Exp; branches; next 1.6; 1.6 date 2003.04.11.00.50.58; author uebayasi; state dead; branches; next 1.5; 1.5 date 2002.10.26.19.47.07; author bouyer; state Exp; branches; next 1.4; 1.4 date 2001.10.06.22.04.22; author hubertf; state Exp; branches; next 1.3; 1.3 date 2000.09.26.21.42.35; author eeh; state Exp; branches; next 1.2; 1.2 date 2000.06.24.17.03.39; author minoura; state Exp; branches; next 1.1; 1.1 date 2000.03.01.07.16.59; author minoura; state Exp; branches; next ; desc @@ 1.8 log @Update emacs{,-nox11} to 22.1. update based in part on wip/emacs-current and wip/emacs22 packages. Many many changes since 21.4a. Read NEWS file for details. @ text @$NetBSD: patch-bg,v 1.7 2003/07/06 16:10:19 uebayasi Exp $ --- configure.in.orig Fri Apr 18 19:04:25 2003 +++ configure.in @@@@ -2177,6 +2177,16 @@@@ # Fixme: This should be replaced when we have autoconf 2.14. AC_SIZE_T +# NETBSD: NetBSD's newer run-time linker fix. +if test $opsys = netbsd; then + if test -f /usr/lib/crti.o; then + AC_DEFINE(HAVE_NETBSD_CRTI) + fi + if test -f /usr/lib/crtn.o; then + AC_DEFINE(HAVE_NETBSD_CRTN) + fi +fi + # Set up the CFLAGS for real compilation, so we can substitute it. CFLAGS="$REAL_CFLAGS" CPPFLAGS="$REAL_CPPFLAGS" @ 1.7 log @On NetBSD, link "temacs" against /usr/lib/crt{n,i}.o if they exist. Or "temacs" fails to start. (Actually, I don't understand the fact inside.) Bump revision to 2. @ text @d1 1 a1 1 $NetBSD$ @ 1.6 log @Remove old patches @ text @d1 1 a1 1 $NetBSD: patch-bg,v 1.5 2002/10/26 19:47:07 bouyer Exp $ d3 5 a7 8 --- configure.in.orig Mon Jun 5 17:42:49 2000 +++ configure.in Tue Oct 22 15:59:01 2002 @@@@ -66,6 +66,8 @@@@ esac with_x_toolkit=$val ]) +AC_ARG_WITH(ipv6, +[ --with-ipv6 support IPv6 stack]) d9 7 a15 27 #### Make srcdir absolute, if it isn't already. It's important to #### avoid running the path through pwd unnecessary, since pwd can @@@@ -158,9 +160,13 @@@@ machine=hp9000s300 ;; powerpc-apple-netbsd*) machine=macppc ;; mips-*-netbsd*) machine=pmax ;; + mipsel-*-netbsd*) machine=pmax ;; + mipsev-*-netbsd*) machine=mips ;; # HF: what else? ns32k-*-netbsd*) machine=ns32000 ;; - sparc-*-netbsd*) machine=sparc ;; + powerpc-*-netbsd*) machine=macppc ;; + sparc*-*-netbsd*) machine=sparc ;; vax-*-netbsd*) machine=vax ;; + arm*-*-netbsd*) machine=arm ;; esac ;; @@@@ -1594,6 +1600,14 @@@@ LIBS="-lXt $LIBS" fi AC_CHECK_LIB(Xmu, XmuConvertStandardSelection) + if test x$HAVE_X11XTR6 = xyes; then +dnl Check if Xaw needs Xpm + LIBS="$LIBS -lXpm" + AC_CHECK_LIB(Xaw, XawPixmapsInitialize, [ LIBXPM="-lXpm" ], [ LIBXPM=""]) + else + LIBXPM="" a16 10 + AC_SUBST(LIBXPM) LIBS="$OLDLIBS" fi @@@@ -1747,6 +1761,10 @@@@ AC_DEFINE(HAVE_AIX_SMT_EXP) fi +if test "x$with_ipv6" = xyes; then + AC_CHECK_FUNCS(getaddrinfo) d21 1 a21 1 @ 1.5 log @Xaw may need xpm, add support for this in configure. @ text @d1 1 a1 1 $NetBSD: patch-bg,v 1.4 2001/10/06 22:04:22 hubertf Exp $ @ 1.4 log @Make this build on sgimips @ text @d1 1 a1 1 $NetBSD$ d4 1 a4 1 +++ configure.in d29 14 a42 1 @@@@ -1745,6 +1751,10 @@@@ d44 1 a44 1 if test -f /usr/lpp/X11/bin/smt.exp; then d46 4 d52 2 a53 3 +if test "x$with_ipv6" = xyes; then + AC_CHECK_FUNCS(getaddrinfo) fi a54 1 # Set up the CFLAGS for real compilation, so we can substitute it. @ 1.3 log @Add support for NetBSD/sparc64. @ text @d1 1 a1 1 $NetBSD: patch-bg,v 1.2 2000/06/24 17:03:39 minoura Exp $ d3 2 a4 2 --- configure.in.orig Tue Jun 6 00:42:49 2000 +++ configure.in Sun Jun 18 09:22:42 2000 d14 1 a14 1 @@@@ -158,9 +160,12 @@@@ d19 1 d21 1 a22 1 - sparc-*-netbsd*) machine=sparc ;; d29 1 a29 1 @@@@ -1745,6 +1750,10 @@@@ @ 1.2 log @Updated to 20.7. Tests needed. @ text @d1 1 a1 1 $NetBSD: patch-bg,v 1.1 2000/03/01 07:16:59 minoura Exp $ d21 2 a22 1 sparc-*-netbsd*) machine=sparc ;; @ 1.1 log @Patch for configure.in. Not used for building but useful to update to 20.6 (and later). @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- configure.in.orig Mon Nov 29 03:18:39 1999 +++ configure.in Tue Feb 29 14:10:24 2000 d20 1 a20 1 + powerpc-*-netbsd*) machine=powerpc ;; d27 1 a27 1 @@@@ -1724,6 +1729,10 @@@@ @