head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.8 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.6 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.4 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.2 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.4.0.2 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.3.0.6 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.4 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.2 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.2.0.8 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.6 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.4 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.2 pkgsrc-2009Q2-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2011.04.17.03.52.18; author minskim; state dead; branches; next 1.4; 1.4 date 2011.03.01.04.12.45; author minskim; state Exp; branches; next 1.3; 1.3 date 2010.06.07.22.44.01; author minskim; state Exp; branches; next 1.2; 1.2 date 2009.06.07.20.12.06; author hasso; state Exp; branches; next 1.1; 1.1 date 2009.06.05.02.57.57; author minskim; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.06.05.02.57.57; author minskim; state Exp; branches; next ; desc @@ 1.5 log @Update emacs-snapshot to 24.0.50.20110408. Patches provided by Makoto Fujiwara in PR 44871. Changes: - Fix problems found by GCC 4.6.0's static checks. - man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported. - custom.el (load-theme): Minor optimization in assigning faces. - emacs-lisp/package.el (package--with-work-buffer): Recognize https URLs. @ text @$NetBSD: patch-ab,v 1.4 2011/03/01 04:12:45 minskim Exp $ --- configure.orig 2010-06-07 21:57:22.000000000 +0000 +++ configure @@@@ -3158,6 +3158,14 @@@@ case "${canonical}" in sparc64-*) machine=sparc ;; 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* ) @@@@ -7427,9 +7435,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 ns_frag=$srcdir/src/ns.mk @ 1.4 log @Update emacs-snapshot to 20110224. - Reorganize icon directories and files. - Obsolete packages: pc-mode, pc-select, pgg, spell, and sregex. - Import modules from gnulib: filemode, crypto/md5, stdint, getloadavg, and strftime. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3 2010/06/07 22:44:01 minskim Exp $ @ 1.3 log @Update emacs-snapshot to 24.0.50.20100602. Based on the patch provided by Makoto Fujiwara in PR 43415. Notable changes since 23.2: * Fix alloca definition when using gcc on non-gnu systems. * font.c (font_range): Return the range for the font found at first. * xdisp.c (init_iterator): Don't turn on bidi reordering in unibyte buffers. See http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html. @ text @d1 1 a1 1 $NetBSD$ a4 9 @@@@ -2523,7 +2523,7 @@@@ archlibdir='${libexecdir}/emacs/${versio docdir='${datadir}/emacs/${version}/etc' gamedir='${localstatedir}/games/emacs' -gameuser=games +gameuser=${GAMEOWN} @ 1.2 log @Make it build on DargonFly. Make it build on systems using non pax tar. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1.1.1 2009/06/05 02:57:57 minskim Exp $ d3 3 a5 3 --- configure.orig 2009-06-04 20:29:50 +0300 +++ configure 2009-06-07 21:41:16 +0300 @@@@ -1979,7 +1979,7 @@@@ archlibdir='${libexecdir}/emacs/${versio d14 2 a15 1 @@@@ -2529,6 +2529,15 @@@@ case "${canonical}" in a17 1 d26 1 a26 1 + d29 1 a29 2 opsys=gnu-kfreebsd @@@@ -9605,9 +9614,9 @@@@ if test "${HAVE_NS}" = yes; then d33 4 a36 5 - exec_prefix=${ns_appbindir} - libexecdir=${ns_appbindir}/libexec if test "${EN_NS_SELF_CONTAINED}" = yes; then + exec_prefix=${ns_appbindir} + libexecdir=${ns_appbindir}/libexec d39 1 a39 1 fi @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- configure.orig 2009-04-28 02:45:09.000000000 +0000 +++ configure @@@@ -1856,7 +1856,7 @@@@ archlibdir='${libexecdir}/emacs/${versio d14 17 a30 1 @@@@ -9405,9 +9405,9 @@@@ if test "${HAVE_NS}" = yes; then @ 1.1.1.1 log @Import the development version of emacs (23.0.94). This package is based on emacs-current in pkgsrc-wip, which was originally packaged by OBATA Akio. @ text @@