2014-01-11 15:42:06 by Adam Ciarcinski | Files touched by this commit (106) |
Log message:
Revbump after updating tcl/tk.
|
2013-09-21 01:04:59 by Joerg Sonnenberger | Files touched by this commit (22) |
Log message:
<cstdlib> is needed for rand(). Kill various inconsistent restricts.
|
2013-06-05 00:17:35 by Matthias Scheler | Files touched by this commit (1946) |
Log message:
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-03 12:06:28 by Thomas Klausner | Files touched by this commit (1948) |
Log message:
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-02-16 12:25:34 by Thomas Klausner | Files touched by this commit (1885) |
Log message:
Recursive bump for png-1.6.
|
2012-10-03 14:55:23 by Aleksej Saushev | Files touched by this commit (104) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-09-02 11:33:32 by John Marino | Files touched by this commit (1) |
Log message:
emulators/openmsx: Fix linkpkgsrc circular reference
Probably this was a problem for non-gcc / non-clang compilers, but such
a compiler wasn't tested. When lintpkgsrc tried to scan this package,
it spun around forever. Rewrite the CXX override code so this doesn't
happen. Fixes lintpkgsrc scan and probably build for rarer compilers
as well.
|
2012-08-27 15:27:33 by John Marino | Files touched by this commit (3) |
Log message:
emulators/openmsx: Fix build for NetBSD
There were two problems building openMSX on NetBSD:
1) The was a name conflict with the funcion bswap16. This only appeared
on one file, so the function was prefixed with msx_ to solve it.
2) freetype-config is not located on $PREFIX on NetBSD with native X11.
Normally the wrappers abstract this but openmsx was making assumptions
and using absolute paths. The solution was to set the distroRoot
value to "None" which tells the configure process to not use a path
and those finds freetype-configure through the search path.
I compiled it, installed it, and executed openMSX with these patches.
|
2012-08-26 11:07:23 by John Marino | Files touched by this commit (31) | |
Log message:
emulators/openmsx: Upgrade from version 0.6.2 to 0.9.0
By request of the upstream developers, openMSX has been upgraded to the
12 Aug 2012 release (0.9.0). The current version in pkgsrc is 0.6.2 was
released over 5 years ago on 15 April 2007. The openMSX project has
added extensive features through eight newer releases since then, so the
project was "embarrassed" about the currency of the pkgsrc version. The
changes of each release are way to long to list, so here are the links:
http://sourceforge.net/projects/openmsx/files/openmsx/0.9.0/README_release-notes.txt/view
http://sourceforge.net/projects/openmsx/files/openmsx/0.8.2/README_release-notes.txt/view
http://sourceforge.net/projects/openmsx/files/openmsx/0.8.1/README_release-notes.txt/view
http://sourceforge.net/projects/openmsx/files/openmsx/0.8.0/release-notes.txt/view
Consecutive release notes 0.7.2/0.7.1, 0.7.0, 0.6.3:
http://sourceforge.net/project/shownotes.php?group_id=38274&release_id=693184
Tested Zombie Incident on DragonFly. It works nicely!
|
2012-08-22 01:49:27 by John Marino | Files touched by this commit (90) |
Log message:
Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12
|