Commit graph

133924 commits

Author SHA1 Message Date
he
8ce167ecb4 Add commented-out HOMEPAGE using search.cpan.org. 2008-11-22 00:07:12 +00:00
he
0f001d831d Update from version 0.37nb1 to 0.38.
Upstream changes:

Release 0.38 - 8 March, 2008
----------------------------
* fixed problem when creating an empty Entry.
  Thanks to Frank Wiegand.
2008-11-22 00:06:30 +00:00
wiz
d5e2fe4f87 Updated ham/usrp-docs to 3.0.4nb2 2008-11-21 23:33:04 +00:00
wiz
92a7524700 Fix PLIST for doxygen-1.5.7.1, depending on that version.
Bump PKGREVISION.
2008-11-21 23:32:50 +00:00
wiz
681040d7a6 Updated ham/gnuradio-core-docs to 3.0.4nb2 2008-11-21 23:18:35 +00:00
wiz
b7194f0ced Depend on doxygen-1.5.7.1, and fix PLIST for it.
Bump PKGREVISION.
2008-11-21 23:18:16 +00:00
wiz
80fc0db1d3 Avoid compiling in example directory path into executables.
Noted by jmcneill.

Bump PKGREVISION.
2008-11-21 21:27:36 +00:00
chuck
a4a49d8f2d fix compile time error on Darwin in player/lib/audio/portaudio:
In file included from pa_mac_core.c:124:
pa_host.h:55: error: conflicting types for 'uint32'
/System/Library/Frameworks/Security.framework/Headers/cssmconfig.h:64: error: previous declaration of 'uint32' was here

use <inttypes.h> and uint32_t instead.

note that according to player/lib/audio/Makefile.am, this old portaudio
lib is used only if HAVE_MAC_OSX.
2008-11-21 21:09:57 +00:00
adam
e7974d1e52 Updated fonts/fontforge; emulators/wine-devel 2008-11-21 18:56:55 +00:00
adam
943a7b7a45 Changes 1.1.9:
- A large number of regression test fixes.
- Performance improvements in memory management.
- Improved POP3 support in inetcomm.
- Initial implementation of the XInput DLL.
- Various bug fixes.
2008-11-21 18:54:56 +00:00
adam
e0cc0e4b68 Changes 20081117:
* First release with Pango and Cairo
* The first time you run fontforge with Pango something takes several minutes
  to initialize itself. This delay does not occur on subsequent invocations.
* Displaying magnified bitmap strikes in the font view often caused a crash.
* Non-English translations of "%d pixel bitmap" in the View menu of the font
  view came out garbled. There were interpreted as latin1 rather than utf8.
2008-11-21 18:54:19 +00:00
adam
0fcb2e3880 Added emulators/wine-devel version 1.1.8 2008-11-21 17:42:36 +00:00
adam
ad73ee177d Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix.  It consists
of a program loader which loads and executes an Microsoft Windows binary,
and a library that implements Windows API calls using their Unix or X11
equivalents.  The library may also be used for porting Win32 code into
native Unix executables.
2008-11-21 17:40:29 +00:00
chuck
b2e7ca1fdd in do-install:
Only attempt to install files (check with if [-f $BIN]).
	on Darwin "cc -g -O" generates *.dSYM directories that
	we should not try and install.
2008-11-21 17:36:43 +00:00
adam
412a675880 Updated multimedia/transcode to 1.0.7 2008-11-21 17:36:27 +00:00
adam
b30bfe4cb6 Changes 1.0.7:
* bump FFmpeg libraries requisite to SVN >= 20080705. Drop old header
  layout support. Drop static linking support (unsupported from ages).
  Update user documentation accordingly.
* make AVIStreamHeader structure (more) 64 bit safe.
* keep up with lastest ffmpeg API changes.
PkgSrc:
* Fix buildling with newer ImageMagick
2008-11-21 17:35:12 +00:00
adam
426878bc1e Updated graphics/ImageMagick to 6.4.6.0 2008-11-21 17:15:08 +00:00
adam
a225ead252 Changes 6.4.6.0:
* Fixed bug for RGBO image @ line, plane and partition interlace.
* Deprecate pixel methods: AcquireImagePixels(), GetImagePixels(), etc.
* New pixel methods: GetVirtualPixels(), GetAuthenticPixels(), etc.
* GPS and multivalued EXIF properties support
* Add TransparentPaintImageChroma() to MagickCore and transparentChroma()
  to Magick++.
* Correct DPX frame position property label
* Textures are no longer painted as the background color.
* Update both fields of an EXIF resolution.
* Support query-font-metrics MSL tag.
* Do not set image colorspace for the MSL modulate tag.
* Off by one error when computing affine in DrawAffineImage()
* Fixed local adaptive thresholding  when using an offset
* Set SetImagePixels() rather than SyncImagePixelCache() to update
  the pixel cache morphology.
* Set explicit image format for BlobToImage()
* p_thread_t is an aggregate under MinGW.
2008-11-21 17:13:43 +00:00
adam
cdd322a9e5 Updated games/xbomb to 2.2 2008-11-21 16:52:00 +00:00
adam
83443e16a5 Changes 2.2:
* Have different colours for each of the numbers.
* Allow left click on exposed number to clear adjacent unmarked areas.
* Several compilation fixes for portability.
2008-11-21 16:48:33 +00:00
adam
910883f1b6 Unify package names for bacula 2008-11-21 15:30:40 +00:00
wiz
151f732bbb Add "devel" to CATEGORIES.
PR 39997 from Robert Elz.
2008-11-21 14:56:24 +00:00
jnemeth
be4d29ccc3 fixup backula entries 2008-11-21 14:44:40 +00:00
is
167ec063b6 Fix Makefile formatting problem pointed out by uwe@. 2008-11-21 14:43:56 +00:00
is
9b699ff016 fix PLIST problem preventing clean deinstallation - pointed out by uwe@ 2008-11-21 14:30:35 +00:00
adam
4008d3581a Updated sysutils/bacula to 2.4.3 2008-11-21 14:13:28 +00:00
adam
acfcd1d701 Changes 2.4.3:
* Apply 2.4.2-cancel-non-running-jobs.patch to be able to cancel
  a non created job faster.
* Fix typo in configure.in that breaks --with-db-password option
* Remove all double quotes from SQLite creating script and
  replace by single quotes as suggested by John Huttley.
* Fix SQL case problem that may cause the failure of DiskToCatalog.
* Copy missing storage name into edit buffer. As far as I can tell
  this never caused a bug.
* Remove catalog dependency for bcopy
* Modify catalog scripts to have an easier packaging integration,
  using default variables.
  Make difference between SQLite3 and SQLite in db_get_type()
  job when reading from one autochanger and writing to another.
* Add more information to SD acquire.c INFO messages.
* Fix NULL Volume name error when reading and the drive must
  be switched.
* Fix a Verify InitCatalog problem where in certain cases
  a garbage filename may be entered in the verification database.
* Add space after version before date in bat about dialog.
* Fix seg fault in Dir during estimate command with no level value given.
* Add message to migration job when the target job is already migrated.
2008-11-21 14:09:30 +00:00
jmcneill
110bb1473c regen 2008-11-21 13:12:12 +00:00
adam
92eae8b562 Updated databases/sqlite3 to 3.6.6 2008-11-21 12:23:11 +00:00
adam
67e61f2d40 Changes 3.6.6:
* Fix a define that prevented memsys5 from compiling
* Fix a problem in the virtual table commit mechanism that was causing
  a crash in FTS3.
* Add the application-defined page cache
* Added built-in support for VxWorks

Changes 3.6.5:
* Add the MEMORY option to the journal_mode pragma.
* Added the sqlite3_db_mutex() interface.
* Added the SQLITE_OMIT_TRUNCATE_OPTIMIZATION compile-time option.
* Fixed the truncate optimization so that sqlite3_changes() and
  sqlite3_total_changes() interfaces and the count_changes pragma return
  the correct values.
* Added the sqlite3_extended_errcode() interface.
* The COMMIT command now succeeds even if there are pending queries. It returns * SQLITE_BUSY if there are pending incremental BLOB I/O requests.
* The error code is changed to SQLITE_BUSY (instead of SQLITE_ERROR) when
  an attempt is made to ROLLBACK while one or more queries are still pending.
* Drop all support for the experimental memory allocators memsys4 and memsys6.
* Added the SQLITE_ZERO_MALLOC compile-time option.
2008-11-21 12:22:21 +00:00
bjs
f6a795b504 Updated devel/gmp to 4.2.4nb1 2008-11-21 11:28:15 +00:00
bjs
38518cebd8 PKGREVISION++ 2008-11-21 11:27:31 +00:00
bjs
35b3219257 Enable building the fat binary unless we're using Darwin;
this seems to make the most sense for bulk builds to me.
Should any other platforms fail, we can make a note of it
and exclude them along with Darwin.

Also, add two distribution patches from upstream:

[2008-11-09]
	When calling mpf_set_str (perhaps indirectly via
	mpf_init_set_str or mpf_inp_str, or via the C++ interface) with the
	argument for the base set to 0, any exponent will be ignored.
[2008-11-08]
	The mpf_eq function sometimes compares too few bits, not
	just too many (the latter is documented).
	This might lead to precision loss. When the experimental
	--enable-nails feature is enabled at the same time --enable-cxx is
	enabled, make check fails. This failure is actually due to bugs
	in tests/cxx/t-prec.cc, which makes it use mpf_eq incorrectly.
	This patch makes mpf_eq compare the right number of bits,
	neither too few, nor to many.
	The patch also fixes the test case, and documentation.

	(not strictly necessary, but I figured I'd keep in line with
	their recommendations)

PKGREVISION++
2008-11-21 11:27:30 +00:00
drochner
a54d1f643d fixa possible heap overflow due to wrong buffer length check
(CVE-2008-5030), from Debian, bump PKGREVISION
2008-11-21 10:38:19 +00:00
tnn
7ddd99c7f4 Fix path to python interpreter.
Bump revision of scons and scons-devel.
2008-11-21 09:47:39 +00:00
martti
7b78b0efa4 Updated vim and proftpd 2008-11-21 08:01:18 +00:00
kefren
faebc10d59 correct general register state indexes for NetBSD/amd64
Bump PKGREVISION
2008-11-21 08:00:48 +00:00
martti
943448f6bd Updated net/proftpd to 1.3.2rc3
* Bug fixes
2008-11-21 08:00:36 +00:00
martti
aa8e77d197 Updated editors/vim-share to 7.2.49
22993  7.2.041  diff messed up when editing a diff buffer in another tab page
  4987  7.2.042  restoring view in autocmd sometimes doesn't work completely
  2550  7.2.043  VMS: Too many chars escaped in filename and shell commands
  5639  7.2.044  crash because of gcc 4 being over protective for strcpy()
  2056  7.2.045  the Python interface has an empty entry in sys.path
  1704  7.2.046  wrong check for filling buffer with encoding
  2470  7.2.047  using -nb while it is not supported makes other side hang
  4758  7.2.048  v:count and v:prevcount are not set correctly
 32552  7.2.049  (extra) Win32: the clipboard doesn't support UTF-16
2008-11-21 08:00:31 +00:00
ahoka
6b7c5c9a7f Try to deal with a bug described in security/39313, when the build
against recent openpam headers produce non functioning pam_ldap.so
on NetBSD 4.99.47(?) or more recent systems.

There's something really fishy in the headers...
2008-11-21 03:24:29 +00:00
taca
c4762fdaa0 Make sure to update distinfo. 2008-11-21 02:07:31 +00:00
jmcneill
f7a230c85b Add twitux version 0.62 2008-11-21 00:23:04 +00:00
jmcneill
85ec192109 add twitux 2008-11-21 00:22:00 +00:00
jmcneill
0f790fde8d Import twitux version 0.62.
Twitux is a free and open source GTK+ application for Twitter.com. You can:
Send status, view friend status and see what they are doing, send direct
messages to your Twitter friends, GUI notifications when a friend updates
their status.. and more :)
2008-11-21 00:21:31 +00:00
drochner
9d608b6dbc tell configure to ignore doxygen even if present, to avoid build
inconsistencies
2008-11-20 21:49:34 +00:00
drochner
06e159b290 use desktop-file-utils to make sure the database is rebuilt 2008-11-20 21:47:16 +00:00
drochner
dc2c59c61c propagate the new dependency on libltdl, fixes build issues 2008-11-20 21:45:07 +00:00
chuck
61817e2267 make SIM_INLINE functions in the VAX emulator compile properly when
c99 style-inline functions are in effect (e.g. on Darwin and when
__GNUC_STDC_INLINE__ is defined).

(this was reported back when 3.8 came out on the simh mailing list,
so hopefully Bob Supnik and crew will include a fix in the next release,
when ever that is.)
2008-11-20 21:30:05 +00:00
abs
75f7753388 Updated mail/alpine to 2.00 2008-11-20 20:36:18 +00:00
abs
fabbf20f5d Updated mail/alpine to 2.00
Changes since 1.10

   Additions include:

     *  Redesigned Web Alpine interface
     *  Experimental S/MIME support added in UNIX versions of Alpine
     *  Attempt to include the attachment filename as part of the name
        of the temporary file used when viewing an attachment with an
        external program. Add some randomness to that filename to make
        it hard to predict the filename. Add a filename extension,
        usually derived from the type/subtype, to the temporary
        filename. This was previously done only on Windows and MacOS
        X.
     *  Enhance address completion in the composer (TAB command) so
        that it looks through nicknames, fullnames, and addresses from
        the address book; addresses from the message being viewed, if
        any; and the results from LDAP Directory Server lookups for
        all of the defined directory servers that have the
        "Use-Implicitly-From-Composer" feature set.
     *  Make the default character set setting more liberal in what it
        will accept from the UNIX nl_langinfo call and the various
        values of LANG seen in the wild
     *  Remove the Alpine revision number from the titlebar in released
        versions while leaving it there in snapshot versions
     *  Add a feature to suppress the display of asterisks when you
        type a password for Alpine
     *  Add line wrapping when displaying PRE formatted sections of HTML
     *  When the Convert Dates To Localtime feature is turned on
        convert not only the dates in the index screen but also the dates
        in the MESSAGE VIEW

   Bugs that have been addressed in this release include:

     *  Crash when using tab-completion for selecting a Save filename
     *  Make Web Alpine help text images relative for more portability
     *  Fixed attach save of html parts in Web Alpine
     *  Viewing, printing, exporting, replying, and bouncing of message
        digests was broken.  Replying and bouncing should not have
        been allowed at all for digests. It would be nice to have a
        more standard index-like view of a message digest but that has
        not been addressed with this minor bug fix.
     *  Adjust wrapping of HTML messages so that the margins specified
        by Viewer Margin Left and Viewer Margin Right are observed
        correctly
     *  Interrupt of WhereIs command in index was broken
     *  The Unknown Character Set option did not work correctly
        interpreting unknown characters in message headers
     *  Long address lines could cause blank continuation lines
     *  Save to a local default INBOX failed if the primary collection
        was also local, which it is by default. The save went to
        ~/mail/inbox instead.
     *  Make a default save folder of "inbox" always mean the real
        inbox, not the inbox in the primary collection
     *  Address book entries with lots of addresses would be truncated
        when entered in the composer with a screen size wider than 270
        or so charcters
     *  Some fields in the index screen were truncated when the screen
        width was wider than 256 characters
     *  Crash when TABing to next folder, the next folder with new mail
        is a POP folder, and there is a more than 10 minute pause
        between typing the TAB and typing the Yes
2008-11-20 20:35:22 +00:00