summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-03-31Create the include/poppler directory from the base poppler package so thatjmmv4-6/+15
poppler-qt can install its headers properly. Found by tron@. This also helps in removing this shared directory (used in poppler-qt and poppler-glib) from a single place. Bump PKGREVISION of the three packages to 1.
2006-03-31Package Makefiles should never set PKG_RCD_SCRIPTS -- that is a user-onlyjlam1-2/+1
variable.
2006-03-31Fix glib2 and gtk2 version requirements. No revision bump since the packagejmmv1-3/+3
did not build before.
2006-03-31Move ICE workaround to a hacks.mk file.jlam2-7/+14
2006-03-31* Clean up the way this package was trying to pass in rpath flags forjlam7-27/+56
iconv and gdbm. We now patch Makefile.in instead of the configure script and just pass in thr rpath flags via environment variables. * Honor PKGINFODIR.
2006-03-31Note update of "inn" package to version 2.4.3.tron2-3/+3
2006-03-31Update "inn" package to version 2.4.3. Changes since version 2.4.1:tron8-67/+25
- Previous versions of INN had an optimization for handling XHDR Newsgroups that used the Xref header from overview. While this does make the command much faster, it doesn't produce accurate results and breaks the NNTP protocol, so this optimization has been removed. - Fixed a bug in innd that allowed it to accept articles with duplicated headers if the header occurred an odd number of times. Modified the programs for rebuilding overview to use the last Xref header if there are multiple ones to avoid problems with spools that contain such invalid articles. - Fixed yet another problem with verifying that a user has permissions to approve posts to a moderated group. Thanks, Jens Schlegel. - Increase the send and receive buffer on the Unix domain socket used by ctlinnd. This should allow longer replies (particularly for innstat) on platforms with very low default Unix domain socket buffer sizes. - rnews's handling of articles with nul characters, NNTP errors, header problems, and deferrals has been significantly improved. - Thomas Parmelan added support to send-uucp for specifying the funnel or exploder site to flush for feeds managed through one and fixed a problem with picking up old stranded work files. - INN is now licensed under a less restrictive license (about as minimally restrictive as possible shy of public domain), and the clause similar to the old BSD advertising clause has been dropped. - make install and make update now always install the newly built binaries, rather than only installing them if the modification times are newer. This is the behavior that people expect. make install now also automatically builds a new (empty) history database if one doesn't already exist. - The embedded Tcl filter code has been disabled (and will be removed entirely in the next major release of INN). It hasn't worked for some time and causes innd crashes if compiled in (even if not used). If someone wants to step forward and maintain it, I recommend starting from scratch and emulating the Perl and Python filters. - ctlinnd should now successfully handle messages from INN up to the maximum allowable packet size in the protocol, fixing problems sites with many active peers were having with innstat output. - Overview generation has been fixed in both makehistory and innd to follow the rules in the latest NNTP draft rather than just replacing special characters with spaces. This means that the unfolding of folded header lines will not introduce additional, incorrect whitespace in the overview data. - nnrpd now uniformly responds with a 480 or 502 status code to attempts to read a newsgroup to which the user does not have access, depending on whether the user has authenticated. Previously, it returned a 411 status code, claiming the group didn't exist, which confuses the reactive authentication capability of news readers. - If a user is not authorized to approve articles (using the A access control in readers.conf), articles that include Approved headers will be rejected even if posted to unmoderated groups. Some other site may consider that group to be moderated. - The configuration parser used for readers.conf and others now correctly handles "#" inside quoted strings and is more robust against unmatched double quotes. - Messages mailed to moderators had two spaces after the colons in the headers, rather than one. This bug has been fixed. - A bug that could cause heap corruption and random crashes in innd if INN were compiled with Python support has been fixed. - Some problems with innd's tracking of article size and enforcement of the configured maximum article size have been fixed. - pgpverify will now correctly verify signatures generated by GnuPG and better supports GnuPG as the PGP implementation. - INN's code should now be more 64-bit clean in its handling of size_t, pointer differences, and casting of pointers, correcting problems that showed up on 64-bit platforms like AMD64. - Improved the error reporting in the history database code, in inews, in controlchan, and in expire. - Many other more minor bug fixes, optimization improvements, and documentation fixes.
2006-03-31Reference the installed location of slib correctly using EVAL_PREFIX.jlam1-2/+4
2006-03-31Avoid hardcoding /usr/pkg into the rpath ... this is already taken carejlam2-27/+3
of in the right way by the package Makefile using SUBST_SED.
2006-03-31Drop LTCONFIG_OVERRIDE... USE_LIBTOOL takes care of replacing libtooljlam2-9/+5
already.
2006-03-31* Avoid an unnecessary SUBST_FILES class by using environnment variablesjlam4-30/+41
to accomplish the same thing. * Move the arm compiler hack into a hacks.mk file.
2006-03-31there is no patch-aadrochner1-2/+1
2006-03-31* Welcome to the brave new world of gettext-0.14.5 -- if a source filejlam4-41/+48
includes <libintl.h>, then we must ensure that the resulting object is linked against -lintl. This ensures that the correct *printf() functions are used across all platforms. * List the info files directly in the PLIST. * Leave the HTML documentation where it is originally installed so that it references image files correctly. Bump the PKGREVISION to 3.
2006-03-31Doesn't build without gettext.joerg1-1/+3
2006-03-31Move info file entries to PLIST.jlam4-6/+8
2006-03-31* Remove *.orig files prior to installation so that they aren't installedjlam2-23/+34
during the install phase. * Remove *.orig entries from the PLIST. * Move info file entries to the PLIST. Bump PKGREVISION to 4 for PLIST changes.
2006-03-31Remove elisp gnus directory.jlam1-1/+2
2006-03-31update to 1.2.5.1drochner4-21/+17
changes: quick bugfix release to address a grave functionality problem with recent glib
2006-03-31update to 1.9.5drochner3-8/+8
changes: * Fixed a bug with transitions of small images endlessly waiting for the window to resize. * Updated Bulgarian translation. * Two new commands to fit the image in height or width. * New command line option to specify the initial window geometry. * Swedish translation. * The framerate limiter is also used during transitions. * This changed the transitions configuration.
2006-03-31update to 0.2.1drochner2-7/+6
changes: -Fixed a sign in equation [#328236]. -Back port some fixes for free memory reads that were causing problems on freebsd.
2006-03-31Clear out INFO_FILES so that the info files listed in the PLIST are found.jlam1-2/+2
2006-03-31update to 3.3.6drochner10-24/+22
changes: -bugfixes -gcc-4.1 support -translation updates
2006-03-31allow any Python >=21drochner1-2/+2
2006-03-31update to 3.8.2drochner2-6/+6
changes: bugfixes
2006-03-31Note revision bump for libgnomeui to 1.jmmv1-1/+2
2006-03-31Sync PLIST with reality; missed during the update to 2.14.0.jmmv2-2/+12
Bump PKGREVISION to 1.
2006-03-31Updated emulators/wine to 0.9.10adam2-3/+3
2006-03-31Changes 0.9.10:adam6-53/+52
- Improved ESD audio driver. - More Web browser improvements in mshtml and wininet. - Direct3D fixes and preparation for ddraw code migration. - Explorer process now managing the desktop window. - Lots of bug fixes.
2006-03-31Fix audio/gst-plugins0.10-esound entry. (hi jmmv!)salo1-2/+2
2006-03-31Note the GNOME bug report that is tracking patch-ad.jmmv2-3/+5
2006-03-31Note revision bump for librsvg2 to 2.jmmv1-1/+2
2006-03-31Do not rely on the heavy gtk-doc dependency. It is a pity that thejmmv2-23/+4
package does not come with prebuilt documentation, but this is a bug in the distfile itself. The docs should be included, and will hopefully be in the next release. Bump PKGREVISION to 2. (I have hit this same problem over and over again in all gtk-doc-using packages and it's still unknown why it happens.)
2006-03-31Note revision bump for evolution to 1.jmmv1-1/+2
2006-03-31Fix names of GConf2 schemas files. Bump PKGREVISION to 1.jmmv1-6/+7
2006-03-31Note revision bump for gtk-doc to 2.jmmv1-1/+2
2006-03-31Register the installed documentation in the scrollkeeper database.jmmv2-3/+13
This is to add an explicit dependency on this utility so that gtk-doc does not install unmanaged files when scrollkeeper is already installed. Bump PKGREVISION to 2.
2006-03-31* Move info file entries into the PLIST.jlam31-67/+65
* Honor PKGINFODIR and EMACS_INFOPREFIX.
2006-03-31Make this package install correctly regardless of whether we are usingjlam2-23/+12
emacs or xemacs. Move the info files into the PLIST. Bump the PKGREVISION to 2.
2006-03-31Correctly depend on the appropriate packages for "ls", "tar", "gzip",jlam1-3/+5
etc. Fix the paths to the tools embedded in the prcs binary. Also set the default PRCS repository to /var/PRCS instead of $HOME/PRCS, where HOME is the default home directory of the user building the package. Bump the PKGREVISION to 3.
2006-03-31Added bibtool:smb2-2/+4
BibTeX provides an easy to use means to integrate citations and bibliographies into LaTeX documents. But the user is left alone with the management of the BibTeX files. The program BibTool is intended to fill this gap. BibTool allows the manipulation of BibTeX files which goes beyond the possibilities---and intentions---of BibTeX. BibTool contains a user's manual written in LaTeX of more than 60 pages (and still growing).
2006-03-31BibTeX provides an easy to use means to integrate citations andsmb6-0/+122
bibliographies into LaTeX documents. But the user is left alone with the management of the BibTeX files. The program BibTool is intended to fill this gap. BibTool allows the manipulation of BibTeX files which goes beyond the possibilities---and intentions---of BibTeX. BibTool contains a user's manual written in LaTeX of more than 60 pages (and still growing).
2006-03-31-samba-3.0.21ctaca1-2/+2
+samba-3.0.22 (CAN_2006-1059 security fix)
2006-03-31List Xorg versions also.reed1-0/+2
(I have used Xorg as native X.)
2006-03-31New MASTER_SITES, from Leonard Schmidt via pkg/33172salo1-2/+2
2006-03-30Info files for elisp packages should install into ${EMACS_INFOPREFIX}.jlam2-4/+4
2006-03-30* Install info files into ${EMACS_INFOPREFIX}, which is the correctjlam2-16/+21
location for both emacs and xemacs. * List the info files directly in the PLIST. * Use EMACS_MODULES to deal with a possible xemacs-packages dependency.
2006-03-30Fix paths to gzip and texi2html in installed files (thank goodness forjlam1-2/+4
CHECK_WRKREF). Bump PKGREVISION to 4.
2006-03-30Take advantage of USE_TOOLS+=texi2html.jlam1-4/+2
2006-03-30Note all the updates (and a few package additions) I have just done to bringjmmv2-34/+82
GNOME 2.14.0 to pkgsrc. I'm still not done, hence the lack of the meta packages updates. I hope to get to the remaining issues tomorrow or this next weekend.
2006-03-30Update to 2.14.0:jmmv6-12/+35
============== Version 2.14.0 ============== Fixes * Don't use a GtkEntry function on a GnomeFileEntry (Vincent) Translators * Ales Nyakhaychyk (be) * Jérémy Le Floc'h (br) * Petr Tomeš (cs) * Martin Willemoes Hansen (da) * Raivis Dejus (lv) * Åsmund Skjæveland (nn) =============== Version 2.13.92 =============== Misc * Report the correct version number in gnome-about --version (Glynn Foster) Documentation * Added a description for gnome-feedback (Brent Smith) Doc Translations * Luca Ferretti (it) Translators * Jakub Friedl (cs) * Farzaneh Sarafraz (fa) * Vladimer SIchinava (ka) * Raivis Dejus (lv) * Licio Fernando Nascimento da Fonseca (pt_BR) =============== Version 2.13.91 =============== Doc Translations * Francisco Javier F. Serrador (es) =============== Version 2.13.90 =============== Fixes * Fix crash when no icon file can be found for the .desktop file (Vincent) Doc Translations * Christophe Bliard (fr) Translators * Luca Ferretti (it) =============== Version 2.13.4 =============== Misc * Fix .desktop file (Vincent Untz) =============== Version 2.13.3 =============== Misc * Fix warnings (Kjartan Maraas) =============== Version 2.13.2 =============== Misc * Fix build on Darwin (Mark) Translators * Erdal Ronahi (ku) * Timur Jamakeev (ky) =============== Version 2.13.1 =============== Misc * Remove scrollkeeper hack (Vincent) Translators * Tino Meinen (nl) * Christian Rose (sv) * Clytie Siddall (vi)