Commit graph

84317 commits

Author SHA1 Message Date
wiz
e97a1d4474 Update MASTER_SITES, from Leonard Schmidt on tech-pkg. 2005-09-15 13:27:34 +00:00
wiz
ed7e7c6e07 Fix typo. 2005-09-15 13:09:45 +00:00
wiz
c1041debc3 Fix typo in openoffice version (1.1.5, not 1.5), noted by martti@. 2005-09-15 10:29:55 +00:00
wiz
00b2c8501c + gxine-0.4.8, openoffice-1.5, openoffice-bin-1.5. 2005-09-15 08:08:12 +00:00
atatat
92e74f2d24 Add back what was patch-ac (from kristerw) as patch-ab since it's not
a patch to lsof that the author would be interested in taking back as
it only addresses the use of pkgsrc on Darwin:

   Do not ask the user about the path to the darwin XNU kernel header
   files in the case they are not found -- report an error instead
   (since going interactive breaks bulk building...)

We are in a "freeze" at the moment, but this ought to fix the build of
a leaf package under Darwin.
2005-09-15 02:45:13 +00:00
dmcmahill
a19f279615 avoid a non-constant initializer element. Only affects solaris and irix 2005-09-15 01:15:47 +00:00
reed
a889f46cf1 Add note about using bmake when using bootstapped system. 2005-09-15 00:04:59 +00:00
reed
087f1de0ac Add note about using bmake instead of make (for bootstrap users). 2005-09-14 17:04:17 +00:00
reed
cf31a5c72a Mention USE_TOOLS also may express a dependency.
Todo: USE_TOOLS should be documented, such as :pkgsrc, :run, :build
(I started working on a files/tools.xml.)
2005-09-14 16:46:13 +00:00
drochner
56f4385e45 mark this ONLY_FOR NetBSD-3 (depends on nsswitch)
(XXX could be made on Linux and Solaris too)
2005-09-14 16:44:12 +00:00
reed
1f98aed935 Remove indentation of second line of example I just committed. 2005-09-14 16:40:57 +00:00
reed
da241b947d In the "converting packages to use buildlink" section,
mention setting BUILDLINK_DEPENDS.foo.
(Suggested by Steven M. Bellovin on tech-pkg.)
2005-09-14 15:55:35 +00:00
tv
7d56f3a26d Bah, remove. (Thanks to Dovecot, I didn't see the freeze announcement
right away.... <bleh>)
2005-09-14 14:33:01 +00:00
tv
ca6febb67f p5-XML-Dumper-0.79; from DESCR:
XML::Dumper dumps Perl data to a structured XML format.
XML::Dumper can also read XML data that was previously dumped
by the module and convert it back to Perl.

This might be useful for dumping Perl objects to files
using an XML format that can be reloaded or accessed by
other programs. Maybe even by other languages.
2005-09-14 14:30:17 +00:00
dmcmahill
e9be6355fe - add missing header file
- use CONFIGURE_ENV during the configure phase to make sure we pick up
  QMAKESPEC
- set CONFIG_SHELL to ${SH} to help /bin/sh challenged platforms like
  solaris.
2005-09-14 14:18:16 +00:00
adrianp
fafc5aa2e5 Note snort update to 2.4.0nb1 2005-09-14 12:47:53 +00:00
adrianp
981f7d7d52 Add patch from snort CVS to address a security issue:
http://secunia.com/advisories/16786/
Whitespace police on MESSAGE
Bump to nb1
2005-09-14 12:46:52 +00:00
martti
fb3a849e8a Updated sysutils/xfce4-systemload-plugin to 0.3.6nb1 2005-09-14 11:56:13 +00:00
martti
4568b11d22 Updated xfce4-systemload-plugin to 0.3.6nb1
Fix sparc64 problems (pkg/31017)
2005-09-14 11:55:57 +00:00
pooka
abae487f2e depend on netpbm=>10.29nb2: that one has ppmquant with the correct
perl path and hence the script pstoimg works with font antialiasing
2005-09-14 07:41:52 +00:00
pooka
056db14aca fix perl path in ppmquant 2005-09-14 07:38:50 +00:00
schmonz
26764c33cd Some days it's harder than others to hide my paucity of brain cells.
Comment out the RCS Id tag. Thanks Hisashi T Fujinaka.
2005-09-14 04:15:55 +00:00
taca
01a4821fd4 Make sure to update contents of distinfo to lsof 4.76. 2005-09-14 01:22:50 +00:00
reed
067e37d040 Fix the NetBSD.cf pre-formatted manual page make target so it
creates the manpage in current build directory instead of unsafely
in tmp directory. Discussed with Xorg and XFree86 security teams
and fixed there also.

Bump PKGREVISION.
2005-09-13 22:51:42 +00:00
salo
b5870e3006 Security fix:
- fix insecure file creation in /tmp, patch from silc cvs

the impact of this issue is very low.  it allows an attacker to overwrite
arbitrary files owned by the user running silcd ("silcd", in pkgsrc) IFF
the owner of the process or root send SIGUSR1 signal to the process to dump
stats.  the only file owned by the "silcd" user is typically the log file
which resides in a directory inaccessible by anyone except the user itself
and root so the potential attacker would need to guess its name.

 http://www.zataz.net/adviso/silc-server-toolkit-06152005.txt

please note that the advisory also incorrectly states that silc-toolkit is
vulnerable too.  the code in question is never compiled in the toolkit so
it's not affected.

Bump PKGREVISION.
2005-09-13 22:02:24 +00:00
tonio
234d154cbb Updated wm/selectwm to 0.4.1nb1, to fix build under darwin 2005-09-13 21:31:24 +00:00
tonio
bc6d549925 Force the package to use external gettext
Fix link problem with gettext under darwin
Update maintainer address

bump PKGREVISION
2005-09-13 21:21:12 +00:00
christos
dde0aa7988 new lsof. 2005-09-13 20:22:53 +00:00
christos
a2c5bd1b6b lsof 4.75 is gone; use 4.76 2005-09-13 20:18:27 +00:00
christos
02ef1cfe10 use -u0 to make this patch to avoid $Id$ from being expanded. 2005-09-13 19:40:59 +00:00
agc
43ad3724e4 Remove deprecated USE_BUILDLINK3 line. 2005-09-13 19:39:46 +00:00
christos
27754928f3 make it work under linux again. 2005-09-13 19:25:57 +00:00
taca
6502d46e17 Note update of graphics/ruby-RMagick package to 1.9.1. 2005-09-13 14:39:26 +00:00
taca
4d9187c8f8 Update graphics/ruby-RMagick package to 1.9.1 applying patch from
PR pkg/31251 provided by Akio Obata.

RMagick 1.9.1
o Fixed bug #2157, Image#total_colors is now an alias of Image#number_colors
o Fixed bug #2155, Image#dispose= now accepts a DisposeType enum, #dispose
  now returns a DisposeType enum.
o Fixed bug #2156, Image#properties no longer returns garbage for the property
  name and value.
o Fixed bug #2190, Image#compose now returns a CompositeOperator
o Fixed bug #2191, Image#composite no longer abends when called
  with 0 arguments
o Fixed bug #2213, ImageList#montage method no longer leaves the imagelist
  corrupt after raising an ImageMagickError
o Feature #2159, added GrayChannel ChannelType enum value, BlendCompositeOp
  and ColorBurnCompositeOp CompositeOperator enum values, RLECompression
  CompressionType enum value, deprecate RunlengthCompression
o Feature #2172, added optional argument to crop and crop! to reset the saved
  page offsets after cropping
o Deprecated Image#channel_threshold. This method is deprecated in ImageMagick.
o Feature #2373, change Image#import_pixels to accept a pixel data buffer
  as well as a pixel data array. (Thanks to Ara T. Howard for this suggestion!)
o Fixed to compile without errors with ImageMagick 6.2.4-4.
2005-09-13 14:38:14 +00:00
wiz
5b8ec36371 xuvmstat updated to 20050909 (PR 31163). 2005-09-13 12:44:32 +00:00
wiz
65d80da6d3 Update to 20050909:
. patch from havard@: split file/exec statistics
. patch from martin@ fixing PR xsrc/31163 (problems on ffb device)
2005-09-13 12:43:48 +00:00
dmcmahill
d00eec86d4 remove trailing whitespace 2005-09-13 12:13:54 +00:00
adam
3e2ee0cfaa Fix configure problem when x11/gnome-libs is installed 2005-09-13 12:07:34 +00:00
abs
efb561dca9 Updated sysutils/rsnapshot to 1.2.1 from 1.1.6
Note that config file format has changed, but rsnapshot will detect an
old config and refuse to run until config is updated.
2005-09-13 11:48:54 +00:00
abs
d52c176db9 Update rsnapshot to 1.2.1. Changes since 1.1.6
Note that config file format has changed, but rsnapshot will detect an
old config and refuse to run until config is updated.

VERSION 1.2.1 (Apr 09 15:10 2005)
------------------------------------------------------------------------------
- Fixed security bug when neither cmd_cp or link_dest are enabled

VERSION 1.2.0 (Jan 31 21:43 2005)
------------------------------------------------------------------------------
- Turned off buffering ($|=1)
- Changed default lockfile to /var/run/rsnapshot.pid, for FHS compliance
- Clarified man page licensing (GPL)
- Fixed is_real_local_abs_path() to handle dangling symlinks
- Changed utils/backup_smb_share.sh to re-order the smbtar arguments
- Added "-uroot" to utils/backup_mysql.sh example file
- Changed regex in is_blank() subroutine
- Changed rsync include/exclude mode to relative
- Peter Palfrader <weasel@debian.org> enhanced error reporting to include
  command line options
- Bharat Mediratta <bharat@menalto.com> improved the exclusion rules to avoid
  backing up the snapshot root. The old way was also kept for users who can't
  or don't want to upgrade their destination paths in their backup points.
- Bharat Mediratta <bharat@menalto.com> added a "+" feature to the per-backup
  point args to allow additive include/exclude rules.
- Added safe_rename() subroutine to work around a semi-obscure timestamp bug
  in certain Linux kernels
- Clarified error message about local/relative paths in config file parsing
- Added check for leading/trailing spaces in remote (ssh) paths
- Added du(1) and crontab(1) to man page references
- Added config.guess and config.sub for automake
- Changed default destination paths for backup points in example config file
  for compatibility with --relative rsync flag
- Added formatting fix to show one slash only when invoking backup_script
  with link_dest option enabled
- Broke backwards compatibility for the benefit of fixing several outstanding
  issues. The default value for rsync_long_args is now different.
- Changed add_lockfile() verbose message to "echo $$ > /path/to/lockfile.pid"
  which is actually what the code is doing
- Added check to make sure backup_scripts can't share destination path with
  backup points
- Added check to make sure different backup_script destinations don't overlap
  and don't clobber backup point destinations
- Added "cmd_du" parameter to allow specifying the path to "du"
- Nicolas Kaiser <nikai@nikai.net> provided various typo fixes in the program
  and man page
- Fixed "missing rsync/configtest ok" bug
- Added config_version parameter, which is now required
- All autoconf files were updated with the ones from Debian sarge
- Added upgrade-config-file feature for "make upgrade" target and manual use
- Added upgrade feature to RPM spec file
- Added check-config-version feature for use with shell scripts, etc.
- Changed version_only argument to version-only, for consistency with new
  options
- Conditionalized configure script to only advise the user to copy the
  rsnapshot.conf.default file to rsnapshot.conf if it's a new installation
- Added rollback feature to restore interval.0 snapshots when using link_dest
- Added second option for du, to compare subdirectories or files
- Added "du_args" to pass arguments to du
- Relaxed cmd line option validation, but only when du is the command
- Now only show command invocation for logger on verbose level 4
- Added rsync cleanup after native_cp_al() to preserve special files
- Removed warning messages from native_cp_al() about special files
- Modified error printing so full run string is displayed once at the top
  of a list of error messages
- Fixed bug in old method of preventing the snapshot root from being backed
  up, which occurred when snapshot root was more than one level down from a
  backup point
- Added commented out du_args to rsnapshot.conf.default.in
- Added descriptive error if "du" fails
2005-09-13 11:47:49 +00:00
wiz
8062444a92 + YoSucker-73, boson-0.11, dante-1.1.18, efax-gtk-3.0.5, gramps-2.0.8,
gsasl-0.2.8, gwenview-1.3.0 [pkg/31299], libextractor-0.5.5,
  libmpeg3-1.6, libxml2-2.6.22, lmbench-2.5, mimedefang-2.53,
  mkvtoolnix-1.5.6, mono-1.1.9, nmap-3.93, pcre-6.4, phpmyadmin-2.6.4,
  py-psycopg-1.1.20, py-qt3-sip-4.3.1, py-sqlite-2.0.4,
  rdiff-backup-1.0.1, socat-1.4.3.0, stellarium-0.7.0, xuvmstat-20050909
  [wiz].
2005-09-13 11:16:52 +00:00
xtraeme
f199d0eff9 + mysql4-4.1.14, mysql-4.0.26 2005-09-13 11:14:22 +00:00
wiz
d1e49d1129 Add missing include for zlib. From pancake in PR 31305. 2005-09-13 07:10:54 +00:00
dmcmahill
5f9908eb42 Define QMAKESPEC in the configure and build environments. Fixes problems
where qmake can't figure out which spec to use.
2005-09-13 04:28:18 +00:00
dmcmahill
7681ed843d - when creating binaries during the configure phase, be sure to add
the required -Rpath options or the openssl version will not be
correctly determined when using pkgsrc openssl.

- when running qmake as part of the configure stage, be sure to
run in the configure environment so that QMAKESPEC is picked up.
2005-09-13 04:27:21 +00:00
dmcmahill
6f5f8ba3a3 Do not define gtar to be the same as ${LOCALBASE}/bin/tar
since the latter is not GNU tar.  Fixes some extract problems
on solaris and others where a buggy distfile needs GNU tar.
No effect on NetBSD.  Discussed with jlam.
2005-09-13 04:24:35 +00:00
itohy
62ee468c77 Add AH-K3002V (but untested). 2005-09-13 03:12:34 +00:00
drochner
a5afec0645 remove a temporary private location from MASTER_SITES, it is not needed
anymore because the DISTFILE is on the primary site again,
requested by The Maintainer
2005-09-12 18:47:07 +00:00
mrauch
bb1b6ebfdb Fix quoting, so it works again. 2005-09-12 18:42:11 +00:00
tv
af11b5d8bb Fix COMMENT per Geert Hendrickx <geert.hendrickx@ua.ac.be> on tech-pkg. 2005-09-12 16:43:18 +00:00