Commit graph

184737 commits

Author SHA1 Message Date
dholland
50bb0e7efe Fix NetBSD PPC build, from Magnus Henoch in PR 34787. 2012-04-08 05:47:30 +00:00
dholland
cbaabf6b3e Note in the MESSAGE that git-svn requires p5-subversion, as suggested
in PR 45058.
2012-04-08 05:31:07 +00:00
dholland
23c74f75d3 Third time's the charm. I hope. autoconf can bite me. 2012-04-08 05:11:13 +00:00
sbd
3d61fd16c5 Remove the now unneeded "gcc-cpp" description and change "gcc-objcpp" to
"gcc-objc++" as plus characters are allowed in options names.
2012-04-08 05:06:29 +00:00
sbd
77983f147e Revert the below commit as it has been decided that plus (+) characters are
allowed in option names (pkglint has been updated).

---
   Module Name:	pkgsrc
   Committed By:	sbd
   Date:		Wed Apr  4 22:20:37 UTC 2012

   Modified Files:
   	pkgsrc/lang/gcc46: options.mk

   Log Message:
   Rename option "gcc-c++" to "gcc-cpp" (with legacy support) as pkglint
   complains with: "gcc-c++" is not a valid option name.


   To generate a diff of this commit:
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/gcc46/options.mk
2012-04-08 05:04:46 +00:00
sbd
0cd3fd3583 Revert the below commit as it has been decided that plus (+) characters are
allowed in option names (pkglint has been updated).

---
   Module Name:	pkgsrc
   Committed By:	sbd
   Date:		Wed Apr  4 22:18:30 UTC 2012

   Modified Files:
	   pkgsrc/lang/gcc44: options.mk

   Log Message:
   Rename option "gcc-c++" to "gcc-cpp" (with legacy support) as pkglint
   complains with: "gcc-c++" is not a valid option name.


   To generate a diff of this commit:
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/gcc44/options.mk
2012-04-08 05:04:36 +00:00
dholland
25373df0e8 whoops, forgot one 2012-04-08 04:49:56 +00:00
dholland
16cde1550c Fix quota handling on NetBSD. If the new <quota.h> exists, use it. If
all that exists is the 5.99 proplib quotas, disable quota support.
2012-04-08 04:43:51 +00:00
sbd
63ccc616c0 Updated pkgtools/pkglint to 4.108 2012-04-08 04:42:47 +00:00
sbd
05b15cf8b2 Update the pattern used for checking option name to allow the plus (+)
character (e.g. as in "c++")
Bump version number.
2012-04-08 04:42:39 +00:00
dholland
669ecc3443 USE_TOOLS+=perl:run. There are very few cases where it makes sense to
REPLACE_PERL without depending on it. PKGREVISION to 4.
2012-04-08 03:37:30 +00:00
dholland
a73577548f Hack this to build against libtiff 4.x. With luck, it'll still work.
Because it depends on changes to the API in libtiff 4.x, set the minimum
BUILDLINK_API_DEPENDS accordingly. And, even though it wasn't building,
bump PKGREVISION to 7; the new package depending on tiff>=4.0 needs to
be distinguishable from the old package depending on tiff<4.0.

XXX: This package desperately needs to be updated. It is years out of
XXX: date with respect to upstream.
2012-04-08 03:25:03 +00:00
dholland
d02334d084 Work around automake failure that appeared recently. 2012-04-08 02:37:36 +00:00
dholland
efd64482fe Fix build with new xine-lib. 2012-04-08 02:23:46 +00:00
dholland
1d7b71f65c Add missing entry. 2012-04-08 02:14:34 +00:00
dholland
fb530c9afe Regen to avoid a warning from patch(1). 2012-04-08 02:02:08 +00:00
dholland
914fa0d73c Use SPECIAL_PERMS and switch to user-destdir mode. While this is intended
to produce the same binary package, if something went wrong it might not,
so bump PKGREVISION (to 2) as a precaution.
2012-04-08 01:28:35 +00:00
dholland
f3907f56ec Rework config patches somewhat so they might work on non-NetBSD.
Attempt to honor VARBASE instead of blithely dropping stuff into /var;
may be incomplete. Doing this right may require sorting out multiple
/var trees as it shouldn't, at least by default, be working dialer
locks in the pkgsrc VARBASE; however, it's not clear that those will
always necessarily be in /var either. For now the package assumes
they will be though.

*** If I have broken this for you, please let me know ASAP.
2012-04-08 00:47:26 +00:00
dholland
443a770aed Don't warn in ~every file that DEVICE_GROUP is being defined on the
command line. Eliminates a lot of build noise.
2012-04-08 00:04:12 +00:00
dholland
e673e159a5 Explicitly pass LIBS to the package's makefile. Fixes build on netbsd-6
and -current.
2012-04-07 23:51:00 +00:00
dholland
434daa383e On reflection, bump PKGREVISION. It stopped building on -current
because quota-related FFS header reorganization caused the definition
of the FFS struct direct to no longer be visible; however, on older
NetBSD since struct direct and struct dirent diverged (which was some
time back) it would have built successfully unless given -Wall, but
not worked.
2012-04-07 23:35:35 +00:00
dholland
5c273d1a6d Always set -DDIRENT_FIXUP, which means opendir() returns POSIX struct
dirent rather than the FFS struct direct. As this has been POSIX for
at least twenty years I very, very much doubt there are any exceptions
left in the wild.

Fixes build on NetBSD-current.
2012-04-07 23:32:40 +00:00
dholland
390eba3c65 Patch build with new xine. 2012-04-07 23:20:42 +00:00
dholland
20430e11ca Oops, do previous correctly. 2012-04-07 22:49:54 +00:00
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