pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
pkgsrc changes:
- Try to address several pkglint warnings
- Also pass CUPS_PPDS via CONFIGURE_ENV
- Depends on curl via DEPENDS: just bin/curl is needed not libcurl
Changes:
4.0.13
------
* Makefile.in: Add support for LDFLAGS variable (bug 1422).
* configure.ac: Allow user-configurable PERLPREFIX via environment
variable (Bug 1294).
When *dst and *src overlaps in strcpy(3) according to POSIX the behaviour is
undefined and at least on NetBSD this lead to SIGABRT (due buffer overflow
detection of fortify) in foomatic-combo-xml.
PKGREVISION++
Problems found locating distfiles:
Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz
Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz
Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz
Package dvidvi: missing distfile dvidvi-1.0.tar.gz
Package lgrind: missing distfile lgrind.tar.bz2
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.
ok wiz@.
pkgsrc changes:
o Added LICENSE
Changes:
2014-11-14 Till Kamppeter <till.kamppeter@gmail.com>
* foomatic-ppdfile.in: Foomatic doesn't provide some offered PPD
files. Thanks to Marek Kasik for the patch (bug #1238).
2014-08-22 Till Kamppeter <till.kamppeter@gmail.com>
* foomatic-ppd-to-xml.in: Let missing XML files be added when to a
PPD with already existing XML files new "*Product:" lines get
added.
2014-03-20 Till Kamppeter <till.kamppeter@gmail.com>
* Tagged branch for release 4.0.11.
* README, USAGE, configure.ac: Updated for release 4.0.11.
* lib/Foomatic/DB.pm: Do not interpret option default values set to
"0" in PPD files as no default setting defined. Thanks to Deng
Pang from Ricoh (DengPang at rst dot ricoh dot com) for the report.
2014-02-18 Till Kamppeter <till.kamppeter@gmail.com>
* Tagged branch for release 4.0.10.
* README, USAGE, configure.ac: Updated for release 4.0.10.
2014-01-02 Till Kamppeter <till.kamppeter@gmail.com>
* foomatic-addpjloptions.in: Make foomatic-addpjloptions work with
the system's Foomatic database, too.
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.
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.
The perl man page generation script has an unnecessary file type check
that causes no man pages to be generated on DragonFly and possibly other
platforms.
After properly identifying the template file, it checks to see if it's type
nroff, troff, or groff. On DragonFly it is type "ASCII". Just skip the
check completely, the templates were extracted from the verified tarball.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!