summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-08-29Recursive bump from boost-libs update.obache57-110/+114
2012-08-29make the shell pattern to exclude unwanted manpages workdrochner4-7/+9
update PLIST for current doxygen bump PKGREV
2012-08-29Not MAKE_JOBS_SAFE.dholland1-1/+2
2012-08-29Updated devel/gettext-lib to 0.18.1.1nb1sbd1-1/+2
2012-08-29Problem:sbd3-4/+8
1) The libintl.h from gettext-lib renames the gettext functions so that they are prefixed with 'libintl_' (So that the functions named in libintl don't conflict with any that maybe in libc). 2) gettext-tools is _always_ built with gettext-lib. 3) The tools architecture may make gettext-tools a build dependence or someone may choose to install gettext-tools. 4) The OS has built in gettext. 5) For some reason ${PREFIX}/include is add to the compiler search path and libintl.h from gettext-lib is found before the system one. The result is that all the gettext functions are renamed to have the 'libintl_' prefix but libintl is not linked with and the following happens: ${FILENAME}: undefined reference to `libintl_gettext' ${FILENAME}: undefined reference to `libintl_textdomain' ${FILENAME}: undefined reference to `libintl_bindtextdomain' collect2: error: ld returned 1 exit status Solution: Hide libintl.h from gettext-lib in ${PREFIX}/include/gettext then add that to the compiler search path when realy needed. This should permanently fix PR's pkg/24326 pkg/36201 pkg/40153 pkg/43129 pkg/44009 and pkg/44016. Bump PKGREVISION.
2012-08-29USE_TOOLS+=groff, needed on Solarisdholland1-1/+2
2012-08-29USE_TOOLS+=rpcgen, failed on Solaris 5.11dholland1-2/+2
2012-08-29Forget to commit the patch.ryoon1-0/+57
2012-08-29Fix avr-libc failing (bulk build) during the documentation build with:dsainty2-7/+11
! LaTeX Error: File `tocloft.sty' not found. The necessary dependency was incorrectly marked as a doxygen build-only dependency, The complete list of styles was determined via this (partially Zsh) script: ( echo colortbl ; sed -n -e '/^[\t ]*\/\//d' -e 's/^.*package{\([^}<]*\)}.*$/\1/igp' -e 's/^.*package\[.*\]{\([^}<]*\)}.*$/\1/igp' src/latexgen.cpp src/perlmodgen.cpp ) | while read x; do for f in /usr/pkg/share/texmf-dist/**/${x}.sty; do pkg_info -Q PKGPATH -F "$f"; done; done|sed -e 's/^\(.*\)\/\(.*\)$/DEPENDS+=\t\2-[0-9]*:..\/..\/\1\/\2/'|sort -u Bump PKGREVISION for the dependency change.
2012-08-28Updated devel/xulrunner to 15.0nb1ryoon1-1/+3
Updated www/firefox to 15.0nb1
2012-08-28Bump PKGREVISONryoon1-1/+2
* follow patches changees in devel/xulrunner
2012-08-28Bump PKGREVISIONryoon107-432/+340
* Switch to newer patches, trillian.chruetertee.ch/freebsd-gecko/browser/branches/experimental/www/firefox/files/patch-bug753046 * Regen patches
2012-08-28textproc/tcl-tDOM: Fix build on DragonFlymarino2-4/+5
DragonFly didn't have a configure entry so piggyback on FreeBSD like NetBSD is doing.
2012-08-28Add an option to use tokyocabinet as backend for mutt header cachetonio1-2/+10
2012-08-28phoon 29jun2005. Mostly an update to astronomy routines derived fromis6-23/+56
J. Walker's Moontool 2.5 (used to be 2.0).
2012-08-28Fix PLIST for !nobrandingabs2-3/+3
2012-08-28Note update of the "phpmyadmin" package to version 3.5.2.2nb2.tron1-1/+2
2012-08-28Fix last commit:tron4-17/+45
- The setup scripts *must* not get write access to the real "config.inc.php". Allow then instead to generate a file in "/var/phpmyadmin" which the administrator copies it place manually. This is the intended procedure as documented by the developers. - Restore the normal "config.inc.php" to its original location. Not sure why I didn't encounter any problems during testing the last change because phpMyAdmin isn't working very well without this. While here change dependences to require both the "php-mysql" and the "php-mysqli" packages. Old installations will use the former, new installation will use the later. Bump the package revision again because of these changes.
2012-08-28Updated devel/nspr to 4.9.3.2nb1ryoon1-1/+2
2012-08-28Bump PKGREVISIONryoon12-56/+92
* Utilize pthread_set_name_np or pthread_setname_np on DragonFly or NetBSD. Fix build of devel/xulrunner. * Regen patches
2012-08-28Updated devel/xulrunner to 15.0ryoon1-1/+3
Updated www/firefox to 15.0
2012-08-28Update to 15.0ryoon121-1338/+1057
* Use patches from https://bugzilla.mozilla.org/show_bug.cgi?id=753046 * Fix firefox.sh Changelog: NEW Preliminary native PDF support (Aurora/Beta only) NEW Support for SPDY networking protocol v3 NEW WebGL enhancements, including compressed textures for better performance CHANGED Optimized memory usage for add-ons DEVELOPER JavaScript debugger integrated into developer tools DEVELOPER New layout view added to Inspector DEVELOPER The CSS word-break property has been implemented. DEVELOPER High precision event timer implemented DEVELOPER New responsive design tool allows web developers to switch between desktop and mobile views of sites HTML5 Native support for the Opus audio codec added HTML5 The <source> element now supports the media attribute HTML5 The <audio> and <video> elements now support the played attribute
2012-08-28Updated pkgtools/pkg_chk to 2.0.5abs2-79/+141
- PR/41321 - handle packages which generate multiple pkgnames from the same pkgdir - e.g. "py{25,26,27}-sqlite3-0nb2.tgz" - Add support for pkg_summary.bz2 and pkg_summary.txt. Preferred order is now pkg_summary.bz2, pkg_summary.gz then pkg_summary.txt - Drop support for old pkg_chk-summary file
2012-08-28Note update of x11/tk-Tix to 8.4.3.he1-1/+2
2012-08-28Update tk-Tix from using http://tixlibrary.sourceforge.net/, which seemshe10-648/+14072
to be stuck at version 8.2.0b1, to http://tix.sourceforge.net/, which offers version 8.4.3, straight-forward buildable with the recently updated tcl. Gone is "tixwish" as a separate program, instead use tk's "wish" + "package require Tix" instead. For a complete set of changes, see ChangeLog in the source. The major changes for 8.4.0 were: + Complete rewrite of the build system to use TEA + Separation of Tix package require and Tix style usage + Code cleanup to use Tcl 8.4 as a base version
2012-08-28devel/libpeas: USE_TOOLS+= msgfmtmarino1-2/+2
2012-08-28Regenerate patches, fix buildmorr6-30/+31
2012-08-28Follow emacs24 bumped (lets get this first).mef1-2/+2
2012-08-28editors/emacs24{,-nox11} updated to 24.2.mef1-1/+3
2012-08-28Bump 24.1 to 24.2 (emacs24 and emacs24-nox11)mef4-11/+8
(1) CVE-2012-3479 fixed on lisp/files.el patches/patch-lisp_files.el is removed. (2) From: ChangeLog ------- 2012-08-24 Chong Yidong <cyd@gnu.org> * Version 24.2 released. 2012-08-14 Ulrich Mueller <ulm@gentoo.org> * lib/gnulib.mk: * lib/stdio.in.h: * m4/stdio_h.m4: Do not assume that gets is defined (Bug#11873). 2012-06-21 Ulrich Mueller <ulm@gentoo.org> * configure.in: Use m/intel386.h for amd64 with x32 ABI. (Bug#11669) -------- Thanks wiz@
2012-08-28add patch commentsgdt3-5/+20
2012-08-27Updated devel/ccache to 3.1.8wiz2-3/+3
2012-08-27Update to 3.1.8:wiz2-6/+6
ccache 3.1.8 ------------ Release date: 2012-08-11 New features and improvements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Made paths to dependency files relative in order to increase cache hits. - Added work-around to make ccache work with buggy GCC 4.1 when creating a pre-compiled header. - Clang plugins are now hashed to catch plugin upgrades. Bug fixes ~~~~~~~~~ - Fixed crash when the current working directory has been removed. - Fixed crash when stderr is closed. - Corrected a corner case when parsing backslash escapes in string literals. - Paths are now correctly canonicalized when computing paths relative to the base directory. Other ~~~~~ - Made git version macro work when compiling outside of the source directory. - Fixed `static_assert` macro definition clash with GCC 4.7.
2012-08-27Updated graphics/geeqie to 1.1wiz2-3/+3
2012-08-27Update to 1.1:wiz3-9/+8
Geeqie 1.1 ========== - support for stereoscopic images - input: side-by-side (JPS) and MPO format - output: single image, anaglyph, SBS, mirror, SBS half size (3DTV) - custom tiff loader - better handling of large tiff files - rewritten file grouping
2012-08-27regenerate distinfo and make pkglint happiermorr3-46/+12
2012-08-27Updated www/ikiwiki to 3.20120725schmonz1-1/+2
2012-08-27Update to 3.20120725. From the changelog:schmonz2-6/+6
* recentchangesdiff: When diffurl is not set, provide inline diffs in the recentchanges page, with visibility toggleable via javascript. Thanks, Antoine Beaupré * Split CFLAGS into words when building wrapper. Closes: #682237 * osm: Avoid calling urlto before generated files are registered. Thanks, Philippe Gauthier and Antoine Beaupré * osm: Add osm_openlayers_url configuration setting. Thanks, Genevieve * osm: osm_layers can be used to configured the layers displayed on the map. Thanks, Antoine Beaupré * comments: Remove ipv6 address specific code.
2012-08-27Updated devel/mr to 1.13schmonz1-1/+2
2012-08-27Update to 1.13. From the changelog:schmonz3-6/+29
* Pass -q to cvs diff and update. Closes: #673367 * mr bootstrap: Now supports ssh:// urls. * Simpler vcsh status command line. Closes: #685089 * Add grep subcommand. Uses ack-grep on VCS that do not have their own. Closes: #685122
2012-08-27Add options.mk filemorr1-0/+16
2012-08-27Note update of editors/vim-sharemorr2-3/+3
2012-08-27- Update to newest patchlevel 638morr3-83/+356
- Change generation of patchlist - Extract options to its own file - Add option for python2 support
2012-08-27Note update of the "phpmyadmin" package to version 3.5.2.2nb1.tron1-1/+2
2012-08-27Improve setup and configuration file handling:tron6-29/+42
1.) Install PHP script in the "setup" directory. 2.) Use Vendor override to set the location of the configuration file. It is now possible to use phpMyAdmin's setup for configuration. Based on a suggestion by Peter Avalos in private e-mail.
2012-08-27Patch was accepted -- add upstream commit URL.wiz2-3/+4
2012-08-27Updated databases/py-ldap to 2.4.10adam2-3/+3
2012-08-27Changes 2.4.10:adam2-6/+6
Lib/ * ldapobject.ReconnectLDAPObject.reconnect() now preserves order of options set with LDAPObject.set_option before. This is needed e.g. for setting connection-specific TLS options. Demo/ * Better version of Demo/pyasn1/syncrepl.py
2012-08-27Note update of editors/vim*morr2-3/+9
2012-08-27Long awaited update to vim 7.3.morr12-221/+1677
The most notable additions since 7.2: - Persistent undo and undo for reload - Blowfish encryption, encryption of the swap file - Conceal text - Lua interface - Python 3 interface Once you have installed Vim 7.3 you can find all the details about the changes since Vim 7.2 with: :help version-7.3