Commit graph

134929 commits

Author SHA1 Message Date
smb
53f72195ad Update to 2.6.8. Apparently fixed some compilation issues (presumably
due to GCC 4), though those aren't mentioned in the upstream change log.

Other changes:

2007-06-09  gettextize  <bug-gnu-gettext@gnu.org>

        * m4/gettext.m4: New file, from gettext-0.16.1.
        * m4/iconv.m4: New file, from gettext-0.16.1.
        * m4/lib-ld.m4: New file, from gettext-0.16.1.
        * m4/lib-link.m4: New file, from gettext-0.16.1.
        * m4/lib-prefix.m4: New file, from gettext-0.16.1.
        * m4/nls.m4: New file, from gettext-0.16.1.
        * m4/po.m4: New file, from gettext-0.16.1.
        * m4/progtest.m4: New file, from gettext-0.16.1.

2003-03-08 17:38  nmav

        * Makefile.am:

        Honor DESTDIR variable. Patch by Andrew W. Nosenko  <awn@bcs.zp.ua>

2003-03-08 17:29  nmav

        * src/mcrypt.c, NEWS:

        Made the algorithm and mode command line input case insensitive.

2003-03-08 17:08  nmav

        * doc/mcrypt.1:

        some corrections in the manpage by  Michael Mason
        <mgm@eskimoman.net>
2008-12-15 20:59:28 +00:00
drochner
87cdcb4bd8 remove a patch which I had only added to work around a missing file
in the tarball - the file was added in the last release
2008-12-15 20:11:04 +00:00
drochner
b17f753a52 add another Canon set lens to the table used to decode "maker notes"
(this one is arguably too poor to be used on a digital body, but anyway)
2008-12-15 20:01:08 +00:00
drochner
84dbf5e5ee calculate the weekday displayed in metadata in a portable way,
so that it shows the correct one on NetBSD
bump PKGREVISION
2008-12-15 19:56:25 +00:00
is
75c4551413 1.0.27nb2 builds on Solaris (and possibly other platforms), too! 2008-12-15 16:33:24 +00:00
roy
859756df61 An implementation of the Proxy ARP Daemon specified in RFC1027. 2008-12-15 15:55:42 +00:00
tron
426e6a36a0 Note update of "gmplayer", "mplayer" and "mencoder" packages. 2008-12-15 15:39:39 +00:00
tron
b44f83d476 Add security patch from MPlayer SVN repository to fix a buffer overflow
in the TwinVQ media file decoder.
2008-12-15 15:37:58 +00:00
is
e4c56b0f59 Make this compile and run on non-NetBSD; tested (as client) on Solaris 10
in addition to NetBSD.
2008-12-15 15:37:56 +00:00
gdt
93c2fed2cc Restore a fixed version of patch-ah. While -R was in the string, it
was there because guile was built against gmp etc. from /usr/pkg, not
present to let programs find -lguile.  Therefore, add in rpath for
$(libdir) when we add in -L for libdir.

This looks ok to me, but I will be away AFK most of the day, so feel
free to remove the line in distinfo and re-commit if this turns out to
be bad.
2008-12-15 15:26:47 +00:00
rillig
069677a7b2 gcc complains when an int is cast to a pointer of different size. To
avoid that warning, the ints are first cast to size_t, which is more
likely to match the size of a pointer. Unfortunately, the intptr_t and
uintptr_t types are marked optional in C99.
2008-12-15 15:06:43 +00:00
gdt
efb528fb82 Remove patch to add -Wl,-R to guile-config link. I had borked it when
merging to the new guile-config code, and it turns out not to be
necessary since there is some other mechanism to add rpath.  Arguably
it should still be added, as the later rpath might only be there for
dependencies.  (Plus, depending programs should use pkg-config
instead.)
2008-12-15 15:02:13 +00:00
rillig
f38678623c There is no mail/nail anymore. 2008-12-15 12:53:28 +00:00
rillig
03b5233b74 TOOLS_DEPENDS.* names a dependency, and all the directories that are
mentioned in it must actually contain a Makefile.
2008-12-15 12:47:31 +00:00
rillig
c448324760 Oops. 2008-12-15 12:28:49 +00:00
rillig
f854a0b905 Added a missing include. 2008-12-15 12:10:45 +00:00
martti
b00a33c4c0 Updated www/mediawiki to 1.13.3
This is a security release of MediaWiki 1.13.3. Some of the security issues
affect *all* versions of MediaWiki except the versions released today, so
all site administrators are encouraged to upgrade.

http://lists.wikimedia.org/pipermail/mediawiki-announce/2008-December/000080.html
2008-12-15 11:54:34 +00:00
obache
b02f17b84b Note update of TokyoCabinet and related packages. 2008-12-15 11:19:25 +00:00
obache
2e8646e87d Bump PKGREVISION for tokyocabinet shlib revbump. 2008-12-15 11:18:41 +00:00
rillig
9bbf8ebe00 Added two patches so that this package passes gcc with the option
-Werror=int-to-pointer-cast.
2008-12-15 11:17:47 +00:00
obache
99e47f2630 Update ruby-tokyocabinet to 1.18, for tokyocabinet-1.3.24. 2008-12-15 11:16:34 +00:00
obache
4f4ea5ffdb Update p5-tokyocabinet to 1.20, for tokyocabinet-1.3.24. 2008-12-15 11:16:01 +00:00
obache
fac5c1bb0b Update TokyoCabinet to 1.3.24.
Changes:
2008-12-08  Mikio Hirabayashi

	* tcutil.c (tcmdbforeach, tcmdbforeachimpl): new functions.

	* tcutil.c (tcndbforeach, tcndbforeachimpl): new functions.

	* tcutil.c (tctreenew2, tcndbnew2): type of the comparison function was modified.

	* tcutil.c (tcstrdist, tcstrdistutf): maximum memory usage was limited.

	* tchdb.c (tchdbforeach, tchdbforeachimpl): new functions.

	* tchdb.c (tchdboptimizeimpl): performance was improved.

	* tcbdb.c (tcbdbforeach, tcbdbforeachimpl): new functions.

	* tcbdb.c (tcbdbsetcmpfunc): BDBCMP was changed to TCCMP.

	* tcbdb.c (tcbdbcmplexical, tcbdbcmpdecimal, tcbdbcmpint32, tcbdbcmpint64): removed.

	* tcfdb.c (tcfdbforeach, tcfdbforeachimpl): new functions.

	* tcadb.c (tcadbomode, tcadbreveal): new functions.

	- Release: 1.3.24
2008-12-15 11:15:05 +00:00
rillig
9a009cf3a3 Made the code shorter.
The info messages can be omitted. At least for ELF binaries, the code is
sufficiently stable.
2008-12-15 11:03:49 +00:00
obache
6f8cd07b1f Fixes typo, able to detect builtin libiconv again. 2008-12-15 10:58:53 +00:00
hasso
15822a63a8 Needs msgfmt. 2008-12-15 10:43:13 +00:00
tron
33c40ca014 Note update of the "phpmyadmin" package to version 2.11.9.4. 2008-12-15 09:12:08 +00:00
tron
8c482e9764 Update "phpmyadmin" package to version 2.11.9.4. Changes since 2.11.9.3:
- [security] possible XSRF on several pages
2008-12-15 09:11:49 +00:00
martin
49c6c76b04 backout previous - the tests need tcl and the proper test target
already is provided by sqlite3-tcl
2008-12-15 09:06:11 +00:00
martin
4077315b6b add the test target 2008-12-15 09:03:26 +00:00
taca
beb4f88cfa Remove extra debug codes which noted by Ryo HAYASAKA as PR pkg/40175. 2008-12-15 09:01:30 +00:00
taca
2db5a8d706 Note update of these packages:
www/typolight			2.6.3nb1
	www/typolight-translations	20081214

And missing www/typolight-example package's updates.
2008-12-15 03:09:06 +00:00
taca
36c06b3817 Update typolight-translations package to 20081214.
- Update French, Japanese, Dutch, Albanian, Swedish translation to support
  TYPOlight 2.6.3.
2008-12-15 03:05:37 +00:00
taca
8ee6f7948d Fix DEINSTALL script not to display such useless messages.
rmdir: /usr/pkg/share/httpd/typolight/system/config: Directory not empty
rmdir: /usr/pkg/share/httpd/typolight/system: Directory not empty

Bump PKGREVISION.
2008-12-15 03:05:11 +00:00
minskim
da4f3a8f93 Add silgraphite-xft. 2008-12-15 00:47:08 +00:00
minskim
708e5a7182 Import silgraphite-xft-2.3 as graphics/silgraphite-xft.
Graphite is a smart font engine that basically takes a unicode string
and font formatting information (features, size, etc.) and returns a
set of positioned glyphs.  In reality, Graphite does more than this in
that it handles cursor tracking and interaction with the rendering
engine for string selection, etc.

This package is a wrapper for Xft.
2008-12-15 00:44:52 +00:00
hasso
78a327e028 Needs msgfmt. 2008-12-14 20:52:04 +00:00
adam
2baefa7706 Updated freeciv to 2.1.8 2008-12-14 19:36:49 +00:00
hasso
b2f9474c58 Fix PLIST. 2008-12-14 19:27:48 +00:00
hasso
d019995a9f Needs msgfmt. 2008-12-14 19:21:01 +00:00
adam
18f4e948b3 Changes 2.1.8:
* Fix buffer overrun by create_md5sum().
* Make aifill player removal recursion safe.
* Send connection info when cmdlevel is changed.
* Send information about lost connections not attached to players.
* Fix longstanding connection freezing bug.
* Updated German, Korean, Catalan translations.
2008-12-14 19:20:54 +00:00
hasso
ba290d2a52 Needs msgfmt. 2008-12-14 19:06:38 +00:00
rillig
41f53c4dd5 Changed one of the explanations to be more permissive. Fixed a
grammatical mistake in the same sentence.
2008-12-14 18:46:58 +00:00
rillig
2550b3c6a3 Fixed the version comparison in the AG_GST_BISON_CHECK macro. 2008-12-14 18:34:45 +00:00
jdolecek
3bff7bb640 hand over maintenance to pkgsrc-users, I no longer actively use this package
and can't keep it up
2008-12-14 18:22:10 +00:00
ahoka
72887aa9ac ghostscript-esp -> ghostscript
ghostscript-esp is now obsolete and ghostscript has cups support.

Patch from Leonardo Taccari by private mail.
2008-12-14 17:17:55 +00:00
gdt
dddc53b7b5 Updated print/gutenprint51-lib to 5.2.1 2008-12-14 17:00:30 +00:00
gdt
8d6c51bd89 Update to 5.2.2.
Welcome to Gutenprint 5.2.2, a stable release of Gutenprint 5.2.  This
  release has minor bug fixes over 5.2.1.  Please read these release
  notes carefully.
2008-12-14 17:00:00 +00:00
jmcneill
49a9b9816d Add /usr/lib${LIBABISUFFIX} to the search path 2008-12-14 16:34:24 +00:00
wiz
c3761918f8 Add buildlink3.mk file. 2008-12-14 16:19:40 +00:00