head	1.6;
access;
symbols
	pkgsrc-2013Q2:1.6.0.50
	pkgsrc-2013Q2-base:1.6
	pkgsrc-2012Q4:1.6.0.48
	pkgsrc-2012Q4-base:1.6
	pkgsrc-2011Q4:1.6.0.46
	pkgsrc-2011Q4-base:1.6
	pkgsrc-2011Q2:1.6.0.44
	pkgsrc-2011Q2-base:1.6
	pkgsrc-2009Q4:1.6.0.42
	pkgsrc-2009Q4-base:1.6
	pkgsrc-2008Q4:1.6.0.40
	pkgsrc-2008Q4-base:1.6
	pkgsrc-2008Q3:1.6.0.38
	pkgsrc-2008Q3-base:1.6
	cube-native-xorg:1.6.0.36
	cube-native-xorg-base:1.6
	pkgsrc-2008Q2:1.6.0.34
	pkgsrc-2008Q2-base:1.6
	pkgsrc-2008Q1:1.6.0.32
	pkgsrc-2008Q1-base:1.6
	pkgsrc-2007Q4:1.6.0.30
	pkgsrc-2007Q4-base:1.6
	pkgsrc-2007Q3:1.6.0.28
	pkgsrc-2007Q3-base:1.6
	pkgsrc-2007Q2:1.6.0.26
	pkgsrc-2007Q2-base:1.6
	pkgsrc-2007Q1:1.6.0.24
	pkgsrc-2007Q1-base:1.6
	pkgsrc-2006Q4:1.6.0.22
	pkgsrc-2006Q4-base:1.6
	pkgsrc-2006Q3:1.6.0.20
	pkgsrc-2006Q3-base:1.6
	pkgsrc-2006Q2:1.6.0.18
	pkgsrc-2006Q2-base:1.6
	pkgsrc-2006Q1:1.6.0.16
	pkgsrc-2006Q1-base:1.6
	pkgsrc-2005Q4:1.6.0.14
	pkgsrc-2005Q4-base:1.6
	pkgsrc-2005Q3:1.6.0.12
	pkgsrc-2005Q3-base:1.6
	pkgsrc-2005Q2:1.6.0.10
	pkgsrc-2005Q2-base:1.6
	pkgsrc-2005Q1:1.6.0.8
	pkgsrc-2005Q1-base:1.6
	pkgsrc-2004Q4:1.6.0.6
	pkgsrc-2004Q4-base:1.6
	pkgsrc-2004Q3:1.6.0.4
	pkgsrc-2004Q3-base:1.6
	pkgsrc-2004Q2:1.6.0.2
	pkgsrc-2004Q2-base:1.6
	pkgsrc-2004Q1:1.5.0.12
	pkgsrc-2004Q1-base:1.5
	pkgsrc-2003Q4:1.5.0.10
	pkgsrc-2003Q4-base:1.5
	netbsd-1-6-1:1.5.0.6
	netbsd-1-6-1-base:1.5
	netbsd-1-6:1.5.0.8
	netbsd-1-6-RELEASE-base:1.5
	pkgviews:1.5.0.4
	pkgviews-base:1.5
	buildlink2:1.5.0.2
	buildlink2-base:1.5
	netbsd-1-5-PATCH003:1.5
	netbsd-1-5-PATCH001:1.4
	netbsd-1-5-RELEASE:1.2
	netbsd-1-4-PATCH003:1.2
	FreeBSD-current-2000-08-25:1.1.1.1
	FREEBSD:1.1.1;
locks; strict;
comment	@# @;


1.6
date	2004.06.07.00.16.58;	author xtraeme;	state dead;
branches;
next	1.5;

1.5
date	2001.11.28.04.49.02;	author jlam;	state Exp;
branches;
next	1.4;

1.4
date	2001.04.29.16.15.15;	author dmcmahill;	state Exp;
branches;
next	1.3;

1.3
date	2001.04.23.17.33.06;	author wulf;	state Exp;
branches;
next	1.2;

1.2
date	2000.08.25.21.49.29;	author tron;	state Exp;
branches;
next	1.1;

1.1
date	2000.08.25.21.07.13;	author tron;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.08.25.21.07.13;	author tron;	state Exp;
branches;
next	;


desc
@@


1.6
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 <tripledes at eslack dot org>.
@
text
@$NetBSD: patch-ae,v 1.5 2001/11/28 04:49:02 jlam Exp $

--- support/cpp/Makefile.in.orig	Thu May  6 20:29:32 1999
+++ support/cpp/Makefile.in	Fri Aug 25 23:17:26 2000
@@@@ -27,7 +27,7 @@@@
 infodir         = ${prefix}/info
 
 STD_INC		= @@sdcc_include_dir@@
-CPPFLAGS	= @@CPPFLAGS@@ -I. -I$(PRJDIR) -D_FORASXXXX_
+CPPFLAGS	= @@CPPFLAGS@@ -I. -I$(PRJDIR) -I$(BUILDLINK_DIR)/include -D_FORASXXXX_ -Dunix
 CFLAGS		= @@CFLAGS@@
 M_OR_MM		= @@M_OR_MM@@
 LDFLAGS		= @@LDFLAGS@@
@


1.5
log
@Buildlinkify.
@
text
@d1 1
a1 1
$NetBSD: patch-ae,v 1.4 2001/04/29 16:15:15 dmcmahill Exp $
@


1.4
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: patch-ae,v 1.3 2001/04/23 17:33:06 wulf Exp $
d10 1
a10 1
+CPPFLAGS	= @@CPPFLAGS@@ -I. -I$(PRJDIR) -I$(LOCALBASE)/include -D_FORASXXXX_ -Dunix
@


1.3
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-ae,v 1.2 2000/08/25 21:49:29 tron Exp $
d10 1
a10 1
+CPPFLAGS	= @@CPPFLAGS@@ -I. -I$(PRJDIR) -D_FORASXXXX_ -Dunix
@


1.2
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
--- cpp/Makefile.in.orig	Thu May  6 20:29:32 1999
+++ cpp/Makefile.in	Fri Aug 25 23:17:26 2000
@


1.1
log
@Initial revision
@
text
@d1 13
a13 36
*** sdcc51inc/Makefile.in.orig	Mon Oct 18 09:39:07 1999
--- sdcc51inc/Makefile.in	Fri Nov 12 17:21:47 1999
***************
*** 37,43 ****
  # Compiling and installing everything and runing test
  # ---------------------------------------------------
  install: all installdirs
! 	$(CP) *.h $(datadir)/sdcc51inc/
  
  
  # Deleting all the installed files
--- 37,43 ----
  # Compiling and installing everything and runing test
  # ---------------------------------------------------
  install: all installdirs
! 	$(INSTALL) -m 644 *.h $(datadir)/sdcc51inc/
  
  
  # Deleting all the installed files
***************
*** 59,65 ****
  # Creating installation directories
  # ---------------------------------
  installdirs:
! 	[ -d $(datadir)/sdcc51inc ] || mkdir -p $(datadir)/sdcc51inc
  
  
  # Creating dependencies
--- 59,65 ----
  # Creating installation directories
  # ---------------------------------
  installdirs:
! 	[ -d $(datadir)/sdcc51inc ] || $(INSTALL) -d -m 755 $(datadir)/sdcc51inc
  
  
  # Creating dependencies
@


1.1.1.1
log
@Import "sdcc" from the FreeBSD port collection:
Cross compile 8051 code
@
text
@@
