diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-29 23:59:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-29 23:59:47 +0000 |
commit | 80193c20beb04743c5f5da763ce9f596a74a2bea (patch) | |
tree | 1aabebb26ba978462c41d65425c8383b09a548d8 /devel | |
parent | ff4a723c7728afd2a8e47cf807140fd4694edc08 (diff) | |
download | ports-80193c20beb04743c5f5da763ce9f596a74a2bea.tar.gz ports-80193c20beb04743c5f5da763ce9f596a74a2bea.zip |
Notes
Diffstat (limited to 'devel')
-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 |