aboutsummaryrefslogtreecommitdiffstats
path: root/lang/sdcc
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.1.0lwhsu2012-01-197-302/+331
| | | | | | | - Remove AVR and XA51 targets (unsupported) PR: ports/164056 Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer)
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* - gputils is required by sdcc for working with PIC processors,beech2011-07-101-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)
* Remove the explicit passing of CPPFLAGS to CONFIGURE_ENV which is nogerald2011-03-221-1/+1
| | | | | | longer necessary. PR: 153625
* Sync to new bsd.autotools.mkade2010-12-041-2/+2
|
* - Update to 3.0.0pav2010-11-088-438/+544
| | | | | PR: ports/152013 Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer)
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-1/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* - Update maintainer's emailamdmi32009-12-141-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)
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-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
* - Update to 2.9.0miwi2009-03-285-2362/+293
| | | | | PR: 133140 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-4/+0
|
* Mark as broken on sparc64.linimon2008-12-101-0/+4
| | | | Hat: portmgr
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* Update to version 2.8.0.okazaki2008-04-024-35/+64
| | | | | PR: 122259 Submitted by: Tijl Coosemans (maintainer)
* - Update to 2.7.0beech2007-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)
* Fix result of mismerge.linimon2007-10-021-1/+2
| | | | Spotted by: maintainer
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-1/+1
| | | | | PR: ports/116639 Submitted by: aDe
* - Update to 2.6.0pav2006-08-1213-1840/+2744
| | | | | PR: ports/101756 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Fix after sweep.ade2005-11-161-1/+2
| | | | Submitted by: maintainer
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Attempt to fix INDEX build by s/USE_GCC=3.1+/USE_GCC=3.2+/ after removallinimon2005-08-011-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
* - Update to 2.5.0pav2005-05-276-109/+318
| | | | | PR: ports/81525 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
* * enabling build of pic16 librariespav2005-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)
* - Fix build with gcc-3.3:pav2004-07-291-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)
* Add sdcc, Small Device C Compiler, a Freeware, retargettable, optimizingpav2004-05-105-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>