summaryrefslogtreecommitdiff
path: root/cad
AgeCommit message (Collapse)AuthorFilesLines
2013-09-04recursive bump from graphics/gd shlib major bump.obache2-4/+4
2013-09-02Revbump after cairo updateadam9-18/+18
2013-09-01recursive bump from hdf5 shlib major bump.obache1-2/+2
2013-08-31Needs termios.h.joerg2-1/+15
2013-07-24update to 2.3drochner3-49/+28
changes: -restructured, Python3 support (not yet enabled in pkgsrc) -m=bugfix -documentation improvement
2013-07-18fixes last commitobache1-2/+2
2013-07-17catch up to changes in Makefileobache1-2/+2
(devel/readline/buildlink3.mk => mk/readline.buildlink3.mk)
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon6-14/+14
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-05Apply removal of -export-dynamic for SunOS across all of pkgsrc.jperkin1-6/+1
Avoids lots of copy/paste and fixes a bunch of packages which hadn't been looked at yet.
2013-07-02HOMEPAGE has moveddmcmahill3-6/+6
2013-06-11Remove obsolete patches.ryoon3-101/+0
2013-06-11Update to 3.7.50ryoon5-219/+160
* Use gmake. Changelog: * Bugfixes. * Some new features.
2013-06-10Don't complain about the C++11 narrowing rules for this, when buildingjoerg1-2/+2
with clang.
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz20-40/+40
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron20-40/+40
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz20-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-01Update to 9.4c. Changes:shattered5-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-31Bump all packages for perl-5.18, thatwiz5-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-23Casting 0 to an iterator is not portable. Just use end() in that case.joerg2-1/+19
2013-05-22Add Linux support.sbd7-17/+73
2013-05-21Use ${PKGMANDIR}sbd2-5/+5
2013-05-04Add a bunch of missing includes hidden by libstdc++ namespace pollution.joerg2-1/+14
2013-04-30Explicitly use the GNU namespace for finding hash, C++11 uses the samejoerg7-1/+132
identifier in std. Reference the local to_string as it is now also support by std::string.
2013-04-24Revbump for all packages that have USE_TOOLS+=gssbd1-2/+2
2013-04-06Resolves:rodent1-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".'rodent1-2/+2
2013-04-06'Please use "${TEST}" instead of "test".'rodent1-2/+2
2013-04-02Treat Linux like BSD's for the tcl/tk lib names.sbd2-4/+4
2013-04-021) configure in scripts dir but build in WRKSRCsbd1-3/+6
2) use csh (and fix csh paths).
2013-04-01Use PKGMANDIRsbd2-4/+4
2013-04-01Linux has <endian.h> not <sys/endian.h>.sbd2-7/+9
2013-03-07Remove accidentally duplicated patches.joerg28-876/+28
2013-03-03Fix inconsistent return types. Use stdarg.h more.joerg28-1/+1697
2013-03-02Consistently return values from non-void functions.joerg3-1/+29
2013-03-02Consistently return a value from non-void functions.joerg3-1/+38
2013-03-02Fix return types.joerg7-13/+163
2013-02-26Inline definitions inside functions are invalid. Remove constructor thatjoerg4-1/+71
calls non-existing parent constructor.
2013-02-26Define classes before using them.joerg2-1/+49
2013-02-17Revbump all elisp packages after emacs changes.dholland2-4/+4
2013-02-16Recursive bump for png-1.6.wiz14-28/+28
2013-02-15recursive bump from boost-lib shlib update.obache2-4/+4
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin2-4/+4
2013-01-27use HTTP master siteobache1-4/+2
2013-01-27use HTTP master site.obache1-6/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam8-16/+16
2013-01-15Clean up libXaw handling. [1/2]morr2-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-07Use tcl-itcl, bump PKGREVISION.wiz1-7/+7
2012-12-25Fix inline use.joerg2-1/+40
2012-12-25Use more void.joerg19-41/+530
2012-12-25Explicitly put clang into C++11 mode.joerg1-1/+6