Commit graph

122504 commits

Author SHA1 Message Date
tnn
e3ff768630 Fix a pbulk scan failure. mplayer is only available with gcc, but
the Makefile.cflags naively checked the value of CC_VERSION which is
unset if we're not using gcc. Found with Solaris x86 and sunpro.
2008-02-08 10:17:26 +00:00
bjs
bcf943d18b + Updated devel/nasm to 2.01nb1 [bjs 2008-02-08] 2008-02-08 03:51:20 +00:00
bjs
50b333ff72 Update package to install html documentation in the right place.
While here, simplify things by using the BSD_INSTALL* variables.

Bump PKGREVISION.
2008-02-08 03:50:07 +00:00
gdt
e972492b5c Add MAKE_JOBS_SAFE=no. 2008-02-08 03:14:18 +00:00
joerg
e6206e80d6 Having to wonder for 5min why pkg_add would fail just to discover that
it couldn't exec the shell scripts due to mount -o noexec, make the
error message a bit more verbose.
2008-02-08 00:58:17 +00:00
joerg
e08e39667b pkg_install-20080208:
Explicitly check in show_var that the buffer is non-NULL.
This can stops pkg_info -Q foo from segfaulting for explicitly
installed packages. Reported by Stoned Elipot.
2008-02-07 23:40:52 +00:00
joerg
e9ce48a411 Merge a fix from NetBSD's src/bin/pax by tls:
Teach set_ftime about symbolic links, because it has to know: on some
Linux systems, when we build as a tool we think we have lutimes but it
doesn't work on some filesystems at runtime.  A bit ugly but effective
and without use of AC_TRY_RUN in the tool build.  Tidier (than mine)
set_ftime reorganization from christos.

Bump version to 20080110.
2008-02-07 22:27:53 +00:00
rillig
66736dde43 Replaced _PKG_SILENT and _PKG_DEBUG with RUN. 2008-02-07 21:36:13 +00:00
heinz
a91164cb43 The package supports installation to DESTDIR.
A compiler is not necessary.
2008-02-07 21:28:29 +00:00
heinz
bff06f130c A compiler is not necessary. 2008-02-07 21:13:57 +00:00
heinz
4171a7db8d The package supports installation to DESTDIR.
A compiler is not necessary.
2008-02-07 21:09:30 +00:00
heinz
a4b31069f9 Updated to version 0.15.
Pkgsrc changes:
  - Simplified MASTER_SITES.
  - The package supports installation to DESTDIR.
  - A compiler is not necessary.

Changes since version 0.14:
===========================
0.15  Sat Dec 1  18:00:00 2007
    - Fix for OLE::Storage_Lite performance degradation caused
      by Math::BigInt degradation.
      http://rt.cpan.org/Public/Bug/Display.html?id=31006
      Thanks Jonathan Kamens.
2008-02-07 21:02:07 +00:00
rillig
3e67327748 Replaced _PKG_SILENT and _PKG_DEBUG with RUN.
XXX: Why do we have the exactly same code in all the files?
2008-02-07 20:59:05 +00:00
heinz
5f6ee4b1e6 Updated
net/p5-Geo-IP to 1.30
	sysutils/p5-Parse-Syslog to 1.10
	security/p5-Crypt-CBC to 2.24
	graphics/p5-SVG to 2.36
2008-02-07 20:54:25 +00:00
heinz
e97bfc3815 The package supports installation to DESTDIR. 2008-02-07 20:52:58 +00:00
heinz
bd1c27708d Updated to version 2.36.
Pkgsrc changes:
  - none

Changes since version 2.33:
===========================
2.36	16 September, 2007
	-Fixed SVG::DOM POD

2.35	14 September, 2007
	-Fixed SVG::DOM POD

2.34    17 May 2005
	-SVG::Element - Removed elsep entry for CDATA, cdata, cdata_noxmlesc
	 fields to get rid of artificial blank spaces that confuse some browsers
	-SVG::DOM - added getRootNode method
	-Added user-contributed DOM2 methods to SVG::DOM
2008-02-07 20:50:03 +00:00
heinz
2861a20fb0 Updated to version 2.24.
Pkgsrc changes:
  - The package supports installation to DESTDIR.

Changes since version 2.19:
===========================
Revision history for Perl extension Crypt::CBC.
2.24	Fri Sep 28 11:21:07 EDT 2007
	- Fixed failure to run under taint checks with Crypt::Rijndael
	or Crypt::OpenSSL::AES (and maybe other Crypt modules). See
	http://rt.cpan.org/Public/Bug/Display.html?id=29646.

2.23	Fri Apr 13 14:50:21 EDT 2007
	- Added checks for other implementations of CBC which add no
	standard padding at all when cipher text is an even multiple
	of the block size.

2.22	Sun Oct 29 16:50:32 EST 2006
	- Fixed bug in which plaintext encrypted with the -literal_key
	option could not be decrypted using a new object created with
	the same -literal_key.
 	- Added documentation confirming that -literal_key must be
	  accompanied by a -header of 'none' and a manually specificied IV.

2.21	Mon Oct 16 19:26:26 EDT 2006
	- Fixed bug in which new() failed to work when first option is
	  -literal_key.

2.20	Sat Aug 12 22:30:53 EDT 2006
	- Added ability to pass a preinitialized Crypt::* block cipher
	  object instead of the class name.
        - Fixed a bug when processing -literal_key.
2008-02-07 20:46:04 +00:00
heinz
a609610359 The package supports installation to DESTDIR.
A C compiler is necessary.
2008-02-07 20:27:23 +00:00
heinz
f70ec5a106 Updated to version 1.10.
Pkgsrc changes:
  - The package supports installation to DESTDIR.

Changes since version 1.09:
===========================
2007-12-30
     * release 1.10
     * DST-handling bugfix
2008-02-07 20:00:40 +00:00
heinz
c0fbeb97c8 The package supports installation to DESTDIR.
Added correct version requirement for p5-Time-HiRes.
2008-02-07 19:57:23 +00:00
heinz
b2f9c7b74a Updated to version 1.30.
Pkgsrc changes:
  - The package supports installation to DESTDIR.
  - A C compiler is necessary.

Changes since version 1.27:
=====================================
1.30  December 16th 2007
	- Add GEOIP_MMAP_CACHE support ( Peter Shipley )
	- Added last_netmask - gets netmask of network block from last lookup
	- Merged in Geo::IP::PurePerl code, PurePerl code is mostly
		API compatible with XS code, except for charset functions
	- Added set_charset - enables UTF8 output of city name

1.28  July 4th 2007
	- Added support for region name lookup in GeoIP City API
	- Fixed database_info method (Ken Neighbors)
2008-02-07 19:41:40 +00:00
agc
248ab9ce98 Note update of netbsd-iscsi-target and netbsd-iscsi-initiator to 20080207. 2008-02-07 19:33:13 +00:00
agc
18222afccf Update the NetBSD iSCSI target and initiator packages to 20080207.
Changes are mainly portability ones, to allow the initiator to build
properly on non-NetBSD platforms. The first such platform is
FreeBSD-6.3:

	# ./iscsifs -u agc -D -h sys3
	Targets available from host sys3:
	iqn.1994-04.org.netbsd.iscsi-target:target0 at 10.4.0.29:3260,1
	iqn.1994-04.org.netbsd.iscsi-target:target2 at 10.4.0.29:3260,1
	# uname -srm
	FreeBSD 6.3-RELEASE i386
	#
2008-02-07 19:31:51 +00:00
joerg
f39ec90913 The libfetch version is good enough as user-agent. 2008-02-07 18:02:01 +00:00
joerg
b5978b75bb Conditionally declare arg on the existance of the socket options. 2008-02-07 17:57:28 +00:00
joerg
62b3753060 Don't use warnx, fprintf(stderr, ...) is good enough. Rename logname to
login_name to avoid shadowing a global variable.
2008-02-07 17:47:12 +00:00
joerg
ae18f14e95 Conditionally use IP_PORTRANGE sockopt and avoid using ss_len when other
operations already provided the value.
2008-02-07 17:42:14 +00:00
joerg
c893ace4e9 Kill more __unused. 2008-02-07 17:27:40 +00:00
joerg
3e2c8c39a9 Expand __func__. 2008-02-07 17:23:37 +00:00
joerg
48690f3324 Conditionalize sin_len assignment. 2008-02-07 17:20:50 +00:00
joerg
986863ab93 Replace u_char, u_short, u_long, u_int32_t with the unabbrivated version
or the POSIX type.
2008-02-07 17:19:50 +00:00
joerg
52d90533d8 Always compile for large file support. 2008-02-07 17:16:05 +00:00
joerg
7bc6b51917 Don't use __unused. 2008-02-07 17:12:12 +00:00
joerg
182d2d8055 Include sys/types.h to get time_t. 2008-02-07 17:10:35 +00:00
tnn
45f396330c Same as previous, but the line above. (Sigh) 2008-02-07 17:01:02 +00:00
tnn
9a5fda0288 Oops, make sure the variable is defined before testing it's value. 2008-02-07 16:53:14 +00:00
tnn
1984db0948 Fix a miss that made the hpux bootstrap erronously pull in posix_headers. 2008-02-07 16:43:18 +00:00
joerg
ed6c2007e4 Don't use __BEGIN_DECL/__END_DECL, just inline them. Ensure that
the external variables are covered as well. Directly include stdio.h.
2008-02-07 16:34:52 +00:00
joerg
208c8a0cb6 Don't shadow wait(2). 2008-02-07 16:30:49 +00:00
joerg
037ab467ac EAUTH and ENEEDAUTH might not exist, so use them conditionally.
To flag HTTP authentication errors, fallback to EPERM.
2008-02-07 16:24:01 +00:00
joerg
d85b9063b3 bcopy -> memcpy 2008-02-07 16:14:44 +00:00
joerg
eac8e6ef8c MAXNAMELEN -> PATH_MAX to match fetch.h. 2008-02-07 16:14:32 +00:00
tnn
7ad4bee3e9 Needs GNU nroff to format catpages.
(But for this case it would make life simpler for bulk builders if the
 catpages were pregenerated.)
2008-02-07 13:41:26 +00:00
tnn
bdcd11f1c3 Needs GNU nroff to format catpages with -mandoc. 2008-02-07 13:24:36 +00:00
tnn
e4bccb7899 USE_BSD_MAKEFILE is now safe here. 2008-02-07 13:16:50 +00:00
obache
8605b337ff This package is DESTDIR ready. 2008-02-07 12:41:19 +00:00
obache
a9dbe26428 No need to replace ruby with ${RUBY}.
lang/ruby/buildlink3.mk take care it.
2008-02-07 12:40:16 +00:00
tnn
ea8ef868a5 Get rid of USE_TOOLS+=nroff in the USE_BSD_MAKEFILE case.
Just because a package has BSD style Makefile doesn't mean it has manpages.
A sweep of packages with USE_BSD_MAKEFILE=yes is forthcoming;
USE_TOOLS+=groff nroff will be added where appropriate.
2008-02-07 12:26:55 +00:00
tnn
677ba266b7 Fix busted groff handling on SunOS.
Also, change the logic so that the construct:
USE_TOOLS+=     groff nroff
means:
"iff groff is to be provided by textproc/groff, then nroff is
also to be provided by textproc/groff".
This provides a sane mechanism to express need for GNU nroff.
This is part one of fixing packages that set USE_BSD_MAKEFILE=yes
on SunOS. (bsd.man.mk needs an nroff that understands -mandoc)
2008-02-07 12:10:36 +00:00
bjs
0e0927754a + Updated x11/pixman to 0.9.6nb4 [bjs 2008-02-07] 2008-02-07 06:41:02 +00:00