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/sfslite-noopt | |
parent | ff4a723c7728afd2a8e47cf807140fd4694edc08 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=149978
Diffstat (limited to 'devel/sfslite-noopt')
-rw-r--r-- | devel/sfslite-noopt/Makefile | 13 | ||||
-rw-r--r-- | devel/sfslite-noopt/pkg-descr | 13 |
2 files changed, 26 insertions, 0 deletions
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 |