summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-07-17Note PKGREVISION bump of qt4-{libs,tools}.minskim1-1/+3
2006-07-17First cut at a fetch script to replace the humungous fetch "macros" injlam1-0/+173
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.
2006-07-17Use the libtool mode of qmake, instead of patching the non-libtool modeminskim8-32/+132
to use libtool. This fixes PR 33951. Bump PKGREVISION for qt4-libs and qt4-tools.
2006-07-17Fixed pkglint warnings.rillig1-6/+10
2006-07-17Added GNU_PROGRAM_PREFIX to BUILD_DEFS and fixed pkglint warnings.rillig1-4/+6
2006-07-17Don't say "ERROR:" or "WARNING:"... be a more typical shell script byjlam1-4/+4
just noting the error or warning to standard error.
2006-07-17* Move the "extra" scripts installed by bootstrap for certain platformsjlam6-388/+38
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.
2006-07-17Note additions of sysutils/install-sh and pkgtools/bootstrap-extras.jlam1-1/+3
2006-07-17Add sysutils/install-sh and pkgtools/bootstrap-extras.jlam2-2/+4
2006-07-17This package provides extra files and scripts needed to bootstrap pkgsrcjlam6-0/+146
on this platform. These files come from pkgsrc/bootstrap.
2006-07-17This package provides a script ``install-sh'' that is compatible withjlam4-0/+329
the BSD install program. The script comes from pkgsrc/bootstrap.
2006-07-17Whenever a user-defined variable is used in a package, its name shouldrillig1-1/+45
be added to BUILD_DEFS.
2006-07-17Added LOCALBASE, PKGINFODIR and PKGMANDIR to _BUILD_DEFS, since theyrillig1-1/+4
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.
2006-07-17Reworked the way that .include lines are parsed, in order to get therillig1-15/+15
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.
2006-07-17Updated comms/obexftp to 0.20xtraeme2-3/+3
2006-07-17Update to 0.20 (latest stable version):xtraeme14-105/+540
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.
2006-07-17Improved the wording of a warning a little bit.rillig1-2/+2
2006-07-17Added warnings for the case when the buildlink3.mk files in the packagerillig1-2/+51
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.
2006-07-17Renamed makevar to pkgctx_vardef and varuse to pkgctx_varuse to make theirrillig1-41/+41
intention cleaner.
2006-07-17Makes this compile with NetBSD current's gcc (4.1.2) by reorderingseb18-1/+273
header inclusions. XXX There are tons of type warnings in this package.
2006-07-17Remove duplicate files from ${ALLFILES}. This doesn't affect theschmonz1-1/+2
"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.
2006-07-17Note update of www/geeklog package to 1.4.0.5 (geeklog-1.4.0sr5).taca1-1/+2
2006-07-17Update www/geeklog package to 1.4.0.5 (1.4.0sr5).taca2-7/+6
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.
2006-07-16As the log message of revision 1.13 of Makefile.common says:seb1-2/+1
xmms doesn't need libxml. This fix the build of packages including audio/xmms/buildlink3.mk.
2006-07-16On NetBSD too don't define alloca as it conflicts with stdlib.hseb3-7/+7
(exposed with current's gcc 4.1.2).
2006-07-16Note net/lftp update.salo2-3/+3
2006-07-16Update to version 3.5.1salo2-6/+6
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.
2006-07-16Make this package compile with NetBSD current's gcc 4.1.2seb3-2/+22
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 ?
2006-07-16Make mmx conditional on i386. Noted by Michael Lorenz.wiz1-1/+4
2006-07-16As per Makefile revision 1.49 comment out inclusionseb1-2/+4
of graphics/gd/buildlink3.mk. This fix the build of packages including graphics/graphviz/buildlink3.mk
2006-07-16+ evince-0.5.4, gst-plugins0.10-base-0.10.9, gstreamer0.10-0.10.9,wiz1-1/+6
m4-1.4.5, unrar-3.6.7.
2006-07-16Added empty USE_LANGUAGES (no compiler needed).heinz2-2/+4
2006-07-16Extended the check for absolute pathnames from Makefile-patches only torillig1-39/+165
all kinds of patches, especially source code.
2006-07-16Activated p5-Parse-Syslog.heinz1-1/+2
2006-07-16Import of Perl module Parse-Syslog 1.09.heinz4-0/+36
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.
2006-07-16Updated to version 0.18.heinz2-8/+8
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.
2006-07-16Added REPLACE_AWK, REPLACE_BASH, REPLACE_SH.rillig1-3/+6
2006-07-16- imp, kronolith (thanks, adrianp), p5-razor-agents (thanks, heinz)wiz1-4/+1
2006-07-16Updated xboard to 4.2.7.rillig2-3/+3
2006-07-16Updated xboard to 4.2.7.rillig4-24/+21
Changes since 4.2.6: - Many bugfixes.
2006-07-16+ R-ncdf-1.6, aspell-faroese-0.2.26, blender-2.42, boehm-gc-6.8,wiz1-9/+21
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.
2006-07-16Fix typo in version number.wiz1-2/+2
2006-07-16Update DESCR, not devel version any longer. Noted by mjl.wiz1-32/+20
2006-07-16playsound needs X11, so include x11.buildlink3.mk.wiz1-1/+2
2006-07-16Only Solaris is known to need GNU awk for the pkgsrc work. With thisrillig1-2/+7
change, the patch suggested in PR 33998 is completely applied.
2006-07-15Split the variable BUILD_DEFS into those that are defined by packagesrillig7-54/+62
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.
2006-07-15koffice update.markd1-1/+4
2006-07-15Update koffice-l10n-{de,en_GB} to 1.5.2.markd5-15/+60
2006-07-15Update koffice to 1.5.2markd3-21/+7
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
2006-07-15Solaris awk can't deal with the package.markd1-1/+5
PR pkg/33992 from Gilles Dauphin.