aboutsummaryrefslogtreecommitdiff
path: root/lang/sdcc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* devel/boost-*: update to 1.65.1Jan Beich2017-09-251-1/+1
| | | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 Notes: svn path=/head/; revision=450560
* devel/boost-*: enable C++11 featuresJan Beich2017-09-251-1/+1
| | | | | | | | | | | PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 Notes: svn path=/head/; revision=450557
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* devel/boost-*: update to 1.64.0Jan Beich2017-05-021-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472 Notes: svn path=/head/; revision=439934
* Mark various ports broken on aarch64 and armv6.Mark Linimon2017-01-311-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=432897
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 Notes: svn path=/head/; revision=430692
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-0/+1
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* Update to 3.6.0.Tijl Coosemans2016-07-081-2/+3
| | | | Notes: svn path=/head/; revision=418238
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Patch files to replace ARCH with PICARCH. NOPRECIOUSMAKEVARS makesTijl Coosemans2016-02-211-2/+22
| | | | | | | | | | | | | bsd.port.mk stop using ARCH but the package builders set ARCH in their make.conf anyway. Some libraries were missing from the package because of this. Reported by: Jason Bacon <bacon4000@gmail.com> MFH: 2016Q1 Notes: svn path=/head/; revision=409285
* Set NOPRECIOUSMAKEVARS so bsd.port.mk doesn't pass ARCH to submakes.Tijl Coosemans2015-11-221-1/+2
| | | | | | | PR: 204732 Notes: svn path=/head/; revision=402241
* Update to 3.5.0Tijl Coosemans2015-06-261-6/+5
| | | | Notes: svn path=/head/; revision=390649
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-081-3/+3
| | | | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
* SDCC version 3.4.0.Tijl Coosemans2014-04-201-10/+11
| | | | | | | | | | Highlights: - New TLCS90 (Toshiba Z80 clone) target support - New STMicroelectronics STM8 target support - Support for named address spaces in ROM Notes: svn path=/head/; revision=351620
* Disable use of -fms-extensions to fix build with Clang 3.4.Tijl Coosemans2014-04-011-1/+1
| | | | Notes: svn path=/head/; revision=349835
* Staging support.Tijl Coosemans2013-10-221-5/+4
| | | | Notes: svn path=/head/; revision=331302
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Conflict with sdcc-devel and simplify options handling.Tijl Coosemans2013-09-071-45/+17
| | | | Notes: svn path=/head/; revision=326677
* - Update sdcc to 3.3.0Tijl Coosemans2013-05-311-22/+26
| | | | | | | | | | | | - Group target options - Change CPPFLAGS and remove LDFLAGS to always use base system libreadline and its headers - Use a dynamically generated pkg-plist Reviewed by: crees Notes: svn path=/head/; revision=319531
* Set MAINTAINER to my @FreeBSD.org address.Tijl Coosemans2013-04-241-1/+1
| | | | | | | Suggested by: crees Notes: svn path=/head/; revision=316410
* Fix build with boost 1.52.Tijl Coosemans2013-03-221-6/+0
| | | | | | | | Approved by: crees Obtained from: sdcc revision 8145 Notes: svn path=/head/; revision=314948
* Chase boost updateBaptiste Daroussin2013-01-311-0/+1
| | | | Notes: svn path=/head/; revision=311310
* - Change license to GPLv3Guido Falsi2012-10-181-4/+3
| | | | | | | | | | | | | - Fix clang build - Fix ia64 build [1] PR: ports/172789 Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer) Reported by: Anton Shterenlikht <mexas@bristol.ac.uk> [1] Feature safe: yes Notes: svn path=/head/; revision=306103
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* - Fix CONFLICTSGuido Falsi2012-08-301-2/+2
| | | | | | | | | | | - bump PORTREVISION Reported by: kwm Approved by: Tijl Coosemans <tijl@coosemans.org> (maintainer, via email) Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=303385
* - Unbreak on ARCH != i386Guido Falsi2012-08-281-5/+7
| | | | | | | | | | - Change CONFLICTS Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer, via email) Approved by: crees (mentor) Notes: svn path=/head/; revision=303277
* - Update to version 3.2.0Guido Falsi2012-08-241-66/+46
| | | | | | | | | | | | | | | - Add conflict with lang/sdcc-devel [1] - Convert to OptionsNG - Mark ONLY_FOR_ARCHS i386 as it seems to be the only supported one by upstream project under FreeBSD PR: ports/170371 Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer) Reported by: Sulev-Madis 'ketas' Silber <madis555.hot.ee> [1] Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=303094
* - Update to 3.1.0Li-Wen Hsu2012-01-181-47/+20
| | | | | | | | | | - Remove AVR and XA51 targets (unsupported) PR: ports/164056 Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer) Notes: svn path=/head/; revision=289413
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - gputils is required by sdcc for working with PIC processors,Beech Rintoul2011-07-091-0/+2
| | | | | | | | | | | and hence should be included in RUN_DEPENDS as well as BUILD_DEPENDS PR: ports/158691 Submitted by: Jason Bacon <jwbacon@tds.net> Approved by: Tijl Coosemans <tijl@coosemans.org> (maintainer) Notes: svn path=/head/; revision=277405
* Remove the explicit passing of CPPFLAGS to CONFIGURE_ENV which is noGerald Pfeifer2011-03-211-1/+1
| | | | | | | | | longer necessary. PR: 153625 Notes: svn path=/head/; revision=271442
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-2/+2
| | | | Notes: svn path=/head/; revision=265663
* - Update to 3.0.0Pav Lucistnik2010-11-081-9/+8
| | | | | | | | PR: ports/152013 Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer) Notes: svn path=/head/; revision=264250
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-1/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Update maintainer's emailDmitry Marakasov2009-12-131-1/+1
| | | | | | | | | | | | - Fix some pkg-descrs - Update some MASTER_SITES PR: 140966 Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer from new email) Approved by: portmgr (miwi) Notes: svn path=/head/; revision=245728
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Update to 2.9.0Martin Wilke2009-03-281-4/+8
| | | | | | | | PR: 133140 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Notes: svn path=/head/; revision=231189
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-4/+0
| | | | Notes: svn path=/head/; revision=225297
* Mark as broken on sparc64.Mark Linimon2008-12-101-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=224062
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Update to version 2.8.0.OKAZAKI Tetsurou2008-04-011-1/+1
| | | | | | | | PR: 122259 Submitted by: Tijl Coosemans (maintainer) Notes: svn path=/head/; revision=210339
* - Update to 2.7.0Beech Rintoul2007-10-131-4/+24
| | | | | | | | | | | | | - Makefile and plist cleanup. - Move patches to Makefile and remove files. - Pet portlint. PR: ports/116953 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Approved by: sat (mentor) Notes: svn path=/head/; revision=201392
* Fix result of mismerge.Mark Linimon2007-10-011-1/+2
| | | | | | | Spotted by: maintainer Notes: svn path=/head/; revision=200565
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+1
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Update to 2.6.0Pav Lucistnik2006-08-111-15/+33
| | | | | | | | PR: ports/101756 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Notes: svn path=/head/; revision=170370
* Fix after sweep.Ade Lovett2005-11-151-1/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=148389
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Attempt to fix INDEX build by s/USE_GCC=3.1+/USE_GCC=3.2+/ after removalMark Linimon2005-07-311-1/+1
| | | | | | | | | | | | of lang/gcc31. This may only be papering over a bug in use.gcc.mk (does the definition for 3.1 need to be removed there?) Hat: portmgr Notes: svn path=/head/; revision=140569
* - Update to 2.5.0Pav Lucistnik2005-05-261-2/+5
| | | | | | | | PR: ports/81525 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Notes: svn path=/head/; revision=136208