The patches patch-emacs.c and patch-mem-limits.h are no longer needed
because lim_data has been changed from an unsigned int to an unsigned
long, which should be big enough on all architectures which we support.
Make Andrey Slusar <anray AT inet DOT ua> the maintainer, since he kindly
offered to take over this port from me.
Make Andrey Slusar <anray AT inet DOT ua> the maintainer, since he kindly
volunterred to take over this port from me.
Submitted by: Denis Shaposhnikov <dsh AT vlink DOT ru> [1]
which, among many other things, fixes the know security
vulnerabilities.
- Remove some notes about tracking NetBSD, since the port does not do
that anymore.
- Remove out-of-date information from pkg-descr.
- Take maintainership.
Approved by: nectar
They are not the patches from the submitter, but one which overcome
knu@s objections about the original ones and discussed in ports/69037.
PR: ports/69027 ports/69028 ports/69029 ports/69030 ports/69031 ports/69032 ports/69033 ports/69034 ports/69035 ports/69036 ports/69037
Submitted by: Wesley Shields <wxs@csh.rit.edu>
tests). The original Makefile built only the tests.
This solves a problem with (only slightly) older versions of FreeBSD
which don't have libpthreads. This is required for the tests, and
since there are other issues, it doesn't seem to be worthwhile trying
to fix them. If you want to build the tests on a release older than
5.3, you'll have to play around a bit.
And while I'm here:
1. Download the PGP .sig file, in case the user wants to verify the package
2. Switch to PLIST_FILES for the one file this port installs
3. Replace the lone patch file with a ${SED} command
For those keeping score at home, that's 3 inodes gone with one commit! :)
Approved by: edwin (maintainer)
- Use %%JAVAJARDIR%%
- ECHO_CMD -> ECHO_MSG
- Use INSTALL_DATA to install JAR files and documentation files
NOTE: the port now installs three different JAR files:
- avalon-framework-api.jar: API classes and interfaces
- avalon-framework-impl.jar: Implementation classes
- avalon-framework.jar: Full package (the former installed JAR)
Requested by: Manfred N. Riem <mnriem@earthlink.net>