summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-10-24Updating www/p5-Catalyst-Manual from 5.8000 to 5.8001sno2-7/+8
pkgsrc changes: - keep bundled Module::Install Upstream changes: 5.8001 06 Oct 2009 - Tutorial - Fix RT #46760 - Fix RT #46618 - Fix cat-install script URL - Fix typos - Replace reference to deprecated CatalystX::ListFramework::Builder with Catalyst::Plugin::AutoCRUD - Other - Lots of updates thanks to t0m - Update development process / core team docs - Cookbook fixes WRT authorization - Better description of application setup process - Fix some links - Normalise spacing
2009-10-24Updated rump to version 20091024stacktic1-1/+2
- Avoid having to set the -m option in MAKEFLAGS - Use NetBSD's tsort
2009-10-24Updated www/p5-Catalyst-Devel to 1.21sno1-1/+2
2009-10-24Updating www/p5-Catalyst-Devel from 1.20nb1 to 1.21sno2-7/+6
Upstream changes: 1.21 2009-10-18 18:33:33 - The Restarter code cause stack traces for certain types of errors to grow longer and longer with every restart. (Dave Rolsky) - Fixed an issue with the Restarter in Win32 where @INC didn't get passed along when restarting.
2009-10-24remove tuwien from list. service suspended.zafer1-3/+1
2009-10-24Updated rump to version 20091024stacktic2-48/+20
- Avoid having to set the -m option in MAKEFLAGS - Use NetBSD's tsort
2009-10-24Avoid picking up other fortran compilers when they are installed.ahoka1-1/+8
Fixes build when lang/g95 is present on the system.
2009-10-24Add INSTALLATION_DIRS of share/pixmap, that way we ensure that it doesn'the1-1/+3
end up as a file instead of as a directory. Fixes old-style bulk builds for subsequent packages which want to install in that directory.
2009-10-24update to 0.6.1.3drochner3-7/+8
changes: bugfixes
2009-10-24Set ALT_PACKAGE_PATH so it works with ${PREFIX} != /usr/pkgtnn1-1/+2
Doesn't seem to be used anywhere, but the build system bombs if the directory doesn't exist.
2009-10-24update to 0.6.18drochner3-8/+10
changes: -bugfixes -sped up exif_content_fix() -improved MakerNote support for Pentax, Casio, Epson, Olympus/Sanyo -New API entry point: exif_loader_get_buf() -documentation improvements -thread safety improvements -translation updates
2009-10-24update to 2.28.0drochner3-11/+29
This switches to the gnome-2.28 release branch.
2009-10-24update to 2.28.1drochner19-1303/+1063
This switches to the gnome-2.28 release branch.
2009-10-24update to 2.18.4drochner3-8/+11
This switches to the gnome-2.28 release branch.
2009-10-24update to 2.28.1drochner3-9/+12
This switches to the gnome-2.28 release branch.
2009-10-24update to 0.22.2drochner3-9/+11
This switches to the gnome-2.28 release branch.
2009-10-24Added devel/p5-Data-Peek version 0.27sno2-2/+4
2009-10-24Importing devel/p5-Data-Peek with perl module Data::Peek v0.27.sno3-0/+30
Modified and extended wrapper functions to make debugging more pleasureable.
2009-10-23MPICH is obsolete, MPICH2 1.4 doesn't exist yet.asau1-2/+1
2009-10-23Added parallel/openpa version 1.0.1asau1-1/+2
2009-10-23Import OpenPA 1.0.1 as parallel/openpa.asau5-0/+57
OpenPA is open source, highly-portable library that provides atomic primitives (and related constructs) for high performance, concurrent software.
2009-10-23Drop MAKE_JOBS_SAFE=no. Was updated a while back; MAKE_JOBS=16 works.tnn1-2/+1
2009-10-23pkgsrc pulseaudio is too old, so some volume control featuresdrochner1-2/+3
stay inactive -- disable so that we don't get surprises if someone updates pulseaudio
2009-10-23Fix qt4-tools build on Linux by adding -ldl to LDFLAGS.tnn1-1/+3
From Ondrej Tuma in PR pkg/37688 XXX I think -ldl should go into the generated libQtCore.la instead, but I lack sufficient clue how to make that happen.
2009-10-23Note update of www/typolight27-translations package to 20091023.taca1-1/+2
2009-10-23Update www/typolight27-translations package to 20091023.taca3-8/+8
* Update Japanese translation files.
2009-10-23Updated www/ikiwiki to 3.20091022schmonz1-1/+2
2009-10-23Update to 3.20091022. From the changelog:schmonz2-6/+6
* edittemplate: Allow template page name to be specified using anything legal for a wikilink (including eg, leading slashes). * edittemplate: Work around bug #551499 in CGI::FormBuilder. * Fix a bug introduced in the last version that caused ikiwiki to skip all files if a sourcedir of "./" was specified. * Support CFLAGS when building wrapper. * meta: Gather permalink info on scan pass so it is available to inline when using a template that does not include page content.
2009-10-23follow pkgsrc's rules when installing an autostart filedrochner3-2/+17
noticed by wiz and abs
2009-10-23avoid conflicts with GSocket in glib >= 2.21 as perplunky2-1/+24
http://trac.wxwidgets.org/ticket/10883 (fixes build)
2009-10-23avoid conflicts with GSocket in glib >= 2.21 as perplunky2-1/+24
http://trac.wxwidgets.org/ticket/10883
2009-10-23avoid conflicts with GSocket in glib >= 2.21 in a similar way toplunky2-1/+26
http://trac.wxwidgets.org/ticket/10883 (just fixes build)
2009-10-23Remove work around for build problems under Mac OS X Snow Leopard whichtron1-24/+0
is no longer necessary.
2009-10-23Add kludge to let it build on debian squeeze, where it failed with:tnn2-1/+14
/usr/include/asm-generic/fcntl.h:117: error: redefinition of 'struct flock' /usr/include/bits/fcntl.h:159: error: previous definition of 'struct flock' (this is due to kdelibs including kernel headers for inotify) Fingers crossed that this won't introduce regressions on $otherLinux.
2009-10-23Updated devel/SDL to 1.2.14adam2-3/+3
2009-10-23Changes 1.2.14:adam5-114/+15
* Added cast macros for correct usage with C++: SDL_reinterpret_cast(type, expression) SDL_static_cast(type, expression) * Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for SDL_VIDEO_FULLSCREEN_HEAD on X11. * Added SDL_DISABLE_LOCK_KEYS environment variable to enable normal up/down events for Caps-Lock and Num-Lock keys.
2009-10-23Distfile changed in place, set DIST_SUBDIR (noticed by taca@).schmonz2-5/+6
2009-10-22pkg_install-20091022:joerg2-7/+11
Do not overwrite a string with itself using snprintf. This breaks setting the pkgdb directory internally on Linux. Explicitly check if the string is the same and otherwise just use xstrdup.
2009-10-22Added x11/gselt version 1.2wiz1-1/+2
2009-10-22+ gselt.wiz1-1/+2
2009-10-22Initial import of gselt-1.2:wiz4-0/+30
This tool shows a borderless GTK window with various buttons in depending on the current X11 selection. It's configured by a ".gselt" file in your $HOME directory.
2009-10-22Updated misc/gwaei to 1.0.1wiz1-1/+2
2009-10-22Update to 1.0.1:wiz6-53/+92
Version 1.0.1 Another release. The most important fix in this bugfix release is where the romanji->hiragana conversion engine would convert "ge" as "ke". Most othe bug fixes have to do with building the program on different archintectures. If you have the program and it is working fine for you, you may want to wait until gWaei 1.1 releases in a week or so. June 14, 2009 Version 1.0 Yay! It finally happened. This will be the stable version for a while. I'm a bit sad that I had to drop support for Debian 5.0 (Lenny) though. Fortunately, it will be compatible with the next version. The next stable version of gWaei will be 1.1. If you want to see something fixed for it, please submit a bug report! gWaei 2.0 will have new features, a reworked interface, and hopefully be all around better and more polished. May 27, 2009 Version 1.0rc1 There were some small tweaks to the progam's code to get it to compile under Windows correctly. There was also a small memory leak when opening the help menu. This will be the last revision before 1.0! May 16, 2009 Version 1.0b3 Small changes. Radicals have been reordered and some holes filled. The number separators for the radicals have been made red to make them more visible. RPM building has been slightly reworked. Libgnome is no longer a dependancy. April 25, 2009 Version 1.0b1 Most important thing fixed in this release is a minor buffer overflow that caused the program to crash on Ubuntu 9. I have made some headway on MS Windows support, but still am not 100% there yet. The last important change is that when gnome is turned off in the configuration for the build, GConf is no longer a forced dependancy. Onward-ho to 1.0! March 29, 2009 Version 0.15.4 This release brings some small changes and fixes. I have to thank all of the contributors who helped. I have never had so many people helping by submitting bugs, translations, and fixes. Thank you all! The major notables this time are a reworked Radical Search Tool window and a fix so that Mac OS X users should be bale to compile the program. I want to eventually release a 1.0 version of gWaei so that people have something stable to use. In order to do this, I want to squash the last of the large bugs and make the program usable on MS Windows in the basic sense. If anyone wants to help, email me or contact me through my blog.
2009-10-22Updated news/tin to 1.9.4nb1wiz1-1/+2
2009-10-22Add patch from Dennis Preiser on tin-dev.wiz11-2/+451
Fixes, among others, |perl-script issues with suspending and SIGWINCH problems. Bump PKGREVISION.
2009-10-22+ libXext-1.1.1, parrot-1.7.0, subversion-1.6.6.wiz1-16/+4
- gnome-applets-2.28.0 [GNOME 2.28], gnome-control-center-2.28.1 [GNOME 2.28], gnome-desktop-2.28.0 [GNOME 2.28], gnome-media-2.28.1 [GNOME 2.28], gnome-menus-2.28.0.1 [GNOME 2.28], gnome-settings-daemon-2.28.1 [GNOME 2.28], gnome-vfs-2.24.2, gtkhtml324-3.28.1 [GNOME 2.28], gucharmap-2.28.1 [GNOME 2.28], libXext-1.1, libgnomekbd-2.28.0 [GNOME 2.28], libwnck-2.28.0 [GNOME 2.28], metacity-2.28.0 [GNOME 2.28], nautilus-2.28.1 [GNOME 2.28], zenity-2.28.0 [GNOME 2.28].
2009-10-22Add 'clean' to PRIVILEGED_STAGES.snj1-1/+3
2009-10-22add debug optiontnn1-2/+7
2009-10-22Note update of the "pango" package to version 1.26.0nb1.tron1-1/+2
2009-10-22Switch compiler optimisation off under Mac OS X to stop GTK+ applicationstron2-1/+16
from entering a busy loop on startup. Bump package revision as the package previously built fine but didn't work.