Age | Commit message (Collapse) | Author | Files | Lines |
|
so that the creation of the bulk build cache files works correctly on non-i386
machines. This speeds up the marking of all compat_linux packages as not available.
This change has no effect on i386.
|
|
but aren't needed. Idea by tron.
Reduces size of binary package from 33MB to 5MB (for XF3 users).
Bump PKGREVISION to 2.
|
|
for e.g. the "suse_x11" package where the content differs depending on the
installed XFree86 version.
|
|
Bump PKGREVISION. (No change for XFree86-4.* users.)
Debugging and idea for the solution by tron.
|
|
1.5.x release or earlier.
|
|
(couldn't types.h pull that in????)
|
|
|
|
package.
|
|
|
|
include "bsd.pkg.mk" and do nothing else. We now can use this in multi
architecture package like e.g. "civctp-demo" without any unexpected
side effects.
|
|
packages in dependences.
|
|
|
|
|
|
NetBSD 1.5 and 1.5.x systems.
|
|
make it possible to use recent Linux applications on a NetBSD-current
(1.5ZC built from 2002-04-04 sources) kernel.
|
|
- use the system header files to get int64_t instead of (incorrectly)
typedef'ing it.
- Fix compilation on big endian systems.
|
|
|
|
emulator with Linux.
|
|
is left off and stella builds).
|
|
Changes since xmame-0.58.3 include:
- Everything from MAME 0.59.
- Set some more sensible defaults for the various path settings in
fileio.c (e.g., XMAMEROOT/samples for samplepath).
- Fixed a segfault in psikyosh games. (David Haywood)
|
|
Changes since xmame-0.58.2 include:
- Fixed a memory core bug in drivers/btoads.c. (Aaron Giles)
- Fixed an endian bug in sndhrdw/williams.c that could affect
big-endian architectures. (Aaron Giles)
- Added support for using multiple mice as trackballs under X11. (Gerd
Sussner)
- Applied a fix for a crash in Vulgus. (Stefan Jokisch)
|
|
removed the dependecy on autoconf.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
|
|
* Fixed libz problems
|
|
Changes since xmame-0.58.1 include
- Applied a tilemap fix needed for Numan Athletics. (Phil Stroffolino)
- Applied sound fix for Final Fight and Truxton 2 and possibly other
games which use FM timers; applied QSound fix for CPS1; applied sound
fix for Yie Ar Kung-Fu. (Aaron Giles)
- Outrun no longer segfaults on startup. (Steve Freeland)
|
|
Noted by mycroft in the xmame package.
|
|
only emit a message and don't actually fetch anything. This allows
us to make the output of "fetch-list" for these packages consistent
with other packages.
While we're in here, integrate DYNAMIC_MASTER_SITES with the
${ORDERED_SITES} macro. The only functional change here is that
${MASTER_SITE_OVERRIDE} is now respected. Still to do -- something
appropriate for "fetch-list" for these packages, like sourcing
"getsites.sh" into the generated script. (Well, "package", but there
are two others that do something similar in their "Makefile".)
Also eliminate the misbegotten _FETCH_ALLFILES macro -- now that only
"fetch" uses it, move it's functionality directly under "do-fetch".
|
|
Noted by Ben Wong in PR pkg/15765.
|
|
echo the message, too.
|
|
Changes since 0.8.20:
- Several bug fixes, including some serious filesystem emulation bugs.
- Support for A1000 boot ROMs.
|
|
this automatically.
|
|
* libc.rpm: Security update: Fix for vulnerabilities in the glob() functions
that can be remotely exploitable.
|
|
|
|
* glx.rpm: added GeForce DDR Support
|
|
* libjpeg.rpm: fixed wrong path in libjpeg.la
|
|
* xshared.rpm: fix for crash in callback functions (netscape et.al.)
|
|
* shlibs.rpm: Security update: Fix for vulnerabilities in the glob() functions
that can be remotely exploitable.
|
|
using memset() on mapped video buffers. (The memset() fails on PPC due to the
use of dcbz, for example.)
|
|
|
|
|
|
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
removal of USE_GTEXINFO
INSTALL_INFO added to PLIST_SUBST
`${INSTALL_INFO}' replace `install-info' in target rules
print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
makeinfo command usage
See -newly added by this commit- section 10.24 of Packages.txt for
further information.
|
|
|
|
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
|