NetBSD.se

CVS log for wip/emacs-current/options.mk

[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.23: download - view: text, markup, annotated - select for diffs
Sat Apr 2 11:32:44 2011 UTC (13 months, 3 weeks ago) by makoto
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
libungif/buildlink3.mk -> mk/giflib.buildlink3.mk
(uses giflib now per default)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Jan 2 05:02:42 2011 UTC (16 months, 3 weeks ago) by makoto
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -0 lines
To fix the problem at configure, add cairo/buildlink3.mk
when svg option is selected.

| checking for pkg-config... (cached) /usr/pkg/bin/pkg-config
| checking for librsvg-2.0 >= 2.11.0... yes
| checking RSVG_CFLAGS... Package cairo was not found in the pkg-config search path.
| Perhaps you should add the directory containing `cairo.pc'
| to the PKG_CONFIG_PATH environment variable
| Package 'cairo', required by 'librsvg', not found
|
| checking RSVG_LIBS... Package cairo was not found in the pkg-config search path.
| Perhaps you should add the directory containing `cairo.pc'
| to the PKG_CONFIG_PATH environment variable
| Package 'cairo', required by 'librsvg', not found

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Dec 26 05:01:21 2010 UTC (16 months, 4 weeks ago) by davesainty
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in *; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done

Revision 1.20: 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.19: preferred, colored
Changes since revision 1.19: +1 -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.19: download - view: text, markup, annotated - select for diffs
Mon Feb 8 21:03:12 2010 UTC (2 years, 3 months ago) by thomasklausner
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
Fix typo found by Makoto Fujiwara.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Aug 29 02:22:32 2009 UTC (2 years, 8 months ago) by obache
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +7 -0 lines
Rise error with incompatible option sets.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Aug 22 05:36:22 2009 UTC (2 years, 9 months ago) by obache
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +19 -19 lines
sync with editors/emacs.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jun 4 19:29:46 2009 UTC (2 years, 11 months ago) by minskim
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +13 -9 lines
Replace the gnome option with dbus and svg.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jun 4 19:07:42 2009 UTC (2 years, 11 months ago) by minskim
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
Rename font-backend xft2.  The latter is in options.description.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jun 4 17:45:50 2009 UTC (2 years, 11 months ago) by minskim
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -3 lines
Modify the font-backend option for the current version of Emacs.

- Using Xft is the default behavior.  Add font-backend to
  PKG_SUGGESTED_OPTIONS.
- configure does not accept --{dis,en}able-font-backend.  Use
  --without-{xft,otf,m17n-ftl} instead.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu May 21 09:41:22 2009 UTC (3 years ago) by obache
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Just fix configure with GNUStep.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue May 19 14:55:09 2009 UTC (3 years ago) by minskim
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Fix a typo in a comment.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Dec 4 21:40:54 2008 UTC (3 years, 5 months ago) by minskim
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
emacs-current requires fontconfig when the font-backend option is enabled.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Nov 12 01:29:18 2008 UTC (3 years, 6 months ago) by minskim
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Use x11/libXft instead of fonts/Xft2.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Sep 9 01:02:41 2008 UTC (3 years, 8 months ago) by obache
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -0 lines
Skip wrkref check for Cocoa Emacs.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jul 31 09:27:54 2008 UTC (3 years, 9 months ago) by obache
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -32 lines
Good-bye Carbon Emacs.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jul 31 09:21:46 2008 UTC (3 years, 9 months ago) by obache
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
Use normal Makefile name even with gnustep.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jul 27 06:32:38 2008 UTC (3 years, 9 months ago) by obache
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -2 lines
Split toolkit option group in window-system and x11 toolkit option groups.

Revision 1.5: 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.4: preferred, colored
Changes since revision 1.4: +27 -1 lines
Start to try support using NextStep (Cocoa or GNUstep) windwing system.
(GNUstep part is not tested yet).

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Feb 27 14:22:20 2008 UTC (4 years, 2 months ago) by obache
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
m17n-lib is come.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Feb 26 12:04:44 2008 UTC (4 years, 2 months ago) by obache
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
libotf is come.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 16 07:54:58 2008 UTC (4 years, 3 months ago) by obache
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0 lines
Exactly disable font-backend if the option is off.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 11 11:58:24 2008 UTC (4 years, 3 months ago) by obache
Branches: MAIN
Welcome to emacs version 23.0.60

Marked as DESTDIR support.
Introduce some options.
* x11
  same as editors/emacs
* gnome
  enable gnome related feature (librsvg, dbus)
  default toolkit is gtk.
* font-backend
  some denending packgages are not imported yet :-<

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>