summaryrefslogtreecommitdiff
path: root/pkgtools
AgeCommit message (Collapse)AuthorFilesLines
2014-06-25Add LIBTOOL_REQD. Bump version.wiz2-3/+4
2014-06-25Don't set EXTRACT_SUFX if it's .gem. Change if statement to use a switchrodent2-7/+11
and exclude ${WRKDIR}/.gemspec from WRKSRC candidates. Bump PKGVERSION.
2014-06-24Make finddepends(1) parse Makefile.common's "# used by" lines andwiz4-10/+21
also emit packages mentioned there, if a match was found in that Makefile.common. Adapt revbump HOWTO slightly, but not completely, since I don't trust the comments enough yet. Bump version. Leaf package.
2014-06-19Sync mysql version list with reality.wiz2-4/+4
From John Nemeth. Bump version.
2014-06-14Update x11-links to 0.91.jperkin2-5/+5
On Linux with LIBABISUFFIX, only include lib$LIBABISUFFIX directories rather than both, as it can cause issues with ld finding suitable libraries. Fixes a bunch of packages.
2014-06-13Add two freetype2 files needed in recent OS X Quartz.gdt3-5/+7
2014-06-13groff isn't required, nroff is sufficient to build the cat pages. Reducesjperkin1-2/+2
the number of dependencies required significantly on systems with no builtin groff.
2014-06-10pkglint-4.142: Remove apache13 and apache2 values.joerg2-6/+6
2014-06-10pkglint-4.141: PAM_ACCEPTED and PAM_TYPE are gonejoerg2-5/+3
2014-06-07s/HAVE_DECL_ASPRINTF/HAVE_DECL_VASPRINTF/. According to configure.accheusov1-2/+2
presense of vasprintf(3) is checked. This partially fixes bootstrap failure on AltLinux.
2014-06-05Depend on libfetch from pkgsrc.gdt1-2/+3
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-04Update to 20140604ryoon2-3/+6
* Enable for CentOS/RHEL, fix su(1) path.
2014-06-01Tell LUA_PKGSRCDIR and change PHPPKGSRCDIR to current PHP default.obache1-2/+3
2014-05-31Remove giflib/libungif special cases. Bump version.wiz2-9/+3
2014-05-30Bump version instead of PKGREVISION.wiz1-3/+2
Noted by Wen Heping.
2014-05-29Bump for perl-5.20.0.wiz16-25/+32
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-16Update to 20140516ryoon2-2/+533
Fix PR pkg/48793: Use cc as linker instead of ld under OpenBSD. Fix undefined __guard_local in devel/libexecinfo.
2014-05-15Do not look for matches in Makefile comments (noted by adam).wiz2-4/+7
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-15Add openssl license and allow it by default, since it's FSF approved:wiz1-1/+2
http://www.gnu.org/licenses/license-list.en.html#OpenSSL
2014-05-14HTML police (semantics division):abs1-17/+25
Add some <thead> and <tbody> tags
2014-05-10Update to 20140510ryoon2-3/+4
Fix PR pkg/48793: treat OpenBSD 5.4 or later as ELF platform Patch from obache@, thank you.
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz2-4/+4
until proven otherwise.
2014-05-08Don't consider ${WRKDIR}/pax_global_header as a possibility for ${WRKSRC}.rodent2-4/+4
Bump PKGVERSION.
2014-05-08Add RCS Id.obache1-0/+2
2014-05-06Make finddepends look in modules.mk, plugins.mk, and schemas.mk as well.wiz3-9/+15
Suggested by obache. Bump version.
2014-05-06Add REPLACE_LUA. Bump version.wiz2-3/+4
2014-05-05Update example instruction.obache1-2/+2
Current default ruby is 200.
2014-05-05Recursive revbump from x11/pixmanryoon2-4/+4
Fix PR pkg/48777
2014-05-03Update to 0.89ryoon31-31/+105
* Support OpenBSD 5.5's Xenocara
2014-04-29x11-links-0.88obache4-5/+15
* add libpciaccess support
2014-04-27Add and enable genpkgngagc1-1/+2
2014-04-27Initial import of genpkgng, a utility which will convert a pkgsrcagc8-0/+1223
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-26Properly close tbody. Bump version.wiz2-3/+3
2014-04-26Update to 0.87ryoon2-2/+19
* Use xorg.libXfixes for newer native xorg. Fix build of libXfixes consumers.
2014-04-24Mark up table header. From abs.wiz2-6/+14
Bump version.
2014-04-23Update pkg_chk to 2.0.8 Fix missing { } in awk section in 2.0.7abs2-3/+5
2014-04-21Updated pkgtools/pkg_chk to 2.0.7abs3-59/+90
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-17Bump required version to latest 0.86.obache1-2/+2
2014-04-17Split dri2proto from xf86driproto for xorg.obache4-8/+11
Fixes for the case USE_BUILTIN.xf86dirproto=NO and USE_BUILTIN.dri2proto=YES. Bump version to 0.86.
2014-04-16Add cecill-2.1 and allow it per default.wiz1-1/+2
OSI-approved, see http://opensource.org/licenses/CECILL-2.1
2014-04-09recursive bump from icu shlib major bump.obache4-8/+8
2014-03-31Sort contents (no changes to binary package).tron1-8/+8
2014-03-31Update to 0.85ryoon8-10/+84
* Support NetBSD current (6.99.38 at least)'s new native xorg
2014-03-19Fix typo.wiz1-2/+2
2014-03-18Add European Union Public Licence and add it to default allowed licenses,wiz1-1/+2
since it's OSI-approved: http://opensource.org/licenses/EUPL-1.1 ok@ gdt
2014-03-14Fix build under SCO OpenServer 5.0.7/3.2ryoon1-1/+7
2014-03-14Add SCO OpenServer 5.0.7/3.2 supportryoon5-6/+54
2014-03-14Update to 20140314ryoon4-2/+918
* Add SCO OpenServer 5.0.7/3.2 support
2014-03-14Bump PKGREVISION to refrect recent changes.obache1-2/+2
2014-03-14pbulk-base-0.48: Fix pbulk-scan on OSX.jperkin2-3/+4
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.