pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors



Module Name:    pkgsrc
Committed By:   jlam
Date:           Thu Apr 24 21:32:47 UTC 2008

Modified Files:
        pkgsrc/editors/xemacs-current: DESCR MESSAGE Makefile PLIST distinfo
            options.mk
        pkgsrc/editors/xemacs-current-nox11: Makefile
Added Files:
        pkgsrc/editors/xemacs-current/patches: patch-al
Removed Files:
        pkgsrc/editors/xemacs-current: Makefile.common

Log Message:
Restructure the following packages:

        editors/xemacs-current
        editors/xemacs-current-nox11

The latter is now just editors/xemacs-current built with a specific set
of options.  Changes include:

+ Rename the "xaw" option to "lucid" to match the option name used in
  xemacs/options.mk.  Also comment out the "esound" option which isn't
  fully supported yet.  Add some comments to the options.mk file to
  make it a little easier to understand.

  XXX Should probably add a pgsql option as this version of XEmacs has
  XXX some sort of PostgreSQL support.  Also need to sort out native
  XXX sound support.

+ Remove Makefile.common and move all logic into xemacs-current/Makefile
  and xemacs-current/options.mk.

+ As of version 21.5, xemacs switched to using GNU autoconf, so set
  GNU_CONFIGURE=yes.

+ Include termcap.buildlink3.mk to properly deal with termcap/curses
  issues (xemacs needs termcap).  Drop the --without-ncurses setting
  as the issue is handled by termcap.buildlink3.mk.

+ Be slightly more aware of ${X11_TYPE} == "modular" by not referring to
  ${X11BASE} in that case.

+ Include buildlink3.mk files for zlib and gettext, which are detected
  automatically if they're in the base system.  Gettext is needed for
  MULE support.

+ In the Makefile and the PLIST, don't substitute for ${EMACSVER}.
  Instead substitute for ${DISTNAME} so the PLIST looks closer to
  xemacs/PLIST.

+ Add patch-al which handles a difference between bmake and gmake in
  using $< in a makefile target.

+ Support DESTDIR installation by adding INSTALL_MAKE_FLAGS to override
  where files are installed during the install phase.

+ Honor PKGMANDIR.

+ Bump the PKGREVISION for xemacs-current and xemacs-current-nox11 to 1.
  Both packages now track and use the same PKGREVISION number.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/editors/xemacs-current/DESCR \
    pkgsrc/editors/xemacs-current/MESSAGE
cvs rdiff -r1.63 -r1.64 pkgsrc/editors/xemacs-current/Makefile
cvs rdiff -r1.2 -r0 pkgsrc/editors/xemacs-current/Makefile.common
cvs rdiff -r1.18 -r1.19 pkgsrc/editors/xemacs-current/PLIST
cvs rdiff -r1.19 -r1.20 pkgsrc/editors/xemacs-current/distinfo
cvs rdiff -r1.10 -r1.11 pkgsrc/editors/xemacs-current/options.mk
cvs rdiff -r1.1 -r1.2 pkgsrc/editors/xemacs-current-nox11/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/editors/xemacs-current/patches/patch-al

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index