Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-02 | HOMEPAGE has moved | dmcmahill | 3 | -6/+6 | |
2013-06-11 | Remove obsolete patches. | ryoon | 3 | -101/+0 | |
2013-06-11 | Update to 3.7.50 | ryoon | 5 | -219/+160 | |
* Use gmake. Changelog: * Bugfixes. * Some new features. | |||||
2013-06-10 | Don't complain about the C++11 narrowing rules for this, when building | joerg | 1 | -2/+2 | |
with clang. | |||||
2013-06-06 | Bump PKGREVISION for libXft changes for NetBSD native X support on | wiz | 20 | -40/+40 | |
NetBSD 6, requested by tron. | |||||
2013-06-04 | Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: | tron | 20 | -40/+40 | |
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed. | |||||
2013-06-03 | Bump freetype2 and fontconfig dependencies to current pkgsrc versions, | wiz | 20 | -40/+40 | |
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882 | |||||
2013-06-01 | Update to 9.4c. Changes: | shattered | 5 | -47/+21 | |
Dinotrace is now distributed under GPL v3 (previously GPL 2). Fix signal radix being lost when trace is reread. Fix core dump when verilog trace has single timestamp. Fix core dump when no hostname in /etc/hosts. Fix message trashing stack and make cppcheck clean. | |||||
2013-05-31 | Bump all packages for perl-5.18, that | wiz | 5 | -10/+10 | |
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-05-23 | Casting 0 to an iterator is not portable. Just use end() in that case. | joerg | 2 | -1/+19 | |
2013-05-22 | Add Linux support. | sbd | 7 | -17/+73 | |
2013-05-21 | Use ${PKGMANDIR} | sbd | 2 | -5/+5 | |
2013-05-04 | Add a bunch of missing includes hidden by libstdc++ namespace pollution. | joerg | 2 | -1/+14 | |
2013-04-30 | Explicitly use the GNU namespace for finding hash, C++11 uses the same | joerg | 7 | -1/+132 | |
identifier in std. Reference the local to_string as it is now also support by std::string. | |||||
2013-04-24 | Revbump for all packages that have USE_TOOLS+=gs | sbd | 1 | -2/+2 | |
2013-04-06 | Resolves: | rodent | 1 | -2/+2 | |
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively. | |||||
2013-04-06 | 'For consistency, please add a trailing slash to "http://example.com".' | rodent | 1 | -2/+2 | |
2013-04-06 | 'Please use "${TEST}" instead of "test".' | rodent | 1 | -2/+2 | |
2013-04-02 | Treat Linux like BSD's for the tcl/tk lib names. | sbd | 2 | -4/+4 | |
2013-04-02 | 1) configure in scripts dir but build in WRKSRC | sbd | 1 | -3/+6 | |
2) use csh (and fix csh paths). | |||||
2013-04-01 | Use PKGMANDIR | sbd | 2 | -4/+4 | |
2013-04-01 | Linux has <endian.h> not <sys/endian.h>. | sbd | 2 | -7/+9 | |
2013-03-07 | Remove accidentally duplicated patches. | joerg | 28 | -876/+28 | |
2013-03-03 | Fix inconsistent return types. Use stdarg.h more. | joerg | 28 | -1/+1697 | |
2013-03-02 | Consistently return values from non-void functions. | joerg | 3 | -1/+29 | |
2013-03-02 | Consistently return a value from non-void functions. | joerg | 3 | -1/+38 | |
2013-03-02 | Fix return types. | joerg | 7 | -13/+163 | |
2013-02-26 | Inline definitions inside functions are invalid. Remove constructor that | joerg | 4 | -1/+71 | |
calls non-existing parent constructor. | |||||
2013-02-26 | Define classes before using them. | joerg | 2 | -1/+49 | |
2013-02-17 | Revbump all elisp packages after emacs changes. | dholland | 2 | -4/+4 | |
2013-02-16 | Recursive bump for png-1.6. | wiz | 14 | -28/+28 | |
2013-02-15 | recursive bump from boost-lib shlib update. | obache | 2 | -4/+4 | |
2013-02-06 | PKGREVISION bumps for the security/openssl 1.0.1d update. | jperkin | 2 | -4/+4 | |
2013-01-27 | use HTTP master site | obache | 1 | -4/+2 | |
2013-01-27 | use HTTP master site. | obache | 1 | -6/+2 | |
2013-01-26 | Revbump after graphics/jpeg and textproc/icu | adam | 8 | -16/+16 | |
2013-01-15 | Clean up libXaw handling. [1/2] | morr | 2 | -4/+4 | |
- remove LIBXAW variable. It is handled by buildlink3.mk now - simplify patches and Makefile in packages using libXaw - in some cases force use of Xaw3d (won't build with Xaw) - replace some directly included of x11/Xaw3d with mk/xaw.buildlink3.mk In next part: - replace more includes with mk/xaw.buildlink3.mk | |||||
2013-01-07 | Use tcl-itcl, bump PKGREVISION. | wiz | 1 | -7/+7 | |
2012-12-25 | Fix inline use. | joerg | 2 | -1/+40 | |
2012-12-25 | Use more void. | joerg | 19 | -41/+530 | |
2012-12-25 | Explicitly put clang into C++11 mode. | joerg | 1 | -1/+6 | |
2012-11-16 | Fix inline usage. | joerg | 3 | -3/+77 | |
2012-11-16 | Don't redefine local variables. | joerg | 3 | -5/+53 | |
2012-10-20 | Use more void. | joerg | 4 | -12/+72 | |
2012-10-20 | Taking the address of a temporary object is not valid C++. | joerg | 3 | -1/+33 | |
2012-10-16 | Recursive bump for new gtkglext pangox-compat dependency. | wiz | 1 | -2/+2 | |
2012-10-08 | Revbump after updating graphics/pango | adam | 11 | -22/+22 | |
2012-10-08 | Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. | asau | 62 | -169/+62 | |
2012-10-04 | Remove unnecessary python restriction (to all supported versions). | wiz | 1 | -2/+1 | |
2012-10-03 | Bump all packages that use perl, or depend on a p5-* package, or | wiz | 5 | -8/+10 | |
are called p5-*. I hope that's all of them. |