1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

329155 Commits

Author SHA1 Message Date
Emanuel Haupt
2e0c0add2e - Support staging
- Use shebangfix
2014-03-14 09:09:09 +00:00
Emanuel Haupt
f6e72c2531 Support staging 2014-03-14 09:06:07 +00:00
Emanuel Haupt
cae94b0ebe - Support staging
- Use shebangfix
2014-03-14 09:04:57 +00:00
Emanuel Haupt
14e5aa25e7 - Support staging
- Use shebangfix
2014-03-14 09:01:09 +00:00
Emanuel Haupt
1cf648721d - Support staging
- Define DOCS option
- Drop superfluous WRKSRC definition
2014-03-14 08:59:17 +00:00
Emanuel Haupt
7603abd626 - Support staging
- Use shebangfix
2014-03-14 08:54:13 +00:00
Emanuel Haupt
29a341fe7b Support staging 2014-03-14 08:50:15 +00:00
Sunpoet Po-Chuan Hsieh
09331a3083 - Update to 7.4.205
- Use USES=tar:bzip2

Changes:	https://code.google.com/p/vim/source/list
2014-03-14 08:50:01 +00:00
Sunpoet Po-Chuan Hsieh
ed935f3b7a - Use USES=tar:tgz 2014-03-14 08:48:41 +00:00
Sunpoet Po-Chuan Hsieh
48c8ef73c4 - Use USES=shebangfix
- Use USES=tar:tgz
2014-03-14 08:48:37 +00:00
Sunpoet Po-Chuan Hsieh
49d0b84b43 - Use USES=tar:tgz 2014-03-14 08:48:04 +00:00
Emanuel Haupt
ae4eec5b72 Support staging 2014-03-14 08:45:25 +00:00
John Marino
2b33b6bd3f lang/asis: Remove obsolete passage about ASIS 2012/2013 in pkg-descr 2014-03-14 08:44:08 +00:00
John Marino
1077d788a4 net/polyorb: New version as result of gcc-aux upgrade to gcc49
Setting USES=ada:47 would not allow polyorb to build because of an
object file mismatch with the gcc49-built xmlada.  It also would not
build with the latest gcc-aux, so the only option is to upgrade the port
to PolyOrb 2013.
2014-03-14 08:37:52 +00:00
John Marino
8b458b8285 lang/asis: New version as result of gcc-aux upgrade to gcc49
The ASIS source has to be matched with the compiler source of the compiler
that builds it.  ASIS is always tricky because it's matched to annual
releases of GNAT GPL, and never to GNAT FSF.  However, after disabling the
useless (and faulty) strong version check, ASIS 2013 seems to work okay
with gcc49.  At least the two ports that use it seem to work ok.
2014-03-14 08:37:27 +00:00
Emanuel Haupt
e5b4010552 Support staging 2014-03-14 08:37:16 +00:00
John Marino
8483905680 devel/gprbuild: New version as result of gcc-aux upgrade to gcc49
GPRBuild was previously based on the 2012 release, but it never should
have gone past the 2011 issue.  GPRBuild needs to use the same sources as
the GNAT that builds it, but it was built with the embedded sources
instead.  These "GPL" sources were ahead of the "FSF" sources, and
GPRBuild only worked by chance.  Using the proper GNAT Sources (gnat_util)
resulted in build failure!  Now gcc-aux has been updated and now
GPRBuild 2013 can be properly built with FSF GNAT 4.9 sources.
2014-03-14 08:36:59 +00:00
John Marino
619e18e8ef lang/adacontrol: Reaction to gcc-aux upgrade to gcc49
While the version remains the same, AdaControl comes with two flavors of
distfiles: "old" and "new".  The "old" distfile was appropriate for
gcc47-aux, but the "new" one is required for the gcc49-based ada compiler.
This change updates the distfile to be used to build adacontrol.
2014-03-14 08:36:33 +00:00
John Marino
bc7ac57a74 lang/gcc-aux: Upgrade from gcc-4.7.3 to gcc49-20140302 snapshot
GCC4.9 hasn't been released yet, but the Ada portion of it is pretty
stable and perfectly passes ACATS and gnat.dg testsuites.  The only
trick was to change the unwind mechanism on i386 away from KERN_PS_STRINGS
because it will not work with 32-bit compatability mode on AMD64.  This
is because on AMD64, the signal trampoline is located on a random area
on a shared page rather than a fixed location before KERN_PS_STRINGS.  To
support both true i386 and AMD64-32 compatibility mode, unwind now looks
for frame pattern in all cases.  Apparently stack checking has been broken
on AMD64-32 until now.

It is important to get the Ada Framework in ports to be based on gcc49
because this compiler supports the full Ada-2012 standard implementation,
and in fact some new programs require this already.

This port will stay on snapshots until 4.9.0 is released, then it will
return to be based on releases.

The Ada and C++ options have been removed.  These are now always built.
In fact, GCC now requires C++ to build, so new bootstraps had to be
created.  FreeBSD8 has its own bootstrap, and FreeBSD 9+ uses a pure
static bootstrap (including GNAT tools) which should last a long time.
Additionally a "Bootstrap" option was added, but this overrides all
other options to create new bootstraps. It is not intended for general
use.

Most of the Ada Framework in ports has been pretested and adjusted to
work with gcc49 out of the box, but some ports will need to be updated
immediately, which will happen right after this one.  The update to
lang/gnat_util had to be synchronized with lang/gcc-aux because they
share version information and the PORTREVISION needed to be reset.
2014-03-14 08:36:05 +00:00
Emanuel Haupt
5b462786ef Support staging 2014-03-14 08:36:03 +00:00
Emanuel Haupt
6d459688af - Support staging
- Define DOCS option
2014-03-14 08:33:43 +00:00
Sunpoet Po-Chuan Hsieh
3d6d601abf - Use USES=tar:tgz 2014-03-14 08:18:20 +00:00
Sunpoet Po-Chuan Hsieh
64b3e4c178 - Use USES=tar:tgz 2014-03-14 08:18:16 +00:00
Sunpoet Po-Chuan Hsieh
864312b03d - Use USES=tar:tgz
- Simplify Makefile
2014-03-14 08:18:12 +00:00
Jimmy Olgeni
b447cb4f5c Upgrade to version 4.1.0.
Submitted by:	jkim
2014-03-14 08:17:58 +00:00
Sunpoet Po-Chuan Hsieh
b01a9a396e - Use USES=tar:tgz 2014-03-14 08:17:42 +00:00
Sunpoet Po-Chuan Hsieh
ecbcef8af9 - Use USES=tar:tgz 2014-03-14 08:17:38 +00:00
Sunpoet Po-Chuan Hsieh
d95505944c - Use USES=tar:tgz 2014-03-14 07:44:54 +00:00
Sunpoet Po-Chuan Hsieh
0442b90561 - Use USES=tar:tgz 2014-03-14 07:44:49 +00:00
Sunpoet Po-Chuan Hsieh
079f6da93a - Use USES=tar:tgz 2014-03-14 07:44:43 +00:00
Sunpoet Po-Chuan Hsieh
a3ea579f14 - Update to 20140312
- Use USES=tar:xz

Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20140312.diff
2014-03-14 07:33:12 +00:00
Sunpoet Po-Chuan Hsieh
816bbb02e9 - Update to 20140310 2014-03-14 07:28:14 +00:00
Sunpoet Po-Chuan Hsieh
e6472a94c6 - Update to 20140311 2014-03-14 07:28:10 +00:00
Sunpoet Po-Chuan Hsieh
a4bffb0e43 - Update to 1.002001
Changes:	http://search.cpan.org/dist/Import-Into/Changes
2014-03-14 07:28:04 +00:00
Sunpoet Po-Chuan Hsieh
5ae7e9d35d - Remove leading indefinite article from COMMENT
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Fix USE_PYTHON_BUILD
- Support STAGEDIR

Approved by:	portmgr (blanket)
2014-03-14 07:28:00 +00:00
Sunpoet Po-Chuan Hsieh
465da7f246 - Update to 4.0.19
Changes:	http://www.tinymce.com/develop/changelog/index.php?type=tinymce
2014-03-14 07:27:55 +00:00
Sunpoet Po-Chuan Hsieh
155f507c89 - Update to 0.036
Changes:	http://search.cpan.org/dist/Exporter-Tiny/Changes
2014-03-14 07:27:49 +00:00
Sunpoet Po-Chuan Hsieh
ae462e210d - Remove TEST_DEPENDS
- Cleanup Makefile
2014-03-14 06:53:59 +00:00
Frederic Culot
e3d3a6eb04 - Deprecate (upstream ceased development in 2003)
Submitted by:   Nick Rogness <nick@rogness.net> (maintainer, via email)
2014-03-14 06:05:22 +00:00
Greg Lewis
cd28eef111 . Update to 2014a. 2014-03-14 04:50:40 +00:00
Diane Bruce
37ee02be26 - revert 339830 since it which undefs EXTRACT_SUFX breaking build
- stagify [1]

PR:		ports/187505 [1]
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-14 02:20:32 +00:00
Steve Wills
f04cb631f8 - Update to 1.6.21
PR:		ports/187427
Submitted by:	Michael Moll <kvedulv@kvedulv.de>
2014-03-14 01:42:51 +00:00
Martin Matuska
4ca753338c Update lighttpd to 1.4.35 2014-03-14 01:35:13 +00:00
Rusmir Dusko
e41c047b24 - Remove TODO from DOCS
- Add pkg-message, information about GNU/Linux

PR:		ports/187559
Submitted by:	Lawrence "The Dreamer" Chen <beastie@tardisi.com>
2014-03-14 01:31:55 +00:00
Matthias Andree
db37a046b7 Upgrade to new upstream Version 2.10.
Revision History: <http://jabref.sourceforge.net/revisionhistory.php#v2.10>
2014-03-14 00:46:12 +00:00
John Marino
029a2d7f9e Tie libgnat_util.a to libasis
Rather than specify gnat_util every time ASIS is a dependency, set it
as a library dependency for ASIS.  LIB_DEPENDS doesn't work because it
is a static library, so just manually add libgnat_util.a to BUILD_DEPENDS
and RUN_DEPENDS, then adjust 3 ports accordingly.
2014-03-13 23:46:25 +00:00
Carlo Strub
e248dd7b80 Back to pool 2014-03-13 23:44:53 +00:00
John Marino
45faf00bca devel/gps: More tweaks to prepare for gcc49
GCC had a couple of "ambiguous" complaints as well as an overlapping
variable used for both in and out.  Fix these nits before gcc49 comes in.
2014-03-13 23:10:04 +00:00
Carlo Strub
81dbe2303e Back to pool 2014-03-13 23:09:52 +00:00
Carlo Strub
2cbba6f7fc Update to 3.2.0
Security:	777d7b9e-ab02-11e3-841e-60a44c524f57
2014-03-13 23:03:03 +00:00