Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-22 | Recursive bump for perl5-5.28.0 | wiz | 1 | -2/+2 | |
2016-07-09 | Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. | wiz | 1 | -2/+2 | |
2015-11-03 | Add SHA512 digests for distfiles for comms category | agc | 1 | -1/+2 | |
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail. | |||||
2015-08-21 | There were a few places where time_t was passed to printf-like functions, | is | 4 | -7/+66 | |
but the format string specifies %d. As all of them are time differences, and a fax transmission shouldn't need more than 2^31 (normally not even 2^15) seconds, cast to (int), like already in a few other places. Needed because sizeof(time_t) > sizeof(int) in NetBSD-6 and later. | |||||
2015-08-21 | Workaround for NetBSD-6, but problem not understood: sendfax would | is | 2 | -5/+15 | |
overflow the modem with data when FLOW_HARD (FLOWHARD|FLOW_SOFT) was used. | |||||
2015-06-12 | Recursive PKGREVISION bump for all packages mentioning 'perl', | wiz | 1 | -2/+2 | |
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0. | |||||
2014-09-08 | Bump PKGREVISION for netpbm update. | wiz | 1 | -2/+2 | |
Add some build fixes where necessary. | |||||
2014-09-08 | DEPEND on netpbm instead of including its buildlink3.mk file, if you're | wiz | 1 | -4/+4 | |
not linking against it. Bump PKGREVISION for packages that (might be|are) changed. | |||||
2014-05-29 | Bump for perl-5.20.0. | wiz | 1 | -2/+2 | |
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. | |||||
2013-07-12 | Bump PKGREVISION of all packages which create users, to pick up change of | jperkin | 1 | -2/+2 | |
sysutils/user_* packages. | |||||
2013-05-31 | Bump all packages for perl-5.18, that | wiz | 1 | -2/+2 | |
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-03-28 | utmpx.h is no longer included by util.h, adjust. Fix inline use. | joerg | 7 | -14/+143 | |
2013-02-16 | Recursive bump for png-1.6. | wiz | 1 | -2/+2 | |
2013-01-29 | Fix the VARBASE propagation to all utilities. Without this, we tried | is | 4 | -16/+28 | |
to log to /spool/fax/Faxlog. | |||||
2013-01-26 | Revbump after graphics/jpeg and textproc/icu | adam | 1 | -2/+2 | |
2012-12-06 | Explicitly define SHELL to be our SH in the make environment. This prevents | is | 1 | -2/+3 | |
the environment's SHELL to be patched into a dozen or so installed scripts, instead of a bourne-like shell. Needed after 1.13 of patches/patch-ab (fix for building on Solaris). Sh scripts don't work well with /bin/tcsh... Bump revision to recognize whether the fixed one is installed. | |||||
2012-10-03 | Bump all packages that use perl, or depend on a p5-* package, or | wiz | 1 | -2/+2 | |
are called p5-*. I hope that's all of them. | |||||
2012-10-03 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-04-08 | Use SPECIAL_PERMS and switch to user-destdir mode. While this is intended | dholland | 4 | -23/+103 | |
to produce the same binary package, if something went wrong it might not, so bump PKGREVISION (to 2) as a precaution. | |||||
2012-04-08 | Rework config patches somewhat so they might work on non-NetBSD. | dholland | 4 | -37/+123 | |
Attempt to honor VARBASE instead of blithely dropping stuff into /var; may be incomplete. Doing this right may require sorting out multiple /var trees as it shouldn't, at least by default, be working dialer locks in the pkgsrc VARBASE; however, it's not clear that those will always necessarily be in /var either. For now the package assumes they will be though. *** If I have broken this for you, please let me know ASAP. | |||||
2012-04-08 | Don't warn in ~every file that DEVICE_GROUP is being defined on the | dholland | 2 | -6/+23 | |
command line. Eliminates a lot of build noise. | |||||
2012-04-07 | Explicitly pass LIBS to the package's makefile. Fixes build on netbsd-6 | dholland | 1 | -2/+4 | |
and -current. | |||||
2012-02-16 | Fix build on SunOS. | hans | 4 | -22/+39 | |
2012-02-06 | Revbump for | wiz | 1 | -1/+2 | |
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy. | |||||
2011-09-24 | Uses chown during install phase, so ensure that the user/group exists | joerg | 1 | -1/+3 | |
for destdir operation | |||||
2011-04-16 | move PKG_DESTDIR_SUPPORT and LICENSE to usual location. | obache | 1 | -3/+4 | |
2011-04-16 | Remove unwanted empty PKGREVISION. | obache | 1 | -2/+1 | |
2011-04-06 | Update to 1.1.37 | is | 4 | -32/+32 | |
2011-04-06 | License is GPL V2. Hinted in Readme.1st, verified with author. (COPYING | is | 1 | -1/+2 | |
is missing in the top level directory, but available in ../x11/viewfax/ and ../tcl/faxview/. COPYING is available in 1.1.37 (TODO: upgrade). | |||||
2011-04-05 | PKG_DESTDIR_SUPPORT=destdir | is | 1 | -9/+10 | |
2011-01-13 | png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. | wiz | 1 | -2/+2 | |
2011-01-06 | treat DragonFly same as other *BSD. | obache | 2 | -1/+15 | |
2010-06-13 | Bump PKGREVISION for libpng shlib name change. | wiz | 1 | -2/+2 | |
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x. | |||||
2010-01-18 | Second try at jpeg-8 recursive PKGREVISION bump. | wiz | 1 | -2/+2 | |
2009-10-03 | Actually, the security patch was missing from my last commit. PKGREVISION | is | 3 | -5/+37 | |
increased to distinguish. | |||||
2009-10-02 | Update mgetty to 1.1.36, at the same time patching faxspool to use | is | 9 | -91/+51 | |
mktemp(1) to avoid symlink vulnerabilities in tmp file/directory creation/removal (mitre.org CVE-2008-4936). Named 1.1.36nb1 to emphasize difference from upstream. Commit ok'd by agc@. | |||||
2009-08-26 | bump revision because of graphics/jpeg update | sno | 1 | -2/+2 | |
2009-06-30 | Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with | joerg | 1 | -1/+3 | |
MAKE_JOBS=2 and worked without. | |||||
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -3/+1 | |
2007-11-11 | Remove ftp.leo.org from MASTER_SITES, doesn't resolve. | wiz | 1 | -3/+2 | |
From Zafer Aydogan in PR 37310. | |||||
2007-09-25 | Back out previous. Pointed out by uebayasi@ and martti@. | hira | 1 | -2/+2 | |
2007-09-25 | mv -> ${MV}. | hira | 1 | -2/+2 | |
2007-08-30 | Fix path to and depend on Perl. Bump revision. | joerg | 3 | -9/+16 | |
2007-08-08 | Don't use malloc.h. | joerg | 3 | -1/+48 | |
2007-03-21 | Per Juan RP, use pkgsrc-users@ as MAINTAINER of unmaintained pkgs. | jwise | 1 | -2/+2 | |
2007-03-21 | I'm not using any of these packages any more, and have not been keeping up | jwise | 1 | -2/+2 | |
on maintaining them. Switch MAINTAINER to tech-pkg, so I can focus on those which I am still using. | |||||
2007-03-01 | pkglint cleanup: | wiz | 4 | -45/+41 | |
Replace configure-script with a patch that does the same. Use SUBST framework instead of mv+sed. | |||||
2006-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -2/+2 | |
2006-04-17 | Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. | wiz | 1 | -2/+2 | |
2006-03-20 | * Remove unnecessary INSTALL and DEINSTALL scripts and replace with an | jlam | 9 | -215/+49 | |
appropriate OWN_DIRS_PERMS definition. * Simplify the patches by overriding the value of CONFDIR at build time and at installation time. * Honor PKGINFODIR and PKGMANDIR. Bump PKGREVISION to 4 due to INSTALL script changes. |