Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-05 | Make complaints about hicolor icon themes directories errors. | wiz | 1 | -2/+2 | |
Ok rillig | |||||
2008-12-04 | Added explicit checks for share/icons/hicolor directories in PLISTs, as | rillig | 1 | -1/+7 | |
suggested by wiz. | |||||
2008-12-04 | Bump version after libXtst builtinification. Sorry guys. | cube | 2 | -4/+4 | |
2008-12-04 | Builtinify libXtst. | cube | 3 | -10/+13 | |
2008-12-02 | Removed unused code. Changed one constructor call to match the pattern | rillig | 1 | -56/+5 | |
of all the others. Explained how to get an overview of the code. | |||||
2008-12-01 | Variable for GConf is now called GCONF_SCHEMAS (not GCONF2_SCHEMAS). | wiz | 2 | -4/+4 | |
Bump version to 2.8. | |||||
2008-11-30 | Banned the warnings about SUBST_* groups into the -Wextra option, since | rillig | 1 | -18/+18 | |
they are used less strict than pkglint wants them. | |||||
2008-11-25 | more to do. | rillig | 1 | -1/+5 | |
2008-11-24 | Allowed pkglint to check doc/CHANGES-* files individually. | rillig | 1 | -26/+34 | |
2008-11-19 | Fixed the (hopefully) last issue with the downgrading warning. | rillig | 1 | -4/+8 | |
2008-11-19 | SU was replaced to use SU_CMD over 4 years ago. | obache | 1 | -3/+3 | |
2008-11-18 | It's pretty tricky to get the bmake substitution right. At least if | rillig | 1 | -2/+7 | |
you're a lazy programmer. Now the ${DISTNAME:S...} is interpreted correctly. | |||||
2008-11-18 | Updated pkglint to 4.90. | rillig | 1 | -2/+2 | |
Changes since 4.89: - Packages are checked whether they are being downgraded. - Several small fixes and improvements. | |||||
2008-11-18 | Get rid of the false positive warnings for downgrading, by doing more | rillig | 1 | -1/+8 | |
magic to the PKGNAME and DISTNAME in the package Makefile. Thanks, wiz, for insisting on this. | |||||
2008-11-18 | Emit a note instead of a warning when the :Q operator is used in places | rillig | 1 | -6/+12 | |
where it isn't necessary. The :Q operator is necessary for URLs, since they may contain ampersands. | |||||
2008-11-18 | It is not necessary to save the whole text of the package Makefile | rillig | 1 | -44/+32 | |
including all included files. By now, all checks are done by checking individual lines, not the whole text. | |||||
2008-11-18 | The PKGREVISION is included in the version comparison, to fix the bogus | rillig | 1 | -4/+17 | |
warning that a package "is being downgraded from 1.0.0nb5 to 1.0.0". Disabled the note saying that in shell variable assignments, there don't need to be double quotes around backticks. In some cases they need to be there. | |||||
2008-11-18 | DIST_SUBDIR may contain slashes. Found in www/firefox3-bin. | rillig | 1 | -2/+2 | |
2008-11-16 | Add support for user destination directory installation. | tron | 1 | -3/+5 | |
Patch provided by Aleksey Cheusov. | |||||
2008-11-15 | remove NetBSD-specific code from OpenBSD's bsd.own.mk | schwarz | 1 | -14/+1 | |
2008-11-15 | OpenBSD changed to ELF on i386 with the 3.4 release | schwarz | 1 | -2/+3 | |
2008-11-11 | Buildlink glut, bump package version and required dependency. | cube | 4 | -5/+15 | |
2008-11-11 | Properly register libGLU files with native X.Org as found in NetBSD. | cube | 1 | -0/+12 | |
2008-11-08 | OpenBSD headers are still not standalone, even though SUS is pretty | joerg | 2 | -5/+56 | |
explicit about it at least for netinet/in.h. Include sys/types.h before checking for content of sys/socket.h and netinet/in.h to fix this. Reported and tested by Georg Schwarz. | |||||
2008-11-06 | Only check doc/CHANGES-* starting with 2008, as suggested by OBATA Akio | rillig | 1 | -2/+2 | |
on pkgsrc-changes. TODO: Discuss whether the old files should be converted to the common format or just be left as they are. | |||||
2008-11-06 | Add DESTDIR support. | obache | 1 | -4/+5 | |
2008-11-06 | update mtree to 20081105, most notably providing support for sha256, | jschauma | 17 | -148/+357 | |
sha384 and sha512; while here, fix a minor build error discovered on RHEL | |||||
2008-11-06 | Add some forgotten ifndefs to fix issues on DragonFly. | joerg | 1 | -1/+7 | |
2008-11-05 | Ignore more uninteresting output. | wiz | 2 | -5/+20 | |
Tries to address PR 39291. Welcome to 0.121. | |||||
2008-11-04 | Fixed three warnings, which have been reported by Mark Davies. | rillig | 2 | -4/+5 | |
2008-11-04 | The macro __NetBSD_Prereq__ should not be used. | rillig | 1 | -8/+13 | |
Extended the spell checker for variants of __NetBSD_Version__. | |||||
2008-11-04 | Added a check that detects a downgrade of a package. To do this, it | rillig | 1 | -1/+110 | |
loads the changes in doc/CHANGES-*. | |||||
2008-10-30 | Define __UNCONST. From PR 39797. | joerg | 1 | -3/+5 | |
2008-10-30 | Avoid STAT as macro, it exists in sys/dir.h on AIX already. | joerg | 2 | -27/+15 | |
2008-10-29 | Builtinify libXv, and make sure x11-links knows about xv.pc. Bump version | cube | 5 | -15/+19 | |
of x11-links. | |||||
2008-10-29 | Don't use __RENAME. | joerg | 1 | -6/+6 | |
2008-10-29 | Provide more compat glue for ndbm interface as shown in PR 39738. | joerg | 4 | -10/+87 | |
Bump to libnbcompat-20081029. | |||||
2008-10-28 | Define away O_EXLOCK and O_SHLOCK if they are missing. | joerg | 1 | -2/+9 | |
2008-10-28 | Use nbcompat/paths.h, Solaris is missing paths.h. From Uwe Klaus. | joerg | 2 | -6/+6 | |
2008-10-28 | Add circleq support. Bump to 20081028. Should fix IRIX build from | joerg | 2 | -3/+134 | |
PR 39797. | |||||
2008-10-28 | Replace EFTYPE with EINVAL if the former doesn't exist. | joerg | 3 | -4/+18 | |
2008-10-26 | Provide and use local mpool.h. | joerg | 3 | -5/+108 | |
2008-10-26 | Explicitly check for libnsl and libsocket as required by Solaris. | joerg | 2 | -1/+155 | |
Based on patches from Aleksey Cheusov. | |||||
2008-10-20 | Moved all explaining texts to the beginning of a line, so they stand out | rillig | 1 | -200/+199 | |
from the rest of the code. | |||||
2008-10-20 | Removed the experimental --klickibunti option and everything that was | rillig | 1 | -383/+8 | |
only there to support this option. Maybe I will reinvent the advanced autofix code someday, hopefully in a programming language that provides more error checking than Perl. | |||||
2008-10-20 | Updated pkglint to 4.89. | rillig | 1 | -2/+2 | |
Changes since 4.88: - Fixed the remaining PLIST_VARS warnings. - Adjusted pkglint to work together with Perl 5.10.0. | |||||
2008-10-20 | Replaced all instances of "=~ qr" with "=~ m", and all instances of | rillig | 1 | -317/+317 | |
"!~ qr" with "!~ m", to work around a memory leak in Perl 5.10.0. (See Perl bug #59994 or just run perl -e 'while(1){qr""}'.) This change also speeds up pkglint by around 15 percent, although I noticed that updating from Perl 5.8.8. to 5.10.0 slowed down pkglint by about 2 percent. | |||||
2008-10-19 | Include nbcompat/types.h early to make sure that uintX_t are defined. | joerg | 1 | -2/+2 | |
Reported by Aleksey Cheusov and Joern Clausen in PR 39738. | |||||
2008-10-19 | Bump the PKGREVISION for all packages which depend directly on perl, | he | 1 | -2/+2 | |
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. 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=..."). | |||||
2008-10-18 | Fixed another "closedir() on undefined". | rillig | 1 | -12/+6 | |
Made the code around PLIST.* variables prettier. |