1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Commit Graph

312231 Commits

Author SHA1 Message Date
Brooks Davis
2c6611d8cf Add llvm32 and clang32 ports modeled on the llvm33 and clang33 ports.
These ports install binaries with "32" suffixes and most data lives in
${PREFIX}/llvm32 so there are no conflicts.

NOTE: devel/llvm and lang/clang will shortly be removed in favor of
these ports.
2013-10-18 22:06:39 +00:00
Jase Thew
9c04ae0823 - Update to 0.4.2
- Convert to latest LIB_DEPENDS format
- Add STAGE support
- Fix whitespace nits
- Revise pkg-descr to reflect reality - WeeChat client is ncurses only and
  other front-ends will connect to the ncurses client
- Add MANPAGES option along with pre-built manpages for all supported languages

Changes:	http://www.weechat.org/files/changelog/ChangeLog-0.4.2.html
2013-10-18 21:50:45 +00:00
Rusmir Dusko
a9546cb301 - Update to 2.0.14
Approved by:	pawel (mentor)
2013-10-18 21:35:18 +00:00
Antoine Brodin
5bfbdc18cb Finish staging support 2013-10-18 21:25:27 +00:00
Timur I. Bakeyev
04cef0e0b9 Sync port with bind98. Fix(?) gssapi_krb5 detection. 2013-10-18 21:14:20 +00:00
Gerald Pfeifer
8e073d1e4c Support staging. 2013-10-18 20:49:04 +00:00
Brooks Davis
ba783d57ad Remove explicit references to "33" and obsolete (nop) LATEST_LINK definition.
Add a guard to help catch cases were programs in bin vanish between releases.
2013-10-18 20:28:54 +00:00
Mikolaj Golub
0574cad15f Staging support.
Approved by:	bdrewery (mentor)
2013-10-18 19:48:45 +00:00
Alex Kozlov
7e51973982 - Support STAGEDIR
- Convert to USES=gmake
- Take maintainership
2013-10-18 19:42:31 +00:00
Mikolaj Golub
eaec20c9e4 Stage support.
Approved by:	bdrewery (mentor)
2013-10-18 19:38:41 +00:00
Mikolaj Golub
1c2052c0c0 - Update to 2.28.
- Add stage support.

Approved by:	bdrewery (mentor)
2013-10-18 19:34:32 +00:00
Mathieu Arnold
165c130fe3 Change upstream to a new shinier one.
(And take maintainership.)

PR:		ports/183084
Submitted by:	mat
Approved by:	garga (maintainer)
2013-10-18 18:47:57 +00:00
Danilo Egea Gondolfo
de25662ed6 - Update from 1.2 to 1.2.1 2013-10-18 18:36:59 +00:00
Matthias Andree
86b3563dc7 Distill Python-compileall fix into something fit for shipping upstream,
and fixing a missed directory component along the way (bumping PORTREVISION).
2013-10-18 18:34:09 +00:00
Matthias Andree
9ea5412619 Upgrade to new upstream release 2.1.16, release notes:
https://launchpad.net/mailman/2.1/2.1.16/

Support stage directory. (Requires Python 2.7, 2.6 is no longer
sufficient.) This requires us to compile the Python scripts ourselves to
avoid spilling the stagedir name all over the .pyc files, as Mailman's
build would do (causing complaints from make stage-qa).
While there, compile bin/*.py programs, too.

The post-install section of the Makefile is more verbose now.

Run Mailman's bin/update after install.

Fixes to handling the mailman_last_version file to avoid leftover dirs
from an unused Mailman installation and deinstallation.

Scripts are more robust now, and use mktemp -d for temporary directories.
2013-10-18 16:42:11 +00:00
Marcus von Appen
ae868cb7fb - Enable proper manpage handling for PYDISTUTILS_AUTOPLIST, if the
manpages are installed by distutils.

Requested by:	avg@
Improvements:	jhein@symmetricom.com
2013-10-18 16:28:48 +00:00
Baptiste Daroussin
75f681178b devel/pear-PHPUnit, removed, EOLed upstream
devel/pear-PHPUnit2, removed EOLed upstream
This also solves a package name collision
2013-10-18 15:54:54 +00:00
Tijl Coosemans
d6917d6a9b - Distinguish clang from Microsoft cl.exe [1]
- Treat g++*, c++* and clang* the same.
- Remove ?= assignments because this isn't a master port.
- Remove libtool dependency.
- Remove pkgconfig dependency.  The port only installs a .pc file.
- Disable use of MMX for now.  It cannot be used in i386 packages and on
  amd64 the compiler already uses SSE.
- Support staging.
- Support WITH_DEBUG.

PR:		ports/173741 [1]
Submitted by:	Jeremy Huddleston Sequoia <jeremyhu@freedesktop.org> [1]
2013-10-18 15:31:20 +00:00
Mark Felder
ec465c0f07 - General cleanup
- unrar and Python are default enabled options
- New p7zip option, disabled by default
- The final release of 11.0 only requires --disable-sigchld-handler on
  32bit FreeBSD [1]

[1] http://nzbget.sourceforge.net/forum/viewtopic.php?f=3&t=596&start=10

PR:		ports/183026
Approved by:	maintainer, swills (mentor)
2013-10-18 15:02:22 +00:00
Baptiste Daroussin
0fede66812 Change maintainer
Submitted by:	"Ilya A. Arkhipov" <rum1cro@yandex.ru>
Approved by:	"Andrey V. Elsukov" <bu7cher@yandex.ru> (former maintainer)
2013-10-18 15:02:20 +00:00
Bernhard Froehlich
f142d4602a - Support staging 2013-10-18 14:48:54 +00:00
Bernhard Froehlich
26616e0e20 - Support staging
- Convert LIB_DEPENDS to new shlib format
- Clanup
- Bump PORTREVISION
2013-10-18 14:46:42 +00:00
Brooks Davis
d13a4b8e8f STAGIFY 2013-10-18 14:40:44 +00:00
Koop Mast
4466fdd01b Fix the build with clang and with libc++ [1]
Switch to new lib_depend syntax, stageify, USES=desktop-file-utils.
Quiet warning spam when building with clang.
Cleanup obsolete sed lines, rename patches with obsolete names.

Obtained from:	inkscape launchpad bug 1232474 and 0.48.x stable branch [1]
2013-10-18 14:37:58 +00:00
Brooks Davis
922be12dde STAGIFY
Allow to build on amd64 and ia64 since pvm has had shared libs on all
platforms for quite some time.

Mark DEPRECATED as it seems unlikely there are any actual users given
that it hasn't worked on amd64 ever and the upstream hasn't made any
changes for 8 years or so.

Drop maintainership.
2013-10-18 14:33:34 +00:00
Baptiste Daroussin
b0ca6d0c28 Fix pkgname collision 2013-10-18 14:25:23 +00:00
Mathieu Arnold
0ccc221ad4 Passes all tests with net/p5-SOAP-Lite. 2013-10-18 14:20:39 +00:00
Baptiste Daroussin
36ad95e011 Fix pkgname collision 2013-10-18 14:17:16 +00:00
Brooks Davis
ccd67acd47 STAGIFY 2013-10-18 14:14:25 +00:00
Brooks Davis
14ee9c1701 STAGIFY 2013-10-18 14:12:41 +00:00
Pietro Cerutti
6d55184814 - Convert to USES+=tk
- STAGE-clean
- Bring PLIST into Makefile
2013-10-18 14:03:11 +00:00
Baptiste Daroussin
8fdb9a217f Fix a hidden bad usage of pkgconfig 2013-10-18 14:00:34 +00:00
Brooks Davis
1a78327546 STAGIFY
Depend on a more modern version of clang when the base one won't do.
2013-10-18 13:57:10 +00:00
Boris Samorodov
6f132fa4e2 . support stage;
. use new LIB_DEPENDS syntax;
. mark MAKE_JOBS_UNSAFE, different failures at pkg-fallout:
-----
Running dot for graph 26/116
Abort trap (core dumped)
*** [doc/html] Error code 134
-----
====>> Killing runaway build after 7200 seconds with no output
-----
2013-10-18 13:49:29 +00:00
Matthew Seaman
e7d08823d3 - Fix build/run depends on www/rt40
- Stagify
- Take maintainership

Submitted by:	marko.cupac@mimar.rs
Approved by:	feld (previous maintainer)
2013-10-18 13:35:53 +00:00
Brooks Davis
919f9fb830 STAGIFY 2013-10-18 13:33:45 +00:00
Alex Dupre
8e7fdd9d37 Fix installation of mod_php. 2013-10-18 12:37:45 +00:00
Veniamin Gvozdikov
0031c1839b - Fixed build on 10.x
- Added depend by GCC

Approved by:	eadler, osa, rm (mentors, implicit)
2013-10-18 12:00:08 +00:00
Raphael Kubo da Costa
2adf495421 Add a series of upstream patches to fix the build with devel/py-sip >= 4.15.
PR:		ports/183046
2013-10-18 11:59:17 +00:00
William Grzybowski
b1610e75d9 www/py-flexget: update to 1.1.140
- Update to 1.1.140
2013-10-18 11:55:19 +00:00
Bernhard Froehlich
e8a8a5500c - Add USES=desktop-file-utils
- Support staging
- Convert optional dependencies to new format
- Convert LIB_DEPENDS to new shlib format
- Bump PORTREVISION
2013-10-18 11:40:34 +00:00
Alex Dupre
6d8dfd2b65 Mark broken when APACHE is enabled until a fix is committed. 2013-10-18 11:07:38 +00:00
Alex Dupre
7eeea5cc87 Update to 5.4.21 release and STAGify. 2013-10-18 10:04:26 +00:00
Tijl Coosemans
b9288bf1d0 Fix two bugs reported by clang.
PR:		ports/172209
Submitted by:	Miklos Magyari <magyarimiki@gmail.com>
Approved by:	maintainer timeout (1 year)
2013-10-18 09:59:43 +00:00
Alex Dupre
ed59bfb4d2 Update to 5.5.5 release and STAGify. 2013-10-18 09:56:47 +00:00
Baptiste Daroussin
2ae04390b9 Lua4 is deprecated upstream for long
Approved by:	maintainer
2013-10-18 09:47:00 +00:00
Tim Bishop
e94f806db4 - Remove no longer needed MAN1 from Makefile.
Submitted by:	az
2013-10-18 09:23:34 +00:00
Baptiste Daroussin
9fa3c854de deprecate ports broken for more than 6 month 2013-10-18 07:51:19 +00:00
Tijl Coosemans
58d30ed8fc Fix build on i386 with clang.
Some inline asm requires 7 registers but only 6 are available because
clang assumes the stack is 4-byte aligned and there's a local variable
that requires 16-byte alignment so the stack has to be realigned which
requires one register to be used as frame pointer.

PR:		ports/180564
Submitted by:	dt71@gmx.com
Approved by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
2013-10-18 07:45:48 +00:00
Mathieu Arnold
a6b5ff62fb Fixup with perl 5.16.
Approved by:	maintainer
2013-10-18 07:44:30 +00:00