Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
options.mk.
Since Makefile.common now does not see the x11 option, we have to move
all x11 related commands into options.mk. Within options, move
.includes to the end for consistency.
|
|
|
|
|
|
because of a problem with NetBSD-current libarchive-as-tar, see bin/56080.
Note this depencency is not a burden, since xemacs-packages requires
gtar, anyway.
|
|
Remove stale reference to nb version in Makefile.common
|
|
"For the lucky number" - not.
I resisted adding "Spirituality" for the Church Of Emacs. ;)
|
|
XEmacs more easily available to X11 desktop applications.
|
|
|
|
|
|
|
|
see <https://gist.github.com/jperkin/b08f9108daf8d0ac695067d71f882a9d>
|
|
|
|
dumped binary crashes otherwise.
|
|
Augment debug option arguments.
Explicitly select garbage collector.
Set dialogs and widgets to "athena" explicitly.
There are no "lucid" implementations; instead, configure will look for
Motif implementations, and fall back to Athena. The former is prone to
sneak in undeclared dependencies on Motif and (on sole platforms) xft.
Remove the patch that was supposed to fix this, but didn't.
|
|
|
|
Makefile. As wiz convincingly pointed out, differing dependencies may
make for differing PKGREVISION.
|
|
factored out to Makefile.common. This includes both upstream and
pkgsrc specific.version information.
|
|
|
|
and we end up with a proportional font, which defeats the primary use
of this editor.
|
|
Since the non-{X11,lucid} toolkits have bitrotted, remove those
options, and rework options.mk like the editors/xemacs one.
Switching to the portable dumper and using system malloc obsoletes the
hacks.
Like XEmacs 21.4 and the emacsen, we need to build with -DTERMINFO for
proper console display.
Since Makefile content is minimal for xemacs-current{,-nox11}, keep
the pkgsrc nb revision centrally in Makefile.common.
Take maintainership.
|
|
|
|
Partially tested, xemacs-current-nox11 build hangs because of temacs
eating 99% CPU.
|
|
|
|
Adapt some packages so they build with that.
Bump their PKGREVISIONs.
|
|
from upstream. This fixes spurious SIGSEV breakage during build on
newer NetBSD installations.
|
|
|
|
NetBSD 6, requested by tron.
|
|
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
|
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
|
|
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
|
|
|
|
|
|
|
|
|
|
|
|
Note xemacs 21.5 still dumps core during the build.
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
xemacs-current as well.
|
|
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.
|
|
|