Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
fetch.mk. This script currently completely replaces the functionality
in _FETCH_FILE. I will eventually add the ability to resume a file
transfer to this script.
|
|
to use libtool. This fixes PR 33951.
Bump PKGREVISION for qt4-libs and qt4-tools.
|
|
|
|
|
|
just noting the error or warning to standard error.
|
|
into a separate package pkgtools/bootstrap-extras. Teach the bootstrap
script to look for those scripts from the bootstrap-extras package.
* When registering the installed software, set WRKOBJDIR to the bootstrap
work directory to protect against a read-only pkgsrc tree.
|
|
|
|
|
|
on this platform. These files come from pkgsrc/bootstrap.
|
|
the BSD install program. The script comes from pkgsrc/bootstrap.
|
|
be added to BUILD_DEFS.
|
|
influence the way the package is installed. Also, they are so commonly
used that it would be a nuisance to add it to every package Makefile.
|
|
recent buildlink3 check correct.
A buildlink3 file that appears in the package but not in the
buildlink3.mk file is not worth a warning, since there are legitimate
reasons for doing this, which is also documented in the buildlink3
documentation.
|
|
|
|
Changes:
* Motorola support, tested with models v710/e815
* object caching and directory parsing (for things like ObexFS)
* Nokia support via IrDA and Bluetooth
* Siemens S65 support
* Everything but data goes to stderr for more simple redirection.
* VMO converter (gsm and wav) split into seperate package.
* Ericsson and Siemens cable support unified (still testing).
pkgsrc changes:
* NetBSD bluetooth support, thanks to Iain Hibbert for finishing it.
|
|
|
|
Makefile and the buildlink3.mk file differ, as this is most likely a bug
that has been introduced somewhere in the past when updating a package.
Suggested by Thomas Klausner.
|
|
intention cleaner.
|
|
header inclusions.
XXX There are tons of type warnings in this package.
|
|
"fetch" target, but it does affect the "checksum" target's shell
script, which errors out on the second occurrence of a file. The
shell script should perhaps also be fixed, but it seems sensible
regardless for ${ALLFILES} not to contain duplicate filenames. As
a side effect, the file list is sorted.
Regression found by building mail/qmail with the "qmail-netqmail"
option, which adds to PATCHFILES a file that's already in ${DISTFILES}.
Arguably this is gross, but it worked before, and now works again.
Tested on my usual pkg_comp(8) build of 200+ packages, with an
initially empty ${DISTDIR} and ${PACKAGES}. Thanks seb@ for the
more idiomatic make(1) construction.
|
|
|
|
It fixes cross-site-scripting security problem.
Geeklog 1.4.0sr5
JPCERT/CC informed us about a possible XSS in the comment handling that we're
fixing with this release.
|
|
xmms doesn't need libxml.
This fix the build of packages including audio/xmms/buildlink3.mk.
|
|
(exposed with current's gcc 4.1.2).
|
|
|
|
Changes:
Version 3.5.1 - 2006-07-05
- a coredump in pget fixed.
Version 3.5.0 - 2006-07-05
- implemented pget -c (continue) with a status file. (`set
pget:save-status never' to disable periodic saving of the status).
- new options of `repeat' command: --count (-c), --delay (-d), --while-ok,
--until-ok.
- listing and dns cache optimized; added per host enable/disable for
caching.
- made ABOR more robust.
- added support for ALLO command and ftp:use-allo setting.
- use binary mode for `quote' (e.g. `quote POST' for http).
- sped up uploading in fish protocol.
- fixed coredump in pget when terminal lacks prev_line capability.
- fixed pget for URLs with question sign.
|
|
XXX I suppose -mcpu=pentiumpro is deprecated since gcc 4.x, am I wrong?
XXX Should I have been using BUILDLINK_TRANSFORM instead of
WRAPPER_TRANSFORM_CMDS ?
|
|
|
|
of graphics/gd/buildlink3.mk.
This fix the build of packages including
graphics/graphviz/buildlink3.mk
|
|
m4-1.4.5, unrar-3.6.7.
|
|
|
|
all kinds of patches, especially source code.
|
|
|
|
Unix syslogs are convenient to read for humans but because
of small differences between operating systems and things
like 'last message repeated xx times' not very easy to parse
by a script.
Parse::Syslog presents a simple interface to parse syslog
files: you create a parser on a file (with new) and call
next to get one line at a time with Unix-timestamp, host,
program, pid and text returned in a hash-reference.
|
|
Pkgsrc changes:
- Removed p5-Crypt-RSA and p5-Crypt-OpenSSL-Bignum as direct requirements.
- Added patterns to CHECK_INTERPRETER_SKIP to avoid messages about missing
/usr/bin/perl.
Relevant changes since version 0.17:
====================================
* no longer depends on Crypt::RSA or Crypt::OpenSSL::Bignum.
|
|
|
|
|
|
|
|
Changes since 4.2.6:
- Many bugfixes.
|
|
gnopernicus-1.0.6, gnutls-1.4.1, gsasl-0.2.13, lincvs-1.8.3 [now
called CrossVC], mrtg-2.14.5, nagios-2.5, prelude-lml-0.9.6,
rosegarden4-1.2.4 [replacing audio/rosegarden|pkgsrc-wip],
rrdtool-1.2.15, smokeping-2.0.9, socat-1.5.0.0, source-highlight-2.4,
wcalc-2.2.2, x11vnc-0.8.2, yasm-0.5.0, zip-2.32.
|
|
|
|
|
|
|
|
change, the patch suggested in PR 33998 is completely applied.
|
|
and those that are defined by the infrastructure (_BUILD_DEFS). This
allows the build-defs-message target to be moved to the end of
bsd.pkg.mk. Now it prints the correct result even in unprivileged
builds, which had been wrong due to the order in which the files have
been included. For example, ${UNPRIVILEGED_USER} was displayed as (not
defined) although its value was defined, which could be checked with
"bmake show-var".
Tested with one package that _does_ define BUILD_DEFS and with one that
doesn't. The behavior stays the same.
|
|
|
|
|
|
Major Improvements in this release are:
* Many crashes are fixed
* PowerPC support in Krita works now
* Karbon improved interaction with shapes a lot
* Various other bugfixes
|
|
PR pkg/33992 from Gilles Dauphin.
|