aboutsummaryrefslogtreecommitdiff
path: root/lang/sdcc
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.1.0Li-Wen Hsu2012-01-187-302/+331
| | | | | | | | | | - 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-088-438/+544
| | | | | | | | 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-285-2362/+293
| | | | | | | | 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-014-35/+64
| | | | | | | | PR: 122259 Submitted by: Tijl Coosemans (maintainer) Notes: svn path=/head/; revision=210339
* - Update to 2.7.0Beech Rintoul2007-10-1314-219/+392
| | | | | | | | | | | | | - 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-1113-1840/+2744
| | | | | | | | PR: ports/101756 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Notes: svn path=/head/; revision=170370
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* 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-266-109/+318
| | | | | | | | PR: ports/81525 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Notes: svn path=/head/; revision=136208
* * enabling build of pic16 librariesPav Lucistnik2005-04-134-566/+429
| | | | | | | | | | | | * a couple Makefile/pkg-plist changes * only pull in dependencies when actually necessary depending on chosen options PR: ports/79801 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Notes: svn path=/head/; revision=133213
* - Fix build with gcc-3.3:Pav Lucistnik2004-07-281-0/+74
| | | | | | | | | | error: ISO C++ forbids cast to non-reference type used as lvalue PR: ports/69653 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Notes: svn path=/head/; revision=114954
* Add sdcc, Small Device C Compiler, a Freeware, retargettable, optimizingPav Lucistnik2004-05-095-0/+1818
ANSI-C compiler that targets the Intel 8051, Maxim 80DS390 and the Zilog Z80 based MCUs. PR: ports/66262 Submitted by: Tijl Coosemans <tijl@ulyssis.org> Notes: svn path=/head/; revision=108778