summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-01-31Fix build on NetBSD 3. PR pkg/37907 from Robert Elz.markd2-15/+17
2008-01-31Updated graphics/ruby-RMagick to 2.2.0obache1-1/+2
2008-01-31Update RMagick to 2.2.0.obache2-10/+18
While here, add DESTDIR support. Changes: RMagick 2.2.0 o Added Image#opaque_channel, Image#paint_transparent (available with ImageMagick 6.3.7-10) o Added Image#liquid_rescale (available with ImageMagick 6.3.8-2) o Added CMYColorspace ColorspaceType value o Fixed bug #17148, compiler error message on Solaris (bug report by Trever Wennblom) o Fixed bug #17470, get_exif_by_number, get_exif_by_entry may fail when called with one or more arguments
2008-01-31Increase the BUILDLINK_API_DEPENDS.gnutls to at least gnutls>=1.2.6reed1-2/+2
which is still very old. This fixes problem where building something depending on gnutls when old gnutls is already installed using liblzo won't buildlink because lzo is not installed. This forces a newer gnutls to be installed that uses lzo instead.
2008-01-31The old HOMEPAGE was outdated for four years.rillig1-2/+2
2008-01-30Updated chat/ircu to 2.10.12.12adrianp1-1/+2
2008-01-30Update to 2.10.2.12adrianp2-6/+6
http://sourceforge.net/project/shownotes.php?release_id=557843&group_id=63470 http://sourceforge.net/project/shownotes.php?release_id=559042&group_id=63470 * ircd/gline.c (gline_add): apply too-many-users test to realname G-lines *only* when the origin is my user (or a user, for remote-local G-lines) * include/res.h (irc_in_addr_is_ipv4): Fix classification of addresses like 0.0.0.0. * ircd/s_user.c (set_user_mode): Add new parameter to set_user_mode to ignore some modes. (register_user): Use set_user_mode to parse default usermode for users. * ircd/m_user.c (m_luser): Fix broken RFC 2812 on connect user mode setting * doc/readme.iauth (IAuth M): Document new command. * ircd/listener.c (add_listener): Only try to create IPv6 sockets for IPv6-compatible addresses; likewise for IPv4.
2008-01-30+ Updated devel/stgit to 20080128 [bjs 2008-01-30]bjs1-1/+2
2008-01-30Update to 20080128 snapshot. Quite a few bugs have been fixed since thebjs4-25/+80
0.14.1 release (which I found to have some annoying bugs/quirks myself, anyway). The ChangeLog is extensive, so check it out for a full list--some important changes follow below. While here, install the provided contrib helper scripts. The bash dependency is OK, as git depends on it anyway. In that spirit, add a dependency on devel/stgit-base, as this is useless without it. Also, install examples in share/examples/stgit as per convention. Refactor --diff-opts handling Lots of commands take a -O/--diff-opts flag, and they all handle it identically. So break that out into a library function. Don't keep old committer when rewriting a commit replace "git repo-config" usage by "git config" This is necessary since "git repo-config" will be removed soon. Fix "stg edit --sign" It worked in 0.14, but was broken some time after the release. Make "stg goto" subdirectory safe This is not specific to "stg goto" -- it affects all commands that use the new infrastructure. (But of those, only goto and coalesce were subdirectory unsafe.) Make "stg commit" fancier Allow the user to commit any patch. Changed behavior: with no parameters, commit one applied patch, not all applied patches -- this is what uncommit does.
2008-01-30Try to fix PR pkg/26143 with caution:tron2-3/+6
- Set "CC" to "gcc -isystem /usr/include" during bootstrap. - Add "-isystem /usr/include" to the Darwin specific "CPPFLAGS".
2008-01-30The package supports installation to DESTDIR.heinz1-1/+3
2008-01-30Updated sysutils/ups-nut, sysutils/ups-nut-cgi, sysutils/ups-nut-snmp andghen1-1/+5
sysutils/ups-nut-usb to 2.0.5.
2008-01-30Update Network UPS Tools (pkgsrc/sysutils/ups-nut-*) to version 2.0.5.ghen7-21/+37
This release is a backport of the development version. Many changes have already been backported previously. Thus it is more a synchronisation release, though it includes many bugfixes and support for new models. - support for new devices: APC Smart-UPS with 6TI firmware; Belkin Small Enterprise F6C1500-TW-RK; Compaq R3000 XR, R5500 XR; Cyber Power 550SL, 725SL, 685AVR, 800AVR, 1200AVR, AE550, BC1200 and many similar models; Eltek; Inform GUARD; Microsol Rhino; Opti-UPS PowerES 420E; PowerMan RealSmart, BackPro; Powerware PW9315 3-phase; SOLA 305; Tripp-Lite SMART550USB, SMART2200RMXL2U, OMNI1000LCD, OMNI900LCD, OMNI650LCD, 1500 LCD, AVR550U; Viewsonic PowerES 420E. - bcmxcp: added 3-phase support - megatec: better hardware support, more instant commands - mge-hid: support more instant commands - newhidups: fixed APC and Tripp Lite bugs, various memory bugs, improved report buffering, improved Solaris support, added '-x explore' option for easy diagnosis of new devices - solis: shutdown programming, support new cables, Solaris support - tripplite_usb: updated SMARTPRO support, fixed OL/OB reporting, better error handling, some memory bugs - new dummy-ups driver simulator - added HTML interface for access to CGI scripts - powerpanel: new driver for CyberPower BC1200 and similar models
2008-01-30Fix a limit check.joerg1-2/+2
2008-01-30Post-commit aesthetic fixups:bjs1-3/+3
Change MASTER_SITES to ${MASTER_SITE_LOCAL}. Remove name of author from COMMENT as its mentioned in the documentation.
2008-01-30 Added multimedia/bsdav version 1.4 [bjs 2008-01-30]bjs1-1/+2
2008-01-30Add bsdav package to pkgsrc/multimedia Makefilebjs1-1/+2
2008-01-30Import the bsdav package, a BSD audio/video I/O library and assortedbjs6-0/+125
utilities. Blurb: The bsdav package contains programs for reading and writing audio and video. The programs use BSD-native devices. Naturally, the source code is BSD-licensed as well. These programs depend on the libbsdav library for both accessing audio(4) and bktr(4) devices. (Hopefully, more documentation will be written soon on how to use the functions libbsdav contains!) While one of the goals of the bsdav project is simplicity, another goal is to make A/V processing on BSD systems easily accessible. Moreover, to ease the storage and synchronization of both audio and video streams, bsdav has it's own, very simple, A/V container format. Hopefully the bsdav programs are clear and correct enough such that they help others understand how to use audio(4) and bktr(4).
2008-01-30Add another check for the cross-compiling case.joerg1-1/+5
2008-01-30vacall-arm.S was created by an ancient gcc targetting CPUs with ARM FPE.is1-1/+2
2008-01-30note some updatestnn2-4/+5
2008-01-30Update to xf86-video-intel-2.2.0.tnn2-6/+6
Long list[1] of bugfixes. Fixes several bugs with i965, EXA, tv-out, LCD detection, console switching, DRM, >4GB address space and more. [1] http://lists.freedesktop.org/archives/xorg/2007-November/030246.html
2008-01-30Update to xf86-video-mga-1.4.8.tnn2-6/+6
1.4.8: Bug #13926: Unbreak Xinerama. G200SE-A can't cope with bigger than 1600x1200. Don't build or call init_dri if XF86DRI is undefined Unmap the same size that was mapped with pci_device_map_range Use pci_device_map_range() instead of pci_device_map_region(). 1.4.7: Fix various timing bugs on the G200SE. Disable MTRR support for PCIE G200SE cards, as it tickles hardware bugs. Default mode on G200SE of 1024x768 @ 16bpp. Change minimal frequency guess from 12 to 16MHz Add Xv support for Millennium II chips Current state of MGA driver modified to work with the xserver Store the pci_device pointer passed into MGAPciProbe instead of Pass the correct pointer to pci_device_cfg_write_bits. Convert to new pci_device_cfg_write_u* interface. Refactor memory map / unmap functions. Ensure the result of MGAMapMem is checked. Code refactoring in MGAScreenInit. Add info for offset 116 in PInS version 5. Merge PCI-rework support and "classic" PCI interface support into one tree Set pScrn to NULL before calling xf86ConfigPciEntity. Use XSERVER_LIBPCIACCESS to detect pci-rework. Replaced some more magic values with register names. Bug #9448: Actually write the C2STARTADD0 register. Fixed a typo in a debug message. Fixed a typo that caused MGAREG_C2OFFSET to be set to a bad value. Sync after UploadToScreen. Removed the debug messages for solid and copy ops. Make DRI initialization work when using EXA. On G550, do A8 adds in hardware. Added memcpy-based DownloadFromScreen implementation. Bug #4249: Further increase the minimum dot clock. Fixed major blending and compositing breakage.
2008-01-30MAKE_JOBS_SAFE=notnn1-1/+2
2008-01-30Updated databases/phppgadmin to 4.1.3tnn1-1/+2
2008-01-30Update to phppgadmin-4.1.3. Patch provided by Aleksej Saushev.tnn3-103/+190
This adds, among other things, improved support for PostgreSQL 8.x and php 5.x. Also SSL support, many small bugfixes and updated translations.
2008-01-30Provide an rc script. PKGREVISION++tnn3-2/+26
2008-01-30Updated net/pen to 0.17.2.ghen1-1/+2
2008-01-30Update pen to the latest version (0.17.2, which almost a year old now).ghen2-7/+6
070912 Added sanity check to init() to make sure that servers_max is large enough for the number of servers specified on the command line. Released 0.17.2. 070829 Faster string duplication courtesy of Nigel Horne. 070502 Updated automake links. 070212 Updated INSTALL with instructions for increasing the number of connections on Windows. 061204 Include server weight in response to "penctl servers" command. Set server weight on command line. Server is specified as host:port:maxconn:hard:weight. 060627 Bugfix by Chris Elsworth: server_by_weight would never consider blacklisted servers, which kept them blacklisted indefinitely. Released 0.17.1. 051230 Added code by Chris Elsworth for kqueue support. Configure with --with-kqueue to enable. Released 0.17.0. 051215 Changed the configure option for ssl to --with-experimental-only-ssl. Released 0.16.0. 040709 Added an "abuse server" for naughty clients that have been denied access by an acl. Works similar to the emergency server, use command-line option "-B host:port" to enable.
2008-01-30-gtexinfo-4.11 [pkg/37481]obache1-2/+1
2008-01-30Updated devel/gtexinfo to 4.11obache1-1/+2
2008-01-30Update gtexinfo to 4.11.obache11-133/+66
Based on patch provided by Magnus Henoch in PR 37481. I made some modification: * keep and update patch-ac (need to pick up pkgsrc info files). * fixes PLIST, missing some entries. * portability fix in texi2dvi (patch-am). * DESTDIR support. Changes: 4.11 (9 September 2007) * Language: . @documentlanguage now supports an optional country code specification after the language code, a la gettext. . new command @allowcodebreaks controls breaks at _ and - within @code. . new command @frenchspacing controls spacing after sentences. . new command @fonttextsize allows changing body text font size to 10pt. . new command @textdegree{} produces the normal degrees symbol. . new command @thischapternum can be used in TeX headers/footers. . new commands for quotes: @quotedblleft @quotedblright @quoteleft @quoteright @quotedblbase @quotesinglbase @guillemetleft @guillemetright @guilsinglleft @guilsinglright. . new option @set txicodequoteundirected produces an undirected quote in code and example output, instead of the regular right quote. . new option @set txicodequotebacktick produces a grave accent in code and example output, instead of the regular left quote. * makeinfo: . The @documentlanguage locale is used to translate various document strings. . --enable-encoding is now the default, meaning Info and plain text output use 8-bit characters given a supported @documentencoding. . new option --css-ref=URL for creating a stylesheet <link> in HTML output. . new option --transliterate-file-names to use a reduction-to-ASCII algorithm for split HTML file names, useful for non-Latin-based languages. . @enddots{} outputs three dots instead of four, for consistency with texinfo.tex. . the Local Variables coding: setting written by --enable-encoding now comes at the very end, after the tags table, so that Emacs can find it in more cases. . @allow-recursion (never documented) is deprecated and produces a warning. . @quote-args (never documented) is now the default behavior. . centering and such take account of character widths. . the --reference-limit option is now a no-op. . improvements to XML and Docbook output and the DTD. * texinfo.tex: . @thissection can now be used in custom headings, and @thischapter works reliably even without @set chapternewpage. Custom headings have additional flexibility as well. * texi2dvi: . pdftexi2dvi is a new wrapper to `texi2dvi --pdf', equal to texi2pdf, for the sake of AUC-TeX which prepends `pdf' to the compilation command when requested to produce PDF. * info: . look for info files in the current directory first, by default. . when calling man, use -a if no explicit section is found. . avoid showing the top(1) man page for nonexistent info files. * install-info: . new options --section-regex, --remove-exactly, --debug, --test. * Distribution: . autoconf 2.60, automake 1.10, gettext 0.16.1. . gettext support now [external]. . new translations: hu (Hungarian), rw (Kinyarwandan), vi (Vietnamese). . most common sources imported from gnulib. 4.10 (omitted) 4.9 (29 June 2007) * GPLv3. * texi2dvi: . new mode --build=tidy which supports compilation in a separate directory, where intermediate files are preserved. . new option --build-dir, to specify where the tidy build will take place, either locally or globally. This allows avoiding the clutter while preserving auxiliary files. . new support for AUC-TeX: texi2dvi (weakly) supports arguments a la TeX such as `\nonstopmode\input{file.tex}'. . new options --ps and --dvipdf, useful especially for pstricks documents. . new option --src-specials, passed to TeX. * texinfo.tex: . Latin1, Latin2, Latin9, and UTF-8 are supported -- only as well as the Computer Modern fonts can manage, which means primarily English and western European languages, to a limited extent. . png and jpg images supported in pdf output. . new Russian, Serbian, and Ukrainian translations for texinfo.tex: txi-ru.tex, txi-sr.tex, txi-uk.tex. . section names with \ characters work properly in pdf outlines. . have .toc files use @ as the escape character, instead of \.
2008-01-30remove entry for patch-al.mine (what?).obache1-2/+1
2008-01-30Note importe requrest of netdude, libnetdude and libpcapnav [pkg/34473].obache1-1/+13
2008-01-30nut was updated.obache1-3/+1
2008-01-30Updated biology/nut to 13.2obache1-1/+2
2008-01-30Update nut to 13.2. Should close PR 34466.obache6-33/+25
Pkgsrc changes: Add DESTDIR support. Recent changes (cannot available changes from 10.18 to 12.6 anymore). 13.2: This release makes minor changes to the analysis reset and food suggestion functions. 13.1: This release changes some fatty acid defaults to allow more saturated fat when eating low-carb, and to raise the maximum amount of long-chain Omega-3. 13.0: This release introduces the new USDA Nutrient Database SR20 and allows current NUT installations to have their existing meal records reinterpreted with the new database. 12.7: This release uses a new food name abbreviation algorithm so that food names are more informative and less cryptic.
2008-01-30Note import request of Raster3D [pkg/34225].obache1-1/+4
2008-01-30Note import request of sysjail [pkg/34123].obache1-1/+5
2008-01-30Re-add missing distinfo for solaris. Side effect, fixes PR 33854.obache1-1/+4
2008-01-30Note import request of DCC [pkg/29619]obache1-1/+5
2008-01-29Changed TWISTED_MASTER_SITES to a working site. This should resolveheinz1-3/+2
PR pkg/37913 by Jorge Niedbalski R.
2008-01-29Update to 2.7.gdt5-115/+14
* Build improvements, use pkgconfig. * Don't add rpc2's 100ms delayed ack delay in SFTP roundtrip estimate. * Reduce the number of packets SFTP drops when we receive duplicates. * Retransmit more worried packets (which 'should' have been acked). * Only retransmit on timeouts, have the active side of the connection be mostly timeout driven to avoid duplicate transfers.
2008-01-29Since email.soundlist does not exist in the PLIST anymore, it makesrillig1-6/+3
absolutely no sense to specify it as the "original of a configuration file" via CONF_FILES. PKGREVISION++ This fixes PR 37905.
2008-01-29Reverted my last change. I was completely wrong. The real fault reportedrillig1-7/+6
in PR 37905 is exactly what I wanted to prevent using this check: A configuration file was mentioned via CONF_FILES but does not exist in the PLIST.
2008-01-29Disabled the check for missing example configuration files, sincerillig1-6/+7
according to PR 37905, it gets called too early.
2008-01-29Explain why options are defined but not used in options.mk (becausegdt1-1/+6
it's included in many packages).
2008-01-29Fix PR pkg/37885: sysutils/cdrtools* do not install cdrecord on -currenttnn2-2/+15
2008-01-29Rewrote vars.mk so that perl is only invoked once, as opposed to oncetnn1-16/+10
per value to fetch.
2008-01-29Conditionally add cups files to PLIST. From Matthias Drochner.gdt2-3/+8
Partially addresses PR pkg/37888.