jperkin
67d73540f2
groff isn't required, nroff is sufficient to build the cat pages. Reduces
...
the number of dependencies required significantly on systems with no builtin
groff.
2014-06-13 14:02:53 +00:00
joerg
9a8bf2df00
pkglint-4.142: Remove apache13 and apache2 values.
2014-06-10 15:13:44 +00:00
joerg
c21e32f7e9
pkglint-4.141: PAM_ACCEPTED and PAM_TYPE are gone
2014-06-10 13:55:07 +00:00
cheusov
ce5b55794f
s/HAVE_DECL_ASPRINTF/HAVE_DECL_VASPRINTF/. According to configure.ac
...
presense of vasprintf(3) is checked. This partially fixes bootstrap failure
on AltLinux.
2014-06-07 19:17:42 +00:00
gdt
e4713a5e00
Depend on libfetch from pkgsrc.
...
On NetBSD 5, builtin libfetch is linked against builtin openssl, but
pkgsrc openssl is used to build pkgin, causing a link failure.
ok imil@.
2014-06-05 13:36:38 +00:00
ryoon
b9a8863ab1
Update to 20140604
...
* Enable for CentOS/RHEL, fix su(1) path.
2014-06-04 14:16:00 +00:00
obache
d4f85dc8cf
Tell LUA_PKGSRCDIR and change PHPPKGSRCDIR to current PHP default.
2014-06-01 13:12:38 +00:00
wiz
9a0a9b3f77
Remove giflib/libungif special cases. Bump version.
2014-05-31 15:56:59 +00:00
wiz
0388cab0fc
Bump version instead of PKGREVISION.
...
Noted by Wen Heping.
2014-05-30 08:32:26 +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
ryoon
38cacaff11
Update to 20140516
...
Fix PR pkg/48793: Use cc as linker instead of ld under OpenBSD.
Fix undefined __guard_local in devel/libexecinfo.
2014-05-16 13:13:21 +00:00
wiz
171b26b452
Do not look for matches in Makefile comments (noted by adam).
...
Strip trailing slashes on package names.
The reason for this is that the package's own buildlink3.mk file usually
matches category/package, but not category/package/ (because the only
match is "BUILDLINK_PKGSRCDIR.foo").
Bump version.
2014-05-15 23:50:14 +00:00
wiz
0a3fb5512c
Add openssl license and allow it by default, since it's FSF approved:
...
http://www.gnu.org/licenses/license-list.en.html#OpenSSL
2014-05-15 09:59:09 +00:00
abs
a20f99ea74
HTML police (semantics division):
...
Add some <thead> and <tbody> tags
2014-05-14 14:45:26 +00:00
ryoon
c621ee7505
Update to 20140510
...
Fix PR pkg/48793: treat OpenBSD 5.4 or later as ELF platform
Patch from obache@, thank you.
2014-05-10 23:01:26 +00:00
wiz
c1b44346cd
Mark packages that are not ready for python-3.3 also not ready for 3.4,
...
until proven otherwise.
2014-05-09 07:36:53 +00:00
rodent
aa45dc4fb4
Don't consider ${WRKDIR}/pax_global_header as a possibility for ${WRKSRC}.
...
Bump PKGVERSION.
2014-05-08 10:35:58 +00:00
obache
e41d57c6b4
Add RCS Id.
2014-05-08 02:31:50 +00:00
wiz
61aa7533be
Make finddepends look in modules.mk, plugins.mk, and schemas.mk as well.
...
Suggested by obache.
Bump version.
2014-05-06 12:41:46 +00:00
wiz
abe6b90603
Add REPLACE_LUA. Bump version.
2014-05-06 09:32:53 +00:00
obache
e60efd59a6
Update example instruction.
...
Current default ruby is 200.
2014-05-05 04:38:53 +00:00
ryoon
60806aa001
Recursive revbump from x11/pixman
...
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
ryoon
b5f123e3c2
Update to 0.89
...
* Support OpenBSD 5.5's Xenocara
2014-05-03 21:31:10 +00:00
obache
cfb650bb8e
x11-links-0.88
...
* add libpciaccess support
2014-04-29 06:20:04 +00:00
agc
fd491eb711
Add and enable genpkgng
2014-04-27 00:11:38 +00:00
agc
e629c60d76
Initial import of genpkgng, a utility which will convert a pkgsrc
...
binary package to a FreeBSD binary pkg. pkgsrc binary packages keep
more metadata, and do Dewey matching on package version numbers, so
it's not possible to convert in the other direction.
The DESCR says:
This is a small utility to generate a FreeBSD pkg binary package
from a pkgsrc binary package. It is invoked simply, using a
command like:
genpkgng ssam-1.9nb1.tgz
and it will convert the pkgsrc binary package to a pkg one:
% ./genpkgng.sh perl-5.18.1nb2.tgz
Converting perl-5.18.1nb2.tgz
-rw-r--r-- 1 agc users 16597860 Apr 24 19:01 perl-5.18.1nb2.txz
%
2014-04-27 00:10:34 +00:00
wiz
16e6e65ca6
Properly close tbody. Bump version.
2014-04-26 16:31:42 +00:00
ryoon
4a8f71f754
Update to 0.87
...
* Use xorg.libXfixes for newer native xorg.
Fix build of libXfixes consumers.
2014-04-26 01:24:13 +00:00
wiz
ad67966761
Mark up table header. From abs.
...
Bump version.
2014-04-24 10:05:13 +00:00
abs
24c4be8f7d
Update pkg_chk to 2.0.8 Fix missing { } in awk section in 2.0.7
2014-04-23 00:01:01 +00:00
abs
9aef22779b
Updated pkgtools/pkg_chk to 2.0.7
...
update pkg_chk from 2.0.6 to 2.0.7, based on suggestions from PR 30893
- switch from getopt to getopts. The issue described in PR 30893 ('*' being
expanded by shell globbing) had already been worked around, but getopts
is just a nicer interface
- Extend tag parsing to support -D '*' to cause all package lines to be matched
2014-04-21 21:32:26 +00:00
obache
393677fd2d
Bump required version to latest 0.86.
2014-04-17 09:50:36 +00:00
obache
a844cf4ded
Split dri2proto from xf86driproto for xorg.
...
Fixes for the case USE_BUILTIN.xf86dirproto=NO and USE_BUILTIN.dri2proto=YES.
Bump version to 0.86.
2014-04-17 02:03:12 +00:00
wiz
ec5c09997e
Add cecill-2.1 and allow it per default.
...
OSI-approved, see
http://opensource.org/licenses/CECILL-2.1
2014-04-16 14:41:21 +00:00
obache
d8fc20e0b0
recursive bump from icu shlib major bump.
2014-04-09 07:26:56 +00:00
tron
4da5b77e0b
Sort contents (no changes to binary package).
2014-03-31 10:52:14 +00:00
ryoon
6534cb7759
Update to 0.85
...
* Support NetBSD current (6.99.38 at least)'s new native xorg
2014-03-31 09:19:33 +00:00
wiz
6129186986
Fix typo.
2014-03-19 21:45:12 +00:00
wiz
5a2384ea22
Add European Union Public Licence and add it to default allowed licenses,
...
since it's OSI-approved:
http://opensource.org/licenses/EUPL-1.1
ok@ gdt
2014-03-18 15:11:38 +00:00
ryoon
2cadd68123
Fix build under SCO OpenServer 5.0.7/3.2
2014-03-14 22:09:04 +00:00
ryoon
38fc261e34
Add SCO OpenServer 5.0.7/3.2 support
2014-03-14 22:08:17 +00:00
ryoon
3ee5e7173f
Update to 20140314
...
* Add SCO OpenServer 5.0.7/3.2 support
2014-03-14 22:03:16 +00:00
obache
e69c916df8
Bump PKGREVISION to refrect recent changes.
2014-03-14 09:49:54 +00:00
jperkin
af8ad5bd88
pbulk-base-0.48: Fix pbulk-scan on OSX.
...
On OSX pbulk-scan can fail to bind with EADDRNOTAVAIL due to sin_zero being
used uninitialised. Ensure the sockaddr_in is cleared before use.
2014-03-14 09:45:31 +00:00
asau
77b4809ef3
Do not rely on path search when invoking pkgdiff.
2014-03-12 20:28:30 +00:00
obache
a933aa3de1
tell MASTER_SITE_MOZILLA_ALL, MASTER_SITE_MOZILLA_ESR, MASTER_SITE_NETLIB,
...
MASTER_SITE_RUBYGEMS and MASTER_SITE_HASKELL_HACKAGE.
2014-03-10 12:11:33 +00:00
jperkin
4e99196e81
x11-links-0.84: Add support for newer Red Hat Linux.
...
Newer RHEL distributions have pkgconfig files split across three locations,
so add support for both share/pkgconfig and lib${LIBABISUFFIX}/pkgconfig if
LIBABISUFFIX is defined.
2014-03-07 15:27:32 +00:00
obache
e914a0956c
LICENSE= modified-bsd (sources) AND original-bsd (man)
2014-03-03 05:22:18 +00:00
obache
c100647aed
tell QNX as a operating system
2014-03-03 05:18:23 +00:00
obache
44b1d7a303
LICENSE=original-bsd
2014-03-03 05:12:35 +00:00