head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2013.03.10.13.02.12;	author svnexp;	state dead;
branches;
next	1.4;

1.4
date	2011.11.21.18.33.10;	author crees;	state Exp;
branches;
next	1.3;

1.3
date	2009.07.03.10.52.56;	author stas;	state Exp;
branches;
next	1.2;

1.2
date	2009.04.07.12.28.17;	author stas;	state Exp;
branches;
next	1.1;

1.1
date	2006.09.13.15.24.13;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313758
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@--- makefile_bsd_lib.orig	2011-09-21 07:21:04.000000000 -0700
+++ makefile_bsd_lib	2011-11-13 21:18:47.000000000 -0800
@@@@ -3,9 +3,7 @@@@
 OBJS = newlisp.o nl-symbol.o nl-math.o nl-list.o nl-liststr.o nl-string.o nl-filesys.o \
 	nl-sock.o nl-import.o nl-xml.o nl-web.o nl-matrix.o nl-debug.o pcre.o unix-lib.o
 
-CFLAGS = -m32 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -D_BSD
-
-CC = gcc
+CFLAGS = -m32 -c -D_BSD
 
 default: $(OBJS)
 	$(CC) $(OBJS) -m32 -lm -shared -o newlisp.so
@


1.4
log
@- Update to 10.3.3
- Add pgsql OPTION
- Use bsd.port.options.mk

PR:		ports/162711
Submitted by:	stas
Feature safe:	yes
@
text
@@


1.3
log
@- Update to 10.1.0.
@
text
@d1 2
a2 2
--- makefile_bsd_lib.orig	2009-07-02 14:38:00.000000000 +0400
+++ makefile_bsd_lib	2009-07-02 14:38:41.000000000 +0400
d7 1
a7 1
-CFLAGS = -m32 -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -DREADLINE -D_BSD
d10 1
a10 1
+CFLAGS = -m32 -c -DREADLINE -D_BSD
@


1.2
log
@- Update to 10.0.2.
@
text
@d1 2
a2 2
--- makefile_bsd_lib.orig	2009-03-09 15:02:27.000000000 +0300
+++ makefile_bsd_lib	2009-04-07 16:21:41.000000000 +0400
d7 1
a7 1
-CFLAGS = -Wall -Wno-uninitialized -fno-strict-aliasing -O2 -c -g -DREADLINE -D_BSD
d10 1
a10 1
+CFLAGS = -Wall -Wno-uninitialized -c -DREADLINE -D_BSD
d13 1
a13 1
 	$(CC) $(OBJS) -lm -shared -o newlisp.so
@


1.1
log
@The newLISP is a scripting language for developing web applications and
programs in general and in the domains of artificial intelligence (AI) and
statistics.

Author: Lutz Mueller
WWW:    http://www.newlisp.org/

PR:		ports/103226
Submitted by:	Stanislav Sedov <ssedov@@mbsd.msk.ru>
@
text
@d1 3
a3 3
--- makefile_bsd_lib.orig	Wed Sep 13 17:32:38 2006
+++ makefile_bsd_lib	Wed Sep 13 17:32:59 2006
@@@@ -3,9 +3,9 @@@@
d7 2
a8 3
-CFLAGS = -Wall -pedantic -Wno-uninitialized -O2 -c -DLIBRARY -D_BSD
+CFLAGS +=-c -DLIBRARY -D_BSD
 
d10 1
a10 1
+#CC = gcc
@

