Age | Commit message (Collapse) | Author | Files | Lines |
|
* Don't depend on xemacs-packages.
While files of xemacs-packages are installed into
${PREFIX}/lib/xemacs/xemacs-packages,
individual Emacs lisp packages use
${PREFIX}/lib/xemacs/site-packages,
so these are never overwritten.
Let's think that these two parts are separate. Individual Emacs lisp
packages depend on another individual ones, never need to depend on
xemacs-packages. This should make things simpler.
|
|
by looking for apxs in the PATH, which we don't protect against (yet) in
buildlink3. Explicitly disable building the Apache modules to prevent
build errors.
|
|
|
|
graphics/Mesa/buildlink[23].mk to pull in glu.
|
|
|
|
|
|
dependencies unless USE_GNU_GETTEXT is defined or IMCOMPAT_GETTEXT is set
appropriately. This should allow packages to use the glibc gettext
routines on Linux.
|
|
including:
*) SECURITY: CAN-2004-0174 (cve.mitre.org)
Fix starvation issue on listening sockets where a short-lived
connection on a rarely-accessed listening socket will cause a
child to hold the accept mutex and block out new connections until
another connection arrives on that rarely-accessed listening socket.
With Apache 2.x there is no performance concern about enabling the
logic for platforms which don't need it, so it is enabled everywhere
except for Win32. [Jeff Trawick]
*) SECURITY: CAN-2004-0113 (cve.mitre.org)
mod_ssl: Fix a memory leak in plain-HTTP-on-SSL-port handling.
PR 27106. [Joe Orton]
*) SECURITY: CAN-2003-0020 (cve.mitre.org)
Escape arbitrary data before writing into the errorlog. Unescaped
errorlogs are still possible using the compile time switch
"-DAP_UNSAFE_ERROR_LOG_UNESCAPED". [Geoffrey Young, Andr<E9> Malo]
Complete changelog is at http://www.apache.org/dist/httpd/CHANGES_2.0
Package changes include:
buildlink depends increased for apache2 (but not for apr).
apr package version changes, but APR_VERSION stays same.
more files installed and added to PLIST.
share/httpd/manual/search/manual-index.cgi removed from PLIST.
Also removing share/httpd/htdocs and share/httpd directories
removed from PLIST because already handled by MAKE_DIRS.
(I think this should use OWN_DIRS.)
(jlam@ said he would like this update done during freeze.)
|
|
|
|
Adapted to buildlink3.
Uses no compiler, so USE_LANGUAGES is empty.
|
|
|
|
|
|
Adapted to buildlink3.
Uses no compiler, so USE_LANGUAGES is empty.
|
|
behaviour.
|
|
|
|
|
|
since buildlink3 hides the needed scripts from autoconf too well.
|
|
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
|
|
use .Aq instead of <>.
|
|
Make cpuflags ${PREFIX}-aware - based on patch from Karl Hammerschmidt
|
|
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
|
|
|
|
to BUILDLINK_DEPENDS unless their respective buildlink3.mk files are
included by the top-level Makefile.
|
|
|
|
version number to the library, so it doesn't create certain symlinks for
the shared libraries.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
they are not necessary. Conditionally remove them from PLIST.
|
|
|
|
by grant)
|
|
|
|
|
|
|
|
(http://developer.apple.com/qa/qa2001/qa1118.html)
|
|
|
|
PR pkg/24748.
While here, bl3ify and switch to Tcl 8.4. Bump PKGREVISION.
|
|
|
|
|
|
|
|
using ccache. Noted by Ossi Herrala in PR pkg/24728.
|
|
|
|
and by pkgsrc folks.
|
|
is included by not checking its value explicitly.
|
|
built-in or not into a separate builtin.mk file. The code to deal
checking for built-in software is much simpler to deal with in pkgsrc.
The buildlink3.mk file for a package will be of the usual format
regardless of the package, which makes it simpler for packagers to
update a package.
The builtin.mk file for a package must define a single yes/no variable
USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether
to use the built-in software or to use the pkgsrc software.
|
|
It seems that racc 1.4.4 can generate parser code for Ruby 1.6.X, but
racc itself can't work on Ruby 1.6.X.
This ruby-racc package 1.4.3nb1 contains old ruby-racc-runtime-1.4.3 and
ruby-racc-1.4.3 package.
|
|
yacc -d -v ./activation-context-query-parser.y
make[2]: yacc: Command not found
|