1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

314385 Commits

Author SHA1 Message Date
Vanilla I. Shu
c07eae427d Support STAGEDIR. 2013-11-06 01:32:11 +00:00
Vanilla I. Shu
086a33ec88 Support STAGEDIR. 2013-11-06 01:23:26 +00:00
Vanilla I. Shu
33fcdce510 Support STAGEDIR. 2013-11-06 01:18:34 +00:00
Brooks Davis
544d2a5976 Upgrade the llvm development ports to r193887. We're about two weeks
from the LLVM 3.4 branch starting.

Apply the clang portion of r255321 from base switching the default C++
library to libc++ on 10+.

Correct clang's notion of the underlying type of (u)intmax_t on MIPS64.
2013-11-06 00:13:02 +00:00
Dima Panov
4c549c5f51 - Reduce unnecessary dependencies by use cups-client for library.
PR:		183614
Submitted by:	Pavel Gubin
2013-11-05 23:58:44 +00:00
Rusmir Dusko
a2634207d6 - Update to 20131106
- Change maintainer email to @FreeBSD.org
- Add more levels
- Change pkg-message

Approved by:	pawel / wg (mentors, implicit)
2013-11-05 23:38:16 +00:00
Rusmir Dusko
5c11de64b8 - Bump PORTREVISION
- Simplify master sites
- Change maintainer email to @FreeBSD.org
- USES gmake instead of USE_GMAKE
- Support STAGEDIR
- Add more levels
- Change pkg-plist, use for levels TMPPLIST

Approved by:	pawel / wg (mentors, implicit)
2013-11-05 23:38:08 +00:00
Rusmir Dusko
3b2345e802 - Update to 3.3.1.0
- Simplify master site
- Change maintainer email to @FreeBSD.org
- USES gmake instead of USE_GMAKE
- Support STAGEDIR
- Add more levels
- Use for levels TMPPLIST

Approved by:	pawel / wg (mentors, implicit)
2013-11-05 23:38:00 +00:00
Diane Bruce
b9c7e063d6 - As described by Mamoru Iwaki <1wkmmr@gmail.com> in email
> I have just looked around audio/xoscope, not compiling it yet.  Then, I
> found a strange line in files/patch-ser_unix.c, as follows:
>
> 34   +#ifdef BSD
> 35   +    if (tcgetattr(fd, &svbuf) < 0 ) {
> 36   +#else
> 37        if (ioctl(fd, TCSETA, &svbuf) < 0) {
> 38   +#endif
>
> I wonder tcgetattr(...) in line 35 should be tcsetattr(...).

It should be, but the fd involved was for hardware that is no longer
made but it is a trivial fix so fixed anyway.

- Convert to stagedir while in here.

Submitted by:	1wkmmr@gmail.com (for tcsetattr note)
2013-11-05 23:28:09 +00:00
Danilo Egea Gondolfo
ef25aae5a4 - Build with GCC
- Remove extra patches
2013-11-05 23:19:56 +00:00
Danilo Egea Gondolfo
57dacc67dc - Build with GCC
- Remove extra patches
2013-11-05 23:19:37 +00:00
Olli Hauer
1ea29f04b1 - fix package installation with old pkg tools (create empty
folders in pkg-plist even staging is enabled)
2013-11-05 22:48:57 +00:00
Renato Botelho
876d5673a3 . Fix DOCS install
PR:		ports/183600 (based on)
Submitted by:	nemysis <nemysis@FreeBSD.org>
2013-11-05 22:48:54 +00:00
Jun Kuriyama
94b77add09 - Upgrade to 0.012. 2013-11-05 22:46:28 +00:00
Raphael Kubo da Costa
21d7095abe Make the patch from r332921 actually apply against 4.10.5... 2013-11-05 22:42:37 +00:00
Olli Hauer
2fd00fb7a0 - add stage support
Approved by:	lev@ (explicit)
2013-11-05 22:40:46 +00:00
Renato Botelho
dc61d69ad5 . Fix DEBUG option
. Bump PORTREVISION
2013-11-05 22:33:22 +00:00
Raphael Kubo da Costa
c017258b6f Add a patch sent upstream to fix the build with libc++:
http://article.gmane.org/gmane.linux.umbrello.devel/11418

PR:		ports/182527
2013-11-05 22:18:59 +00:00
Olli Hauer
e3aafdf891 - do not silence directory creation
Submitted by:	mandree
2013-11-05 22:18:45 +00:00
Olli Hauer
0911d5e3e4 - book is now a dedicated port 2013-11-05 22:16:34 +00:00
Raphael Kubo da Costa
25c41d2164 - Add a series of patches to fix the build with libc++, some of them
imported from deskutils/kdepim4.
- Properly set XDG_CONFIG_HOME to /dev/null when building so that no
  additional files are touched at build time.
2013-11-05 22:10:00 +00:00
Olli Hauer
95d239e2ab - add stage support
- BOOK is now own port

Approved by:	lev@ (explicit)
2013-11-05 22:07:08 +00:00
Olli Hauer
5b76779ac1 - update to version 1.8.4
- add stage support

Version 1.8.4
 User-visible changes:
  - Client- and server-side bugfixes:
    * fix assertion on urls of the form 'file://./' (r1516806)
    * stop linking against psapi.dll on Windows (r1534102)
    * translation updates for Swedish

  - Client-side bugfixes:
    * revert: fix problems reverting moves (issue #4436)
    * update: fix assertion when file external access is denied (issue #4422)
    * merge: reduce network connections for automatic merge (r1468980 et al)
    * merge: fix path corruption during reintegration (r1523666)
    * mergeinfo: fix crash (r1519955)
    * ra_serf: verify the result of xml parsing (r1501199 et al)
    * ra_serf: improve error messages during commit (r1526439)
    * ra_local: fix error with repository in Windows drive root (r1518184)
    * fix crash on windows when piped command is interrupted (r1522892)
    * fix crash in the crash handler on windows (r1532023)
    * fix assertion when upgrading old working copies (r1520529)

  - Server-side bugfixes:
    * hotcopy: cleanup unpacked revprops with '--incremental' (r1512300 et al)
    * fix OOM on concurrent requests at threaded server start (r1527103 et al)
    * fsfs: improve error message when unsupported fsfs format found (r1534158)
    * fix memory problem in 3rd party FS module loader (r1519615 et al)

 Developer-visible changes:
  - General:
    * allow compiling against serf 1.3 and later on Windows (r1517123)

  - Bindings:
    * javahl: canonicalize path for streaFileContent method (r1524869)

Approved by:	lev@ (explicit)
2013-11-05 22:05:38 +00:00
Olli Hauer
493f516c08 - move subversion documentation into own port
Approved by:	lev@
2013-11-05 22:02:04 +00:00
Olli Hauer
2adbdf09f4 - backport upstream commit r1528718 into mod_dav [1].
This is needed because of a bug [2] due to an incorrect
  implementation of RFC 4918.
  The symptoms are a failure to copy a svn tree via DAV:

- fix package installation with old pkg tools (create empty
  folders in pkg-plist even staging is enabled)

[1] http://svn.apache.org/viewvc?view=revision&revision=1528718
[2] https://issues.apache.org/bugzilla/show_bug.cgi?id=55306

PR:		ports/183685
Submitted by:	Pietro Cerutti <gahr@FreeBSD.org>
2013-11-05 22:00:07 +00:00
Olli Hauer
9d7ac6ce31 - update to version 1.3.2 2013-11-05 21:57:16 +00:00
William Grzybowski
4c766e00b7 www/zend-framework1: update to 1.12.3 2013-11-05 21:49:08 +00:00
Jason Helfman
a4bef5d94c - update to 1.1.4
Changes: http://libvirt.org/news.html
2013-11-05 21:37:03 +00:00
William Grzybowski
7ad1a0fedd www/zend-framework: update to 2.2.5 2013-11-05 21:16:32 +00:00
Jung-uk Kim
77e1b3cd31 - Do not crash when unsupported options are specified. [1]
- Micro-optimize and tidy up some patches.

PR:		java/183656 [1]
2013-11-05 21:16:12 +00:00
William Grzybowski
6815c074cd net/py-kombu: update to 3.0.3 2013-11-05 21:10:27 +00:00
William Grzybowski
a25f0db241 net/py-amqp: update to 1.3.2
Approved by:	maintainer (via email)
2013-11-05 20:58:22 +00:00
Thierry Thomas
f111b45024 If compiled with clang, rxvt-unicode segfaults when trying to scroll
with the mouse wheel. There are some intrusive patches floating around
(from #rxvt-unicode / Cl. Zumbo), but ATM I prefer forcing Gcc.

Submitted by:	Claudio Zumbo <claudiozumbo (at) gmail <dot> com>
2013-11-05 20:50:08 +00:00
Michael Reifenberger
55e0dd8ab1 Update qcad to 3.4.2.0
PR:		ports/183346
Submitted by:	rakuco@
2013-11-05 20:34:42 +00:00
Sunpoet Po-Chuan Hsieh
3dc70b8d75 - Update to 6.82
Changes:	http://search.cpan.org/dist/ExtUtils-MakeMaker/Changes
2013-11-05 19:45:13 +00:00
Sunpoet Po-Chuan Hsieh
1cce31900f - Update to 0.4008
Changes:	http://search.cpan.org/dist/Module-Build/Changes
2013-11-05 19:44:32 +00:00
Xin LI
42df5e78d7 Fix a warning "Having multiple values in <test> isn't supported and may
not work as expected" when using the latest x11-fonts/fontconfig.

This is similar to r326328 (ports/181701).

Reported by:	Eric Camachat <eric.camachat gmail.com>
Submitted by:	maintainer
PR:		ports/182865
2013-11-05 19:40:01 +00:00
Sunpoet Po-Chuan Hsieh
038b06deb3 - Set perl2_CMD as perl_CMD in case it changes
Suggested by:	mat
2013-11-05 19:33:28 +00:00
Sunpoet Po-Chuan Hsieh
2909e40c02 - Update to 1.400
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Pod-Markdown/Changes
2013-11-05 19:07:19 +00:00
Sunpoet Po-Chuan Hsieh
a65b30cfea - Update to 6.32
- Convert to new options framework
- Use USES=shebangfix

Changes:	http://search.cpan.org/dist/Coro/Changes
2013-11-05 19:07:11 +00:00
Sunpoet Po-Chuan Hsieh
91dd3944b6 - Update to 1.001002
- Add LICENSE

Changes:	http://search.cpan.org/dist/Test-Simple/Changes
2013-11-05 19:04:59 +00:00
Sunpoet Po-Chuan Hsieh
d8e46337d7 - Update to 0.40
- Add LICENSE
- Use TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Test-Class/Changes
2013-11-05 19:04:54 +00:00
Sunpoet Po-Chuan Hsieh
3c1462fe14 - Update to 4.025
Changes:	http://search.cpan.org/dist/DBD-mysql/ChangeLog
2013-11-05 19:04:49 +00:00
Sunpoet Po-Chuan Hsieh
39da357a03 - Update to 0.43
- Add LICENSE
- Convert to new options framework

Changes:	http://search.cpan.org/dist/DBIx-DBSchema/Changes
2013-11-05 19:04:44 +00:00
Sunpoet Po-Chuan Hsieh
cfa23e7372 - Update to 2.2.3
Changes:	https://github.com/guard/guard/releases
2013-11-05 19:04:39 +00:00
William Grzybowski
4aa652d974 multimedia/gpac-libgpac: add prefix to configure args
Reported by:	Omar S (via email)
2013-11-05 19:01:43 +00:00
Antoine Brodin
e6ca9cbec5 New port: devel/pecl-msgpack
This extension provide API for communicating with MessagePack serialization.

WWW: http://pecl.php.net/package/msgpack

PR:		ports/181577
Submitted by:	John Chen
2013-11-05 18:39:09 +00:00
Raphael Kubo da Costa
e984a3a1c4 Welcome CMake 2.8.12!
With contributions from Schaich Alonso <alonsoschaich@fastmail.fm>,
including stage support for devel/cmake-gui.

This update took much longer than expected due to CMake changing the
arguments to an internal macro that ended up being used by some ports:

  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9ce60ff5

I have also started a discussion about this on CMake's development list:

  http://article.gmane.org/gmane.comp.programming.tools.cmake.devel/8464

It required adjusting the affected ports, and these changes have approved by
portmgr (bdrewery).

PR:		ports/182981
Approved by:	portmgr (bdrewery)
2013-11-05 18:34:22 +00:00
Dirk Meyer
75802bbff3 - add iconv for option XFT 2013-11-05 18:25:16 +00:00
Raphael Kubo da Costa
10dce1c574 Support staging.
Submitted by:	Schaich Alonso <alonsoschaich@fastmail.fm>
2013-11-05 18:22:09 +00:00