head	1.7;
access;
symbols
	RELENG_9_1_0_RELEASE:1.5.2.1.4.2
	RELENG_9_1:1.5.2.1.0.4
	RELENG_9_1_BP:1.5.2.1
	RELENG_9_0_0_RELEASE:1.5.2.1.2.1
	RELENG_9_0:1.5.2.1.0.2
	RELENG_9_0_BP:1.5.2.1
	RELENG_9:1.5.0.2
	RELENG_9_BP:1.5;
locks; strict;
comment	@# @;


1.7
date	2013.04.20.00.35.21;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.11.17.01.54.14;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2010.02.04.18.43.05;	author delphij;	state Exp;
branches
	1.5.2.1;
next	1.4;

1.4
date	2010.02.03.19.12.27;	author gabor;	state Exp;
branches;
next	1.3;

1.3
date	2010.01.22.23.19.48;	author delphij;	state Exp;
branches;
next	1.2;

1.2
date	2010.01.21.17.46.14;	author delphij;	state Exp;
branches;
next	1.1;

1.1
date	2010.01.20.21.30.52;	author gabor;	state Exp;
branches;
next	;

1.5.2.1
date	2011.09.23.00.51.37;	author kensmith;	state Exp;
branches
	1.5.2.1.2.1
	1.5.2.1.4.1;
next	1.5.2.2;

1.5.2.2
date	2012.11.17.11.37.37;	author svnexp;	state Exp;
branches;
next	;

1.5.2.1.2.1
date	2011.11.11.04.20.22;	author kensmith;	state Exp;
branches;
next	1.5.2.1.2.2;

1.5.2.1.2.2
date	2012.11.17.08.37.33;	author svnexp;	state Exp;
branches;
next	;

1.5.2.1.4.1
date	2012.08.05.23.54.33;	author kensmith;	state Exp;
branches;
next	1.5.2.1.4.2;

1.5.2.1.4.2
date	2012.11.17.08.48.25;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/249657
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@#	$FreeBSD: head/usr.bin/bc/Makefile 249657 2013-04-19 19:45:00Z ed $
#	$OpenBSD: Makefile,v 1.4 2006/06/30 19:02:28 otto Exp $

PROG=	bc
SRCS=	bc.y scan.l
CFLAGS+= -I. -I${.CURDIR}

DPADD=	${LIBEDIT} ${LIBTERMCAP}
LDADD=	-ledit -ltermcap

NO_WMISSING_VARIABLE_DECLARATIONS=

FILES+=	bc.library
FILESDIR=${SHAREDIR}/misc

.include <bsd.prog.mk>
@


1.6
log
@Switching exporter and resync
@
text
@d1 1
a1 1
#	$FreeBSD: head/usr.bin/bc/Makefile 203498 2010-02-04 18:43:05Z delphij $
d11 2
@


1.5
log
@SVN rev 203498 on 2010-02-04 18:43:05Z by delphij

Use libedit when interacting with tty, which provided history
functionality, etc. as did by GNU bc.

This also fixes an issue where BSDL bc can not handle very long
line.

Reported by:	imp
Reviewed by:	imp
@
text
@d1 1
a1 1
#	$FreeBSD$
@


1.5.2.1
log
@SVN rev 225736 on 2011-09-23 00:51:37Z by kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by:	re (implicit)
@
text
@@


1.5.2.2
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 242902
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r242902 | dteske | 2012-11-11 23:29:45 +0000 (Sun, 11 Nov 2012) | 10 lines
## SVN ##
## SVN ## Fix a regression introduced by SVN r211417 that saw the breakage of a feature
## SVN ## documented in usr.sbin/sysinstall/help/shortcuts.hlp (reproduced below):
## SVN ##
## SVN ## If /usr/sbin/sysinstall is linked to another filename, say
## SVN ## `/usr/local/bin/configPackages', then the basename will be used
## SVN ## as an implicit command name.
## SVN ##
## SVN ## Reviewed by:	adrian (co-mentor)
## SVN ## Approved by:	adrian (co-mentor)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
#	$FreeBSD: stable/9/usr.bin/bc/Makefile 203498 2010-02-04 18:43:05Z delphij $
@


1.5.2.1.4.1
log
@SVN rev 239080 on 2012-08-05 23:54:33Z by kensmith

Copy stable/9 to releng/9.1 as part of the 9.1-RELEASE release process.

Approved by:	re (implicit)
@
text
@@


1.5.2.1.4.2
log
@Switch importer
@
text
@d1 1
a1 1
#	$FreeBSD: releng/9.1/usr.bin/bc/Makefile 203498 2010-02-04 18:43:05Z delphij $
@


1.5.2.1.2.1
log
@SVN rev 227445 on 2011-11-11 04:20:22Z by kensmith

Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
cycle.

Approved by:	re (implicit)
@
text
@@


1.5.2.1.2.2
log
@Switch importer
@
text
@d1 1
a1 1
#	$FreeBSD: releng/9.0/usr.bin/bc/Makefile 203498 2010-02-04 18:43:05Z delphij $
@


1.4
log
@SVN rev 203437 on 2010-02-03 19:12:27Z by gabor

- style.Makefile(5)

Submitted by:	uqs
Approved by:	delphij (mentor)
@
text
@d8 3
@


1.3
log
@SVN rev 202843 on 2010-01-22 23:19:48Z by delphij

Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd.

Reviewed by:	gabor
@
text
@d4 3
a6 3
PROG=		bc
SRCS=		bc.y scan.l
CFLAGS+=	-I. -I${.CURDIR}
d8 2
a9 2
FILES+=		bc.library
FILESDIR=	${SHAREDIR}/misc
@


1.2
log
@SVN rev 202761 on 2010-01-21 17:46:14Z by delphij

Makefile cleanups:

 o Enable building of USD
 o Remove commented out targets
 o Remove WARNS?=6 lines since it's the default

Reviewed by:	gabor
@
text
@a6 1
SUBDIR+=	USD.doc
@


1.1
log
@SVN rev 202719 on 2010-01-20 21:30:52Z by gabor

Replace GNU bc/dc with BSDL versions ported from OpenBSD. They have a good
compatibility level with the GNU counterparts and have shown to be mature
enough. For now, the GNU versions aren't removed from the tree, just detached
from the build.

Sponsored by:		Google Summer of Code 2008
Portbuild run by:	erwin
Approved by:		delphij
@
text
@d7 1
a7 2
WARNS?=		6
#SUBDIR+=	USD.doc
a11 4
#beforeinstall:
#	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/bc.library \
#	    ${DESTDIR}/usr/share/misc

@

