obache
4a646b438b
recursive bump from graphics/gd shlib major bump.
2013-09-04 12:31:24 +00:00
adam
d2cb6dec32
Revbump after cairo update
2013-09-02 19:50:38 +00:00
obache
a170ca136b
recursive bump from hdf5 shlib major bump.
2013-09-01 12:14:06 +00:00
joerg
da71a2e38d
Needs termios.h.
2013-08-31 14:44:30 +00:00
drochner
750b38c79f
update to 2.3
...
changes:
-restructured, Python3 support (not yet enabled in pkgsrc)
-m=bugfix
-documentation improvement
2013-07-24 10:54:14 +00:00
obache
f386bbf567
fixes last commit
2013-07-18 07:59:38 +00:00
obache
51b94498f7
catch up to changes in Makefile
...
(devel/readline/buildlink3.mk => mk/readline.buildlink3.mk)
2013-07-17 12:24:41 +00:00
ryoon
f8e628f818
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
...
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-15 02:02:17 +00:00
jperkin
37ecec314f
Apply removal of -export-dynamic for SunOS across all of pkgsrc.
...
Avoids lots of copy/paste and fixes a bunch of packages which hadn't been
looked at yet.
2013-07-05 15:10:00 +00:00
dmcmahill
45970fbe74
HOMEPAGE has moved
2013-07-02 01:14:40 +00:00
ryoon
05008bce1d
Remove obsolete patches.
2013-06-11 13:33:18 +00:00
ryoon
82b42cff34
Update to 3.7.50
...
* Use gmake.
Changelog:
* Bugfixes.
* Some new features.
2013-06-11 13:31:58 +00:00
joerg
9324cb792c
Don't complain about the C++11 narrowing rules for this, when building
...
with clang.
2013-06-10 18:54:10 +00:00
wiz
e0b49a2fed
Bump PKGREVISION for libXft changes for NetBSD native X support on
...
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
...
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
c83ffb8583
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
...
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-03 10:04:30 +00:00
shattered
10089b3134
Update to 9.4c. Changes:
...
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-06-01 14:05:13 +00:00
wiz
98c3768c3a
Bump all packages for perl-5.18, that
...
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-31 12:39:35 +00:00
joerg
4de84f4833
Casting 0 to an iterator is not portable. Just use end() in that case.
2013-05-23 15:00:00 +00:00
sbd
60a5d11b04
Add Linux support.
2013-05-22 07:44:03 +00:00
sbd
54b4f1ab14
Use ${PKGMANDIR}
2013-05-21 21:33:44 +00:00
joerg
6637ef4270
Add a bunch of missing includes hidden by libstdc++ namespace pollution.
2013-05-04 12:59:45 +00:00
joerg
e0eb9220bb
Explicitly use the GNU namespace for finding hash, C++11 uses the same
...
identifier in std. Reference the local to_string as it is now also
support by std::string.
2013-04-30 22:13:57 +00:00
sbd
87b94069aa
Revbump for all packages that have USE_TOOLS+=gs
2013-04-24 10:06:47 +00:00
rodent
942aad2e6a
Resolves:
...
"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 20:27:16 +00:00
rodent
56cf012b37
'For consistency, please add a trailing slash to " http://example.com ".'
2013-04-06 12:08:38 +00:00
rodent
9971a1cb19
'Please use "${TEST}" instead of "test".'
2013-04-06 04:11:44 +00:00
sbd
13b3a03c4c
Treat Linux like BSD's for the tcl/tk lib names.
2013-04-02 02:31:05 +00:00
sbd
91a95ad80f
1) configure in scripts dir but build in WRKSRC
...
2) use csh (and fix csh paths).
2013-04-02 02:29:34 +00:00
sbd
b4cf59b6ba
Use PKGMANDIR
2013-04-01 09:29:38 +00:00
sbd
2863ecee3f
Linux has <endian.h> not <sys/endian.h>.
2013-04-01 09:26:07 +00:00
joerg
abeb21c261
Remove accidentally duplicated patches.
2013-03-07 22:05:12 +00:00
joerg
1dd711538a
Fix inconsistent return types. Use stdarg.h more.
2013-03-03 01:11:10 +00:00
joerg
dad7fbe4c5
Consistently return values from non-void functions.
2013-03-02 18:29:03 +00:00
joerg
2e52db7e30
Consistently return a value from non-void functions.
2013-03-02 18:21:39 +00:00
joerg
f5782f58a1
Fix return types.
2013-03-02 17:51:49 +00:00
joerg
d62a9e6841
Inline definitions inside functions are invalid. Remove constructor that
...
calls non-existing parent constructor.
2013-02-26 10:23:50 +00:00
joerg
fdde641161
Define classes before using them.
2013-02-26 10:22:53 +00:00
dholland
384132a8a7
Revbump all elisp packages after emacs changes.
2013-02-17 19:17:55 +00:00
wiz
d1b820f37b
Recursive bump for png-1.6.
2013-02-16 11:18:58 +00:00
obache
07659b9b8d
recursive bump from boost-lib shlib update.
2013-02-15 11:53:59 +00:00
jperkin
becd113253
PKGREVISION bumps for the security/openssl 1.0.1d update.
2013-02-06 23:20:50 +00:00
obache
44cd4605dc
use HTTP master site
2013-01-27 08:41:37 +00:00
obache
b3f588ce8d
use HTTP master site.
2013-01-27 08:39:19 +00:00
adam
f4c3b89da7
Revbump after graphics/jpeg and textproc/icu
2013-01-26 21:36:13 +00:00
morr
449e35070e
Clean up libXaw handling. [1/2]
...
- 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-15 16:21:34 +00:00
wiz
002efb2951
Use tcl-itcl, bump PKGREVISION.
2013-01-07 13:27:03 +00:00
joerg
62db458536
Fix inline use.
2012-12-25 21:14:45 +00:00
joerg
36b2e0319e
Use more void.
2012-12-25 21:14:17 +00:00
joerg
f73c46f348
Explicitly put clang into C++11 mode.
2012-12-25 21:13:42 +00:00