Commit graph

100877 commits

Author SHA1 Message Date
jlam
d60529991e This package provides a script ``install-sh'' that is compatible with
the BSD install program.  The script comes from pkgsrc/bootstrap.
2006-07-17 14:19:01 +00:00
rillig
35d5c84034 Whenever a user-defined variable is used in a package, its name should
be added to BUILD_DEFS.
2006-07-17 13:36:57 +00:00
rillig
ebb2a82ae6 Added LOCALBASE, PKGINFODIR and PKGMANDIR to _BUILD_DEFS, since they
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-17 13:35:11 +00:00
rillig
92c61ccab3 Reworked the way that .include lines are parsed, in order to get the
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-17 12:56:01 +00:00
xtraeme
720acfba56 Updated comms/obexftp to 0.20 2006-07-17 12:32:00 +00:00
xtraeme
170edeacdd Update to 0.20 (latest stable version):
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-17 12:29:57 +00:00
rillig
d4fc30f022 Improved the wording of a warning a little bit. 2006-07-17 11:20:09 +00:00
rillig
58d7049d90 Added warnings for the case when the buildlink3.mk files in the package
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-17 11:16:43 +00:00
rillig
af862517f1 Renamed makevar to pkgctx_vardef and varuse to pkgctx_varuse to make their
intention cleaner.
2006-07-17 10:21:02 +00:00
seb
897c9135e1 Makes this compile with NetBSD current's gcc (4.1.2) by reordering
header inclusions.

XXX There are tons of type warnings in this package.
2006-07-17 08:46:28 +00:00
schmonz
0a53ed9007 Remove duplicate files from ${ALLFILES}. This doesn't affect the
"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-17 02:13:11 +00:00
taca
d896e29b2a Note update of www/geeklog package to 1.4.0.5 (geeklog-1.4.0sr5). 2006-07-17 02:04:45 +00:00
taca
255f11cc76 Update www/geeklog package to 1.4.0.5 (1.4.0sr5).
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-17 02:03:30 +00:00
seb
7b0e9d5b4d As the log message of revision 1.13 of Makefile.common says:
xmms doesn't need libxml.

This fix the build of packages including audio/xmms/buildlink3.mk.
2006-07-16 23:03:20 +00:00
seb
e7a5c8bfb5 On NetBSD too don't define alloca as it conflicts with stdlib.h
(exposed with current's gcc 4.1.2).
2006-07-16 22:37:49 +00:00
salo
e37211ab22 Note net/lftp update. 2006-07-16 22:27:07 +00:00
salo
1a2259ef38 Update to version 3.5.1
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-16 22:25:56 +00:00
seb
1e4df3d4a5 Make this package compile with NetBSD current's gcc 4.1.2
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-16 22:20:37 +00:00
wiz
5d95208e51 Make mmx conditional on i386. Noted by Michael Lorenz. 2006-07-16 22:05:03 +00:00
seb
b13b0ec83b As per Makefile revision 1.49 comment out inclusion
of graphics/gd/buildlink3.mk.

This fix the build of packages including
graphics/graphviz/buildlink3.mk
2006-07-16 15:02:43 +00:00
wiz
c8f6a94634 + evince-0.5.4, gst-plugins0.10-base-0.10.9, gstreamer0.10-0.10.9,
m4-1.4.5, unrar-3.6.7.
2006-07-16 13:38:09 +00:00
heinz
87525e9ce9 Added empty USE_LANGUAGES (no compiler needed). 2006-07-16 13:23:52 +00:00
rillig
8e21952ce6 Extended the check for absolute pathnames from Makefile-patches only to
all kinds of patches, especially source code.
2006-07-16 10:30:27 +00:00
heinz
338c64566e Activated p5-Parse-Syslog. 2006-07-16 09:56:19 +00:00
heinz
dee9d990f7 Import of Perl module Parse-Syslog 1.09.
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-16 09:54:10 +00:00
heinz
2ca9f0d9c0 Updated to version 0.18.
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-16 09:46:15 +00:00
rillig
2b6e3756de Added REPLACE_AWK, REPLACE_BASH, REPLACE_SH. 2006-07-16 09:29:39 +00:00
wiz
5b321c5168 - imp, kronolith (thanks, adrianp), p5-razor-agents (thanks, heinz) 2006-07-16 09:24:31 +00:00
rillig
1aaf61a2ff Updated xboard to 4.2.7. 2006-07-16 09:18:13 +00:00
rillig
7ab2196cfa Updated xboard to 4.2.7.
Changes since 4.2.6:
- Many bugfixes.
2006-07-16 09:17:15 +00:00
wiz
78b65dcf48 + R-ncdf-1.6, aspell-faroese-0.2.26, blender-2.42, boehm-gc-6.8,
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-16 09:12:56 +00:00
wiz
c9a140098a Fix typo in version number. 2006-07-16 08:52:30 +00:00
wiz
32f0966059 Update DESCR, not devel version any longer. Noted by mjl. 2006-07-16 08:45:33 +00:00
wiz
7f3379f69f playsound needs X11, so include x11.buildlink3.mk. 2006-07-16 07:30:45 +00:00
rillig
eff7a99e8d Only Solaris is known to need GNU awk for the pkgsrc work. With this
change, the patch suggested in PR 33998 is completely applied.
2006-07-16 00:53:01 +00:00
rillig
2221827892 Split the variable BUILD_DEFS into those that are defined by packages
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-15 23:58:52 +00:00
markd
0666bf8a6b koffice update. 2006-07-15 21:19:36 +00:00
markd
e265933b99 Update koffice-l10n-{de,en_GB} to 1.5.2. 2006-07-15 21:17:06 +00:00
markd
3f8bd65726 Update koffice to 1.5.2
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-15 21:14:00 +00:00
markd
e0412f44de Solaris awk can't deal with the package.
PR pkg/33992 from Gilles Dauphin.
2006-07-15 21:10:12 +00:00
markd
8e350e122a Don't use "ERR", Solaris doesn't like it. 2006-07-15 21:04:07 +00:00
rillig
8db27f7fe7 Converted the header comment to the canonical form. Changed the
definitions of CHOWN and CHGRP so that they still include the command
that is skipped, which is useful when viewing the build logs.
2006-07-15 20:47:43 +00:00
rillig
5c048c44f3 Fixed dead links in the automatically generated README.html files. From
OKANO Takayoshi in PR 34006.
2006-07-15 20:08:33 +00:00
rillig
17982a51c2 Added a patch necessary for SunPro. 2006-07-15 20:05:18 +00:00
tonio
df4e9c1f0d Updated mail/mutt-devel to 1.5.12 2006-07-15 19:35:25 +00:00
tonio
1f13be6525 Update mail/mutt-devel to 1.5.12
Changelog :

The keys used are:
  !: modified feature, -: deleted feature, +: new feature
1.5.12 (2006-07-14):
  - $imap_cachedir replaced with $message_cachedir
  + Header/body caching for POP ($message_cachedir)
  + Header caching for MH folders
  ! $record now defaults to ~/sent
  ! $imap_idle now defaults to "yes" instead of "no"
  + Tab-completion for $my_* variable names and values
  + Expansion of mutt variables (except shell escape)
  + Self-defined variables with $my_* prefix
  + Pattern group support
  + $imap_cachedir
  + 'old' flag on IMAP folders
  + SASL-IR support for IMAP
  + IMAP IDLE support and $imap_idle
  + Pipeline-based IMAP communicaton
  + Full large file support
  + Attachment counting: attachments and unattachments commands,
    %Q and %X for $attach_format, %X for $index_format
  + Basque translation
  + QDBM backend for header caching
  + Irish translation
2006-07-15 19:34:15 +00:00
taca
b59d888704 +mew-5.1, squid-2.6.1 [taca] 2006-07-15 15:25:23 +00:00
rillig
7b6a939c7a The native AWK of Solaris cannot patch the configure file, so gawk is
needed. Fixes PR 33998.
2006-07-15 14:10:13 +00:00
heinz
4eac734f7a Updated
misc/p5-File-Tail to 0.99.3
        mail/tnef to 1.4.1
        mail/p5-razor-agents to 2.82
2006-07-15 12:42:44 +00:00
heinz
8c46204ce0 Updated to version 2.82.
Pkgsrc changes:
  - Added CHECK_INTERPRETER_SKIP to disable checks of some *.pm files.

Relevant changes since version 2.77:
====================================
       2.82 (May 26, 2006)
       ·   Always disconnect from discovery server after performing discovery.
           This fixes a long standing bug wherein razor-report and razor-check
           would attempt to report to or check against the discovery servers.

       2.81 (Mar 16, 2006)
       ·   Update service policy.

       2.80 (Feb 27, 2006)
       ·   Untaint filenames loaded from the config file.  [Bug #1395719]

       2.78 (Oct 01, 2005)
       ·   When registering with a username and password, accept existing cre-
           dentials if they authenticate successfully.

       ·   When autoregistering, attempt to write a test identity before
           attempting to register credentials.

       ·   Always remove the existing identity symlink before overwriting, as
           -e $fn can return false for a symlink that still exists.

       ·   Ensure that checks and reports are sent to the appropriate servers.
           [Bug #1267559]
2006-07-15 12:38:39 +00:00