summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-12-07Updated Xfce to 4.4.2martti92-768/+557
Lots of bug fixes. For the official ChangeLog, please see http://www.xfce.org/documentation/changelogs/4.4.2
2007-12-07Fix MASTER_SITES. Pointed out by Petar Bogdanovic on port-xen@bouyer1-2/+2
2007-12-07Updated pkgtools/pkglint to 4.80rillig1-1/+2
2007-12-07Updated pkglint to 4.80.rillig1-3/+3
Important changes since 4.79: - Fixed some internal errors. - Adjusted pkglint to changes in the pkgsrc infrastructure: SUBST_VARS.*, PKG_USERS_VARS, PKG_GROUPS_VARS. - Improved the parser for shell code. - Cleaned up the handling of the :Q operator, so that pkglint warns about it places where it is not required. - ${RUN} has deprecated ${_PKG_SILENT}${_PKG_DEBUG}.
2007-12-07+ AUTO_MKDIRSrillig1-1/+2
2007-12-07Updated devel/p5-Array-Compare to 1.14.hiramatsu2-3/+4
Updated devel/p5-Sub-Uplevel to 0.18.
2007-12-07Update p5-Array-Compare to 1.14.hiramatsu2-6/+6
Changes from 1.13: 2007-04-01 dave * [r23] README.xml: Updated copyright dates * [r22] lib/Array/Compare.pm: Changed $VERSION definition * [r21] Build.PL: Changed create_makefile_pl parameter to 'traditional'
2007-12-07Update p5-Sub-Uplevel to 0.18.hiramatsu2-6/+6
Changes from 0.14: 0.18 Wed Oct 31 06:56:13 EDT 2007 - release version of 0.17_01 changes 0.17_01 - removed 5.006-specific language and tested on prerelease 5.00505 0.16 Mon Jul 30 09:54:41 EDT 2007 - release version of 0.15_01 changes 0.15_01 Thu Jul 5 22:54:08 EDT 2007 - Won't override any existing CORE::GLOBAL::caller when loaded - Localize global caller() override to the scope of the uplevel() call so it can play nicer with things like Contextual::Return and Hook::LexWrap that also override caller()
2007-12-07Needs directories pre-created. Based on the patch by Aleksey Cheusov onrillig1-1/+3
pkgsrc-users.
2007-12-07Added AUTO_MKDIRS as an alias for INSTALLATION_DIRS_FROM_PLIST. Therillig1-1/+3
variable is much more comfortable than specifying all the directories in INSTALLATION_DIRS that using such a long name for it feels like a punishment. It also doesn't look nice in the package Makefiles, for example: old: INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man8 new: AUTO_MKDIRS= yes The variable INSTALLATION_DIRS_FROM_PLIST will be deprecated slowly.
2007-12-06Print an understandable error message if the number of arguments forrillig1-1/+6
CONF_FILES, CONF_FILES_PERMS, REQD_FILES, REQD_FILES_PERMS is wrong. NB: The code doesn't read like "shift 5 || error_out" since NetBSD's shell exits if a shift fails in this case, instead of just reporting an error. Fixes PR 37489. I didn't fix the code in pkglint (which was suggested in the PR) since it seems too complicated to me. There is no support for a "MultipleShellWords" data type by now, and pkglint would have to know that SETUID_ROOT_PERMS is of type "ThreeShellWords: Username, Groupname, Filemode". That's too much work and doesn't look nicely.
2007-12-06mention sup.christos1-1/+2
2007-12-06upgrade to sup-0.1; portability fixes.christos3-20/+6
2007-12-06bsdgrep-devel updatecjep1-1/+2
2007-12-06Update to 20071201.cjep9-238/+27
* Sync with src/usr.bin/grep
2007-12-06PR/36778: Yakovetsky Vladimir: Fix linux build; many thanks.christos5-20/+52
2007-12-06Updated devel/dejagnu to 1.4.4nb2obache1-1/+2
2007-12-06tcl-expect already have buildlink3.mk for a long time.obache1-4/+3
Noted by bharder in PR 37477. Bump PKGREVISION snce depended tcl-expect version is bumped.
2007-12-06Whoops, use ${MACHINE_GNU_PLATFORM} rather than i386markd1-2/+2
2007-12-06Use ${GAMEMODE} instead of an explicit mode for update-game-score.markd2-4/+4
Bump PKGREVISION.
2007-12-06qt4-qdbus addition.markd1-1/+2
2007-12-06If the fake update-mime-database is invoked with just "-v" let it reportmarkd1-1/+2
the correct version information.
2007-12-06Add qt4-qdbusmarkd1-1/+2
2007-12-06Initial import of QT4 DBus support.markd4-0/+97
Building as a separate package means that assistant doesn't have DBus support built in but I don't think thats a problem.
2007-12-06Fix build paths in installed pkgconfig *.pc files (PR pkg/37479).markd2-4/+24
Add some missing dirrm's from PLIST. Also install QtUiTools library and header files (kde4 at least uses these) Bump PKGREVISION
2007-12-06Fix build paths in installed pkgconfig *.pc files (PR pkg/37479) andmarkd2-4/+7
add missing dirrm line from PLIST (PR pkg/37412). Bump PKGREVISION
2007-12-06Revert to previous, something is broken in my system...martti1-1/+3
2007-12-06Add patch for change_folder_next option, which I stole from the patchescjs5-3/+53
for mutt (non-devel).
2007-12-06Need bsd.prefs.mk before using MACHINE_PLATFORM.obache1-3/+3
2007-12-06Fix extern v.s. static.obache2-1/+15
2007-12-06Update MASTER_SITES but commented out, since newer location only haveobache1-2/+2
version x.y.z. No functionally changes, only version name scheme differ.
2007-12-06Update HOMEPAGE.obache1-2/+2
2007-12-05This release fixes a security vulnerability. Sites are urged to upgrade ↵adrianp2-6/+8
immediately. For more details, please see the security announcement: * SA-2007-031 - Drupal core - SQL Injection possible when certain contributed modules are enabled In addition to this security vulnerability, the following bugs have been fixed since the 5.2 release: * 178478 by scor: typo in text displyed when the DB is installed but not accessible * Patch 122759 by Robrecht: fixed broken query in upgrade path. * 55277 by catch and JirkaRybka: when flat comment view is used, order comments by cid (ie. original submission order) instead of timestamp (ie. last editing time order) to avoid comments jumping around when being edited * Patch 181063 by chx and bjaspan: fixed problem with drupal_bootstrap() not booting to the proper level. * 184668 by hazexp, Remove unnecessary ';' * Patch 182728 by Darren Oh: improved PHPdoc of db_rewrite_sql(). * 93425 by bjaspan: remove pre-Drupal 4.6 era destination handling cruft carried over in comment module * 154388 (backport of 172262) by JirkaRybka. Better globals handling in install system, so the choosen profile and language are remembered. * 171117 by JirkaRybka: set access time for admin created or edited accounts so they are exempt from the spam protection we have for accounts never logged in * Patch 168829 by Neil Drumm: fixed link in documentation. * 165924 by odious. Use accurate count query for user list. * 187601 by Bart Jansens. Use correct HTTP status codes for redirects. * 180109 by JirkaRybka: overcome browser quirk to detect when no taxonomy term was selected * 134984 by mikesmullin. Fix x2 coordinate for rendering gradients.
2007-12-05Note PKGREVISION bump on xenkernel3bouyer1-1/+2
2007-12-05Remplace patches/patch-cy with fix from the Xen repository viabouyer4-24/+17
Christoph Egger, and merge it back in patches/patch-ba (one patch per file). Bump PKGREVISION
2007-12-05Add link to Apple work around into the makefile for documentation purposes.tron1-1/+2
2007-12-05Use Apple's suggested work around(*) to fix linker problems undertron1-1/+5
Mac OS X Leopard. (*) http://developer.apple.com/qa/qa2007/qa1567.html
2007-12-05Don't prefer "pkgsrc" versions of "MesaLib", "Xft2" etc. undertron1-1/+6
Mac OS X Leopard which ships with an uptodate version of X.org.
2007-12-05Escape colons in preprocessor, compiler or linker flags while checkingtron1-12/+12
their existances in other variables. This avoids parsing errors if e.g. "BUILDLINK_LDFLAGS.<pkg>" contains a colon.
2007-12-05Skip empty lines in the limited list. Bump to 1.16.joerg2-3/+5
2007-12-05Updated www/ap2-fastcgi to 2.4.2nb4.ghen1-1/+2
2007-12-05APACHE_MANUAL is different in Apache 2.x and 1.3.x. Substitute in sharedghen3-5/+6
MESSAGE accordingly and bump PKGREVISION for ap2-fastcgi only.
2007-12-05Use newer strace 4.5.15; various improvements in syscall parsing andchristos16-215/+378
split functions into more files.
2007-12-05Try to fix build problem on recent NetBSD release.obache4-11/+111
2007-12-05Using flex to build.obache1-2/+2
2007-12-05Switch to SUBST framework.obache1-5/+5
2007-12-05Catch up squirrelmail-japanese patch to 1.4.12-ja-20071205.taca2-5/+13
2007-12-05....aaand update distinfoabs1-2/+2
2007-12-05I *know* I typed 'cvs add patches/patch-ac', and my shell history evenabs1-0/+16
agrees with me... so why din't this get added in the previous commit? Grrr.
2007-12-05Updated net/ktorrent from 2.2.1 to 2.2.4abs1-1/+2