aboutsummaryrefslogtreecommitdiff
path: root/devel/astyle
Commit message (Collapse)AuthorAgeFilesLines
* devel/astyle:Lars Engels2018-01-152-4/+4
| | | | | | | Update to 3.1 Notes: svn path=/head/; revision=459024
* devel/astyle: Update to 3.0.1Tobias Kortkamp2017-10-233-13/+24
| | | | | | | | | | | - Install example option files Changes: http://astyle.sourceforge.net/notes.html PR: 223173 Approved by: lme (maintainer) Notes: svn path=/head/; revision=452694
* devel/astyle: Update to 2.06Lars Engels2017-01-013-5/+6
| | | | Notes: svn path=/head/; revision=430303
* devel/astyle:Lars Engels2016-10-041-6/+2
| | | | | | | | | | | | | | - Remove doubled CLFAGS - Use astyle/build/${COMPILER_TYPE} as WRCSRC instead of hard-coding gcc - Remove blank MAGE_ARGS - Drop no longer needed pre-patch target - Stripping the binary is now done by the linker itself PR: 213042 Submitted by: bsam Notes: svn path=/head/; revision=423305
* Update to 2.05.1Lars Engels2015-02-022-3/+3
| | | | Notes: svn path=/head/; revision=378325
* Update to 2.05Lars Engels2014-11-183-10/+5
| | | | Notes: svn path=/head/; revision=372711
* Nuke some @dirrm from develBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371533
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.Adam Weinberger2014-07-151-0/+2
| | | | | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example. Notes: svn path=/head/; revision=362014
* - Bump PORTREVISION for the changes in the last commitLars Engels2014-02-181-0/+1
| | | | Notes: svn path=/head/; revision=344972
* - Use USES for gmake, compiler and iconvLars Engels2014-02-181-5/+5
| | | | | | | | | - Don't explicitly depend on GCC - Strip binary - Don't include bsd.port.options.mk Notes: svn path=/head/; revision=344971
* - Update to 2.04Lars Engels2013-12-072-4/+5
| | | | | | | | | | - Add LICENCSE PR: ports/184553 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Notes: svn path=/head/; revision=335828
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* - Support stagingLars Engels2013-10-042-12/+16
| | | | | | | - Use pkg-plist Notes: svn path=/head/; revision=329358
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* Update to 2.03Lars Engels2013-05-102-3/+3
| | | | Notes: svn path=/head/; revision=317785
* - Convert to OptionsNGEitan Adler2013-04-192-9/+9
| | | | | | | | | | | | | | - Strip header - Remove leading article - Better pkg-descr PR: ports/176459 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Approved by: maintainer timeout (> 1 month) Feature safe: yes Notes: svn path=/head/; revision=316082
* Fix typos in COMMENTCarlo Strub2012-07-251-1/+1
| | | | Notes: svn path=/head/; revision=301510
* Update to 2.02.1Lars Engels2011-12-112-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=287184
* Add USE_GCC=4.4+ to fix build in UTF-8 environmentsLars Engels2011-10-091-2/+2
| | | | | | | | | | | PR: ports/161036 Reported by: Aldis Berjoza <graudeejs@gmail.com> Patch by: Vaclav Zeman Reviewed by: ed Approved by: maintainer (me) Notes: svn path=/head/; revision=283238
* Update to 2.02Lars Engels2011-09-172-3/+4
| | | | Notes: svn path=/head/; revision=281923
* Update to 2.01Lars Engels2010-12-282-4/+3
| | | | Notes: svn path=/head/; revision=267049
* - Update to 1.24Lars Engels2010-06-012-6/+6
| | | | | | | | | PR: ports/144595 Submitted by: Aldis Berjoza <aldis@bsdroot.lv> Approved by: maintainer (me) Notes: svn path=/head/; revision=255444
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* Update to 1.23Lars Engels2009-02-192-4/+4
| | | | | | | Noticed by: Tony Maher Notes: svn path=/head/; revision=228682
* Update to 1.22Lars Engels2009-01-202-9/+8
| | | | | | | Changelog: http://astyle.sourceforge.net/notes.html Notes: svn path=/head/; revision=226552
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* With an up-to-date INDEX I even find the rest of the ports I maintain,Lars Engels2007-07-121-1/+1
| | | | | | | | | so change my e-mail address also in those ports. Approved by: miwi (mentor) Notes: svn path=/head/; revision=195496
* - Update to 1.21Martin Wilke2007-07-022-7/+7
| | | | | | | | | | - Pass maintainership to submitter PR: 114151 Submitted by: Lars Engels <lars.engels@0x20.net> Notes: svn path=/head/; revision=194647
* Reset andrew.nau.ua@gmail.com at his request due to lack of time.Mark Linimon2007-03-231-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=188079
* - Update to 1.20.2Cheng-Lung Sung2007-03-212-4/+4
| | | | | | | | | PR: ports/109727 Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=187834
* - Update to 1.20.1Cheng-Lung Sung2007-03-022-18/+12
| | | | | | | | | PR: ports/108717 Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org> Approved by: maintainer timeout Notes: svn path=/head/; revision=186320
* - Update to 1.19Martin Wilke2006-11-134-49/+25
| | | | | | | | | | | | | - Respect CPPFLAGS, LDFLAGS - Fix 4.X build [1] PR: ports/105362 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> [1] miwi Approved by: maintainer Notes: svn path=/head/; revision=177161
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Take MAINTAINERMarcus Alves Grando2005-10-111-1/+1
| | | | | | | | PR: 87279 Submitted by: Andrew Pogrebennyk <andrew.nau.ua@gmail.com> Notes: svn path=/head/; revision=145007
* - Fix the command line option parser [1]Jean-Yves Lefort2005-05-072-3/+24
| | | | | | | | | | | - Fix the packing list when NOPORTDOCS is defined - Polish the Makefile PR: ports/80666 [1] Submitted by: Alex Rousskov <rousskov@measurement-factory.com> [1] Notes: svn path=/head/; revision=134806
* - Use PLIST_FILES/PORTDOCSVolker Stolz2005-04-193-10/+5
| | | | | | | - Minimize Makefile-patch Notes: svn path=/head/; revision=133709
* Unbreak with gcc 3.4 by adding -fpermissive to CFLAGSTilman Keskinoz2004-08-161-5/+1
| | | | Notes: svn path=/head/; revision=116409
* BROKEN on 5.x: Does not compile with gcc 3.4.2Kris Kennaway2004-08-161-1/+7
| | | | Notes: svn path=/head/; revision=116340
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-2/+1
| | | | | | | | 105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Remove BROKEN tag; the gcc 3.x build problems were corrected with theKris Kennaway2002-10-271-7/+1
| | | | | | | | | | new version. Submitted by: Sean Kelly <smkelly@zombie.org> PR: ports/44547 Notes: svn path=/head/; revision=68951
* Upgrade to 1.15.3.OKAZAKI Tetsurou2002-10-263-4/+25
| | | | | | | | | | | | Set MAINTAINER to ports@FreeBSD.org (requested by the maintainer). Fix warnings detected by portlint. PR: 43237 Submitted by: Marco Molteni <molter@tin.it> Approved by: Don Croyle <croyle@gelemna.org> (maintainer) Notes: svn path=/head/; revision=68867
* Mark BROKEN on 5.0Kris Kennaway2002-10-261-1/+7
| | | | Notes: svn path=/head/; revision=68851
* Update to version 1.14.0Kevin Lo2002-01-177-64/+14
| | | | | | | | PR: 33601 Submitted by: Paul Marquis <pmarquis@pobox.com> Notes: svn path=/head/; revision=53253
* Style police over the devel category.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37976
* Change MAINTAINER's mail address.Akinori MUSHA2000-05-211-3/+3
| | | | | | | | | | Now "Don Croyle <croyle@gelemna.org>". PR: 18701, (part of) 18702, 18703, 18706 Submitted by: MAINTAINER Notes: svn path=/head/; revision=28647
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-3/+3
| | | | Notes: svn path=/head/; revision=27452