NetBSD.se

CVS log for wip/emacs-current/distinfo

[BACK] Up to [NetBSD + pkgsrc-wip] / wip / emacs-current

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Dec 8 20:37:23 2011 UTC (5 months, 2 weeks ago) by makoto
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -1 lines
(1) Bump version to 24.0.92
(2) Remove patches/patch-ab, for this is now included in upstream.
    The commit log was:
     | commit 78741d6ceaa52f63e9ded3ed56064f17d8838479
     | Author: Yavor Doganov <yavor@gnu.org>
     | Date:   Mon Nov 21 20:37:45 2011 -0500
     |
     |     Small fix for --disable-ns-self-contained builds
     |
     |     Do not install arch-dependent files in the app bundle if
     |     --disable-ns-self-contained is requested.
     |
     |     * configure.in (exec_prefix, libexecdir): Define relative to
     |     ns_appbindir' only if configured for a self-contained app.
     |     * Makefile.in (install-arch-dep): Test for the existence of
     |     libexec in the Emacs.app bundle before executing commands.
(3) Update distinfo due to (2)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Sep 27 04:43:36 2011 UTC (7 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +0 -1 lines
(1) Makefile: Bump version 24.0.50 to 24.0.90 (pretest)
(2) Drop patches/patch-configure.in-2
    Upstream fixed the problem
(3) TODO: Update to drop above (2) related comment
(4) distinfo: (2) related update

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Sep 24 12:13:55 2011 UTC (8 months ago) by makoto
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
patches/patch-configure.in-2
 work around to fix _fini not defined (wrong binary executable)
 policy change
   before: back out (upstream) commit 2011-06-29
   after:  eliminating test -f $(CRTDIR)/crti.o
distinfo
   patch-configure.in-2 changes
PLIST
   upstream change
   +share/emacs/${PKGVERSION}/etc/themes/adwaita-theme.el
   +share/emacs/${PKGVERSION}/etc/themes/deeper-blue-theme.el
   +share/emacs/${PKGVERSION}/etc/themes/whiteboard-theme.el
TODO
   clean up a little bit for configure.in-2 related comment

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Aug 29 00:16:46 2011 UTC (8 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
(1) patches/patch-ab
patches/patch-ab has been modifying autogen/configure.
Because of configuration scheme changed a little bit (upstream),
autogen/configure is to be generated from configure.in.
So patch target is changed.

(2) patch-ad (removed or renamed as patch-ab)
Used be modifying configure.in. But now (kind of) renamed as patch-ab.
(Older patch-ab is no longer necessary, and this patch-ad is renamed.)

(3) patches/patch-configure.in-2
Interim fix for 'wrong binary format problem' not finding crtn.o related,
which is introduced by following (upstream) commit.
---------
2011-06-29  Glenn Morris  <rgm@gnu.org>

        * configure.in: Try to test for the required crt*.o files.
---------

(4) TODO
  Above fix is just a revert of above change. This revert should not
be the right fix. So describe this situation

(5) PLIST
Adjust a long with upstream

(6) distinfo
Changes on patch-ab and adding patch-configure.in-2

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Mar 29 10:44:15 2011 UTC (13 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -2 lines
Emacs build process seems to be changed
  See ChangeLog entry of:
  2011-03-20  Glenn Morris  <rgm at gnu.org>

(1) patches/patch-ab
   file 'configure' moved to autogen directory (see autogen/README)

(2) Makefile
   add pre-configure: to execute autogen.sh
   Now USE_TOOLS= is to include automake and autoconf.

(3) PLIST update
(added)
+share/emacs/${PKGVERSION}/etc/themes/misterioso-theme.el
+share/emacs/${PKGVERSION}/etc/themes/wombat-theme.el
+share/emacs/${PKGVERSION}/lisp/gnus/gssapi.{el.gz,elc}

(moved)
-share/emacs/${PKGVERSION}/lisp/abbrevlist.{el.gz,elc}
+share/emacs/${PKGVERSION}/lisp/obsolete/abbrevlist.{el.gz,elc}

(removed)
-share/emacs/${PKGVERSION}/lisp/eshell/esh-test.{el.gz,elc}

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Feb 16 02:40:20 2011 UTC (15 months, 1 week ago) by makoto
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
(1) patches/patche-ae
    delete the patch for libpng-1.5.1  (upstream fixed)
(2) patches/patche-af
    add new patch for testing == operator in shell
    (Re: ERROR: [check-portability.awk])
(3) PLIST
   adjust (by upstream)
(4) distinfo

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Jan 16 08:33:48 2011 UTC (16 months, 1 week ago) by makoto
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -0 lines
Fix build with png-1.5. (Borrowed from editors/emacs/patches/patch-ac by wiz)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Jan 3 15:52:24 2011 UTC (16 months, 2 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
patches/patch-a[bd] was updated but distinfo was not, fix it

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Jul 12 09:13:11 2010 UTC (22 months, 1 week ago) by makoto
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines

  As was discussed in pkgsrc-wip-discuss, the cache facility is added.
Cache may get fat by repeating (daily or frequent) build. Currently
manuall removing of old or all generation is recommended.
  GIT_TAG facility is not implemented and to be improved.
Thank you.


(1) Converting cvs-package to git-package.
It seems cvs repository is not being updated. So converted to
use git-package.

wip/mk/git-package.mk is recently updated to facilitate caching.
Please take a look for cvs log output for git-package.mk.
Thank you,

(2) update PLIST as of today.


(3) add patches/patch-ad for configure.in, which is not necessary
for regular make, but nice to have further update.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jun 18 08:39:01 2009 UTC (2 years, 11 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +0 -1 lines
Remove patch that was applied upstream.
Still doesn't build for me today with
In toplevel form:
dired-aux.el:39:1:Error: Required feature `desktop' was not provided

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jun 5 22:58:50 2009 UTC (2 years, 11 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -0 lines
Do not use == in test(1).

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue May 12 08:58:48 2009 UTC (3 years ago) by obache
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -0 lines
* Try to fix NextStep installation.
* avoid to hidden dependency on perl.
* try to fix permission for update-game-score.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Apr 29 07:53:22 2009 UTC (3 years ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
regen to remove fuzz.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jul 26 06:25:20 2008 UTC (3 years, 9 months ago) by obache
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Start to try support using NextStep (Cocoa or GNUstep) windwing system.
(GNUstep part is not tested yet).

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jun 11 14:35:39 2008 UTC (3 years, 11 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Fix PLIST and make patch apply again (the relevant parts were
integrated upstream).

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Apr 24 10:41:24 2008 UTC (4 years, 1 month ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Fix for test(1) using == instead of =.
Add two missing files and a missing directory to PLIST.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Sep 6 22:01:06 2007 UTC (4 years, 8 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Fix for CVS changes. Version was bumped too.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Dec 23 08:23:31 2006 UTC (5 years, 5 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -2 lines
Remove patches that have been integrated.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Dec 10 10:24:53 2006 UTC (5 years, 5 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Remove fuzz.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Dec 5 17:11:41 2006 UTC (5 years, 5 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Remove fuzz.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Nov 24 07:54:38 2006 UTC (5 years, 6 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -2 lines
Adapt for CVS changes.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Nov 1 10:17:13 2006 UTC (5 years, 6 months ago) by mwdavies
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Use correct machine file for amd64.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Oct 30 18:23:46 2006 UTC (5 years, 6 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +0 -1 lines
Sync with upstream (pre-test release 22.0.90 -> version number change
in PLIST, one patch included, two more files installed).

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Oct 27 18:04:26 2006 UTC (5 years, 6 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -0 lines
Add editors/emacs/patches/patch-az. Commit message was:

revision 1.14
date: 2006/04/05 22:22:16;  author: markd;  state: Exp;  lines: +11 -169
Pass the correct sized argument to sbrk() when trying to reduce the break
so that on 64bit systems it is actually a negative number, not a very
large positive one.  Should fix PR pkg/29351.
Thanks to Martijn van Buul for giving me access to an amd64 box so I
could track this down.  Bump PKGREVISION.


Don't bump PKGREVISION here, because it's a daily CVS snapshot anyway.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Oct 17 07:23:49 2006 UTC (5 years, 7 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Add basic support for amd64.
Build dies in:
Loading /usr/obj/wip/emacs-current/work.x86_64/emacs/lisp/case-table.el (source)
...
Invalid regexp: "Regular expression too big"

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Aug 12 04:48:36 2006 UTC (5 years, 9 months ago) by obache
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
catch up recent PLIST changes.
add some tools.
move games score files to ${VARBASE}

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Apr 16 12:48:16 2006 UTC (6 years, 1 month ago) by obache
Branches: OBACHE
CVS tags: OBACHE_20060416
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
This is experimental pkgsrc of emacs-current.
Only build & test on NetBSD/i386 3.0_STABLE, with default option.

If you have any ideas to modifycation, do it without asking to me!


Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Apr 16 12:48:16 2006 UTC (6 years, 1 month ago) by obache
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>