diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/sfslite-noopt/Makefile | 13 | ||||
-rw-r--r-- | devel/sfslite-noopt/pkg-descr | 13 |
3 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index bab362793c87..5183526afede 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1538,6 +1538,7 @@ SUBDIR += semantic-emacs20 SUBDIR += sfio SUBDIR += sfslite + SUBDIR += sfslite-noopt SUBDIR += sgb SUBDIR += sgl SUBDIR += sh-rtems-binutils diff --git a/devel/sfslite-noopt/Makefile b/devel/sfslite-noopt/Makefile new file mode 100644 index 000000000000..2c36225d406a --- /dev/null +++ b/devel/sfslite-noopt/Makefile @@ -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" diff --git a/devel/sfslite-noopt/pkg-descr b/devel/sfslite-noopt/pkg-descr new file mode 100644 index 000000000000..1ad77ea88625 --- /dev/null +++ b/devel/sfslite-noopt/pkg-descr @@ -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 |