Commit graph

116281 commits

Author SHA1 Message Date
joerg
27e0c7881a Update nsd to 3.0.5:
NOTE: the configuration file format has changed. Don't update blindly.

Major changes:
- integrated AXFR/IXFR support for zone transfer. IXFR is not supported
  when acting as master.
- TSIG authentication support for queries, notifies and zone transfers.
- full NOTIFY support
- DNAME type is supported
- experimental support for NSEC3 and NSID, not enabled in pkgsrc
- various bug fixes.
2007-08-11 23:48:40 +00:00
adrianp
f17f9df40d Update to include missed patch-an 2007-08-11 23:22:44 +00:00
joerg
46363275b1 Supports DESTDIR. 2007-08-11 21:57:03 +00:00
reed
c09a62438c Update lyx-qt to 1.4.5.1. 2007-08-11 21:35:58 +00:00
reed
8a12efa385 Include buildlink for qt3-libs also.
Upgrade to 1.4.5.1. This is the maintenance release and is expected
to be last 1.4.x release.

Too many changes to list here.  "Besides the obligatory bug fixes,
its main feature is the ability to read filescreated by LyX 1.5.0
(this feature requires python 2.3.4 or later)."

(1.4.5 was not released).

The 1.4.4 release had these new features:

- Outline support: it is now possible to move around parts of
  documents in the Table of Contents dialog.

- Add new UI settings default-autotoolbars and default-alltoolbars
  allowing to select what toolbars are active or shown automatically.

- Improved documentation.

- Speed improvments, especially on windows.

(See lyx.org website to see all changes.)
2007-08-11 21:33:37 +00:00
rillig
ba2968b999 Reverted everything that had not been mentioned in the previous commit
message. Related to PR 36588.
2007-08-11 21:15:22 +00:00
joerg
4148df960c Fix path to python. Use postive PYTHON_VERSIONS_ACCEPTED.
Bump revision.

XXX Should be renamed to follow python module naming convention.
2007-08-11 18:13:13 +00:00
joerg
f24acb4a25 When calling gcc to extract the version number, pass down
ALL_ENV as well. This ensures that any locale settings are
overridden and the output matches what pkgsrc expects.

This should fix some of the strange bootstrap issues seen over
time that were seemingly fxied by USE_NATIVE_GCC=yes.
2007-08-11 17:31:22 +00:00
joerg
3d1a0c5f77 Add the variations of the plist for the various options back.
Bump revision.
2007-08-11 17:20:16 +00:00
joerg
87b3bbd81b Remove malloc.h hack, which was replaced by a single patch.
Depend on and fix path to Perl in installed script.
Bump revision.
2007-08-11 16:51:27 +00:00
joerg
e9903b3475 Don't use malloc.h. 2007-08-11 16:45:52 +00:00
wiz
dfe289439d + dvdrip-0.98.8, gsasl-0.2.20, heimdal-1.0.1, libgnomeprint-2.18.1,
lyx-1.5, nut-12.7, spamassassin-3.2.3, zile-2.2.40.
2007-08-11 16:45:44 +00:00
rillig
3b06ad5673 pkg_info -Q does not print a newline if a variable isn't defined at all
in the installed package's +BUILD_INFO. Therefore, an empty line is
printed in advance to avoid a warning by make(1). Fixes PR 36588.
2007-08-11 16:25:16 +00:00
joerg
f386576cb1 When installing a Perl script to bin/, depend on it. Bump revision. 2007-08-11 15:22:31 +00:00
joerg
d6ff0dbe9d Add Python dependency, use tools for bash and REPLACE_BASH and
REPLACE_PYTHON. bump revision.
2007-08-11 15:09:16 +00:00
joerg
4c54ba836d configure insists on msgfmt. 2007-08-11 14:54:07 +00:00
schmonz
f289526bad Updated mail/tmda to 1.1.12nb1 2007-08-11 14:53:04 +00:00
schmonz
4d83dcd1ed Precompile Python modules at post-install. Bump PKGREVISION. 2007-08-11 14:52:54 +00:00
schmonz
5a7320b452 Updated security/stunnel to 4.20nb2 2007-08-11 14:41:51 +00:00
schmonz
d76d670a37 Make pthreads support optional. Bump PKGREVISION. 2007-08-11 14:41:36 +00:00
gdt
1d2084981e add missing \, reported my Mark Perkins 2007-08-11 14:18:05 +00:00
adam
aeaaa9c957 Updated emulators/wine to 0.9.43; net/net-snmp to 5.4.1 2007-08-11 11:08:21 +00:00
adam
b4233a8245 Changes 0.9.43:
- Direct3D support on top of WGL instead of GLX for better portability.
- Many DirectSound fixes.
- Still more gdiplus functions.
- Many crypt32 improvements.
- Lots of bug fixes.
2007-08-11 11:06:09 +00:00
adam
d695e6ce90 Chagesn 5.4.1:
snmplib:
  - [BUG 1619827]: link libraries against needed external libraries
  - [PATCH 1616912]: fix memory leak in UDP transport code
  - [PATCH 1592706]: fix memory leak when cloning varbinds
  - Change snmp_sess_add_ex to consistently close and delete the
    transport argument on failure, earlier the liveness of the
    transport argument was undecided.
snmpd:
  - [BUG 1558823]: fix ipAddressTable memory leak
  - [BUG 1596638]: fix memory leak in ipCidrRouteTable, inetCidrRouteTable
  - [BUG 1611524]: fix tcp connection table file descriptor leak
  - handle row deletion issues in dataset tables
  - [BUG 1712988]: default and configurable maximum number of
    varbinds returnable to a GETBULK request.
  - [PATCH 1666737]: include ipv6 counts in
    udpInDatagrams, udpNoPorts, udpInErrors, udpOutDatagrams
  - [PATCH 1700157]: fixes ordering of exec tokens in the resulting mib tree
  - [PATCH 1719253]: fix skipNFSInHostResources so it does not break on the
    second walk of the table.
perl:
  - link Perl modules against the exact set of libraries needed
  - [BUG 1619827]: properly link against libperl when configured with --enable-as-needed
  - [PATCH 1725049]: fix bulkwalk in cases of non-repeater
python:
  - [PATCH 1716114]: Let python build in the Net-SNMP source tree
MacOSX:
  - [PATCH 1600522]: CPU Hardware Abstraction Layer (HAL)
    implementation for mach/darwin
  - IF-MIB rewrite now enabled by default
Win32:
  - fix AES support
  - [PATCH 1706344]: fix compilation with cygwin
IRIX:
  - [PATCH 1709748]: Optimized IRIX cpu stats
AIX:
  - Fix default shared library building instead of forcing static use
FreeBSD:
  - [BUG 1633483]: Support CPU HAL on FreeBSD4.x
2007-08-11 11:05:56 +00:00
wiz
77b10afd2b - ghostscript. 2007-08-11 07:55:34 +00:00
wiz
19fb122d3f Updated wm/openbox to 3.4.4 2007-08-11 07:48:47 +00:00
wiz
398ee2756a Update to 3.4.4:
3.4.4:
  * Updated Traditional Chinese translation
  * Updated Norwegian translation
  * Fix for MoveToEdge skipping edges sometimes
  * Let you specify the vertical and horizontal padding independently in themes
  * Fix so that if you select an omnipresent window on another desktop in the
    client list menus, it will go to that desktop
  * Make the GrowToEdge action shrink once there is no more room to grow,
    similar to in 3.4.2, but shrinking to edges as well
  * Move the Send To and Layers submenus to the top of the client menu
  * Fix race causing omnipresent windows to lose focus when switching desktops
    very quickly
  * Don't focus new windows on other desktops if they aren't related to the
    currently focused window
  * Add corner resizing areas in the inner client border (Fixes themes such
    as Onyx)
  * New focus stealing prevention that is smart and not intrusive and not
    annoying
  * Revert a small change in 3.4.3 that caused windows to be placed funny in
    Smart placement when there was a dock or something on the side of the
    screen
  * Show a notification when switching desktops
  * Fix for delayed focus-follows-mouse interrupting move/resize or menus
  * Make screen edge warp keep warping without having the move the mouse 1
    pixel
  * Fix for resizing terminals in the top/left sides getting a little confused
  * Fix to keep oldschool (Non-EWMH) fullscreen windows from being moved and
    resized inside of the struts (Fixes Acroread)
  * Accept the <command> option for the Restart command, similar to the Execute
    action
  * Don't make clicking on dock apps sometimes act like clicking on the root
    window (Don't propogate button events up)
  * Fix a bug introduced in 3.4.3 which caused the Windows key as a modifier
    for bindings to not work properly
  * Let windows skip across monitors in a Xinerama setup when using MoveToEdge
    or Shift-arrow in an interactive move
  * Make move and resize take the dock into account for resistance
  * Raise new windows when it makes sense, when they aren't being focused
  * Change default config to use click events for mouse wheel bindings instead
    of presses
2007-08-11 07:48:21 +00:00
wiz
a7d22c8f85 Updated devel/fromcvs to 0.0.0.105 2007-08-11 07:27:46 +00:00
wiz
ef5083ccb4 Update to 105:
105:
Rework branch name alias handling.

Now we treat branches and magic branches different for the sake
of guessing branch name aliases.

Add the possibility to ignore branches based on regexp.

104:
Try to enhance branch handling, add diagnostic output.
2007-08-11 07:27:18 +00:00
gdt
6f2c71d69f SUBDIR+= libdrg 2007-08-11 02:54:08 +00:00
gdt
9721d8826e Added geography/libdrg version 0.0.81 [gdt 2007-08-11] 2007-08-11 02:53:43 +00:00
gdt
5696d403c4 libdrg is a library for obtaining DRG data from multiple files at
multiple resolutions.
2007-08-11 02:53:02 +00:00
gdt
1414d486bf add empty directory (populated when linked with lua) to PLIST 2007-08-11 01:51:34 +00:00
schmonz
80f77b1627 Note getmail update. 2007-08-11 01:00:51 +00:00
schmonz
2d635ff1e8 Update to 4.7.6. From the changelog:
-fix exception when getmail is trying to report a POP3 server that
  completely missed generating a UIDL token for a message.
  Thanks: Hans Lammerts.
2007-08-11 01:00:12 +00:00
seb
cbdb9ce026 Note updated of net/net-snmp to version 5.4nb2 [build fix for
NetBSD-current]
2007-08-10 23:38:16 +00:00
seb
22ed3ea8ad Fix build on NetBSD-current which dropped MFSNAMELEN: pretend this CPP macro
is still there.

Bump PKGREVISION to 2.
2007-08-10 23:37:02 +00:00
gdt
4159e10741 - gimp-ufraw 2007-08-10 23:32:42 +00:00
tnn
322957d3c6 In TODO entry for openssl-0.9.8e, note that there's a package in wip. 2007-08-10 23:29:36 +00:00
joerg
adbf8e2109 Supports DESTDIR installation. 2007-08-10 23:25:02 +00:00
gdt
7e36505f2f Updated graphics/gimp-ufraw to 0.12.1 2007-08-10 23:22:42 +00:00
tnn
ba9d2614b7 Updated games/openttd to 0.5.2 2007-08-10 23:20:07 +00:00
tnn
6d0f13d0dd Update to openttd-0.5.2. This is a minor bugfix release that fixes a
crash with network games. While here, add DESTDIR support.
2007-08-10 23:18:39 +00:00
gdt
d83a5f52b5 Update to 0.12.1.
Nuke options, because that was about choosing between exiv2 and
libexif, and upstream has removed support for libexif.

10/08/2007 - UFRaw-0.12.1 release, based on DCRaw v 8.77.

* Fixed handling of non integer shrink factors.
* Fixed crash when spot selector reached image boundary.
* Some TIFF images were wrongly identified as raw file.

30/07/2007 - UFRaw-0.12 released, based on DCRaw v 8.77.

* Full color management workflow with camera, display and output profiles.
* Added image cropping. Patch contributed by Martin Ling.
* Added rotate/flip support. Patch contributed by Bruce Guenter.
* Added scrolling and panning. Based on the new GtkImageView widget by
  Bjoern Lindqvist.
* Added support for dcraw's wavelet denoising. Code contributed by
  Niels Kristian Bech Jensen.
* Added Patterned Pixel Grouping (PPG) Interpolation. It can be even better
  than other interpolations in some cases and much faster. Patch contributed
  by Alain Desbiolles.
* Added EAHD interpolation. It is an enhancement of the AHD interpolation
  with another phase of color smoothing. The improvement is mostly seen in
  high contrast as it removes color artifacts such as chromatic aberration.
  Patch contributed by Michael Goertz.
* Read raw files compressed with gzip or bzip2. Patch contributed by
  Bruce Guenter.
* Display luminosity value and Adams' zone for spot value. Patch contributed by
  Greg Troxel.
* Added 'max zoom' (only 50% at the moment) and 'zoom to fit' buttons.
* Retain some hue and saturation when clipping pixels. This is only relevant
  when applying positive exposure compensation, and mostly for Canon cameras
  where positive exposure is applied by default.
* Added a Cinepaint plug-in. Thanks to Cinepaint developer Kai-Uwe Behrmann.
* Based the user interface more on icons and less on text.
* Removed dependency on libexif.
* Dozens of smaller fixes.

06/03/2007 - UFRaw-0.11 released, based on DCRaw v 8.62.

* Add option to restore highlights. The restoration can be done either
  in HSV space giving sharp details or in LCH space giving soft natural details.
  This option is relevant when applying negative exposure correction in UFRaw.
* Add option for soft, filmlike clipping of highlights.
  This option is relevant when applying positive exposure correction in UFRaw.
* Give the correct camera exposure by default for Canon DSLRs.
  Until now raw images from these cameras came out under exposed.
* For Windows users, fix conflict with the liblcms-1.dll supplied
  with the Gimp windows instaler.
* Added translation to Danish, Japanese and Portuguese.
2007-08-10 23:10:38 +00:00
adrianp
5bc5a2248d * Use stdout for printing results of vulnerable/eol packages found.
Reported by Greg Troxel on tech-pkg@
* Add -q which operates the same as 'pkg_info -q' and only displays
  the package name of any vulnerable/eol packages found.
  Suggestion by joerg@
* man page updates for -q
* Document the required permissions for audit-packages and
  download-vulnerability-list in the man page.
2007-08-10 22:50:46 +00:00
gdt
3ad7311bf8 fix HOMEPAGE. 2007-08-10 22:47:29 +00:00
joerg
3c81e91396 Remove comment about importing from NetBSD. 2007-08-10 22:42:13 +00:00
gdt
52887c8e10 Reword description of rebuild-tree, and point to pkg_delete -f as a
possible cause of inconsistencies. Remove comment about make replace,
since it does not, absent pkgsrc/mk bugs, result in incorrect
dependency records.
2007-08-10 22:39:13 +00:00
gdt
2c897a092e pkg_delete In the list of options, note -ff option to remove {\bf
preserved} packages, and caution the reader that it is dangerous.
Ride hours-earlier version bump.
2007-08-10 22:29:49 +00:00
gdt
204b948ad1 - guile-gnome 2007-08-10 22:27:18 +00:00