Commit graph

152168 commits

Author SHA1 Message Date
tnn
73a318cf6c fix OSS linkage 2010-01-05 13:55:07 +00:00
tnn
bd4005c834 remove incomplete libtoolization. I don't remember what problem
I was trying to solve here, but the new libtool doesn't like being
used like this, and it doesn't seem to be needed.
Fixes failure observed in bulk build.

XXX there's still a PLIST problem:
ERROR: The following files are in the PLIST but not in /usr/pkg:
ERROR:         /usr/pkg/lib/gauche/0.9/x86_64--netbsd/gauche--threads.so
ERROR:         /usr/pkg/share/gauche/0.9/lib/gauche/threads.scm
2010-01-05 13:21:23 +00:00
joerg
693e6ec5d7 Add workaround for broken Makefile.PL that eats an important argument.
From Daniel Horecki.
2010-01-05 12:18:51 +00:00
wiz
af365cd6a2 Updated net/tor to 0.2.1.21 2010-01-05 11:24:39 +00:00
wiz
848f063e60 Update to 0.2.1.21, provided by Christian Sturm in PR 42541, approved
by dillo@

Changes in version 0.2.1.21 - 2009-12-21
  o Major bugfixes:
    - Work around a security feature in OpenSSL 0.9.8l that prevents our
      handshake from working unless we explicitly tell OpenSSL that we
      are using SSL renegotiation safely. We are, of course, but OpenSSL
      0.9.8l won't work unless we say we are.
    - Avoid crashing if the client is trying to upload many bytes and the
      circuit gets torn down at the same time, or if the flip side
      happens on the exit relay. Bugfix on 0.2.0.1-alpha; fixes bug 1150.

  o Minor bugfixes:
    - Do not refuse to learn about authority certs and v2 networkstatus
      documents that are older than the latest consensus. This bug might
      have degraded client bootstrapping. Bugfix on 0.2.0.10-alpha.
      Spotted and fixed by xmux.
    - Fix a couple of very-hard-to-trigger memory leaks, and one hard-to-
      trigger platform-specific option misparsing case found by Coverity
      Scan.
    - Fix a compilation warning on Fedora 12 by removing an impossible-to-
      trigger assert. Fixes bug 1173.
2010-01-05 11:24:30 +00:00
wiz
61a9f5b52d Updated shells/osh to 20091218 2010-01-05 11:21:54 +00:00
wiz
4159fec634 Fix typo in previous.
Update was ok'd by dillo@
2010-01-05 11:21:42 +00:00
wiz
f30631d1c9 Update to 20091218, provided by J.A.Neitzel in PR 42536. Set LICENSE.
Changes:
1) This update fixes a compilation problem on AIX caused by not
wrapping WCOREDUMP(s) with #ifdef WCOREDUMP ... #endif.

2) General code cleanup and rechecking w/ splint(1) reduces
unnecessary code duplication and eases future maintenance.

3) This update adds the program name to osh diagnostics (e.g.,
"osh: syntax error") for the sake of user friendliness.
2010-01-05 11:21:20 +00:00
adam
cd5e2fdf7d OpenEXR support needs pkg-config; fixed 2010-01-05 11:18:04 +00:00
adam
fb99ef4b5d Distfile has changed - fix 2010-01-05 09:32:36 +00:00
adam
d834523c00 Changed BSD_INSTALL_DATA to BSD_INSTALL_LIB in LIBTOOL section 2010-01-05 08:55:32 +00:00
obache
073da0b742 libuim is linked with libintl, so add buildlink to gettext-lib. 2010-01-05 02:10:13 +00:00
taca
d5611348ac +sendmail-8.14.4. 2010-01-05 00:48:20 +00:00
abs
8acecfa3eb Fix build when scorefiles is not already present on system (noticed
by joerg)
2010-01-04 20:55:52 +00:00
abs
1d5a80b047 Updated audio/ampache to 3.5.3 2010-01-04 20:46:40 +00:00
abs
0e9e409e79 Updated audio/ampache to 3.5.3
Addresses the following security issue:
	http://secunia.com/advisories/37867/

--------------------------------------------------------------------------
  v.3.5.3 20/12/2009
	- Added local authtype which uses PHP's PAM module
	- Correct potential security issues due to misuse of REQUEST for write
		operations rather then POST
		(Thx Raphael Geissert <geissert@debian.org>)

--------------------------------------------------------------------------
  v.3.5.2 19/11/2009
	- Fix typo that caused song count to not be set on tag xml response
	- Fix tag methods so that alpha_match and exact_match work
	- Fix limit and offset not working on search_songs API method
	- Fix import m3u on catalog build so it does something
	- Fix inconsistent view during catalog operations
	- Sort malformed files into "Unknown (Broken)" rather then leaving
		them in "Unknown (Orphaned)"
	- Fix API democratic voting methods (Thx kindachris)
	- Add server version information to API ping command
	- Fix Localplay API methods (Thx thomasa)
	- Improve bin/catalog_update.inc to allow only verify, clean or add
		(Thx ascheel)
	- Fix issue with batch download and UNC paths (Thx greengeek)
	- Added config option to turn caching on/off, Default is off
	- Fix issue where file tag pattern was ignored if files have no tag
		structure
	- Add TDRC to list of parsed id3v2 tags
	- Fix issue where rating could get cached and not update the
		display correctly until a page reload
	- Fix User Stats having a formating issue and not listing the
		active playlist correctly
	- Fix incorrect default ogg transcode target format in the default
		config file
	- Fix issue where the user preferences were not respected by
		the streaming code due to caching
	- Fix issue where prevent multiple logins would prevent all logins

--------------------------------------------------------------------------
  v.3.5.1 24/06/2009
	- Make the PHP error a little clearer for windows users by indicating
		that their version of PHP is < 5.3 (required for windows)
	- Fix random methods not working for Localplay
	- Fix extra space on prefixed albums (Thx ibizaman)
	- Add missing operator on tag and rating searches so they will
		work with other methods (Thx kiehnet@netscape.net)
	- Fix get_art_url() so it returns something...
	- Fix problem with creating new playlists where it doesn't work
		but appending to an existing did.
	- Fixed issue with url_to_song, also cleaned up the code a bit
	- Fixed issue with Random All Catalogs
	- Fixed issues with API and Tag methods not working as advertised
	- Fix endless loop in getid3() with malformed genre tags in mp3s
	- Fixed show test page always returning false on web path
	- Update Man page to adhear to newer Debian rules
	- Fixed issue with Videos being incorrectly registered with stats
		and now playing as songs.
	- Fixed missing > in HTML for song row

--------------------------------------------------------------------------
  v.3.5 05/05/2009
	- Added complete Czech translation (Thx martin hason)
	- Add the AlmightyOatmeal-Sanity check to prevent a clean from
		removing all songs if your mount failed, but is still
		readable by ampache
	- Make the Lang Install page prettier
	- Added Check for hash,inet_pton,windows PHP Version to init so
		that upgrades without pre-reqs are handled correctly
	- Allow mms,mmsh,mmsu,mmst,rstp in Radio Stream URLs
	- Fixed a problem where after adding a track to a saved playlist
		there was no UI response upon deleting the track without
		a page refresh
	- Fix an issue where the full version of the album art was never
		used even when requested
	- Fix maxlength on acl fields being to small for all IPv6 addresses
	- Add error message when file exists but is unreadable do not
		remove unreadable songs from catalog
	- Fixed missing title tag on song browse for the title
		(Thx flowerysong)
	- Fix htmlchar'd rss feed url
	- Fix Port not correctly being added to URL in most cases
		even when defined in config
2010-01-04 20:46:06 +00:00
joerg
697c8f13e7 Make sure that the patches and local files have a RCS ID. 2010-01-04 19:43:39 +00:00
joerg
9e17ca0d7c Deal with the usual scons design nightmare and don't nuke the complete
environment.
2010-01-04 17:59:49 +00:00
joerg
e3d62ed8dd Needs glut. 2010-01-04 17:37:08 +00:00
joerg
4b939fa5ec Use the canonical form of the transformation rule. 2010-01-04 17:04:50 +00:00
joerg
430e79183f Pass down BUILD_DIR to not have -I options without argument. 2010-01-04 17:02:56 +00:00
joerg
3acb09f589 Beside a missing , in the inner autoconf test, it looks like doing a
check twice with AC_CHECK_LIB (without and with OTHER-LIBRARIES) doesn't
work due to caching. So give up and just check separately for
-lssl/-lcrypto and hope for the best.
2010-01-04 16:50:43 +00:00
joerg
2a2966d05b Doesn't work with evolution-data-server in pkgsrc, so mark as BROKEN. 2010-01-04 16:35:52 +00:00
joerg
30c1746c4c Not MAKE_JOBS_SAFE. 2010-01-04 16:30:36 +00:00
joerg
7bfe61e50c rehash isn't really used, so effectively disable the check.
Package still doesn't build as it always includes the ldap stuff.
2010-01-04 16:27:48 +00:00
joerg
a81999f652 Not MAKE_JOBS_SAFE. Still doesn't build do to C++ issues. 2010-01-04 16:05:57 +00:00
joerg
5890ceb416 Needs libxslt for all files in the PLIST. Bump revision. 2010-01-04 15:52:51 +00:00
joerg
6f430e434c At least try to keep the normal environement. 2010-01-04 15:47:48 +00:00
joerg
2b65478232 Installation doesn't work with destdir. Make sure to pull include/openssl
into the include path. Mark as only for Apache 2.2.
2010-01-04 15:43:17 +00:00
joerg
e2fb363b9e wine-devel is only for i386/x86_64. Both don't work on NetBSD though. 2010-01-04 15:30:08 +00:00
joerg
e16b605f5d Remove www/firefox-bin-nightly, it has been marked as BROKEN for ages. 2010-01-04 15:24:03 +00:00
joerg
fb2e1e963b Remove mail/thunderbird-bin-nightly, it hasn't worked for too long. 2010-01-04 15:23:38 +00:00
joerg
1a7fe9e9ea Removed mail/thunderbird-bin-nightly 2010-01-04 15:22:56 +00:00
joerg
70941d7a91 Removed www/firefox-bin-nightly 2010-01-04 15:22:30 +00:00
joerg
712ce9c805 The path name for -Wl,-rpath as a linker option, so don't split it off
without also prefixing it with -Wl, accordingly.
2010-01-04 15:20:44 +00:00
joerg
967a2464d4 Expose the gpg binary gpgme is build against and use that in security/gpa. 2010-01-04 15:09:44 +00:00
ahoka
7bde7111c9 Add an sf.net mirror. 2010-01-03 23:42:44 +00:00
gdt
6a23c18cf9 Updated www/trac to 0.11.6 2010-01-03 23:04:50 +00:00
gdt
b2874a0192 Update to 0.11.6, addressing
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4405

From release notes at:
  http://trac.edgewall.org/browser/tags/trac-0.11.6/RELEASE

November 28, 2009

Trac 0.11.6 contains two security fixes and a number of bug fixes,
performance improvements and minor enhancements.

Changes in 0.11.6

        * Fixed the policy checks in report results when using
          alternate formats.
        * Added a check for the "raw" role that is missing in docutils
          < 0.6.
        * Re-enabled connection pooling with SQLite (#3446).
        * Added caching of configuration options (#8510).
        * Fixed the "database is locked" issue with SQLite (#3446,
          #8468).
        * Deprecated SQLite 2.x support (#8625).
        * Fixed hanlding of times in timezones with DST (#8240).
        * Avoid corruption of trac.ini during write (#8623).
        * Improved support for revision ranges in the revision log
          view (#8349)

updating during freeze approved by wiz@
2010-01-03 20:49:41 +00:00
schmonz
e9f1aa2a90 Updated www/ikiwiki to 3.20100102.3 2010-01-03 16:07:37 +00:00
schmonz
1273344556 Update to 3.20100102.3 ("Happy palindrome day!"). From the changelog:
* pagestats: Add show parameter. Closes: #562129
* toc: Add startlevel parameter. (kerravonsen)
* comments: Add a checksum to the name of comment pages, to avoid
  merge conflicts when comments are posted to two branches of a site.
* linkmap: Add option to omit disconnected pages from the map.
* inline: Fix bug that limited displayed pages when feedshow was
  specified w/o show.
* Fix several places that did not properly handle capitalization of
  the discussionpage setting. Specifically, fixes discussion actions
  on discussion pages, and unbreaks the opendiscussion plugin.

Updating during the freeze for relevant bugfixes, particularly this last.
2010-01-03 16:07:05 +00:00
wiz
54c1ac6b60 + fotoxx-9.2, gxine-0.5.905, milkytracker-0.90.85. 2010-01-03 15:39:05 +00:00
wiz
c545635041 + JBidwatcher-2.1pre5, Sigil-0.1.8 [needs qt-4.6], asymptote-1.91,
bash-4.1, calibre-0.6.31, etm-457, gtk2-engines-2.18.5,
  ikiwiki-3.20100102.3, ircservices-5.1.21, libev-3.9, libffi-3.0.9,
  mc-4.7.0.1, mercurial-1.4.2, minicom-2.4, p5-DateTime-TimeZone-1.08,
  p5-Net-DNS-0.66, p5-Spreadsheet-WriteExcel-2.32, p5-URI-1.52,
  p5-XML-Atom-0.37, p5-YAML-0.71, pciids-20091229, puzzles-8802,
  py-fpconst-0.7.2 [pkg/42556], py-kenosis-0.96 [pkg/42561],
  py-zconfig-2.6.1 [pkg/42563], readline-6.1, sbcl-1.0.34,
  sdlmame-0.136, snort-2.8.5.2, x264-devel-20100102.
2010-01-03 15:35:40 +00:00
wiz
82e9eb563e Improve HOMEPAGE. 2010-01-03 14:56:18 +00:00
schwarz
de1ea362ef improved CC and CFLAGS support 2010-01-03 14:30:37 +00:00
obache
32d79556f1 HOMEPAGE is redirected from .com to .org. 2010-01-03 12:07:58 +00:00
obache
dea07d0c72 + ampache-3.5.3, php-jpgraph-3.0.6 2010-01-03 09:37:11 +00:00
tnn
e2f633a22f Pregenerate the parser (gram.c) and disable implicit regeneration.
Drop yacc(1) dependency.
This solves the circular dependency f2c->bison->libiconv->libtool-base->f2c
2010-01-03 01:37:59 +00:00
joerg
de807c0023 Needs pod2man. 2010-01-02 13:58:17 +00:00
joerg
dc1fe5f150 Fix PLIST. *blush* 2010-01-02 13:44:20 +00:00