pkgsrcv2.git
13 years agoPullup ticket #3162 - requested by obache
tron [Mon, 12 Jul 2010 12:39:51 +0000 (12:39 +0000)]
Pullup ticket #3162 - requested by obache
editors/mule: bug fix patch
inputmethod/ja-freewnn-lib: bug fix patch
inputmethod/kinput2: bug fix patch

Revisions pulled up:
- editors/mule/Makefile 1.44
- editors/mule/distinfo 1.8
- editors/mule/patches/patch-cj 1.1
- inputmethod/ja-freewnn-lib/Makefile 1.10
- inputmethod/ja-freewnn-lib/buildlink3.mk 1.8
- inputmethod/ja-freewnn-lib/distinfo 1.10
- inputmethod/ja-freewnn-lib/patches/patch-ag 1.6
- inputmethod/ja-freewnn-server-bin/Makefile 1.17
- inputmethod/kinput2/Makefile 1.20
---
Module Name: pkgsrc
Committed By: obache
Date: Sun Jul 11 02:53:25 UTC 2010

Modified Files:
pkgsrc/inputmethod/ja-freewnn-lib: Makefile buildlink3.mk distinfo
pkgsrc/inputmethod/ja-freewnn-lib/patches: patch-ag

Log Message:
Fixes memory corruption, PR#43586.

Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: obache
Date: Sun Jul 11 02:56:35 UTC 2010

Modified Files:
pkgsrc/inputmethod/ja-freewnn-server-bin: Makefile

Log Message:
Bump PKGREVISION to force rebuild with fixed ja-FreeWnn-lib,
or wnnkill dumped core.
---
Module Name: pkgsrc
Committed By: obache
Date: Sun Jul 11 02:58:16 UTC 2010

Modified Files:
pkgsrc/inputmethod/kinput2: Makefile

Log Message:
Bump PKGREVISION to force rebuild with fixed ja-FreeWnn-lib, or dumped core.
---
odule Name: pkgsrc
Committed By: obache
Date: Sun Jul 11 03:00:33 UTC 2010

Modified Files:
pkgsrc/editors/mule: Makefile distinfo
Added Files:
pkgsrc/editors/mule/patches: patch-cj

Log Message:
* add patch-cj to fix build failure
* add user-destdir installation support.
* Bump PKGREVISION to force rebuild with fixed ja-FreeWnn-lib.

13 years agoPullup ticket #3160.
tron [Sat, 10 Jul 2010 12:08:06 +0000 (12:08 +0000)]
Pullup ticket #3160.

13 years agoPullup ticket #3160 - requested by obache
tron [Sat, 10 Jul 2010 12:07:35 +0000 (12:07 +0000)]
Pullup ticket #3160 - requested by obache
www/py-moin: security update

Revisions pulled up:
- www/py-moin/Makefile 1.14
- www/py-moin/PLIST 1.7
- www/py-moin/distinfo 1.6
---
Module Name: pkgsrc
Committed By: obache
Date: Fri Jul  9 11:38:36 UTC 2010

Modified Files:
pkgsrc/www/py-moin: Makefile PLIST distinfo

Log Message:
Update py-moin to 1.9.3.
PR#43524 by Wen Heping.

Known main issues:

   * The GUI WYSIWYG editor has still some issues and limitations.
     If you can't live with those, you can simply switch it off by using:
     editor_force = True
     editor_default = 'text'  # internal default, just for completeness

Version 1.9.3:
   Fixes:
   * Fix XSS in Despam action (CVE-2010-0828).
   * Fix XSS issues (see MoinMoinBugs/1.9.2UnescapedInputForThemeAddMsg):
     * by escaping template name in messages
     * by fixing other places that had similar issues
   * Make moin compatible to werkzeug 0.5 .. 0.6.2 (1.9.2 had issues
     with xmlrpc when used with werkzeug 0.6.x).
   * MoinMoin.util.filesys: disable usage of dircache, deprecate dc* functions,
     because the dircache stdlib module can't work correctly for fast updates of
     directories.
   * rss_rc and sisterpages actions: fix Content-Type header (mimetype)
   * Fix associating OpenID identity with user, wasn't adapted to werkzeug yet.
   * openidrp auth: fix undefined _ (gettext)
   * Fix auth.cas and userprefs.oidserv request object usage.
   * highlight parser: fixed MoinMoinBugs/LineNumberSpansForProcessInstructionsMissed
   * Pygments syntax highlighting: add missing code files
   * Notifications: use same email subject format for every notification
   * Fix docbook formatter crashing, see MoinMoinPatch/IncludeMacroWithDocBookFormatter
   * Fix regex content search for xapian search.
   * Get rid of the empty line at the end of code highlights.
   * GUI editor: compute editor height like the text editor does.
   * Added help texts for: standalone server and moin migration.
   * script.maint.cleancache: clean also i18n cache files
   * Improved formatter.text_plain, see FeatureRequests/TextPlainFormatterRewrite
     (fixes many issues of this formatter).
   * text_html_text_moin_wiki: fixed index error for width="", see also:
     MoinMoinBugs/GUI_convertor_list_index_out_of_range
   * xmlrpc: disable editor backup for putPage, renamePage and revertPage
     because if pages get uploaded by xmlrpc then the draft cache file can
     rapidly increase in size, causing high memory usage because it needs to
     get loaded into memory for updating/processing.
   * Emit Content-Type header (with charset) for SlideShow action and many other
     actions that just call send_title().
   * ActionBase: better compatibility to moin 1.8, use request.values by
     default, optionally use request.form data only

   New features:
   * RenamePage action: added ability to create redirect pages when renaming
     (turned off by default, see show_rename_redirect config option).
   * formatter/text_html: Added line number links to code blocks.
   * diff action:
     * Fixed whitespace in generated (html) diff view table so white-space: pre
       can be used (and whitespace in diffs preserved).
     * Added links to first/last revision.
   * MoinMoin.widget.browser: introduced feature for sorting tables, see:
     http://moinmo.in/FeatureRequests/SortableTables
   * SystemAdmin user and attachment browsers: sorting feature used there now
   * Scrolling the text editor to the double clicked line.
   * Enable double-click-editing by default.
   * WikiConfigHelp macro: make heading and description display optional,
     heading level as a parameter (default 2)
   * If edit ticket check fails, send the editor with the current content.
   * moin import wikipage - use this script to import local files as a wiki page

   Other changes:
   * upgraded pygments from 1.2.2 to 1.3.1
   * upgraded FCKeditor from 2.6.4.1 to 2.6.6
   * added configuration snippet for ldap authentication against 2 servers
   * improved script help output

13 years agoPullup ticket #3156.
tron [Tue, 6 Jul 2010 14:07:03 +0000 (14:07 +0000)]
Pullup ticket #3156.

13 years agoPullup ticket #3156 - requested by obache
tron [Tue, 6 Jul 2010 14:06:24 +0000 (14:06 +0000)]
Pullup ticket #3156 - requested by obache
emulators/tme: build fix

Revision pulled up:
- emulators/tme/Makefile 1.20-1.21
- emulators/tme/PLIST 1.7
---
Module Name: pkgsrc
Committed By: obache
Date: Mon Jul  5 10:20:38 UTC 2010

Modified Files:
pkgsrc/emulators/tme: Makefile PLIST

Log Message:
Fixes PLIST (remove redundant libraries, add an library).
PR#43572 by Ryo ONODERA.

Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: obache
Date: Mon Jul  5 11:20:34 UTC 2010

Modified Files:
pkgsrc/emulators/tme: Makefile

Log Message:
Need pkg-config to detect gtk2.

13 years agoPullup ticket #3155.
tron [Mon, 5 Jul 2010 08:59:48 +0000 (08:59 +0000)]
Pullup ticket #3155.

13 years agoPullup ticket #3155 - requested by taca
tron [Mon, 5 Jul 2010 08:59:29 +0000 (08:59 +0000)]
Pullup ticket #3155 - requested by taca
databases/mysql51-client: security update
databases/mysql51-server: security update

Revisions pulled up:
- databases/mysql51-client/Makefile.common 1.9
- databases/mysql51-client/distinfo 1.5
- databases/mysql51-server/PLIST 1.6
- databases/mysql51-server/distinfo 1.7
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Jul  5 03:15:04 UTC 2010

Modified Files:
pkgsrc/databases/mysql51-client: Makefile.common distinfo
pkgsrc/databases/mysql51-server: PLIST distinfo

Log Message:
Update mysql51-{client,server} package to 5.1.48.

Secunia Advisory SA40333 (http://secunia.com/advisories/40333/) reports
that this release fixes DoS problem and it refers:

http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html
http://bugs.mysql.com/bug.php?id=53804

But news-5-1-48.html dosen't contains about bug id 53804...

Anyway, please refer http://dev.mysql.com/doc/refman/5.1/en/news-5-1-48.html
for full changes.

13 years agoPullup ticket #3154.
tron [Sun, 4 Jul 2010 20:11:54 +0000 (20:11 +0000)]
Pullup ticket #3154.

13 years agoPullup ticket #3154 - requested by wiz
tron [Sun, 4 Jul 2010 20:11:31 +0000 (20:11 +0000)]
Pullup ticket #3154 - requested by wiz
multimedia/vlc: portability fix

Revisions pulled up:
- multimedia/vlc/distinfo 1.38
- multimedia/vlc/patches/patch-aa 1.13
---
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jul  3 14:24:26 UTC 2010

Modified Files:
pkgsrc/multimedia/vlc: distinfo
pkgsrc/multimedia/vlc/patches: patch-aa

Log Message:
Address PR 43086 and PR 43545 based on obache's patch in the former.
(build fix for Linux, so no PKGREVISION bump)

13 years agoPullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branching
agc [Sun, 4 Jul 2010 07:31:14 +0000 (07:31 +0000)]
Pullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branching
error, and to sync with reality.

13 years agoPullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branching
agc [Sun, 4 Jul 2010 07:06:23 +0000 (07:06 +0000)]
Pullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branching
error, and to sync with reality.

13 years agoAdd the file to document changes made to the pkgsrc-2010Q2 branch.
agc [Fri, 2 Jul 2010 21:52:49 +0000 (21:52 +0000)]
Add the file to document changes made to the pkgsrc-2010Q2 branch.

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 26 Jun 2010 00:59:35 +0000 (00:59 +0000)]
Add files from parent branch HEAD:
net/quagga-devel/Makefile
net/quagga/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 26 Jun 2010 00:39:59 +0000 (00:39 +0000)]
Add files from parent branch HEAD:
x11/lbxproxy/Makefile
x11/liblbxutil/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 23:16:27 +0000 (23:16 +0000)]
Add files from parent branch HEAD:
shells/perlsh/Makefile
shells/perlsh/distinfo
shells/perlsh/patches/patch-ab

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 22:47:50 +0000 (22:47 +0000)]
Add files from parent branch HEAD:
games/tuxmath/Makefile
games/tuxmath/distinfo
games/tuxmath/patches/patch-aa

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 22:38:40 +0000 (22:38 +0000)]
Add files from parent branch HEAD:
games/tanked/Makefile
games/tanked/distinfo
games/tanked/patches/patch-aa

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 22:15:44 +0000 (22:15 +0000)]
Add files from parent branch HEAD:
doc/CHANGES-2010
doc/TODO

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 22:15:35 +0000 (22:15 +0000)]
Add files from parent branch HEAD:
fonts/umefont-ttf/Makefile
fonts/umefont-ttf/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 22:12:31 +0000 (22:12 +0000)]
Add files from parent branch HEAD:
games/moria/Makefile
games/moria/PLIST
games/moria/distinfo
games/moria/patches/patch-aa
games/moria/patches/patch-al

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 22:11:10 +0000 (22:11 +0000)]
Add files from parent branch HEAD:
security/gpgme/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 22:06:47 +0000 (22:06 +0000)]
Add files from parent branch HEAD:
databases/iodbc/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 22:05:53 +0000 (22:05 +0000)]
Add files from parent branch HEAD:
multimedia/xine-lib/PLIST.Linux

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 22:05:05 +0000 (22:05 +0000)]
Add files from parent branch HEAD:
graphics/gnome-icon-theme/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 21:56:46 +0000 (21:56 +0000)]
Add files from parent branch HEAD:
net/isc-dhclient4/Makefile
net/isc-dhcp4/Makefile
net/isc-dhcp4/Makefile.common
net/isc-dhcpd4/Makefile
net/isc-dhcrelay4/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 21:40:32 +0000 (21:40 +0000)]
Add files from parent branch HEAD:
net/maradns/Makefile
net/maradns/PLIST

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 21:38:44 +0000 (21:38 +0000)]
Add files from parent branch HEAD:
chat/inspircd12/Makefile
chat/inspircd12/distinfo
chat/inspircd12/patches/patch-ab

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 21:11:42 +0000 (21:11 +0000)]
Add files from parent branch HEAD:
chat/aim/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 21:05:57 +0000 (21:05 +0000)]
Add files from parent branch HEAD:
cad/spice/Makefile
cad/spice/distinfo
cad/spice/patches/patch-ag

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 20:29:51 +0000 (20:29 +0000)]
Add files from parent branch HEAD:
audio/xmcd/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 20:21:47 +0000 (20:21 +0000)]
Add files from parent branch HEAD:
audio/xmms-wma/Makefile
audio/xmms-wma/distinfo
audio/xmms-wma/patches/patch-ad

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 13:43:22 +0000 (13:43 +0000)]
Add files from parent branch HEAD:
lang/sbcl/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 13:02:14 +0000 (13:02 +0000)]
Add files from parent branch HEAD:
www/py-blosxom/DESCR
www/py-blosxom/Makefile
www/py-blosxom/PLIST
www/py-blosxom/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 12:59:47 +0000 (12:59 +0000)]
Add files from parent branch HEAD:
www/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 09:58:51 +0000 (09:58 +0000)]
Add files from parent branch HEAD:
cross/mingw-binutils/distinfo
cross/mingw-binutils/patches/patch-ab

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 09:54:41 +0000 (09:54 +0000)]
Add files from parent branch HEAD:
textproc/php-xsl/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 08:58:38 +0000 (08:58 +0000)]
Add files from parent branch HEAD:
chat/anope/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 08:30:23 +0000 (08:30 +0000)]
Add files from parent branch HEAD:
chat/amsn/Makefile
chat/amsn/PLIST
chat/amsn/PLIST.DragonFly
chat/amsn/PLIST.FreeBSD
chat/amsn/PLIST.Linux
chat/amsn/PLIST.NetBSD
chat/amsn/PLIST.OpenBSD
chat/amsn/PLIST.SunOS

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 07:34:26 +0000 (07:34 +0000)]
Add files from parent branch HEAD:
www/seamonkey/Makefile
www/seamonkey/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 06:28:09 +0000 (06:28 +0000)]
Add files from parent branch HEAD:
security/tcl-tls/Makefile
security/tcl-tls/distinfo
security/tcl-tls/patches/patch-ab

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 06:01:57 +0000 (06:01 +0000)]
Add files from parent branch HEAD:
audio/padevchooser/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 25 Jun 2010 05:17:36 +0000 (05:17 +0000)]
Add files from parent branch HEAD:
textproc/p5-XML-AutoWriter/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 24 Jun 2010 22:51:00 +0000 (22:51 +0000)]
Add files from parent branch HEAD:
net/fetch/files/configure
net/fetch/files/configure.ac

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 24 Jun 2010 22:19:24 +0000 (22:19 +0000)]
Add files from parent branch HEAD:
editors/emacs22/distinfo
editors/emacs22/patches/patch-af

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 24 Jun 2010 20:06:28 +0000 (20:06 +0000)]
Add files from parent branch HEAD:
cross/mingw-binutils/Makefile
cross/mingw-binutils/PLIST

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 24 Jun 2010 18:36:13 +0000 (18:36 +0000)]
Add files from parent branch HEAD:
graphics/plotutils-nox11/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 24 Jun 2010 18:01:38 +0000 (18:01 +0000)]
Add files from parent branch HEAD:
mail/thunderbird/Makefile
mail/thunderbird/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 24 Jun 2010 12:37:09 +0000 (12:37 +0000)]
Add files from parent branch HEAD:
geography/viking/Makefile
geography/viking/PLIST
geography/viking/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 24 Jun 2010 12:20:38 +0000 (12:20 +0000)]
Add files from parent branch HEAD:
devel/xulrunner/PLIST
devel/xulrunner/dist.mk
devel/xulrunner/distinfo
devel/xulrunner/mozilla-common.mk
devel/xulrunner/patches/patch-aj
www/firefox/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 24 Jun 2010 07:51:37 +0000 (07:51 +0000)]
Add files from parent branch HEAD:
www/squid/options.mk

13 years agoAdd files from parent branch HEAD:
branch-fixup [Wed, 23 Jun 2010 23:52:12 +0000 (23:52 +0000)]
Add files from parent branch HEAD:
www/ikiwiki/Makefile
www/ikiwiki/PLIST
www/ikiwiki/distinfo
www/ikiwiki/patches/patch-aa

13 years agoAdd files from parent branch HEAD:
branch-fixup [Wed, 23 Jun 2010 21:48:14 +0000 (21:48 +0000)]
Add files from parent branch HEAD:
devel/monotone-server/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Wed, 23 Jun 2010 12:52:43 +0000 (12:52 +0000)]
Add files from parent branch HEAD:
editors/joe/Makefile
editors/joe/PLIST
editors/joe/distinfo
editors/joe/patches/patch-aa
editors/joe/patches/patch-ab

13 years agoAdd files from parent branch HEAD:
branch-fixup [Wed, 23 Jun 2010 03:02:37 +0000 (03:02 +0000)]
Add files from parent branch HEAD:
graphics/gd/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Tue, 22 Jun 2010 05:24:59 +0000 (05:24 +0000)]
Add files from parent branch HEAD:
www/bozohttpd/Makefile
www/bozohttpd/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Mon, 21 Jun 2010 14:49:00 +0000 (14:49 +0000)]
Add files from parent branch HEAD:
devel/ncurses/Makefile
devel/ncurses/Makefile.common
devel/ncurses/PLIST
devel/ncursesw/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Mon, 21 Jun 2010 12:12:46 +0000 (12:12 +0000)]
Add files from parent branch HEAD:
www/squid31/PLIST

13 years agoAdd files from parent branch HEAD:
branch-fixup [Mon, 21 Jun 2010 11:17:21 +0000 (11:17 +0000)]
Add files from parent branch HEAD:
mk/tools/tools.Haiku.mk

13 years agoAdd files from parent branch HEAD:
branch-fixup [Mon, 21 Jun 2010 07:53:14 +0000 (07:53 +0000)]
Add files from parent branch HEAD:
games/freeciv-client/Makefile
games/freeciv-client/PLIST
games/freeciv-server/Makefile
games/freeciv-server/PLIST
games/freeciv-share/Makefile
games/freeciv-share/Makefile.common
games/freeciv-share/PLIST
games/freeciv-share/distinfo
games/freeciv-share/patches/patch-aa
games/freeciv-share/patches/patch-ab
games/freeciv-share/patches/patch-ac

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 22:20:18 +0000 (22:20 +0000)]
Add files from parent branch HEAD:
cross/avr-gcc/distinfo
cross/avr-gcc/patches/patch-ac

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 19:29:50 +0000 (19:29 +0000)]
Add files from parent branch HEAD:
pkgtools/revbump/Makefile
pkgtools/revbump/files/revbump.1

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 19:05:11 +0000 (19:05 +0000)]
Add files from parent branch HEAD:
graphics/povray/distinfo
graphics/povray/patches/patch-af

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 16:46:24 +0000 (16:46 +0000)]
Add files from parent branch HEAD:
misc/koffice/distinfo
misc/koffice/patches/patch-aa

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 16:23:56 +0000 (16:23 +0000)]
Add files from parent branch HEAD:
cross/avr-binutils/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 15:58:06 +0000 (15:58 +0000)]
Add files from parent branch HEAD:
multimedia/vlc/distinfo
multimedia/vlc/patches/patch-aa
multimedia/vlc/patches/patch-ab
multimedia/vlc/patches/patch-configure
multimedia/vlc/patches/patch-v4l2

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 15:05:43 +0000 (15:05 +0000)]
Add files from parent branch HEAD:
misc/celestia/distinfo
misc/celestia/patches/patch-ap

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 14:02:03 +0000 (14:02 +0000)]
Add files from parent branch HEAD:
graphics/gimp/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 14:01:59 +0000 (14:01 +0000)]
Add files from parent branch HEAD:
graphics/gimp/distinfo
graphics/gimp/patches/patch-ab
graphics/gimp/patches/patch-ad

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 11:06:03 +0000 (11:06 +0000)]
Add files from parent branch HEAD:
sysutils/915resolution/Makefile
sysutils/915resolution/distinfo
sysutils/915resolution/patches/patch-aa

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 09:55:52 +0000 (09:55 +0000)]
Add files from parent branch HEAD:
mail/dovecot/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 09:54:48 +0000 (09:54 +0000)]
Add files from parent branch HEAD:
mail/dovecot/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 09:39:26 +0000 (09:39 +0000)]
Add files from parent branch HEAD:
textproc/sub2srt/Makefile
textproc/sub2srt/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sun, 20 Jun 2010 04:05:39 +0000 (04:05 +0000)]
Add files from parent branch HEAD:
mk/platform/Haiku.mk

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 19 Jun 2010 21:09:11 +0000 (21:09 +0000)]
Add files from parent branch HEAD:
www/mini_httpd/distinfo
www/mini_httpd/patches/patch-ad

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 19 Jun 2010 14:47:36 +0000 (14:47 +0000)]
Add files from parent branch HEAD:
doc/CHANGES-2009

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 19 Jun 2010 14:33:27 +0000 (14:33 +0000)]
Add files from parent branch HEAD:
www/ap-mono/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 19 Jun 2010 14:21:57 +0000 (14:21 +0000)]
Add files from parent branch HEAD:
security/opendnssec/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 19 Jun 2010 14:08:56 +0000 (14:08 +0000)]
Add files from parent branch HEAD:
net/samba/Makefile
net/samba/Makefile.mirrors
net/samba/distinfo
net/samba/patches/patch-ee

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 19 Jun 2010 13:59:52 +0000 (13:59 +0000)]
Add files from parent branch HEAD:
emulators/simh/Makefile
emulators/simh/PLIST

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 19 Jun 2010 13:57:47 +0000 (13:57 +0000)]
Add files from parent branch HEAD:
sysutils/gvfs/Makefile
sysutils/gvfs/PLIST
sysutils/gvfs/distinfo
sysutils/gvfs/patches/patch-aa

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 19 Jun 2010 13:36:13 +0000 (13:36 +0000)]
Add files from parent branch HEAD:
print/img2eps/distinfo
print/img2eps/patches/patch-ab

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 19 Jun 2010 13:32:06 +0000 (13:32 +0000)]
Add files from parent branch HEAD:
games/powder/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 19 Jun 2010 13:29:24 +0000 (13:29 +0000)]
Add files from parent branch HEAD:
comms/pilot-link/distinfo
comms/pilot-link/patches/patch-ad
comms/pilot-link/patches/patch-ae
comms/pilot-link/patches/patch-ag
comms/pilot-link/patches/patch-ah

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 19 Jun 2010 13:00:28 +0000 (13:00 +0000)]
Add files from parent branch HEAD:
www/apache-tomcat6/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 19 Jun 2010 12:45:37 +0000 (12:45 +0000)]
Add files from parent branch HEAD:
news/inn/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 19 Jun 2010 12:18:51 +0000 (12:18 +0000)]
Add files from parent branch HEAD:
comms/fidogate/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 19 Jun 2010 12:09:07 +0000 (12:09 +0000)]
Add files from parent branch HEAD:
cad/py-simpy/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 19 Jun 2010 11:39:55 +0000 (11:39 +0000)]
Add files from parent branch HEAD:
devel/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Sat, 19 Jun 2010 11:33:46 +0000 (11:33 +0000)]
Add files from parent branch HEAD:
devel/scons/Makefile
devel/scons/PLIST
devel/scons/distinfo
devel/scons/patches/patch-aa

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 18 Jun 2010 10:12:05 +0000 (10:12 +0000)]
Add files from parent branch HEAD:
textproc/tokyodystopia/Makefile
textproc/tokyodystopia/PLIST
textproc/tokyodystopia/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 18 Jun 2010 10:06:17 +0000 (10:06 +0000)]
Add files from parent branch HEAD:
databases/lua-tokyocabinet/Makefile
databases/lua-tokyocabinet/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 18 Jun 2010 10:01:28 +0000 (10:01 +0000)]
Add files from parent branch HEAD:
databases/java-tokyocabinet/Makefile
databases/java-tokyocabinet/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 18 Jun 2010 09:55:01 +0000 (09:55 +0000)]
Add files from parent branch HEAD:
databases/ruby-tokyocabinet/Makefile
databases/ruby-tokyocabinet/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 18 Jun 2010 09:44:01 +0000 (09:44 +0000)]
Add files from parent branch HEAD:
databases/tokyocabinet/Makefile
databases/tokyocabinet/PLIST
databases/tokyocabinet/distinfo

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 18 Jun 2010 09:16:08 +0000 (09:16 +0000)]
Add files from parent branch HEAD:
graphics/rabbit/Makefile
graphics/rabbit/distinfo
graphics/rabbit/patches/patch-ae

13 years agoAdd files from parent branch HEAD:
branch-fixup [Fri, 18 Jun 2010 01:53:47 +0000 (01:53 +0000)]
Add files from parent branch HEAD:
math/gcalctool/distinfo
math/gcalctool/patches/patch-aa

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 17 Jun 2010 18:09:40 +0000 (18:09 +0000)]
Add files from parent branch HEAD:
mk/dlopen.builtin.mk

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 17 Jun 2010 13:45:36 +0000 (13:45 +0000)]
Add files from parent branch HEAD:
databases/sqlite3/Makefile

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 17 Jun 2010 09:26:16 +0000 (09:26 +0000)]
Add files from parent branch HEAD:
biology/gromacs/distinfo
biology/gromacs/patches/patch-ae
biology/gromacs/patches/patch-af
biology/gromacs/patches/patch-ag
biology/gromacs/patches/patch-ah
biology/gromacs/patches/patch-ai
biology/gromacs/patches/patch-aj

13 years agoAdd files from parent branch HEAD:
branch-fixup [Thu, 17 Jun 2010 07:45:59 +0000 (07:45 +0000)]
Add files from parent branch HEAD:
math/gcalctool/Makefile