Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (4h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 00:09:21 UTC Now

2011-04-01 13:55:00 UTC MAIN commitmail json YAML

Note update of monotone and monotone-server to 1.0 and removal of monotone-el.
OKed during the freeze by wiz@.

(jmmv)

2011-04-01 13:53:59 UTC MAIN commitmail json YAML

Remove the monotone-el package: the .el file it was installing has been
deprecated in monotone-1.0 because it does not work with recent versions
of monotone.

(jmmv)

2011-04-01 13:52:35 UTC MAIN commitmail json YAML

Update to 1.0: depend on monotone-1.0.

(jmmv)

2011-04-01 13:51:54 UTC MAIN commitmail json YAML

Update to 1.0; oked by wiz@:

Changes

- The database scheme was changed; please execute 'mtn db migrate'
  on all your local and remote databases.

- In 'mtn conflicts resolve_first interactive', the result
  file name now defaults to _MTN/resolutions/<left_path>.
  (fixes monotone issue 103)

- The French monotone translation has been updated and is
  now part of the main distribution again. Many thanks to
  Steve Petruzzello <dlist@bluewin.ch> for the outstanding
  work!

- get_netsync_(read|write)_permitted have been extended to not
  only read the files read-permissions and write-permissions,
  but also the files in the subdirectories read-permissions.d
  and write-permissions.d.

- monotone now also tracks the workspaces of databases which
  do not reside in a "managed" location.

- automate now resets the locale to "POSIX" internally.  This
  means that all scripts can expect the same untranslated
  messages from mtn automate, regardless of the locale of the
  calling process.

- The hook 'get_netsync_key' has been split up into two separate
  hooks, one for client usage ('get_netsync_client_key', with
  the same arguments as the original 'get_netsync_key') and one
  for server usage ('get_netsync_server_key', with a single table
  argument containing all the given '--bind' options).  Please
  review your custom hooks accordingly.

- Short options ('-b', '-d', ...) are no longer completed.  This
  fixes an invariant failure originating from wrong option usage.
  (closes monotone issue 141)

New Features

- 'mtn conflicts store' now outputs a count of the conflicts,
  and the name of the conflicts file.
  (fixes monotone issue 108)

- New 'mtn list workspaces' command which outputs all the
  known workspaces for a specific database.
  (closes monotone issue 129)

Bugs fixed

- The internal line merger will actually preserve your line
  endings now, instead of changing everything to "\n".

- Improved the help and fixed the argument indexing in
  'conflicts resolve_first' (fixes monotone issue 101)

- A regression from 0.48 prevented monotone from ordering the
  diff output of individual files alphabetically.
  (fixes monotone issue 102)

- 'mtn privkey' did not recognize private keys solely available
  in the key store. This has been fixed.

- Added compatibility with Botan 1.9.9 and newer.
  (fixes monotone issue 104)

- 'mtn pull' and 'mtn sync' would always say that your workspace
  has not been updated.  Now, it only does that when you used
  the '--update' option and there were no updates.
  (fixes monotone issue 106)

- 'mtn automate remote' and 'mtn automate remote_stdio' now use
  a given database given by an alias to read, store and validate
  a remote server's key fingerprint (fixes monotone issue 95)

- monotone gives a proper error message now if a netsync URI
  with the 'mtn' scheme misses the required host part
  (fixes monotone issue 110)

- Whenever a binary file was removed and one would try to get
  a diff using mtn diff, it would report that "/dev/null is
  binary".  This has been changed to it reports the actual
  name of the removed file instead.
  (fixes monotone issue 111)

- monotone no longer wrongly falls back on a :memory: database
  when no database option is given. It also prints out an
  informational message for commands like 'setup' and 'clone'
  that fall back on the configured default database, again,
  if no database is specified for these commands.
  (fixes monotone issue 113)

- If 'mtn serve' is called with one or more '--bind' options,
  then the arguments to these options can now be specified
  again as follows:

    '<ip-or-host>'
        to listen to IP or host on the default port
    '<ip-or-host>:<port>'
        to listen to IP or host on the specified port  - or
    ':<port>'
        to listen on all interfaces on the specified port

  (fixes monotone issue 119)

- monotone no longer enforces ".mtn" as file extension for
  managed databases.  A new Lua hook, get_default_database_glob(),
  is used instead to determine a pattern which matches
  accepted database filenames and this pattern by default
  accept files ending with both, ".mtn" and ".db".
  (fixes monotone issue 128)

- monotone now gives a proper error message when an incomplete
  or partial identifier contains non-hex digits.
  (fixes monotone issue 143)

- Performance of "mtn ls changed" has been improved and is now
  comparable to "mtn status". (fixes monotone issue 120)

Internal

- The source tree has been reorganized. Sources, tests and
  documentation now reside in specific directories and many
  smaller improvements in terms of source code cleanup,
  developer documentation and general build infrastructure
  accompany this big change.

Other

- Added a new directory extra/, which contains monotone hooks and
  related scripts that have been shown to work.  Most of these get
  installed, usually somewhere under $(prefix)/share/monotone.
  Please read extra/README for further information.

- Added the mtn-cleanup Perl script that returns a workspace to its
  pristine state with the minimum amount of change. This script is
  in the extra/bin directory.

(jmmv)

2011-04-01 13:12:33 UTC MAIN commitmail json YAML

Updated editors/joe to 3.7nb2

(wiz)

2011-04-01 13:12:25 UTC MAIN commitmail json YAML

Fix for crash with a segv if called as jmacs with more then
one file as an argument on the command line from upstream.

>From upstream via Jasper Wallace in PR 44808.

Bump PKGREVISION.
Set LICENSE (GNU GPL v1!)

(wiz)

2011-04-01 13:11:08 UTC MAIN commitmail json YAML

2011-04-01 13:09:39 UTC MAIN commitmail json YAML

2011-04-01 13:05:09 UTC MAIN commitmail json YAML

Change HOMEPAGE to available one.

(obache)

2011-04-01 13:00:32 UTC MAIN commitmail json YAML

2011-04-01 12:27:53 UTC MAIN commitmail json YAML

Updated security/xmlsec1 to 1.2.17

(wiz)

2011-04-01 12:27:45 UTC MAIN commitmail json YAML

Update to 1.2.17, for security reasons.

* Preparations for 1.2.17 release
* Fixed security issue with libxslt (CVE-2011-1425, reported by Nicolas Gregoire)
* Fixed pkcs12 file loading (based on patch from Andre de Souza Pinto)
* Fixed comments (based on patch from Wolfgang Woehl)
* Fixed extra quotes in configure (bug #631258)
* Fixed configure issue with empty --with-libxml/libxsl and config scripts in /bin directory
* Fixed gcrypt init/shutdown (patch from Roumen)

(wiz)

2011-04-01 11:44:10 UTC MAIN commitmail json YAML

Updated security/putty-devel to 0.60.20090906

(wiz)

2011-04-01 11:43:57 UTC MAIN commitmail json YAML

Fix PKGNAME to have "60" instead of "6", to avoid making it appear very
old and triggering a vulnerability match. Suggested by obache.

Reset PKGREVISION, since the version is newer than the old one.
Set LICENSE.

(wiz)

2011-04-01 11:40:43 UTC MAIN commitmail json YAML

Updated mail/mpop to 1.0.23

(wiz)

2011-04-01 11:40:34 UTC MAIN commitmail json YAML

Update to 1.0.23, fixing a security problem.

Version 1.0.23:
- No significant changes.

Version 1.0.22:
- A new command 'received_header' with a corresponding '--received-header'
  option allows to disable the default Received header if required.
- A new command 'passwordeval' with a corresponding '--passwordeval' option
  allows to set the password to the output of a command.

Version 1.0.21:
- No significant changes.

Version 1.0.20:
- Added support for authentication mechanism SCRAM-SHA-1 via GNU SASL.
- The new command tls_fingerprint allows one to trust one particular TLS
  certificate, in case tls_trust_file cannot be used for some reason.
- The new script mpop-gnome-tool.py manages Gnome Keyring passwords for mpop.

Version 1.0.19:
- When using OpenSSL, mpop now correctly handles NUL characters in the Common
  Name and Subject Alternative Name fields of certificates. This fixes a
  security problem. Note that mpop is not affected by this problem if GnuTLS is
  used.
- Mpop can now handle mail boxes larger than 2 GiB on 32bit systems. Previously,
  this only worked on 64bit systems.

Version 1.0.18:
- Delivery to MS Exchange pickup directories is now supported, thanks to Julien
  Larigaldie.

Version 1.0.17:
- No significant changes.

Version 1.0.16:
- Mpop now also reads SYSCONFDIR/netrc if the password was not found in
  ~/.netrc.
- Support for the GNOME keyring was added by Satoru SATOH.

Version 1.0.15:
- This version fixes two bad bugs that prevented mpop from correctly retrieving
  mails under certain cicumstances.

Version 1.0.14:
- The configuration command tls_crl_file was added. This allows to use
  certificate revocation lists (CRLs) during certificate verification.
- The configuration command tls_min_dh_prime_bits was added. This is needed to
  use TLS/SSL with servers that use a small Diffie-Hellman (DH) prime size.
- The configuration command tls_priorities was added. This allows to fine tune
  TLS/SSL session parameters.

Version 1.0.13:
- Support for the Mac OS X keychain was added by Jay Soffian.

(wiz)

2011-04-01 11:34:24 UTC MAIN commitmail json YAML

+ aria2-1.11.1, calibre-0.7.51, doxygen-1.7.4, efax-gtk-3.2.8,
  gcc-4.6.0, gdm-2.32.1 [GNOME 2.32], ghostscript-9.02, gnomeicu-0.99.16,
  highlight-3.4, lapack-3.3.0, monotone-1.0, netcdf-4.1.2,
  opendkim-2.3.1, pbzip2-1.1.3, pdfjam-2.08, phonon-4.5.0, png-1.5.2,
  poppler-0.16.4, qt4-qscintilla-2.5, seamonkey-2.0.13,
  youtube-dl-20110329.

(wiz)

2011-04-01 11:32:06 UTC MAIN commitmail json YAML

Updated graphics/blender to 2.49bnb6

(wiz)

2011-04-01 11:31:56 UTC MAIN commitmail json YAML

Fix CVE-2008-4863 using the Debian patch by James Vega.
Bump PKGREVISION.
Mark MAKE_JOBS_SAFE=no since installation fails with -j16.

(wiz)

2011-04-01 10:59:56 UTC MAIN commitmail json YAML

2011-04-01 09:12:04 UTC MAIN commitmail json YAML

2011-04-01 01:02:41 UTC MAIN commitmail json YAML

Support staged installation.

(asau)

2011-03-31 20:56:28 UTC MAIN commitmail json YAML

Support staged installation.

(asau)

2011-03-31 20:53:54 UTC MAIN commitmail json YAML

to prevent this in the future link to the changeset not to the tip.

(zafer)

2011-03-31 20:45:56 UTC MAIN commitmail json YAML

match wrksrcdir with changeset 13.

(zafer)

2011-03-31 20:35:17 UTC MAIN commitmail json YAML

update distinfo. closes pr 44790.

(zafer)

2011-03-31 20:21:34 UTC MAIN commitmail json YAML

2011-03-31 18:37:34 UTC MAIN commitmail json YAML

2011-03-31 18:30:32 UTC MAIN commitmail json YAML

The '#' character is kinda special to makefiles - re-work the comment field
so that we don't have any '#' chars in it.

Avoids the following:

% grep COMMENT Makefile
COMMENT=      Cryptographic store accessible through a PKCS#11 interface
% pkg_info softhsm
Information for softhsm-1.2.0:

Comment:
Cryptographic store accessible through a PKCS

(agc)

2011-03-31 17:59:14 UTC MAIN commitmail json YAML

estic-1.61nb2 (with corrected LICENSE)

(is)

2011-03-31 17:55:26 UTC MAIN commitmail json YAML

2011-03-31 17:40:16 UTC MAIN commitmail json YAML

Point LICENSE to estic-license, remove RESTRICTIONS according to it, as
discussed with gdt@ and martin@.

(is)

2011-03-31 16:30:58 UTC MAIN commitmail json YAML

Note update of atf to 0.13.

(jmmv)

2011-03-31 16:30:12 UTC MAIN commitmail json YAML

Update atf to 0.13:

Experimental version released on March 31st, 2011.

This is the first release after the creation of the Kyua project, a more
modular and reliable replacement for ATF.  From now on, ATF will change to
accomodate the transition to this new codebase, but ATF will still continue
to see development in the short/medium term.  Check out the project page at
http://code.google.com/p/kyua/ for more details.

The changes in this release are:

* Added support to run the tests with the Kyua runtime engine (kyua-cli), a
  new package that aims to replace atf-run and atf-report.  The ATF tests
  can be run with the new system by issuing a 'make installcheck-kyua' from
  the top-level directory of the project (assuming the 'kyua' binary is
  available during the configuration stage of ATF).

* atf-run and atf-report are now in maintenance mode (but *not* deprecated
  yet!).  Kyua already implements a new, much more reliable runtime engine
  that provides similar features to these tools.  That said, it is not
  complete yet so all development efforts should go towards it.

* If GDB is installed, atf-run dumps the stack trace of crashing test
  programs in an attempt to aid debugging.  Contributed by Antti Kantee.

* Reverted default timeout change in previous release and reset its value
  to 5 minutes.  This was causing several issues, specially when running
  the existing NetBSD test suite in qemu.

* Fixed the 'match' output checker in atf-check to properly validate the
  last line of a file even if it does not have a newline.

* Added the ATF_REQUIRE_IN and ATF_REQUIRE_NOT_IN macros to atf-c++ to
  check for the presence (or lack thereof) of an element in a collection.

* PR bin/44176: Fixed a race condition in atf-run that would crash atf-run
  when the cleanup of a test case triggered asynchronous modifications to
  its work directory (e.g. killing a daemon process that cleans up a pid
  file in the work directory).

* PR bin/44301: Fixed the sample XSLT file to report bogus test programs
  instead of just listing them as having 0 test cases.

(jmmv)

2011-03-31 16:25:23 UTC MAIN commitmail json YAML

2011-03-31 13:57:30 UTC MAIN commitmail json YAML

Explicitly disable merged build option (samba4).

Reflects discussion by PR pkg/44786.

(taca)

2011-03-31 13:37:22 UTC MAIN commitmail json YAML

Simplified conditionals

(adam)

2011-03-31 13:25:57 UTC MAIN commitmail json YAML

2011-03-31 11:08:29 UTC MAIN commitmail json YAML

copy patch from graphics/tiff for CVE-2011-1167 (don't know whether
this code is used here, but anyway), ride on last night's revbump

(drochner)

2011-03-31 11:05:45 UTC MAIN commitmail json YAML

add patch from upstream
(http://bugzilla.maptools.org/show_bug.cgi?id=2300)
to fix possible buffer overflow in the "thunder" decoder (CVE-2011-1167)
bump PKGREV

(drochner)

2011-03-31 09:03:21 UTC MAIN commitmail json YAML

Build fix: always pass "--tag" parameter to libtool.
Support staged installation.

(asau)

2011-03-31 08:07:02 UTC MAIN commitmail json YAML

pkgsrc/graphics/dxsamples/Makefile@1.26 / diff
pkgsrc/graphics/dxsamples/distinfo@1.8 / diff
pkgsrc/graphics/dxsamples/patches/patch-programs_2D__DATA_Makefile.in@1.1 / diff
pkgsrc/graphics/dxsamples/patches/patch-programs_3D__DATA_Makefile.in@1.1 / diff
pkgsrc/graphics/dxsamples/patches/patch-programs_ANNOTATION_Makefile.in@1.1 / diff
pkgsrc/graphics/dxsamples/patches/patch-programs_CATEGORICAL_Makefile.in@1.1 / diff
pkgsrc/graphics/dxsamples/patches/patch-programs_COLORMAP__EDITOR_Makefile.in@1.1 / diff
pkgsrc/graphics/dxsamples/patches/patch-programs_COMPUTE_Makefile.in@1.1 / diff
pkgsrc/graphics/dxsamples/patches/patch-programs_DATA__DRIVEN__INTERACTORS_Makefile.in@1.1 / diff
pkgsrc/graphics/dxsamples/patches/patch-programs_DEBUGGING_Makefile.in@1.1 / diff
pkgsrc/graphics/dxsamples/patches/patch-programs_DISTRIBUTED__PROCESSING_Makefile.in@1.1 / diff
pkgsrc/graphics/dxsamples/patches/patch-programs_IMAGE__PROCESSING_Makefile.in@1.1 / diff
pkgsrc/graphics/dxsamples/patches/patch-programs_IMPORTING_Makefile.in@1.1 / diff
pkgsrc/graphics/dxsamples/patches/patch-programs_INTERFACE__CONTROL_Makefile.in@1.1 / diff
pkgsrc/graphics/dxsamples/patches/patch-programs_LOOPING_Makefile.in@1.1 / diff
pkgsrc/graphics/dxsamples/patches/patch-programs_MISC_Makefile.in@1.1 / diff
pkgsrc/graphics/dxsamples/patches/patch-programs_PLOTTING_Makefile.in@1.1 / diff
pkgsrc/graphics/dxsamples/patches/patch-programs_PROBES_Makefile.in@1.1 / diff
pkgsrc/graphics/dxsamples/patches/patch-programs_RENDERING_Makefile.in@1.1 / diff
pkgsrc/graphics/dxsamples/patches/patch-programs_SCATTERED_Makefile.in@1.1 / diff
      :
(more 3 files)
Support staged installation.

(asau)

2011-03-31 06:17:13 UTC MAIN commitmail json YAML

Forgot to mention compiler.mk

(adam)

2011-03-31 06:07:19 UTC MAIN commitmail json YAML

Restrict -std=c++0x to GCC 4.4 and above; fix for PR#42746

(adam)

2011-03-31 01:28:53 UTC MAIN commitmail json YAML

Updated mail/cyrus-imapd24 to 2.4.7

(obache)

2011-03-31 01:28:38 UTC MAIN commitmail json YAML

Update cyrus-imapd24 to 2.4.6.
bugs and security fix release.

Changes to the Cyrus IMAP Server since 2.4.6

      * Fixed Bug #3357 - lmtpd offering STARTTLS in pre-authorized mode.
      * Fixed Bug #3392 - allowing INBOX.INBOX to be created if the case
        didn't match
      * Fixed Bug #3404 - incorrect LIST "" "user" response
      * Fixed Bug #3417 - crash on zero-byte quota file
      * Fixed numberous bugs with mailbox upgrades
      * Fixed replication errors, which have been reported many times on
        the mailing list, but don't have bug numbers.
      * Increated "paranoia" about record ordering in mailbox, which would
        have detected some bad bugs in replication that caused the infinite
        runaway mailbox filling reported in 2.4.6 and below
      * Increased syslogging detail about replication issues
      * Fixed reconstruct crash with zero-byte index file
      * Fixed cyradm perl library path finding
      * Fixed incorrect use of LITERAL+ formats in our responses to
        clients. Unreported, but could be causing wierd hard-to-track-down
        bugs out there
      * Fixed append immediately on create
      * Upgraded Unicode database to version 6.0
      * Fixed reconstruct crash on folder names with many digits (i.e. ebay
        auction numbers)
      * Fixed reconstruct crash with file called '0.'
      * Made reconstruct '-n' option actually exist, as advertised in the
        man page
      * Fixed bug #3423 - STARTTLS plaintext command injection
        vulnerability
      * Bug #3382 Added "failedloginpause" config option
      * Bugs #3383/3385 Removed some obsolete config options
      * Bug #3389 $confdir/proc not created on the fly
      * Bug #3394 fix imtest parsing of MECHLIST
      * Bug #3399 fix with_ldap option default
      * Bug #3307 fix mbpath crash on remote mailbox
      * Bug #3420 use getpassphrase on Solaris, now passwords over 8
        characters long work with cyrus tools
      * Bug #3400 and others - lots of bugs with XFER between different
        versions in murder clusters fixed, including a bug that caused only
        mailboxes with zero messages to be rejected for upgrade
      * Bug #3391 fix rename which just moves between partitions
      * Bug #3103 fix imtest using plain authentication when it must not
      * Bug #3426 fix TLS on sockets other than stdin
      * Added support for BDB versions 5 and above

(obache)

2011-03-30 22:17:49 UTC MAIN commitmail json YAML

2011-03-30 21:56:32 UTC MAIN commitmail json YAML

Not MAKE_JOBS_SAFE.

(joerg)

2011-03-30 19:11:17 UTC pkgsrc-2010Q4 commitmail json YAML

2011-03-30 19:10:59 UTC pkgsrc-2010Q4 commitmail json YAML

Pullup ticket #3397 - requested by drochner
sysutils/xenkernel3: security patch
sysutils/xenkernel33: security patch

Revisions pulled up:
- sysutils/xenkernel3/Makefile                                  1.20
- sysutils/xenkernel3/distinfo                                  1.13
- sysutils/xenkernel3/patches/patch-ac                          1.3
- sysutils/xenkernel33/Makefile                                1.13
- sysutils/xenkernel33/distinfo                                1.11
- sysutils/xenkernel33/patches/patch-ac                        1.1

---
  Module Name:    pkgsrc
  Committed By:  drochner
  Date:          Thu Mar 24 12:04:57 UTC 2011

  Modified Files:
          pkgsrc/sysutils/xenkernel33: Makefile distinfo
  Added Files:
          pkgsrc/sysutils/xenkernel33/patches: patch-ac

  Log Message:
  add patch from upstream (manually, due to changed #ifdefs and indentation)
  to fix possible crashes triggered by 64-bit guests (found by
  Cherry G. Mathew, CVE-2011-1166)
  bump PKGREV

---
  Module Name:    pkgsrc
  Committed By:  drochner
  Date:          Thu Mar 24 12:43:53 UTC 2011

  Modified Files:
          pkgsrc/sysutils/xenkernel3: Makefile distinfo
  Added Files:
          pkgsrc/sysutils/xenkernel3/patches: patch-ac

  Log Message:
  add patch from upstream (manually, due to changed #ifdefs and indentation)
  to fix possible crashes triggered by 64-bit guests (found by
  Cherry G. Mathew, CVE-2011-1166)
  bump PKGREV

(tron)

2011-03-30 19:07:08 UTC MAIN commitmail json YAML

2011-03-30 19:05:23 UTC MAIN commitmail json YAML

Bump ABI_DEPENDS due to shlib major change.

(gdt)

2011-03-30 18:39:05 UTC MAIN commitmail json YAML

apply the fix for SA43593 also to gdal's bundled libtiff
(just copied from pkgsrc/tiff)
bump PKGREV (this was also necessary for the recent update
of xerces-c which changed the shlib name)

(drochner)

2011-03-30 18:38:08 UTC MAIN commitmail json YAML

perl_install cause the Makefile in perl/ to be rebuilt with /usr/pkg/lib
as library path instead of the source tree. install the tries to relink
the target with the new path, which fails because the just-installed
libraries are not in the buildlink directory.
Just don't rebuild makefiles, the run-time search path has been fixed
by buildlink already.

should fix PR 43385. OK wiz@

(bouyer)

2011-03-30 13:05:41 UTC MAIN commitmail json YAML

Change condition for check of libvolume_id.
it depend on backend, not host.

Fixes build with NetBSD-4 (dummy backend), PR#44794.

(obache)

2011-03-30 12:38:33 UTC MAIN commitmail json YAML

Not user-destdir installation ready.

/etc/* files will be modified and /var/spool/sendfile/* directories will be
created and chmod during install phase.

(obache)

2011-03-30 12:38:00 UTC MAIN commitmail json YAML

with() syntax is Python 2.5+

(joerg)

2011-03-30 08:58:57 UTC MAIN commitmail json YAML

Add -std=c++0x to CXXFLAGS; fix for PR#42746

(adam)

2011-03-29 21:38:26 UTC MAIN commitmail json YAML

joe only uses termcap so......
Depend on termcap instead of ncurses
Replace curses.h and term.h includes with termcap.h
Fixes PR lib/43941

(roy)

2011-03-29 21:19:20 UTC MAIN commitmail json YAML

2011-03-29 18:07:50 UTC MAIN commitmail json YAML

As suggested by joerg@, set PTHREAD_AUTO_VARS="yes". This fixes the issues
discussed in:

http://mail-index.netbsd.org/pkgsrc-users/2011/01/24/msg013585.html

(jruoho)

2011-03-29 13:45:02 UTC MAIN commitmail json YAML

2011-03-29 12:51:21 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20110328

(schmonz)

2011-03-29 12:51:10 UTC MAIN commitmail json YAML

Update to 3.20110328. From the changelog:

* Yaml formatted setup files are now produced by default.
  (Perl formatted setup files can still be used.)
* Add timezone setting in setup file. This alows time zone to be configured
  via the web.
* comment: Better fix to avoid showing comments of subpages, while
  not breaking manual inlining of comments.
* meta: Security fix; don't allow alternative stylesheets to be added
  on pages where the htmlscrubber is enabled.

(Updating this leaf package during the freeze for the security and
bug fixes.)

(schmonz)

2011-03-29 12:49:05 UTC MAIN commitmail json YAML

shorten master_site_gentoo to a useful bunch.

(zafer)

2011-03-29 11:35:11 UTC MAIN commitmail json YAML

Let to not exec ldconfig, for unprivileged installation.

(obache)

2011-03-29 10:44:17 UTC MAIN commitmail json YAML

Added CRYPTO_LIBS for linking gq, otherwise missing symbols break building.

(adam)

2011-03-29 10:18:18 UTC MAIN commitmail json YAML

Don't call autogen.sh, but do autoconf stuff in our Makefile: autogen.sh calls configure, but does not pass CFLAGS/LDFLAGS, so building may fail, e.g. on Mac OS X.

(adam)

2011-03-29 09:56:25 UTC MAIN commitmail json YAML

* Fix build (using deprecated gtk functions)
* Remove unnecessary white space from DESCR.
* Set LICENSE.

(ryoon)

2011-03-29 08:35:33 UTC MAIN commitmail json YAML

Updated multimedia/tvtime to 1.0.2nb3

(wiz)

2011-03-29 08:34:59 UTC MAIN commitmail json YAML

Fix PLIST, from Robert Elz in PR 44784, and bump PKGREVISION.
While here, set LICENSE and include desktopdb.mk.

(wiz)

2011-03-29 02:06:21 UTC MAIN commitmail json YAML

disable gpsd, because viking has not yet adapted to gpsd's
withdrawawl of gps_poll.

(gdt)

2011-03-28 21:42:40 UTC MAIN commitmail json YAML

update PLIST. Fixes install.

(zafer)

2011-03-28 21:37:55 UTC MAIN commitmail json YAML

2011-03-28 21:37:38 UTC MAIN commitmail json YAML

Belatedly note freeze end for pkgsrc-2010Q4. Noted by obache.

(wiz)

2011-03-28 21:27:06 UTC MAIN commitmail json YAML

update master_site_gentoo. do we really need 161 gentoo mirrors when there are only 20 packages using this mirror ?

(zafer)

2011-03-28 21:07:50 UTC MAIN commitmail json YAML

update master_site_mysql

(zafer)

2011-03-28 20:53:38 UTC MAIN commitmail json YAML

update master_site_mozilla

(zafer)

2011-03-28 20:40:17 UTC MAIN commitmail json YAML

Updated lang/coq to 8.3pl1

(tonio)

2011-03-28 20:39:26 UTC MAIN commitmail json YAML

Update lang/coq to 8.3pl1

Changes from V8.3 to V8.3pl1
o Type inference, notations and implicit arguments bug fixes
- #2448 (alpha-renaming problems with notations internally using binders)
- #2454 (pattern-matching sometimes not supporting type casts)
- fixing combined use of non-implicit and explictly-declared implicit arguments
  in inductive arities
- restored support for using some ident with different scopes in notations
o Ltac and tactics bug fixes
- #2414 (rewrite in not looking for eq_ind in the right module)
- #2433 (new "is_evar"/"has_evar" to restore support for matching evars in Ltac)
- #2453 (dependent destruction)
- loop in dependent destruction
- new "constr_eq" tactic for restoring support for term equality test in Ltac
- setoid rewrite under cases and abstraction fixed
o Coqdoc and documentation bugs
- #2418 (wrong URLs in documentation)
- #2441 (coqdoc bug in Mergesort.v)
- #2445 (correct support for "'" character in coqdoc links to notations)
- fixed wrong use of "moduleid" instead of "module" in coqdoc html indexes
- fixing parsing of Multiplication and Division signs (unicode 0xD7 and 0xF7)
o Compilation
- #2432 (support for compilation with camlp5 6.02.0)
- support for compilation with ocaml >= 3.09.3 restored
o Extraction
- #2413 (prevent type-unsafe optimisations of pattern matching)
- Identifiers of a development aimed to be extracted should
  avoid containing "__", since the extraction make various use of
  this sub-string, leading to potential name clashes. This was
  already so in V8.3, but not announced, as mentionned by #2421.
o Miscellaneous bug fixes
- #2412 (anomaly Ploc.Exc when using Ltac Debug)
- #2419 (redundant opp_compare removed)
- #2427 (Module Functor claims Signature does not match)
- #2431 (compliance of CoqIDE use of mutexes with FreeBSD)
- #2434 (anomaly DuringSyntaxChecking with Local/Global prefixes)
- a few improvements in efficiency

(tonio)

2011-03-28 20:29:00 UTC MAIN commitmail json YAML

sync list with the one in sites.mk. why is this used anyway ?

(zafer)

2011-03-28 20:19:51 UTC MAIN commitmail json YAML

update master_site_pgsql

(zafer)

2011-03-28 19:36:31 UTC MAIN commitmail json YAML

Add hunk: don't assume bare split writes @_, because new perl doesn't.

Rename patchfile for new convention, and add comments.

(gdt)

2011-03-28 18:01:41 UTC MAIN commitmail json YAML

Dependency is restricted to 2.5+

(joerg)

2011-03-28 16:20:14 UTC MAIN commitmail json YAML

Note update of lang/ruby19-base package to 1.9.2pl180nb1.

(taca)

2011-03-28 16:19:37 UTC MAIN commitmail json YAML

2011-03-28 16:00:07 UTC MAIN commitmail json YAML

2011-03-28 15:58:15 UTC MAIN commitmail json YAML

fix two security issues, using patches from upstream:
-stricter redirect handling in urllib, to prevent redirects to eg
"file://" URLs (CVE-2011-1521)
-stricter argument checks in the audioop module (CVE-2010-2089)

(drochner)

2011-03-28 14:11:06 UTC MAIN commitmail json YAML

Note update of lang/ruby18-base package to 1.8.7.334nb1.

(taca)

2011-03-28 14:10:26 UTC MAIN commitmail json YAML

* Make rdoc compatible with newer version of rdoc (on Ruby 1.9.2) about
  handling of none existing files.

This should be fix build problem of www/ruby-rails3 with ruby18-base.

Bump PKGREVISION.

(taca)

2011-03-28 14:08:38 UTC MAIN commitmail json YAML

Switch to use RUBY_RAILS.

No functional change.

(taca)

2011-03-28 13:13:34 UTC MAIN commitmail json YAML

2011-03-28 13:11:22 UTC MAIN commitmail json YAML

2011-03-28 13:02:25 UTC MAIN commitmail json YAML

Add user-destdir installation support.

(obache)

2011-03-28 12:49:15 UTC MAIN commitmail json YAML

boinc3-coreclient and boinc3-libs have been removed a while ago

(joerg)

2011-03-28 12:24:48 UTC MAIN commitmail json YAML

fixes MASTER_SITES, per PR#44780 by Petr Topiarz.

(obache)

2011-03-28 08:10:23 UTC MAIN commitmail json YAML

+ ImageMagick-6.6.8.8, atkmm-2.22.4, epubcheck-1.2, ffmpeg-20110318.0.6.2
  [now called libav], gnumeric110-1.10.14, gnutls-2.12.0,
  gobject-introspection-0.10.6, goffice0.8-0.8.14, gtar-base-1.26,
  gtk3-3.0.6, hunspell-de-20110321, ispell-german-20110321,
  libgsf-1.14.20, libgtop-2.28.3, p5-PerlMagick-6.6.8.8, pangomm-2.28.1,
  rsync-3.0.8, scmgit-base-1.7.4.2, scmgit-docs-1.7.4.2,
  x264-devel-20110326.

(wiz)

2011-03-28 08:01:21 UTC MAIN commitmail json YAML

2011-03-28 08:01:15 UTC MAIN commitmail json YAML

2011-03-28 07:57:58 UTC MAIN commitmail json YAML

2011-03-28 07:57:47 UTC MAIN commitmail json YAML

Fix build with png-1.5. Reported by joerg.

(wiz)

2011-03-28 07:50:39 UTC MAIN commitmail json YAML

2011-03-28 01:40:21 UTC MAIN commitmail json YAML

need docbook-xsl to build documents.

(obache)

2011-03-27 23:05:23 UTC MAIN commitmail json YAML

2011-03-27 23:05:15 UTC MAIN commitmail json YAML

2011-03-27 17:33:44 UTC MAIN commitmail json YAML

Fix PLIST after removal of xmms option. Noted by joerg.

(wiz)

2011-03-27 17:01:55 UTC MAIN commitmail json YAML

Not support on Python 2.4

(joerg)

2011-03-27 16:52:29 UTC MAIN commitmail json YAML

Not MAKE_JOBS_SAFE

(joerg)

2011-03-27 16:50:50 UTC MAIN commitmail json YAML

Installs Perl script --> runtime dependency. Bump revision

(joerg)

2011-03-27 16:46:36 UTC MAIN commitmail json YAML

2011-03-27 16:46:22 UTC MAIN commitmail json YAML

Move assignment into conditional block where it belongs

(joerg)

2011-03-27 15:54:43 UTC MAIN commitmail json YAML

Add depends pattern: RUBY_RAILS_DEPENDS.

(taca)

2011-03-27 15:53:50 UTC MAIN commitmail json YAML

Switch to use RUBY_RAILS.

No functional change.

(taca)

2011-03-27 15:53:18 UTC MAIN commitmail json YAML

Switch to use RUBY_RAILS.

No functional change.

(taca)

2011-03-27 15:52:41 UTC MAIN commitmail json YAML

Switch to use RUBY_RAILS.

No functional change.

(taca)

2011-03-27 15:52:10 UTC MAIN commitmail json YAML

Switch to use RUBY_RAILS.

No functional change.

(taca)

2011-03-27 15:51:49 UTC MAIN commitmail json YAML

Switch to use RUBY_RAILS.

No functional change.

(taca)

2011-03-27 15:49:40 UTC MAIN commitmail json YAML

2011-03-27 14:51:44 UTC MAIN commitmail json YAML

Updated multimedia/adobe-flash-plugin10.1 to 10.2.153.1

(chs)

2011-03-27 14:51:22 UTC MAIN commitmail json YAML

2011-03-27 14:48:56 UTC MAIN commitmail json YAML

Updated emulators/suse113_base to 11.3nb4

(chs)

2011-03-27 14:48:36 UTC MAIN commitmail json YAML

update to aaa_base-11.3-8.9.1.  fixes CVE-2011-0468.

(chs)

2011-03-27 14:48:04 UTC MAIN commitmail json YAML

Updated emulators/suse113_gtk2 to 11.3nb3

(chs)

2011-03-27 14:47:26 UTC MAIN commitmail json YAML

update to pango-1.28.0-3.3.1.  fixes CVE-2011-0020, CVE-2011-0064.
avoid warnings during install/deinstall.

(chs)

2011-03-27 14:36:45 UTC MAIN commitmail json YAML

2011-03-27 13:27:18 UTC MAIN commitmail json YAML

+ amsn-0.98.4

(obache)

2011-03-27 13:08:20 UTC MAIN commitmail json YAML

2011-03-27 13:07:14 UTC MAIN commitmail json YAML

Specify RUBYGEMS_REQD to fix build problem; now always build with
misc/rubygems both ruby18 and ruby19.

(taca)

2011-03-27 13:05:16 UTC MAIN commitmail json YAML

* Introduce RUBYGEMS_REQD as a package-settable variable.
  Specify minimum required rubygems version.
* Omit use of _RUBYGEM_UNPACK_OPTION.

(taca)

2011-03-27 13:02:57 UTC MAIN commitmail json YAML

Note update of misc/rubygems package to 1.6.2nb1.

(taca)

2011-03-27 13:02:18 UTC MAIN commitmail json YAML

* Allow build on not only ruby18 but ruby19.
* Ugly hack to replace with already installed gem command.

Bump PKGREVISION.

(taca)

2011-03-27 09:57:12 UTC MAIN commitmail json YAML

tomcat5 is in archive nowadays, set MASTER_SITES instead of using getsite.sh.

(obache)

2011-03-27 09:16:58 UTC MAIN commitmail json YAML

getsite.sh is balky nowadays, set MASTER_SITES.

(obache)

2011-03-27 08:00:57 UTC MAIN commitmail json YAML

2011-03-27 07:47:30 UTC MAIN commitmail json YAML

Allow to build on FreeBSD-x86_64 and DragonFly-x86_64.

(obache)

2011-03-27 07:28:25 UTC MAIN commitmail json YAML

* LICENSE=gnu-lgpl-v2.1
* allow to build on DragonFly too, treat same as FreeBSD.

(obache)

2011-03-27 00:59:53 UTC MAIN commitmail json YAML

Fix build by using giflib.buildlink3.mk

(hubertf)

2011-03-26 18:45:53 UTC MAIN commitmail json YAML

Add CVS Id where missing
Fix patch to quota-check.m4 so that the autoconf'ed configure will
  define HAVE_LIBQUOTA too
Use QL_STATUS(quota_check_limit()) instead of quota_check_limit(). This is
the only visible change in binaries.

Do not bump PKGREVISION as the previous code has been there for only a few
hours.

(bouyer)

2011-03-26 14:19:02 UTC MAIN commitmail json YAML

Updated audio/musicpd to 0.16.1nb1

(wiz)

2011-03-26 14:18:53 UTC MAIN commitmail json YAML

Remove two unsupported options from default config supplied by pkgsrc.
>From Anon Ymous.
Bump PKGREVISION.

(wiz)

2011-03-26 13:46:20 UTC MAIN commitmail json YAML

Make netatalk build again on NetBSD current:
check for getfsquota() in libquota. If it's there, use getfsquota() and
quota_check_limit() from libquota instead of local getnfsquota or direct
calls to quotactl().
Tested on NetBSD-current and NetBSD 5.1. OK agc@

(bouyer)

2011-03-26 10:05:48 UTC MAIN commitmail json YAML

Note update of cgoban-java to 3.4.14

(rh)

2011-03-26 10:04:37 UTC MAIN commitmail json YAML

Update cgoban-java to 3.4.14.  Changes are too numerous to list here, but
most importantly, version 3.4.x is now required in order to connect to KGS.

(rh)

2011-03-26 08:03:12 UTC MAIN commitmail json YAML

Updated www/loggerhead to 1.18.1

(obache)

2011-03-26 08:02:38 UTC MAIN commitmail json YAML

Update loggerhead to 1.18.1.
(contains security fix for CVE-2011-0728).

What's changed in loggerhead?
=============================

1.18.1 [24Mar2011]
------------------

    - Fix escaping of filenames in revision views.
      (William Grant, #740142)

    - Add missing import to loggerhead.trace, allowing start-loggerhead
      to run when a log.roll config option is set.
      (Max Kanat-Alexander, #673999)

1.18 [10Nov2010]
----------------

    - Syntax highlighting is no longer applied for files greater than 512K,
      reducing codebrowse.launchpad.net overloading.
      (Max Kanat-Alexander, #513044)

    - Documentation added in the docs directory. README simplified
      accordingly. (Tres Seaver).

    - Show svn/git/hg revision ids in loggerhead revision view.
      (Jelmer Vernooij)

    - Fix .bzr/smart access to branches in shared repos. (You also need
      a version of bzr with bug #348308 fixed.) (Andrew Bennetts)

    - Support FastCGI, SCGI and AJP using flup. (Denis Martinez)

    - Repository.get_revision_inventory() was removed in bzr 2.2; use
      Repository.get_inventory() instead. (Matt Nordhoff, #528194)

    - Ignore readonly+ prefix when checking if Loggerhead is serving a
      local location. (Reported by Tres Seaver.) (Matt Nordhoff)

    - Set Cache-Control and Expires headers on static pages.
      (John Arbash Meinel)

    - Generate relative links where possible (everywhere but HTTP
      redirects and feed IDs). (Michael Hudson, Matt Nordhoff)

    - Fix bad redirect when visiting "/download" or "/download/".
      (Matt Nordhoff, #247992)

(obache)

2011-03-26 07:53:30 UTC MAIN commitmail json YAML

No need to add 27 for PYTHON_VERSIONS_ACCEPTED over again.

(obache)

2011-03-26 07:12:56 UTC MAIN commitmail json YAML

reorder PYTHON_VERSION_ACCEPTED.

(obache)

2011-03-26 07:09:45 UTC MAIN commitmail json YAML

Accept python 26 and 27 in addition to 25.
At the package addition time, 25 was the only python>=25 package.

(obache)

2011-03-26 01:57:50 UTC MAIN commitmail json YAML

Welcome back cozmixng.org!

(obache)

2011-03-25 22:06:52 UTC MAIN commitmail json YAML

+ ImageMagick-6.6.8.6, acme-091 [pkg/44771], ap2-suphp-0.7.1
  [pkg/44762], atkmm-2.22.3, calibre-0.7.50, clutter-1.6.10,
  dante-1.2.3, eigen2-3.0.0, empathy-2.34.0, firefox-4.0, gbrainy-1.64,
  glib-networking-2.28.4, glib2-2.28.4, gnash-0.8.9,
  gnome-doc-utils-0.20.5, gnome-pilot-2.32.1 [GNOME 2.32],
  gtk-gnutella-0.96.9, gtk3-3.0.5, gvfs-1.6.7, kbiff-4.0,
  mathomatic-15.5.2, nut-16.9, p5-PerlMagick-6.6.8.6, pangomm-2.28.0,
  parallel-20110322, phpmyadmin-3.3.10, py-cups-1.9.55, py-gobject-2.28.3,
  raptor-2.0.1, smalltalk-3.2.4, vlc-1.1.8, wine-devel-1.3.16,
  x264-devel-20110319, xfe-1.32.3, yaz-4.1.7.

(wiz)

2011-03-25 21:40:00 UTC MAIN commitmail json YAML

Updated net/Transmission to 2.22

(abs)

2011-03-25 21:37:03 UTC MAIN commitmail json YAML

Updated net/Transmission to 2.22
- updated during the freeze to fix issue with 2.21 where all bandwidth values
  show as zero on (at least) NetBSD/amd64 5.1

Transmission 2.22 (2011/03/04)
All Platforms
Faster endgame
Fix bug where leechers might be disconnected while seeding in some situations
Fix 2.20 bug that sometimes showed inaccurate upload/download speeds
Support for unsorted blacklists
Fix IPv6 DHT
Re-add support to automatically close idle peers
Fix bug where the resume file did not save the time checked for the last piece
Mac
Fixes for Dutch, German, and Russian localizations
GTK+
Fix setting individual idle seeding time
Qt
Fix loading localizations on Linux
CLI
Fix bandwidth display issue

(abs)

2011-03-25 16:54:12 UTC MAIN commitmail json YAML

Note update of www/contao29-translations package to 20110324.

(taca)

2011-03-25 16:53:36 UTC MAIN commitmail json YAML

Update contao29-translations package to 20110324. (leaf package)

Update Turkish language files.

(taca)

2011-03-25 16:52:47 UTC MAIN commitmail json YAML

Note update of www/contao29 package to 2.9.4nb1.

(taca)

2011-03-25 16:52:08 UTC MAIN commitmail json YAML

Fix broken PLIST.  Along with it, add a small patch to fix code editor problem.

Bump PKGREVISION.

(taca)

2011-03-25 15:28:35 UTC MAIN commitmail json YAML

Updated x11/qt3-libs to 3.3.8nb17

(wiz)

2011-03-25 15:28:26 UTC MAIN commitmail json YAML

Fix sbit handling in png patch.
>From Marko Sch端tz Schmuck on pkgsrc-users, fixing core dumps
in kmymoney and kphotoalbum.
Bump PKGREVISION.

(wiz)

2011-03-25 13:58:37 UTC MAIN commitmail json YAML

2011-03-25 13:38:07 UTC MAIN commitmail json YAML

2011-03-25 12:36:58 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-handwrite to 2.1.4

(obache)

2011-03-25 12:36:26 UTC MAIN commitmail json YAML

2011-03-25 10:37:19 UTC MAIN commitmail json YAML

2011-03-25 08:46:17 UTC MAIN commitmail json YAML

Note update of devel/ruby-activemodel to 3.0.5.

(taca)

2011-03-25 08:44:45 UTC MAIN commitmail json YAML

2011-03-24 14:35:18 UTC MAIN commitmail json YAML

2011-03-24 13:54:54 UTC MAIN commitmail json YAML

Mention that pkgsrc freeze for 2011Q1 has started.

(wiz)

2011-03-24 12:43:53 UTC MAIN commitmail json YAML

add patch from upstream (manually, due to changed #ifdefs and indentation)
to fix possible crashes triggered by 64-bit guests (found by
Cherry G. Mathew, CVE-2011-1166)
bump PKGREV

(drochner)

2011-03-24 12:32:59 UTC MAIN commitmail json YAML

2011-03-24 12:04:57 UTC MAIN commitmail json YAML

add patch from upstream (manually, due to changed #ifdefs and indentation)
to fix possible crashes triggered by 64-bit guests (found by
Cherry G. Mathew, CVE-2011-1166)
bump PKGREV

(drochner)

2011-03-24 08:05:33 UTC MAIN commitmail json YAML

        Added devel/atkmm version 2.22.2 [drochner 2011-01-13]

(wiz)

2011-03-24 05:38:01 UTC MAIN commitmail json YAML

2011-03-24 05:27:49 UTC MAIN commitmail json YAML

regen distinfo.

(obache)

2011-03-24 03:04:47 UTC MAIN commitmail json YAML

Updated security/lasso to 2.2.91nb5

(obache)

2011-03-24 03:04:16 UTC MAIN commitmail json YAML

Use bsdtar for extract, or result in corrupted file name with certain tar.

Bump PKGREVISION.

(obache)

2011-03-24 02:23:47 UTC MAIN commitmail json YAML

revert last commit.
It should be installed. If not, the issue should be fixed instead.

(obache)

2011-03-24 02:00:27 UTC MAIN commitmail json YAML

revert last PLIST change.
It probably came from failed to detect xf86dga2, it should be fixed instead.

(obache)

2011-03-24 01:29:34 UTC MAIN commitmail json YAML

2011-03-23 22:25:15 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20110321

(schmonz)

2011-03-23 22:25:06 UTC MAIN commitmail json YAML

Update to 3.20110321. From the changelog:

* comment: Don't show comments of subpages on parent pages.
  (Fixes bug introduced in version 3.20100505.)
* darcs: Fix multiple issues preventing rcs_diff from working.
* aggregate: Read cookies from ~/.ikiwiki/cookies by default.
  Also, the cookiejar configuration setting can be used by
  other plugins to provide a custom `cookie_jar` object for LWP::UserAgent.
  (Thanks, schmonz)
* Avoid escaping / characters in filenames when building the cgiurl,
  as this confuses eg, cvsweb.

(schmonz)

2011-03-23 21:44:25 UTC MAIN commitmail json YAML

PR/38525 -- Add support for SSL (nntps://) and support for decoding
binaries using uulib.

(shattered)

2011-03-23 21:15:20 UTC MAIN commitmail json YAML

Updated audio/libsndfile to 1.0.24

(adam)

2011-03-23 21:14:31 UTC MAIN commitmail json YAML

Changes 1.0.24:
WAV files are now written with an 18 byte u-law and A-law fmt chunk. A document
on virtual I/O functionality was added. Two new methods were added in
sndfile.hh. A fix was made for a non-zero SSND offset values on AIFF. Minor bug
fixes and improvements were done.

(adam)

2011-03-23 20:56:50 UTC MAIN commitmail json YAML

update PLIST. arg_printusage.3 is gone.

(zafer)

2011-03-23 20:48:29 UTC MAIN commitmail json YAML

revert. breaks modular X.

(zafer)

2011-03-23 20:47:42 UTC MAIN commitmail json YAML

revert. breaks modular X.

(zafer)

2011-03-23 20:46:53 UTC MAIN commitmail json YAML

revert. breaks modular X.

(zafer)

2011-03-23 20:45:28 UTC MAIN commitmail json YAML

revert. breaks modular X.

(zafer)

2011-03-23 20:44:19 UTC MAIN commitmail json YAML

revert. breaks modular X.

(zafer)

2011-03-23 20:40:26 UTC MAIN commitmail json YAML

update PLIST. Remove superfluous gschema.xml. Fixes install.

(zafer)

2011-03-23 20:24:13 UTC MAIN commitmail json YAML

update PLIST. Fix install.

(zafer)

2011-03-23 20:21:40 UTC MAIN commitmail json YAML

2011-03-23 20:20:52 UTC MAIN commitmail json YAML

2011-03-23 20:16:31 UTC MAIN commitmail json YAML

Remove bl3 on tex; should have been removed with previous
commit switching to minskim@'s fine-grained tex dependency.

(gdt)

2011-03-23 20:10:21 UTC MAIN commitmail json YAML

update PLIST. Fix install.

(zafer)

2011-03-23 20:08:42 UTC MAIN commitmail json YAML

update PLIST. Fix install.

(zafer)

2011-03-23 20:07:28 UTC MAIN commitmail json YAML

update PLIST. Fix install.

(zafer)

2011-03-23 19:55:03 UTC MAIN commitmail json YAML

update PLIST. Fixes install.

(zafer)

2011-03-23 19:50:47 UTC MAIN commitmail json YAML

update PLIST.

(zafer)

2011-03-23 19:24:35 UTC MAIN commitmail json YAML

Add latex option, currently defaulting to on.
With latex option, depend on latex at both build and runtime.
Without latex option, avoid both build- and run-time dependencies.

(This commit should have no effect unless one adds
PKG_OPTIONS.doxygen=-latex.)

(Opinions were generally in favor of changing the default to not
require latex, but it seems best not to do that right before a freeze,
so I'm leaving it for another day.)

(gdt)