summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-03-24Change default GNUPG to 2.0, Bump PKGREVISIONryoon3-4/+6
2016-03-23Set DIST_SUBDIR.wiz2-7/+8
The previous commit replaced the distfile with a new one with the same name. In pkgsrc, we have rules for that; apply them.
2016-03-23Explicity disable manual generation in claws-mail.nros1-1/+2
The manual is generated if docbook2* is found on the system. We do not have these in pkgsrc. They might be found somewhere else on the system and the install step will then break due to broken PLIST. Disabling the manual fixes the install step on such systems.
2016-03-23Add Darwin to ONLY_FOR_PLATFORM, builds fine on Mavericks at least.jperkin1-2/+2
2016-03-23Register missing dependency on curseskhorben2-2/+4
Found with an unprivileged bootstrap on NetBSD/amd64 (--prefer-pkgsrc yes)
2016-03-23Exclude NetBSD 1-5 from using go-pkglintgdt1-2/+3
(Surely more systems should be using pkgint4, as it's obvious that being i386 and no SunOS is not sufficient. However, this is a ~minimal fix for NetBSD 5.)
2016-03-23The distribution had the wrong tar file. Fixed checksums for correct one.darcy2-6/+7
Bumped PKGREVISION in case anyone already built the wrong one.
2016-03-23Fix install on Darwin which doesn't use PolicyKit.jperkin2-3/+10
2016-03-23Set debug options in package Makefilehauke3-5/+8
2016-03-23Update to yEd-3.15.0.1 since 3.15 is unfetchable.tnn2-7/+7
Changes unknown. PR pkg/50970
2016-03-23Forgot to update PLIST when 1.3.8 to 1.3.9 update, thanks joerg@mef1-7/+7
2016-03-23Fix patches, pointed out by Joergbouyer2-15/+2
2016-03-23Estract with gnu tarhauke1-2/+5
Replace perl interpreter path
2016-03-23Added emulators/shoebill version 0.0.5hauke1-1/+2
2016-03-23Correct a brain-ohauke1-2/+2
2016-03-23Shoebill is an all-new, BSD-licensed Macintosh II emulator designedhauke8-1/+147
from the ground up with the singular goal of running A/UX.
2016-03-23If math/gsl is already installed, packaging become different. So add asmef2-2/+10
prerequisite (buildlink3). Thanks Dave Tyson for the report at pkgsrc-users@.
2016-03-23Fix netbsd-5 build by defining shlib methodsgdt2-9/+25
Very surprisingly, postfix's build hard-codes shared library behavior in a giant case statement not only per OS but per version, essentially open-coding libtool while not being complete. This commit copies the netbsd-6 flags to netbsd-5, as a minimal change during the freeze to let this build on netbsd-5 (where it then works fine).
2016-03-23Updated textproc/pdfgrep to 1.4.1ryoon2-3/+3
2016-03-23Update to 1.4.1ryoon3-12/+14
* Update HOMEPAGE and MASTER_SITES Changelog: Version 1.4.1 [2015-09-24] --------------------------- - Test suite added - Bugfix: The tarball contains HACKING and README again - Bugfix: The zsh completion completes options as first argument correctly - Bugfix: Exit status is set as advertised - Bugfix: Spurious null bytes removed from output - Bugfix: Skipping of some matches in certain conditions fixed. - Bugfix: Empty matches don't trigger a loop Version 1.4.0 [2015-08-14] --------------------------- - PCRE support (by Julius Plenz) - Fixed string search - Ability to pass multiple passwords - Option to change the colon as prefix separator - Optional warning about PDFs that contain no searchable text - New option from grep: +--only-matching+ - New option from grep: +--null+ - Bugfix: Correctly print unicode characters - Installation: New configure flag +--without-libpcre+ - Installation: New configure flag +--disable-doc+ to disable manpage generation with asciidoc - Installation: pdfgrep now requires c++11
2016-03-23Fix build with custom CFLAGSkhorben2-1/+19
2016-03-23Register dependency on wgetkhorben1-2/+4
Some HPLIP utilities (like hp-plugin) want to download files from the network using wget (or fallback on curl). HPLIP also supports URLLib but defaults to either wget or curl. Bump PKGREVISION as this modifies the resulting package.
2016-03-23Move handling for PKG_SUPPORTED_OPTIONS and PKG_SUGGESTED_OPTIONS asjperkin2-3/+12
OPSYSVARS to bsd.options.mk as they affect tests against PKG_OPTIONS before bsd.pkg.mk is parsed. Approved for commit during the freeze by agc@.
2016-03-23Remove unused patchkhorben1-17/+0
2016-03-23Build with recent cmake.markd3-4/+27
2016-03-23Handle non-standard man directory.jperkin1-2/+2
2016-03-22Updated comms/minicom to 2.7nb1ryoon1-1/+2
2016-03-22Drop setuid for bin/minicom, bump PKGREVISIONryoon1-9/+2
setuid bin/minicom makes zmodem support with comms/lrzsz unusable.
2016-03-22Register missing dependency on curseskhorben2-2/+4
Found with an unprivileged bootstrap on NetBSD/amd64 (--prefer-pkgsrc yes)
2016-03-22Register missing dependency on curseskhorben1-1/+2
Found with an unprivileged bootstrap on NetBSD/amd64 (--prefer-pkgsrc yes)
2016-03-22Fix for CVE-2015-8781, CVE-2015-8782, CVE-2015-8783 in tiff from:tez1-1/+2
https://github.com/vadz/libtiff/commit/aaab5c3c9d2a2c6984f23ccbc79702610439bc65.diff
2016-03-22Fix for CVE-2015-8781, CVE-2015-8782, CVE-2015-8783 from:tez3-2/+166
https://github.com/vadz/libtiff/commit/aaab5c3c9d2a2c6984f23ccbc79702610439bc65.diff
2016-03-22Add www/webkit-gtk/hacks.mk also to www/webkit24-gtk* that from 2.4.10 isleot2-0/+32
affected by the same problem. Should fix build issues on NetBSD/i386 (noticed via tnn@'s bulk builds).
2016-03-22Fix for CVE-2016-3191 fromtez6-8/+116
http://vcs.pcre.org/pcre?view=revision&revision=1631
2016-03-22Get a working ast-ksh build for SunOS using c99 and defining _XPG6richard1-3/+14
(and __EXTENSIONS__ for strict STDC). Also needs -lm. Fix testing to work prior to [stage-]install. No revbump needed. okay'd by jperkin@ NB there are still some corner cases not working on some SunOS, but on illumos SunOS 5.11 this actually goes a real long way over stock sh/ksh!
2016-03-22Not MAKE_JOBS_SAFE.joerg1-1/+6
2016-03-22Requires Python for build. Fix UB on left shift of negative values.joerg5-16/+38
2016-03-22Fix build against Qt5 when reduced-relocation hack is active.joerg1-1/+7
2016-03-22Add comment to explain why MAKE_JOBS=no is needed.joerg1-1/+2
2016-03-22Help configure to find shutdown on NetBSD where PATH might not containjoerg1-1/+3
/sbin.
2016-03-22Deal with API changes of jpeg-9.joerg2-5/+5
2016-03-22Note update of www/contao35 package to 3.5.9.taca1-1/+2
2016-03-22Update contao35 to 3.5.9, a leaf package.taca2-7/+7
Version 3.5.9 (2016-03-21) -------------------------- ### Fixed Prevent the autofocus attribute from being added multiple times (see #8281). ### Fixed Respect the SSL settings of the root page when generating sitemaps (see #8270). ### Fixed Read from the temporary file if it has not been closed yet (see #8269). ### Fixed Always use HTTPS if the target server supports SSL connections (see #8183). ### Fixed Adjust the meta wizard field length to the column length (see #8277). ### Fixed Correctly handle custom mime icon paths (see #8275). ### Fixed Only log errors that have been configured to get logged (see #8267). ### Fixed Show the 404 error page if an unpublished article is requested (see #8264). ### Fixed Correctly count the URLs when rebuilding the search index (see #8262). ### Fixed Ensure that every image has a width and height attribute (see #8162). ### Fixed Set the correct mime type when embedding SVG images (see #8245). ### Fixed Handle the "float_left" and "float_right" classes in the back end (see #8239). ### Fixed Consider the fallback language if a page alias is ambiguous (see #8142). ### Fixed Fix the error 403/404 redirect (see contao/website#74).
2016-03-22Register missing dependency on curseskhorben1-1/+2
Found with an unprivileged bootstrap on NetBSD/amd64 (--prefer-pkgsrc yes)
2016-03-22Register missing dependency on security/opensslkhorben3-2/+21
This fixes the build with PKGSRC_MKPIE.
2016-03-22Update filesystems/glusterfs to 3.7.9manu1-1/+2
2016-03-22Update glusterfs to 3.7.9manu3-86/+87
This is a maintenance release
2016-03-21Relax the requirement on libncurses to any implementationkhorben1-2/+2
As suggested by wiz@.
2016-03-21Relax the requirement on libncurses to any implementationkhorben2-4/+4
As suggested by wiz@. net/gssdp still builds with this change.
2016-03-21More accurate fix for packages depending on net/libsoupkhorben2-3/+3
Apparently linking with libsoup requires devel/ncurses too now.