head 1.3; access; symbols pkgsrc-2017Q3:1.2.0.36 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.32 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.30 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.28 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.26 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.24 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.22 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.20 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.18 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.16 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.14 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.12 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.10 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.8 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.6 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.4 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.2 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.1.0.4 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.2 pkgsrc-2013Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2017.09.29.12.40.29; author wiz; state dead; branches; next 1.2; commitid ZRYX7Ib64A6cG59A; 1.2 date 2013.07.05.13.36.12; author ryoon; state Exp; branches; next 1.1; commitid FExIFvghamONIhWw; 1.1 date 2013.02.17.04.59.42; author dholland; state Exp; branches; next ; desc @@ 1.3 log @emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions As announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/11/msg025563.html This still leaves emacs20, emacs21, and the current version, emacs25. @ text @$NetBSD: patch-ab,v 1.2 2013/07/05 13:36:12 ryoon Exp $ * Add DragonFly support. * Fix giflib detection with giflib 5.0. --- configure.orig 2012-01-19 15:01:37.000000000 +0000 +++ configure @@@@ -2468,7 +2468,7 @@@@ archlibdir='${libexecdir}/emacs/${versio docdir='${datadir}/emacs/${version}/etc' gamedir='${localstatedir}/games/emacs' -gameuser=games +gameuser=${GAMEOWN} @@@@ -3082,6 +3082,14 @@@@ case "${canonical}" in amd64-*-freebsd*|x86_64-*-freebsd*) machine=amdx86-64 ;; esac ;; + ## DragonFly ports + *-*-dragonfly*) + opsys=dragonfly + case "${canonical}" in + i[3456]86-*-dragonfly*) machine=intel386 ;; + amd64-*-dragonfly*|x86_64-*-dragonfly*) machine=amdx86-64 ;; + esac + ;; ## FreeBSD kernel + glibc based userland *-*-kfreebsd*gnu* ) @@@@ -7249,9 +7257,9 @@@@ if test "${HAVE_NS}" = yes; then window_system=nextstep with_xft=no # set up packaging dirs + if test "${EN_NS_SELF_CONTAINED}" = yes; then exec_prefix=${ns_appbindir} libexecdir=${ns_appbindir}/libexec - if test "${EN_NS_SELF_CONTAINED}" = yes; then prefix=${ns_appresdir} fi fi @@@@ -10099,9 +10107,9 @@@@ if test "${HAVE_X11}" = "yes" && test "$ if test "x$ac_cv_header_gif_lib_h" = x""yes; then : # EGifPutExtensionLast only exists from version libungif-4.1.0b1. # Earlier versions can crash Emacs. - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionLast in -lgif" >&5 -$as_echo_n "checking for EGifPutExtensionLast in -lgif... " >&6; } -if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EGifPutExtensionTrailer in -lgif" >&5 +$as_echo_n "checking for EGifPutExtensionTrailer in -lgif... " >&6; } +if test "${ac_cv_lib_gif_EGifPutExtensionLast+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@@@ -10115,11 +10123,11 @@@@ cat confdefs.h - <<_ACEOF >conftest.$ac_ #ifdef __cplusplus extern "C" #endif -char EGifPutExtensionLast (); +char EGifPutExtensionTrailer (); int main () { -return EGifPutExtensionLast (); +return EGifPutExtensionTrailer (); ; return 0; } @ 1.2 log @Bump PKGREVISION. * Fix build with giflib 5.0.4. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2013/02/17 04:59:42 dholland Exp $ @ 1.1 log @Move editors/emacs to editors/emacs23, and change its PKGNAME from emacs-23.4 to emacs23-23.4. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.29 2010/06/01 21:44:54 minskim Exp $ d3 6 a8 3 --- work/emacs-23.2/configure.orig 2010-05-08 12:10:16.000000000 +0900 +++ configure 2010-05-12 20:32:23.000000000 +0900 @@@@ -1995,7 +1995,7 @@@@ d17 1 a17 1 @@@@ -2652,6 +2652,14 @@@@ d32 1 a32 1 @@@@ -9849,9 +9857,9 @@@@ d43 27 @