Commit graph

184713 commits

Author SHA1 Message Date
dholland
cfc34ea9af Add missing pam.bl3.mk 2012-04-07 22:34:13 +00:00
dholland
7fcba8b0ba Mark sge and gridscheduler not for ${LP64PLATFORMS}. They crash during
build.
2012-04-07 22:19:13 +00:00
jnemeth
f2b4b4d303 Updated comms/asterisk18 to 1.8.11.0 2012-04-07 20:10:54 +00:00
jnemeth
ff5a71f75d Update to Asterisk 1.8.11.0:
pkgsrc change: eliminate ilbc option now that the iLBC codec is always built

The Asterisk Development Team has announced the release of Asterisk 1.8.11.0.

The release of Asterisk 1.8.11.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following are the issues resolved in this release:

* --- Fix potential buffer overrun and memory leak when executing "sip
      show peers"

* --- Fix ACK routing for non-2xx responses.

* --- Remove possible segfaults from res_odbc by adding locks around
      usage of odbc handle

* --- Fix blind transfer parking issues if the dialed extension is not
      recognized as a parking extension.

* --- Copy CDR variables when set during a bridge

* --- push 'outgoing' flag from sig_XXX up to chan_dahdi

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.11.0

Thank you for your continued support of Asterisk!
2012-04-07 20:10:45 +00:00
dholland
6003b54d1c Use cpp -traditional whenever the compiler is gcc, not just on Dragonfly.
This is only required for gcc 4.4 (I think) and up where otherwise cpp
doesn't preserve whitespace, but it should be harmless for all gcc
versions ranging back to the prehistorical.

Fixes problems caused by running cpp on makefiles.
2012-04-07 20:06:15 +00:00
jnemeth
3e4be965a4 Updated comms/asterisk10 to 10.3.0 2012-04-07 20:06:06 +00:00
jnemeth
e0b9f9a631 Update to Asterisk 10.3.0:
pkgsrc change: eliminate ilbc option now that iLBC codec is always built

The Asterisk Development Team has announced the release of Asterisk 10.3.0.

The release of Asterisk 10.3.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following are the issues resolved in this release:

* --- Fix potential buffer overrun and memory leak when executing "sip
      show peers"

* --- Fix ACK routing for non-2xx responses.

* --- Remove possible segfaults from res_odbc by adding locks around
      usage of odbc handle

* --- Fix blind transfer parking issues if the dialed extension is not
      recognized as a parking extension.

* --- Copy CDR variables when set during a bridge

* --- push 'outgoing' flag from sig_XXX up to chan_dahdi

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.3.0

Thank you for your continued support of Asterisk!
2012-04-07 20:05:57 +00:00
joerg
24f6e2bdb2 Revert. 2012-04-07 19:38:43 +00:00
dholland
de6cea0d68 Switch SUBST_STAGE from post-patch to pre-configure to make it harder
to accidentally hardwire the substitution into patches/.
2012-04-07 19:35:48 +00:00
joerg
4089256956 Apply patches as intended. 2012-04-07 19:34:15 +00:00
dholland
9c603f48cf Regen properly for patches in last commit. Hi Joerg... 2012-04-07 19:27:23 +00:00
dholland
5b300615ee Mark BROKEN; has not been buildable in years. Will be removed in due
course unless fixed. As far as anyone has been able to figure out so
far, this is actually an older version of devel/SOPE.
2012-04-07 17:36:40 +00:00
dholland
987df9cfaa Mark BROKEN; is not buildable and is dead upstream. Will be removed in
due course.
2012-04-07 17:35:09 +00:00
dholland
ac7abe0d8a Mark BROKEN. Has not built in a long time if ever; attempts to fix it
have failed. Also, gcc3 is obsolete.
2012-04-07 17:34:31 +00:00
dholland
fa12a26938 Disable gcc3-java as it does not build, has not built in years, and
attempts to fix it have failed.
2012-04-07 17:33:54 +00:00
dholland
4fea5787c8 Mark BROKEN; has not been buildable (in various differing ways) for
some time. Will be removed in due course unless someone fixes it.
Dead upstream; no successor. If you need this, speak up on pkgsrc-users.
2012-04-07 17:32:40 +00:00
dholland
161bfa0873 Mark BROKEN; has not been buildable in some years. Will be removed in
due course unless someone fixes it. (Successor is chat/centerim.)
2012-04-07 17:31:12 +00:00
schwarz
a0643209da updated devel/diffutils to 3.2 2012-04-07 16:30:05 +00:00
joerg
5a11d53b19 Fix the last commit to not break bootstrap. 2012-04-07 15:27:21 +00:00
schwarz
6911866190 corrected patch-lib_isnan.c to correctly terminate with a '\' the line within
a multi-line statement. Gcc does not seem to care about this, however for Sun
cc the missing '\' broke things.
2012-04-07 15:14:04 +00:00
wiz
dff39f2a54 Fix build with clang. 2012-04-07 15:09:23 +00:00
wiz
fce7596a89 Updated devel/xdelta3 to 3.0za 2012-04-07 15:09:04 +00:00
wiz
77dc1c388e Update to 3.0.0, called 3.0za in pkgsrc to be newer than 3.0z.
Changes: not found.
2012-04-07 15:08:55 +00:00
wiz
0530fe67ce Updated devel/mercurial to 2.1.2 2012-04-07 15:08:30 +00:00
wiz
2c925573c0 Update to 2.1.2:
This is a regularly-scheduled bugfix release.
    alias: abort on missing positional args (issue3331)
    aliases: use empty string for missing position parameters (issue3331)
    bookmarks: clone non-divergent bookmarks with @ in them
    convert/git: abort if git submodules are detected (issue2150)
    convert: deal with empty splicemap path (issue3311)
    dirstate: avoid normalizing letter case on icasefs for exact match (issue3340)
    dirstate: fix some problems for recursive case normalization (issue3342)
    dirstate: normalize case of directory components
    extdiff: escape filenames with vim/DirDiff and make quoting work with Windows
    filemerge: remove temporary files when using internal:dump as merge-tool
    filemerge: restore default prompt for binary/symlink lost in 83925d3a4559
    icasefs: use case preserved root for 'util.fspath()' invocation (issue3302)
    largefiles: suppress unexpected warning of 'hg status' for removed files
    localrepo: fix unpushable repos when using bookmarks (issue3317)
    merge: accept missing revisions in symlink flag merge (issue3316)
    merge: handle linear update to symlink correctly (issue3316)
    mq: fix qpush --move with comments in series file between applied patches
    qfinish: comply with the phases.new-commit option in secret mode (issue3335)
    rebase: move bookmarks as needed with pull --rebase (issue3285)
    rebase: properly calculate descendant set when aborting (issue3332)
    rename: handle case-changing (issue1717)
    setup.py: don't call splitlines twice on the output of xcodebuild (issue3277)
    strip: enhance repair.strip to receive a list of nodes (issue3299)
    strip: ignore -n (issue3326) (BC)
    wix: add phases help text and two more translations (issue3288)
2012-04-07 15:08:21 +00:00
wiz
520ca72b55 Updated converters/libwps to 0.2.4 2012-04-07 15:08:12 +00:00
wiz
5cde5235bb Update to 0.2.4:
Bump version for possible release
	Update doxygen.cfg file
	Ignore the unprintable characters which can appear in the text.
	Ignore some more files
	Add -Weffc++ option for GCC to avoid producing crappy code :)
	Fix build inside a new LibreOffice
	Add Laurent to main authors (my apology for this forgetful attitude)
	Fix distcheck in build/win32
	Fixing MSVC build
	Bump version for a possible release + remove autopackage that nobody uses anyway
	Update of src/conv/ by using libwpd/src/conv as model.
	Small changes: - in WPS4.cpp: correction of an uninitialized variable, - in WPS8.cpp: small improvement of the footnote/endnote display, - in WPSContentListener.cpp: check that the lists are closed before closing a section.
	Plant some .gitignore files all around the place
	Generate ChangeLog on make dist
	Fix callgraph when footnotes are present
	check that the property remains in the FOD zone (patch Laurent Alonso)
	Fix different errors (patch Laurent Alonso)
	Fix some debug build warnings/errors
	Cleanup and rewrite of build system (patch Tomas Chvatal)
	Fix windows gcc build of libwps inside LibreOffice tree (patch Jan Holesovsky <kendy@suse.cz>)
	It seems that cfod 0x54 is legitimate (patch Urmas D. <davian818@gmail.com>)
	Update configure.ac to new syntax. Patch of Tomas Chvatal <tchvatal@suse.cz>
	Rename configure.in to configure.ac Patch of Tomas Chvatal <tchvatal@suse.cz>
	Fix makefile.am's to new syntax. Patch of Tomas Chvatal <tchvatal@suse.cz>
	Fix gcc-4.6 build
2012-04-07 15:08:02 +00:00
wiz
bff3c01ba7 Note end of freeze for pkgsrc-2012Q1. 2012-04-07 15:02:50 +00:00
bsiegert
31da1ae849 Forgot to "cvs add" the patches. Also remove some debugging dreg.
Reminded by wiz, thanks!
2012-04-07 14:48:11 +00:00
bsiegert
b2f4445ecb Add OpenBSD and MirBSD support, no-op for other platforms. 2012-04-07 13:22:31 +00:00
joerg
44de266fc0 Don't install cat pages. Bump revision. 2012-04-07 13:17:10 +00:00
joerg
15b4455bdb Fix build on NetBSD/current. 2012-04-07 13:16:23 +00:00
joerg
9d78fc3fc1 Don't install cat pages. Bump revision. 2012-04-07 13:14:25 +00:00
joerg
7d465526c6 Fix build on NetBSD 6+. Remove redundant install commands. 2012-04-07 13:13:24 +00:00
joerg
89ce8a2d86 Don't install cat pages. Bump revision. 2012-04-07 13:12:10 +00:00
bsiegert
36a73d8ccd Fix "xm list" with Python 2.7 (which is the default now). Without these patches,
you get a traceback and a crashing xend.

ok cegger (maintainer), joerg
2012-04-07 13:10:56 +00:00
obache
6cf0f3330e avaiable via http instead of ftp
(now, redirected to http://aol-4.vo.llnwd.net/pub/...)
2012-04-07 12:49:35 +00:00
obache
78ddba3e99 Add user-destdir installation support. 2012-04-07 11:47:19 +00:00
joerg
35c3adfc81 Fix tool usage. 2012-04-07 11:38:17 +00:00
joerg
feee70ead3 Workaround hangs with Python 2.5 by not using pipes for both stdin and
stdout.
2012-04-07 11:32:29 +00:00
joerg
02372bca19 Fix build with newer vala and glib. 2012-04-07 11:29:27 +00:00
obache
71f95db72a Updated net/sniffit to 0.3.5nb3 2012-04-07 09:23:45 +00:00
obache
54a089a661 * fixes detection of ncurses.h
* let to exactly use system libpcap (fixes build with newer system libpcap).

Bump PKGREVISION.
2012-04-07 09:23:11 +00:00
he
2ee33c2513 Note update of multimedia/ogle to 0.9.2nb7. 2012-04-07 08:29:46 +00:00
he
309b1e75cb Primary object is to make this build with libdvdread 4.2.0 (patch-ad)
Additionally:
 * Mark it as also working with libdvdread 4.1.3
 * Add comments to the patches
 * Add LICENSE=gnu-gpl-v2
This fixes all pkglint warnings.
OK'ed by wiz@
2012-04-07 08:28:45 +00:00
obache
8d15d38336 specify include/lib dir for iodbc respectively. 2012-04-07 04:47:27 +00:00
obache
24cbc6ceba Allow to build with non-native PAM on *BSD. 2012-04-07 01:53:18 +00:00
mishka
90c2238a4c Note p5-Redis update to latest available release. 2012-04-06 19:12:03 +00:00
tron
4347f5ab14 Note update of the "dovecot2" package to version 2.1.3nb1. 2012-04-06 15:56:42 +00:00
tron
33623a0381 Add patch from Dovecot Mercury repository to fix crash this crash in
the IMAP server:

Panic: file mail-storage.c: line 628 (mailbox_alloc): assertion failed:
(uni_utf8_str_is_valid(vname))

Problem reported and fix tested by Thorsten Frueauf.
2012-04-06 15:56:26 +00:00