aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2014-03-1428-468/+4
| | | | | | | | | | 2014-03-14 net/pppd23: Depends on PPPDISC 2014-03-14 net/ipa_ip6fw: Depends on IPv6 ipfw firewall 2014-03-14 palm/synce-hal: Requires pppd 2014-03-14 net/pppoa: Broken on FreeBSD 8 and later since june 2009 Notes: svn path=/head/; revision=348189
* - Support stagingEmanuel Haupt2014-03-141-3/+7
| | | | | | | - Use shebangfix Notes: svn path=/head/; revision=348188
* Support stagingEmanuel Haupt2014-03-141-3/+2
| | | | Notes: svn path=/head/; revision=348187
* - Support stagingEmanuel Haupt2014-03-142-11/+12
| | | | | | | - Use shebangfix Notes: svn path=/head/; revision=348186
* - Support stagingEmanuel Haupt2014-03-141-6/+3
| | | | | | | - Use shebangfix Notes: svn path=/head/; revision=348185
* - Support stagingEmanuel Haupt2014-03-141-10/+9
| | | | | | | | - Define DOCS option - Drop superfluous WRKSRC definition Notes: svn path=/head/; revision=348184
* - Support stagingEmanuel Haupt2014-03-141-4/+6
| | | | | | | - Use shebangfix Notes: svn path=/head/; revision=348183
* Support stagingEmanuel Haupt2014-03-141-6/+7
| | | | Notes: svn path=/head/; revision=348182
* - Update to 7.4.205Sunpoet Po-Chuan Hsieh2014-03-142-3/+26
| | | | | | | | | - Use USES=tar:bzip2 Changes: https://code.google.com/p/vim/source/list Notes: svn path=/head/; revision=348181
* - Use USES=tar:tgzSunpoet Po-Chuan Hsieh2014-03-141-2/+1
| | | | Notes: svn path=/head/; revision=348180
* - Use USES=shebangfixSunpoet Po-Chuan Hsieh2014-03-141-3/+2
| | | | | | | - Use USES=tar:tgz Notes: svn path=/head/; revision=348179
* - Use USES=tar:tgzSunpoet Po-Chuan Hsieh2014-03-141-2/+1
| | | | Notes: svn path=/head/; revision=348178
* Support stagingEmanuel Haupt2014-03-141-2/+1
| | | | Notes: svn path=/head/; revision=348177
* lang/asis: Remove obsolete passage about ASIS 2012/2013 in pkg-descrJohn Marino2014-03-141-5/+0
| | | | Notes: svn path=/head/; revision=348176
* net/polyorb: New version as result of gcc-aux upgrade to gcc49John Marino2014-03-142-16/+10
| | | | | | | | | | 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. Notes: svn path=/head/; revision=348175
* lang/asis: New version as result of gcc-aux upgrade to gcc49John Marino2014-03-147-76/+58
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=348174
* Support stagingEmanuel Haupt2014-03-141-6/+5
| | | | Notes: svn path=/head/; revision=348173
* devel/gprbuild: New version as result of gcc-aux upgrade to gcc49John Marino2014-03-1411-221/+120
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=348172
* lang/adacontrol: Reaction to gcc-aux upgrade to gcc49John Marino2014-03-144-50/+23
| | | | | | | | | | 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. Notes: svn path=/head/; revision=348171
* lang/gcc-aux: Upgrade from gcc-4.7.3 to gcc49-20140302 snapshotJohn Marino2014-03-1414-2698/+1461
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=348170
* Support stagingEmanuel Haupt2014-03-141-9/+5
| | | | Notes: svn path=/head/; revision=348169
* - Support stagingEmanuel Haupt2014-03-141-6/+5
| | | | | | | - Define DOCS option Notes: svn path=/head/; revision=348168
* - Use USES=tar:tgzSunpoet Po-Chuan Hsieh2014-03-141-1/+1
| | | | Notes: svn path=/head/; revision=348167
* - Use USES=tar:tgzSunpoet Po-Chuan Hsieh2014-03-141-1/+1
| | | | Notes: svn path=/head/; revision=348166
* - Use USES=tar:tgzSunpoet Po-Chuan Hsieh2014-03-141-6/+1
| | | | | | | - Simplify Makefile Notes: svn path=/head/; revision=348165
* Upgrade to version 4.1.0.Jimmy Olgeni2014-03-145-62/+12
| | | | | | | Submitted by: jkim Notes: svn path=/head/; revision=348164
* - Use USES=tar:tgzSunpoet Po-Chuan Hsieh2014-03-141-2/+1
| | | | Notes: svn path=/head/; revision=348163
* - Use USES=tar:tgzSunpoet Po-Chuan Hsieh2014-03-141-2/+1
| | | | Notes: svn path=/head/; revision=348162
* - Use USES=tar:tgzSunpoet Po-Chuan Hsieh2014-03-141-2/+1
| | | | Notes: svn path=/head/; revision=348161
* - Use USES=tar:tgzSunpoet Po-Chuan Hsieh2014-03-141-2/+1
| | | | Notes: svn path=/head/; revision=348160
* - Use USES=tar:tgzSunpoet Po-Chuan Hsieh2014-03-141-2/+1
| | | | Notes: svn path=/head/; revision=348159
* - Update to 20140312Sunpoet Po-Chuan Hsieh2014-03-142-4/+4
| | | | | | | | | - Use USES=tar:xz Changes: http://people.FreeBSD.org/~sunpoet/pciids-20140312.diff Notes: svn path=/head/; revision=348158
* - Update to 20140310Sunpoet Po-Chuan Hsieh2014-03-142-3/+3
| | | | Notes: svn path=/head/; revision=348157
* - Update to 20140311Sunpoet Po-Chuan Hsieh2014-03-142-3/+3
| | | | Notes: svn path=/head/; revision=348156
* - Update to 1.002001Sunpoet Po-Chuan Hsieh2014-03-142-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Import-Into/Changes Notes: svn path=/head/; revision=348155
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2014-03-142-12/+6
| | | | | | | | | | | | - Convert to new LIB_DEPENDS format - Convert to new options helper - Fix USE_PYTHON_BUILD - Support STAGEDIR Approved by: portmgr (blanket) Notes: svn path=/head/; revision=348154
* - Update to 4.0.19Sunpoet Po-Chuan Hsieh2014-03-142-3/+3
| | | | | | | Changes: http://www.tinymce.com/develop/changelog/index.php?type=tinymce Notes: svn path=/head/; revision=348153
* - Update to 0.036Sunpoet Po-Chuan Hsieh2014-03-142-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes Notes: svn path=/head/; revision=348152
* - Remove TEST_DEPENDSSunpoet Po-Chuan Hsieh2014-03-141-2/+0
| | | | | | | - Cleanup Makefile Notes: svn path=/head/; revision=348151
* - Deprecate (upstream ceased development in 2003)Frederic Culot2014-03-141-0/+3
| | | | | | | Submitted by: Nick Rogness <nick@rogness.net> (maintainer, via email) Notes: svn path=/head/; revision=348150
* . Update to 2014a.Greg Lewis2014-03-142-3/+3
| | | | Notes: svn path=/head/; revision=348149
* - revert 339830 since it which undefs EXTRACT_SUFX breaking buildDiane Bruce2014-03-141-5/+5
| | | | | | | | | | - stagify [1] PR: ports/187505 [1] Submitted by: Johannes Jost Meixner <xmj@chaot.net> Notes: svn path=/head/; revision=348148
* - Update to 1.6.21Steve Wills2014-03-142-3/+3
| | | | | | | | PR: ports/187427 Submitted by: Michael Moll <kvedulv@kvedulv.de> Notes: svn path=/head/; revision=348147
* Update lighttpd to 1.4.35Martin Matuska2014-03-142-3/+4
| | | | Notes: svn path=/head/; revision=348146
* - Remove TODO from DOCSRusmir Dusko2014-03-142-1/+24
| | | | | | | | | | - Add pkg-message, information about GNU/Linux PR: ports/187559 Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com> Notes: svn path=/head/; revision=348145
* Upgrade to new upstream Version 2.10.Matthias Andree2014-03-142-4/+4
| | | | | | | Revision History: <http://jabref.sourceforge.net/revisionhistory.php#v2.10> Notes: svn path=/head/; revision=348144
* Tie libgnat_util.a to libasisJohn Marino2014-03-134-8/+8
| | | | | | | | | | 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. Notes: svn path=/head/; revision=348143
* Back to poolCarlo Strub2014-03-131-3/+2
| | | | Notes: svn path=/head/; revision=348142
* devel/gps: More tweaks to prepare for gcc49John Marino2014-03-132-0/+30
| | | | | | | | 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. Notes: svn path=/head/; revision=348141
* Back to poolCarlo Strub2014-03-131-1/+1
| | | | Notes: svn path=/head/; revision=348140