Commit graph

69410 commits

Author SHA1 Message Date
seb
4e456da044 Note update of archivers/p5-Archive-Zip to version 1.14. 2004-11-13 16:00:17 +00:00
seb
9490555857 Update to version 1.14.
While here add HOMEPAGE.
Changes unknown since last packaged version (1.12).
2004-11-13 15:59:24 +00:00
seb
ce7e5cf372 Note update of archivers/p5-Archive-Tar to version 1.21. 2004-11-13 13:44:04 +00:00
seb
9bb1d96455 Update to version 1.21.
While here add HOMEPAGE.

Changes since last packaged version (1.10)

* important changes in version 1.21 9/11/2004:
This release holds only bugfixes.
-   Make the size of symlinks be 0 in tar headers, so the next entry
    is not interpreted as contents of the symlink (bug #7937)
-   Strip high bits from the mode of the file, as they are stored
    differently in the tar header
-   Make Archive::Tar be kinder to archives that contain garbage,
    proceeding anyway as long as that's possible.

* important changes in version 1.20 8/11/2004:
This release holds mostly bugfixes, in the form of a rewrite of
the handling of the 'prefix' header field.
-   Rewrote 02_methods.t to be more independant
-   Rewrote the way 'prefix' headers are dealt with
-   Require IO::String now to do archive stringification
-   Add new method 'full_path' to A::T::Item objects
    - this is used to fix bug 6938
-   A::T->new now accepts both a class and an object to be friendlier
    to users
-   On tar read errors, binary chunks are no longer dumped to STDOUT,
    but instead the error offset is reported
2004-11-13 13:42:29 +00:00
kristerw
5d987fb870 Include mk/pthread.buildlink3.mk to make this pkg build on NetBSD 1.6. 2004-11-13 13:18:07 +00:00
sketch
3443e11d67 When using the SunPro compiler suite, the "cc" compiler understands the C99
__func__ declaration, but the "CC" (C++) compiler does not.  The configure
script for this package tests for __func__ but only invokes the C frontend,
causing failures later as it uses both C and C++ compilers.  Explicitly
disable this functionality when using SunPro.
2004-11-13 12:51:22 +00:00
dillo
831d2fee13 drop maintainership, i no longer use this software 2004-11-13 11:15:31 +00:00
jmmv
6bc0fc5d26 Explicitly disable gpgsm support. Otherwise, if gpgsm is installed, the
build of this package fails.
2004-11-13 10:01:50 +00:00
taya
41764a8215 note update of firefox & firefox-gtk2 to 1.0nb1 2004-11-13 08:58:59 +00:00
taya
2bbf608114 remove typeahead extension 2004-11-13 08:57:54 +00:00
grant
486ee58d4d note PKGREVISION bump of gaim (PLIST fix) 2004-11-13 08:06:26 +00:00
grant
acd6e798ef add missing libsilcgaim.la to PLIST.
bump PKGREVISION.
2004-11-13 08:05:53 +00:00
grant
1d66ee235a |fmt 70 75 2004-11-13 07:35:12 +00:00
grant
092a6f2e19 this has no build or configure phase. 2004-11-13 07:33:52 +00:00
taya
18f020a864 remove typeahead extension that confilicts with buildin typeahead component.
fix pkg/28164.
bump PKGREVISION
2004-11-13 07:03:08 +00:00
kristerw
6a867854b3 Add missing .include "../../mk/bsd.pkg.mk" 2004-11-12 23:42:52 +00:00
jlam
25692439cd Whitespace nit. 2004-11-12 23:30:07 +00:00
jlam
0786cc66d4 Default to building perl-thread on platforms with native pthreads.
Perl-5.8.x and up are supposed to properly support pthreads if they're
available.  The GNU pth support isn't quite there yet, so we can't build
with thread support on all platforms.
2004-11-12 23:29:34 +00:00
jlam
1f0bab159b When building perl-thread, ensure that PTHREAD_{CFLAGS,LDFLAGS,LIBS}
are properly recorded in Config.pm.  These values will then be used
when building perl modules using ExtUtils::MakeMaker.  Bump the
PKGREVISION.
2004-11-12 23:27:46 +00:00
jmmv
cc404169ed Note update of gaim to 1.0.3. 2004-11-12 22:59:08 +00:00
jmmv
876ded394f Update to 1.0.3, from Matthew Luckie (maintainer) in private mail:
Bug Fixes:
* Jabber authentication fixes (Michael Plump)
* Yahoo buddy idle reporting is more accurate (Evan Schoenberg)
* "Allow All" privacy setting works on Yahoo (Peter Lawler)
* Fix a crash when dragging a buddy to the conversation entry area
* Fix a crash removing chats from the buddy list
* Correctly display buddy pounces for aliases with &, < or > in them
* Correctly follow the per-conversation logging option
2004-11-12 22:58:25 +00:00
kristerw
2dd19fa07a Include mk/pthread.buildlink3.mk to make this pkg build on NetBSD 1.6. 2004-11-12 22:37:35 +00:00
jlam
3586ec85db Move PREFER_NATIVE_PTHREADS default setting to from pthread.buildlink3.mk
to defaults/mk.conf, where all defaults should live.
2004-11-12 22:34:15 +00:00
kristerw
23fda7bea9 Fix a C99-ism to make this pkg build with gcc 2.95. 2004-11-12 22:10:16 +00:00
jlam
8a7d3d2ec6 Don't expand .la files in PLISTs that are symlinks. The expansion should
only occur with the real .la file.  This avoids the problem noted by
Greg Troxel in:

	http://mail-index.netbsd.org/tech-pkg/2004/11/12/0018.html
2004-11-12 21:21:08 +00:00
kristerw
f298099c5e Fix a C99-ism to make this pkg build with gcc 2.95. 2004-11-12 20:53:32 +00:00
kristerw
5401909985 Fix a C99-ism to make this pkg build with gcc 2.95. 2004-11-12 20:27:23 +00:00
sketch
cc78d56bb6 Introduce LIBABISUFFIX for platforms which require ABI-dependant library paths. 2004-11-12 20:25:41 +00:00
kristerw
8601ae1454 gcc 2.95 does not understand -Wno-unused-variable. Use BUILDLINK_TRANSFORM
to remove it.
2004-11-12 20:18:27 +00:00
kristerw
cac434648b Adjust the warning flags so that this pkg builds when using the
security/openssl package.
2004-11-12 19:50:10 +00:00
kristerw
abb81c9c58 Correct typo in PLIST.
Bump PKGREVISION.
2004-11-12 19:09:19 +00:00
kristerw
7590ac5dfe The source code does not use bool, so no need to include stdbool.h.
Makes this pkg compile on NetBSD 1.6.
2004-11-12 19:01:57 +00:00
kristerw
6e67d5cc7d The distfile cannot be extracted with some tar (e.g. NetBSD 2.0)
or some pax (e.g. NetBSD 1.6).  Force use of gtar instead.
2004-11-12 18:40:14 +00:00
wiz
4c2396f193 + ast-ksh-20040229, libstatgrab-0.11 [pkg/28258]. 2004-11-12 18:14:58 +00:00
jlam
a2cb0e6a3e Wrapper scripts break when passed an argument that contains a newline
character, so remove it from the ast-ksh make.probe.
2004-11-12 18:08:54 +00:00
seb
cd255cba4e Set version independent HOMEPAGEs. 2004-11-12 17:36:40 +00:00
sketch
0b5a3b7e32 You can't return from a function declared void, especially with strict
compilers like SunPro.
2004-11-12 16:53:14 +00:00
cube
a1dd1b3dd8 Note update of security/sudo to version 1.6.8pl2 (security fix). 2004-11-12 16:48:45 +00:00
cube
72a83b746a Update to version 1.6.8pl2. Fixes a security flaw for the sad people using
bash-as-sh (and people allowing bash scripts to be run through sudo).  The
user could override commands by functions of her own.

ChangeLog:

549) Bash exported functions and the CDPATH variable are now stripped from
     the environment passed to the program to be executed.
2004-11-12 16:47:31 +00:00
jlam
92eea4d8e0 Insert the default values for WRAPPER_DEBUG and WRAPPER_UPDATE_CACHE as
defaults within the wrapper script.  This avoids requiring those two
variables to be defined in the shell environment for the correct defaults
to take effect.
2004-11-12 16:27:57 +00:00
jlam
d13b06f317 Bulk builds should be defaulting to building perl58. 2004-11-12 15:39:22 +00:00
jlam
28928b65a3 Don't include bsd.pkg.mk in Makefile.common. Include it in the package
Makefiles themselves so we can more precisely control when it is included,
as well as avoiding including it multiple times by accident.  This fixes
the spewage in the bulk builds for misc/celestia-kde.
2004-11-12 15:12:00 +00:00
sketch
696a3dd43d Fix syntax error. 2004-11-12 14:41:47 +00:00
he
36bb6f83b8 Hm, I was confused; p5-Class-WhiteHole was already imported
on Nov 6, so remove today's entry.
2004-11-12 14:41:32 +00:00
wiz
6ab6fbda9d + distcc-2.18.2, gobo-eiffel-3.3, libstatgrab-0.11, xmms-infinity-0.6.0. 2004-11-12 14:34:39 +00:00
he
9204fc7f27 Add
net/p5-Net-XWhois
	security/p5-Crypt-RandPasswd
to their respective parent Makefiles.
2004-11-12 14:32:11 +00:00
wiz
10b91f34c1 Note suse_libjpeg-7.3nb1 update. 2004-11-12 14:31:55 +00:00
wiz
2b2b14ec96 Set LIBTOOLIZE_PLIST to NO, so that the PLIST is correct. Bump PKGREVISION. 2004-11-12 14:31:18 +00:00
he
b555632ef8 Note additions of
p5-Class-WhiteHole-0.03
        p5-Net-XWhois-0.90
        p5-Crypt-RandPasswd-0.02
2004-11-12 14:29:17 +00:00
he
50415ef519 Import p5-Crypt-RandPasswd version 0.02.
This is an implementation of the Automated Password Generator standard,
defined in FIPS Publication 181, "Standard for Automated Password Generator":
http://www.itl.nist.gov/fipspubs/fip181.htm
2004-11-12 14:22:12 +00:00