pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
gtexinfo 6.7 appears to default to utf8, and error out on non-7bit
ascii gremlins. Fixing those lets the texinfo files compile (with
warnings) both with the NetBSD base makeinfo and the v6.7 pkgsrc one.
OTOH, I don't have to remove the patches I forgot to add in the
previous commit...
makeinfo v4.8. The 6.7 update to devel/gtexinfo broke backwards
compatibility more, so we pull out the patches and conditionally apply
them on NetBSD, only. (Other candidates?)
dependency, and configure picks it up outside LOCALBASE on 'rich' base
OS installations (read: Linuxen).
If anyone seriously wanted to use postgresql from XEmacs, it would
have to be made a proper option.
-D_FORTIFY_SOURCE=2 -Werror will make configure tests fail on
pre-processor warnings, and break the build. Make sure we set CPP to
something that works.
This patch should go upstream into configure.in, but it is really the
autoconf AC_PROG_CPP macro definition that needs to be amended.
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 an undeclared dependency on Motif.
declarations conflict with system headers. After patching this file,
the build then hangs at
./xemacs -nd -batch -l /var/obj/pkgsrc/editors/xemacs/work/xemacs-21.4.24/src/../lisp/update-elc.el
with the xemacs process spinning at 100% cpu.
Upstream states that the XEmacs malloc has not been updated in a long
time, and that it is safe to use the system malloc, so that's what
we'll do.
2015-03-24 Vin Shelton <acs@xemacs.org>
* XEmacs 21.4.24 is released
2015-02-23 Vin Shelton <acs@xemacs.org>
* configure.in: Add LIBOSSAUDIO as appropriate. Patch from netbsd
via Hauke Fath.
* configure: Rebuild.
2015-02-15 Vin Shelton <acs@xemacs.org>
* configure.in: Additional netbsd platform definitions.
* configure: Rebuild.
I have used the opportunity for a bit of spring cleaning:
o remove build restrictions for powerpc and mips (hacks.mk, Makefile)
o drop the inactive X11 toolkit options - they were never used, and
upstream does not support them for 21.4, anyway (options.mk)
o add comments to patch files
o upstream converted the texinfo files to v5 format. Patch the offenders
to be v4 compatible
Problems found with existing distfiles:
distfiles/javascript-2.1b1.el
distfiles/yEd-3.14.2.zip
No changes made to the javascript-mode or yEd distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
fixes spurious SIGSEV breakage during build on (at least) netbsd-6
amd64. Do a little GENERATE_PLIST dance to accomodate for the dynamic
filename of the (separate) dump file.
Add a handy option for a debug build.
Install the "Installation" protocol of build parameters, it is helpful
for reporting issues upstream.
2015-01-29 Vin Shelton <acs@xemacs.org>
* XEmacs 21.4.23 is released
2015-01-08 Vin Shelton <acs@xemacs.org>
Fix progress bar crashes.
Thanks to Ralf Soergel for diagnosis and a patch.
* configure.in (Athena widgets):
Test for "international" resource in SimpleWidgetClass in libXaw3d.
* configure: Rebuild.