iNew Ports: devel/sfslite-noopt and devel/sfslite-dbg; sfslite with

different build options

	Shell archive included for new ports. Follow-on ports to
	the devel/sfslite port, for building with different build
	options. Won't conflict with devel/sfslite or each other.
	Trivial Makefiles that mainly call into devel/sfslite/Makefile.

PR:		ports/86475
Submitted by:	Maxwell Krohn <krohn@mit.edu>
This commit is contained in:
Edwin Groothuis 2005-11-29 23:59:47 +00:00
parent ff4a723c77
commit 80193c20be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149978
3 changed files with 27 additions and 0 deletions

View file

@ -1538,6 +1538,7 @@
SUBDIR += semantic-emacs20
SUBDIR += sfio
SUBDIR += sfslite
SUBDIR += sfslite-noopt
SUBDIR += sgb
SUBDIR += sgl
SUBDIR += sh-rtems-binutils

View file

@ -0,0 +1,13 @@
# New ports collection makefile for: sfslite-noopt
# Date created: 22 September 2005
# Whom: max
#
# $FreeBSD$
#
BUILD_MODE = shared
MASTERDIR= ${.CURDIR}/../../devel/sfslite
COMMENT= "sfslite without optimization for debugging"
PKG_INSTALL= ${MASTERDIR}/pkg-install
.include "${MASTERDIR}/Makefile"

View file

@ -0,0 +1,13 @@
See ../sfslite/pkg-descr. A build of the sfslite libraries with
without -O or -O2 build flags. Useful for finding bugs that show up
after your application has been runnig for a while. SFS is about 50%
slower without -O2, but sometimes optimized code makes for baffling
core dumps. This build of OKWS might be a reasonable compromise between
performance (sfslite) and debugability (sfslite-dbg).
Maintained as port of the OKWS distribution by Maxwell Krohn.
WWW: http://www.okws.org
- Max
ports@okws.org