head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.50 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.48 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.46 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.44 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.42 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.40 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.38 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.36 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.34 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.32 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.30 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.28 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.26 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.24 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.22 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.20 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.18 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.16 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.14 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.12 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.10 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.8 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.6 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.4 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.2 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.4.0.12 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.10 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.4.0.6 netbsd-1-6-1-base:1.4 netbsd-1-6:1.4.0.8 netbsd-1-6-RELEASE-base:1.4 pkgviews:1.4.0.4 pkgviews-base:1.4 buildlink2:1.4.0.2 buildlink2-base:1.4 netbsd-1-5-PATCH003:1.4 netbsd-1-5-PATCH001:1.3 netbsd-1-5-RELEASE:1.1 netbsd-1-4-PATCH003:1.1; locks; strict; comment @# @; 1.5 date 2004.06.07.00.16.58; author xtraeme; state dead; branches; next 1.4; 1.4 date 2001.11.28.04.49.02; author jlam; state Exp; branches; next 1.3; 1.3 date 2001.04.29.16.15.16; author dmcmahill; state Exp; branches; next 1.2; 1.2 date 2001.04.23.17.33.07; author wulf; state Exp; branches; next 1.1; 1.1 date 2000.08.25.21.49.29; author tron; state Exp; branches; next ; desc @@ 1.5 log @Update devel/sdcc to 2.4.0. Too many changes to list here, please review the Changelog file. Mostly they were bugfixes. The patch to update to this version was sent via private email by Sergio Jimenez . @ text @$NetBSD: patch-ao,v 1.4 2001/11/28 04:49:02 jlam Exp $ --- debugger/mcs51/Makefile.in.orig Sat Apr 29 18:25:05 2000 +++ debugger/mcs51/Makefile.in Sun Apr 29 03:16:50 2001 @@@@ -28,10 +28,10 @@@@ STD_INC = @@sdcc_include_dir@@ -CPPFLAGS = @@CPPFLAGS@@ -I. -I$(PRJDIR) -I$(PRJDIR)/support +CPPFLAGS = @@CPPFLAGS@@ -I. -I$(PRJDIR) -I$(PRJDIR)/support -I$(BUILDLINK_DIR)/include -Dunix CFLAGS = @@CFLAGS@@ M_OR_MM = @@M_OR_MM@@ LDFLAGS = @@LDFLAGS@@ LIBS = -lgc @@LIBS@@ -LIBDIRS = -L$(PRJDIR)/support/gc +LIBDIRS = -L$(BUILDLINK_DIR)/lib @@@@ -47,7 +47,4 @@@@ # ------------------------------------------ all: checkconf $(TARGET) - -$(PRJDIR)/support/gc/libgc.a: - cd $(PRJDIR)/support/gc && $(MAKE) # Compiling and installing everything and runing test @ 1.4 log @Buildlinkify. @ text @d1 1 a1 1 $NetBSD: patch-ao,v 1.3 2001/04/29 16:15:16 dmcmahill Exp $ @ 1.3 log @use the boehm-gc package instead of the one included with sdcc. this fixes sdcc on alpha, and probably sparc and others. also include a slew of missing headers. @ text @d1 1 a1 1 $NetBSD$ d9 1 a9 1 +CPPFLAGS = @@CPPFLAGS@@ -I. -I$(PRJDIR) -I$(PRJDIR)/support -I$(LOCALBASE)/include -Dunix d15 1 a15 1 +LIBDIRS = -L$(LOCALBASE)/lib @ 1.2 log @Updated sdcc to 2.2.1: bugfixes and support for new processor Fixed build problem that was caused by a suspected bug in yacc @ text @d1 1 a1 1 $NetBSD: patch-ao,v 1.1 2000/08/25 21:49:29 tron Exp $ d3 3 a5 4 --- debugger/mcs51/Makefile.in.orig Mon Apr 9 21:55:03 2001 +++ debugger/mcs51/Makefile.in Mon Apr 9 21:55:16 2001 @@@@ -27,7 +27,7 @@@@ infodir = ${prefix}/info d9 1 a9 1 +CPPFLAGS = @@CPPFLAGS@@ -I. -I$(PRJDIR) -I$(PRJDIR)/support -Dunix d13 13 @ 1.1 log @Adapt this package to NetBSD and use a better master site with a distribution file with correct compression. @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- sdcdb/Makefile.in.orig Fri Aug 25 23:17:26 2000 +++ sdcdb/Makefile.in Fri Aug 25 23:17:26 2000 d9 2 a10 2 -CPPFLAGS = @@CPPFLAGS@@ -I. -I$(PRJDIR) +CPPFLAGS = @@CPPFLAGS@@ -I. -I$(PRJDIR) -Dunix @