Commit graph

15 commits

Author SHA1 Message Date
wiz
2b0a009d0e Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
fhajny
73effed936 SunOS needs libnsl/libsocket to resolve some symbols in libossp-uuid. 2016-03-31 20:25:23 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
fhajny
0598a41fa7 Implement Debian patches to avoid the conflict with devel/libuuid. Effectively
renames the lib installed to libossp-uuid, which is already supported by
databases/postgresql*-datatypes.
Bump PKGREVISION.
2014-02-12 11:43:53 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
drochner
1fa7c54547 update CONFLICT line: libuuid is not in "wip" anymore 2013-03-19 10:24:24 +00:00
tron
19fd9a3b46 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
bjs
d42bd31c2c Update to version 1.6.1. The relevant ChangeLog entries follow:
Bump BUILDLINK_ABI_DEPENDS according to library version.

  Changes between 1.6.1 and 1.6.2 (21-Feb-2008 to 04-Jul-2008)

   o Adjust "devtool.func" for latest GNU Libtool compatibility.
     [Ralf S. Engelschall]

   o Consistently annotate "RFC-XXXX" with "IETF" to clearly
     indicate from which standards body this comes from.
     [Ralf S. Engelschall]

   o Resolve namespace conflicts of recently introduced time_xxx()
     functions by using a propoer "uuid_" prefix.
     [Ralf S. Engelschall]

   o Remove unused "struct timezone" from time_gettimeofday() in
     order to simplify portability.
     [Ralf S. Engelschall]

   o Add support for POSIX clock_gettime(3) in case the Unix/POSIX
     gettimeofday(3) is not available.
     [Ralf S. Engelschall]

   o Upgrade build environment to GNU autoconf 2.62.
     [Ralf S. Engelschall]

   o Upgrade build environment to GNU libtool 2.2.4.
     [Ralf S. Engelschall]

  Changes between 1.6.0 and 1.6.1 (19-May-2007 to 21-Feb-2008)

   o Fix __VA_COPY_USE_{CSP,CPP} fallback macros for va_copy.
     [Mark A. Lindner <mark.a.lindner@gmail.com>]

   o PostgreSQL bindings: use SET_VARSIZE() instead
     of assigning to bytea->v_len under PostgreSQL >= 8.3
     [Ralf S. Engelschall]
2008-07-14 00:02:38 +00:00
heinz
d0fcb85845 As Aleksey Cheusov correctly observed in PR pkg/37703, this package
does not have files in common with sysutils/e2fsprogs, so they should
not conflict. On the other hand, the packages wip/e2fsprogs and
wip/libuuid _do_ have files in common with ossp-uuid, so I leave the
CONFLICTS line as a comment.
2008-01-06 20:08:24 +00:00
heinz
2822a6bbbc Initial import of ossp-uuid 1.6.0.
UUIDs are 128 bit numbers which are intended to have a high likelihood
of uniqueness over space and time and are computationally difficult
to guess. They are globally unique identifiers which can be locally
generated without contacting a global registration authority. UUIDs
are intended as unique identifiers for both mass tagging objects
with an extremely short lifetime and to reliably identifying very
persistent objects across a network.

OSSP uuid is a ISO-C:1999 application programming interface (API)
and corresponding command line interface (CLI) for the generation
of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally
Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
1 (time and node based), version 3 (name based, MD5), version 4
(random number based) and version 5 (name based, SHA-1). Additional
API bindings are provided for the languages ISO-C++:1998, Perl:5 and
PHP:4/5. Optional backward compatibility exists for the ISO-C DCE-1.1
and Perl Data::UUID APIs.
2007-05-20 02:42:27 +00:00