summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-06-29Fix inline usage.joerg2-1/+33
2012-06-29Fix build for NetBSD current/GCC. Almost fix build with Clang.joerg12-12/+154
2012-06-29Consistently return a value.joerg2-1/+20
2012-06-29Fix vexing parse errors to declare variable. Add missing implementationjoerg3-1/+34
of constructor.
2012-06-29Fix build with clang.joerg2-1/+15
2012-06-29Note update of www/wordpressmorr2-3/+3
2012-06-29Security update to version of Wordpress 3.4.1.morr3-37/+82
ChangeLog: Wordpress 3.4.1: * Fixes an issue where a theme’s page templates were sometimes not detected. * Addresses problems with some category permalink structures. * Better handling for plugins or themes loading JavaScript incorrectly. * Adds early support for uploading images on iOS 6 devices. * Allows for a technique commonly used by plugins to detect a network-wide activation. * Better compatibility with servers running certain versions of PHP (5.2.4, 5.4) or with uncommon setups (safe mode, open_basedir), which had caused warnings or in some cases prevented emails from being sent. Additionally: Version 3.4.1 fixes a few security issues and contains some security hardening. These issues were discovered and fixed by the WordPress security team: * Privilege Escalation/XSS. Critical. Administrators and editors in multisite were accidentally allowed to use unfiltered_html for 3.4.0. * CSRF. Additional CSRF protection in the customizer. * Information Disclosure: Disclosure of post contents to authors and contributors (such as private or draft posts). * Hardening: Deprecate wp_explain_nonce(), which could reveal unnecessary information. * Hardening: Require a child theme to be activated with its intended parent only. Wordpress 3.4: * Enhanced theme control * Customize theme options before activating a new theme using Theme Customizer * Use Theme Previewer to customize current theme without changing the front-end design * Custom Headers * Improved Custom Headers with flexible sizes * Selecting Custom Header Images and Custom Background Images from Media Library Screen * Media improvements * Support HTML in image captions * Under the Hood improvements * Improvements in WordPress internationalization and localization (more info) * Different split in translation POT files for faster translations * Codex XML-RPC information update accessed via XML-RPC_WordPress_API * WP_Query improvements
2012-06-29Fix typo (PKGREVISON -> PKGREVISION).wiz1-2/+2
2012-06-28Updated mail/getmail to 4.30.2schmonz1-1/+2
2012-06-28Update to 4.30.2. From the changelog:schmonz2-7/+6
- fix a nuisance stack trace that would be dumped if a connection failed in particular states. Thanks: Gary Schmidt. Updating this leaf package during the freeze for the bugfix.
2012-06-28Omit needless patches in last change; mark only `install' as phony.riastradh5-203/+14
ok wiz
2012-06-28+ boehm-gc-7.2c, doclifter-2.8, eigen3-3.1, grub-2.0, hatari-1.6.2,wiz1-8/+17
jhead-2.96, lbreakout-2.6.4, libdrm-2.4.36, libraw-0.14.8, mawk-1.3.4.20120627, p5-Search-Xapian-1.2.12, sablecc-3.3, samba-3.6.6, tinc-1.0.19, xapian-1.2.12, xterm-281.
2012-06-28strip -Werror, using deprecated g_atexit in glib2.obache1-1/+4
2012-06-28Fix typo pkg/465959 -> pkg46595mef1-2/+2
2012-06-28Make a "Fix build on SunOS." patch work on Linux aswell.sbd2-10/+12
2012-06-28Make "Fix build on SunOS." patch a SunOS only fix as it breaks Linux buildsbd2-19/+16
otherwise.
2012-06-28Fail the build if on NetBSD and /usr/bin/m4 is one of the buggydholland1-0/+33
versions that loops chewing memory.
2012-06-28Add m4 to USE_TOOLS.dholland1-2/+2
2012-06-28Updated audio/hydrogen to 0.9.4.2nb5sbd1-1/+2
2012-06-28Linux build fixes:sbd3-16/+33
* On Linux only pull in alsa-lib buildlink and enable alsa support. * In the Sconstruct file move the line setting the include path and ldflags based on the prefix from the netbsd section to the linux, darwin and netbsd section. * When adding to an if/elif/else block _elif_ should be used. Bump PKGREVISION (because of the earlier libarchive additions).
2012-06-28Make this available on x86_64. It builds and passes its self-tests.dholland1-1/+2
2012-06-28Oops, need intptr_t even where the conversion is harmless.dholland4-1/+97
2012-06-28Fix build failure when time_t is 64 bits on a 32-bit machine.dholland2-1/+20
2012-06-28Set the type for get_crc_table() based on zlib version.sbd2-5/+8
2012-06-28Apply a similar fix to archivers/star to fix schilyware configuration fordholland1-3/+5
powerpc on NetBSD.
2012-06-28fix typodholland1-1/+1
2012-06-28Fix wrong INSTALLATION_DIRS.dholland1-2/+2
2012-06-28Always use /dev/random to seed on NetBSD, instead of relying on adholland2-4/+16
configure test, which might arbitrarily fail if chrooted.
2012-06-28If libarchive is going to be used the libarchive buildlink3.mk should besbd1-1/+2
included.
2012-06-28Recognize both "ppc" and "powerpc" as appeared in today's netbsd powerpcdholland1-2/+2
build.
2012-06-28Fix broken build by adding <cstring>. While here, deploy intptr_t, anddholland6-4/+80
allow building this on LP64PLATFORMS again as I see no obvious further reason it shouldn't work. If anyone knows how to test it properly, please do so.
2012-06-27stdint.h must be included for uintX_t types.sbd2-9/+15
2012-06-27On Linux use the pkgsrc supplied CFLAGS/CXXFLAGS/LDFLAGS.sbd2-5/+20
2012-06-27Document licence (MIT).asau1-1/+2
2012-06-27Remove "-m486" flag to let it build with contemporary GCC.asau1-2/+3
2012-06-27Ensure the Solaris native linker is used by default, avoids conflictsjperkin1-1/+10
where GNU ld is picked up first via $PATH.
2012-06-27Fix missing libnsl and libsocket link on SunOS. Bump PKGREVISION.fhajny3-5/+6
2012-06-27Add MirBSD support to patches, fix build.bsiegert5-13/+13
ok wiz
2012-06-27Move #include <sys/types.h> before the #define of _XOPEN_SOURCE so thatbsiegert2-1/+22
u_short etc. are being defined by it. Fixes build on MirBSD. This is a leaf package.
2012-06-27In src/mac.cpp make get_file_extname() a const function.sbd2-1/+20
2012-06-27The correct type for get_crc_table with zlib 1.2.7 is z_crc_t*sbd2-4/+16
2012-06-26Actually add patches to make rxvt-unicode build on Mac OS X 10.7.riastradh4-0/+183
It helps to run `cvs add' before adding files.
2012-06-26Patch x11/rxvt-unicode to make it work on Mac OS X 10.7.riastradh3-8/+66
ok wiz
2012-06-26don't pull in libelf on SunOS, to fix build problems (PR pkg/46478)drochner1-2/+2
This is a poor fix for an apparently not well understood problem, so we should consider it a stopgap fix and find a sustainable solution after the freeze.
2012-06-26Fix checksum for patch-af, which Joerg accidentally reverted. (Hi, Joerg.)dholland1-2/+2
2012-06-26Install documentation. Emacs is not the package that can be usedasau5-55/+59
without it effectively.
2012-06-26Solaris needs -m32 for ABI=32 too, now that we have compilers which buildjperkin1-11/+2
64-bit by default.
2012-06-26Fix missing rpath information on SunOS. Bump PKGREVISION.fhajny3-7/+26
2012-06-26Fix manual page location on Solaris.jperkin2-2/+14
2012-06-26Add xgettext tool.sbd1-2/+2