summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-01-23regentron2-17/+17
2007-01-23Fixed group-writable files. PKGREVISION++rillig1-2/+5
2007-01-23Added INSTALLATION_DIRS, fixed file permissions (one x bit) andrillig1-12/+10
converted the package to using the SUBST framework. PKGREVISION++
2007-01-23Since there are many cases where the string @FOO@ is replaced with therillig1-2/+11
pkgsrc variable ${FOO}, there is now a shorter variant for it. Instead of defining SUBST_SED.*, just say SUBST_VARS.* = FOO.
2007-01-23look for sparc-sun-solaris2* instead of sparc-sun-solaris2.* in thedmcmahill3-1/+29
configure script since pkgsrc will set MACHINE_GNU_PLATFORM to sparc-sun-solaris2 on a solaris/sparc machine. This gets this package closer to building on solaris with the sunpro compiler.
2007-01-23fix PLIST on solarisdmcmahill1-1/+5
2007-01-23add -DNEED_ALLOCA_H on solarisdmcmahill1-2/+2
2007-01-23fix this package when building with sunpro compilersdmcmahill2-6/+18
2007-01-23Replaced the commands for creating the missing directories with somerillig1-7/+4
magic variable assignments. No functional changes.
2007-01-22Follow-up PLIST change for the libXt fix (app-defaults).joerg2-4/+4
2007-01-22Add libX11 & libXext buildlinksabs1-1/+3
2007-01-22+ DatLib-2.20, DatUtil-2.31, dejavu-ttf-2.14, dnsmasq-2.36,wiz1-8/+14
gnome-speech-0.4.8, gpredict-0.7.1, liferea-1.2.3, msmtp-1.4.10, nxtvepg-2.7.7, p5-Spreadsheet-WriteExcel-2.18, ruby-gnome2-0.16.0, wxRemind-0.7.1, xfce-4.4.0.
2007-01-22Add descriptions for anthy-* options. Remove old anthy option names.wiz1-2/+2
2007-01-22Modular Xorg support. Based on patch from drochner@joerg3-5/+13
2007-01-22Add a dependency on py-xml to avoid a "deprecated function" warningsmb1-2/+3
from Python
2007-01-22Reverted the change between 1.37 and 1.38.rillig1-2/+1
MANPATH cannot be overridden so easily to make it right for imake Packages. Noticed by Dan.
2007-01-22Add xinit as tool.joerg1-2/+13
2007-01-22Update xorg-cf-files and imake to get the dependency creation working.joerg1-1/+3
2007-01-22Q: Why am I seeing imake problems and joerg@ not?joerg3-4/+7
A: Because joerg@ had a local change which forced the use of makedepend and which somehow didn't make it into xorg-cf-files when packages. Fix that, bump revision of xorg-cf-files and imake, the latter with a dependency on a newer version of the former.
2007-01-22Add yougrabber.minskim2-2/+4
2007-01-22Import yougrabber from pkgsrc-wip. Packaged by Sergey Svishchev.minskim4-0/+32
YouGrabber is a lightweight, multi-threaded (NPTL based) command line YouTube.com video downloader with proxy (HTTP, SOCKS 4 and 5) support, made from scratch in ANSI C using the libcURL API.
2007-01-22Updated mail/dovecot to 1.0rc18.ghen1-1/+2
2007-01-22Update to dovecot-1.0rc18. From the release announcement mail:ghen3-7/+11
I think we're quite near v1.0 now. * ACL plugin + Maildir: Moved dovecot-acl file from control directory to maildir. To prevent accidents caused by this change, Dovecot kills itself if it finds dovecot-acl file from the control directory. * When opening a maildir, check if tmp/'s atime is over 8h old. If it is, delete files in it with ctime older than 36h. However if atime - ctime > 36h, it means that there's nothing to be deleted and the scanning isn't done. We update atime ourself if filesystem is mounted with noatime. * base_dir doesn't need to be group-readable, don't force it. * mail_read_mmaped setting is deprecated and possibly broken. It's now removed from dovecot-example.conf, but it still works for now. * Removed also umask setting from dovecot-example.conf since currently it doesn't do what it's supposed to. + Authentication cache caches now also userdb data. + Added mail_log plugin to log various mail operations. Currently it logs mail copies, deletions, expunges and mailbox deletions. - dict quota: messages=n parameter actually changed storage limit. - A lot of fixes to handling index files. This should fix almost all of the problems ever reported. - LDAP: auth_bind=yes was more or less broken. - Saved mails and dovecot-keywords file didn't set the group from dovecot-shared file. - Fixed potential assert-crash while searching messages - Fixed some crashes with invalid X-UID headers in mboxes - If you didn't have a namespace with empty prefix, giving STATUS command for a non-existing namespace caused the connection to give "NO Unknown namespace" errors for all the future commands.
2007-01-22Get this going with sunpro compilers. Gets rid ofdmcmahill3-5/+55
Error: An integer constant expression is required within the array subscript operator. VS: ----------------------------------------------------------------------
2007-01-22this needs py-libxml2 at runtime to work -- add a dependencydrochner1-1/+4
bump PKGREVISION
2007-01-22add onedrochner1-0/+21
2007-01-22Update to libXdmcp-1.0.2. Some ANSIfication, no functional changes.joerg2-6/+6
2007-01-22Update to libXdamage-1.1. Most importantly, this adds XDamageAdd.joerg2-6/+6
2007-01-22Update to libXaw-1.0.3. No relevant functional changes.joerg3-15/+15
2007-01-22Update to libXau-1.0.3: ANSIfied source and removed prototype ofjoerg2-6/+6
XauGetAuthByName which wasn't implemented.
2007-01-22Update to libSM-1.0.2. Fixes a possible memory leak with IPv6 addressjoerg2-6/+6
handling.
2007-01-22Update to libICE-1.0.3. Only functional change is the avoidance of ajoerg2-6/+6
NULL reference.
2007-01-22Some more patches to make the package work on Solaris.rillig6-9/+81
The CFLAGS, LDFLAGS and LIBS are taken from pkgsrc, so PKGREVISION++.
2007-01-22it's been a few months since the last time so:dmcmahill1-2/+2
- fix WRKSRC value for solaris - fix PLIST for solaris
2007-01-22Include libgetopt/buildlink3.mk for systems like solaris.dmcmahill1-2/+9
Add an extra configure argument on solaris to let this build there. Tested with solaris-2.9/sparc and the sunpro compiler.
2007-01-22Fixed the typo that had been mentioned in PR 35462.rillig1-4/+4
2007-01-22Note revision bump of databases/ipa_sdb.obache1-1/+2
2007-01-22Bump suggested disk image size to 1GB.tron1-2/+2
2007-01-22Should build only shared libraries, pointed out in PR 34860.obache1-2/+5
Bump PKGREVISION.
2007-01-22Bump suggested disk image size to 1GB.tron1-2/+2
2007-01-22A big cleanup:rillig1-66/+40
- The "header" of the build log is always printed, not only when PRECLEAN is set. - The variable "installed" was redundant. Removing it saves 5 lines of code. - When the package is outdated and currently installed, it suffices to just run pkg_delete. The "make deinstall" is too expensive and doesn't do anything further. - Completely rewrote the section that deinstalls unneeded packages. It seems to me that the pkg_info -Q flag has been introduced after the bulk build was initially written, so it wasn't used here. - A package that doesn't get deinstalled with a simple pkg_delete probably has a reason for that. Don't try to run pkg_delete -f after it. - To remove all packages, it isn't necessary to iterate over the installed packages. Just pkg_delete -r "*". - Replaced "required package" with "dependency" in the log messages, since that is shorter. Maybe the term "required package" comes from the time where packages also depended on shared library versions, so that terminology made sense back in 2000. Anyway, that's long ago.
2007-01-22Fix mismatch of option name, definition v.s. usage.obache1-5/+5
Pointed out in PR 34860.
2007-01-22Note PKGREVISION bump of misc/fd.hira1-1/+2
2007-01-22The previous commit has fixed the path of manpages.hira1-1/+2
Bump PKGREVISION.
2007-01-22vim-7.0.188martti1-1/+2
2007-01-22Updated editors/vim-share to 7.0.188martti3-5/+24
4142 7.0.183 accessing memory already freed after ":redir => var" ":let" 2400 7.0.184 cscope interface doesn't work with mlcscope 2927 7.0.185 multi-byte chars in message get attributes from previous char 1731 7.0.186 ml_get error when doing "/\_s*/e" with utf-8 'encoding' 7601 7.0.187 can't properly source a remote script 1602 7.0.188 (after 7.0.186) warning for wrong pointer type
2007-01-22fvwm-2.5.21martti1-1/+2
2007-01-22Updated wm/fvwm-devel to 2.5.21martti4-13/+13
* New features: - The command Scroll can now be used for interactive scrolling. - New Style options: StippledIconTitle, !StickyStippledTitle, and !StickyStippledIconTitle. - Full support for menu context (M) key and mouse bindings. See the section Menu Bindings in the man page for details. - Hilighted menu backgrounds now use pixmaps gradients and transparency from their related colorset. - New window conditions: StickyIcon, StickyAcrossPagesIcon and StickyAcrossDesksIcon. * Changed features: - "Mouse n M N" is no longer used to disable or remap the builtin tear off menu button. See the section Tear Off Menus for details on replacement commands. * Bug Fixes
2007-01-22Correct filename of patch (patch-ab -> patch-ae).hira1-2/+2
2007-01-22Correct a recent entry.taca1-2/+2
s|databases/libgda-postgresql|databases/libgda-postgres|