Does anyone have any thoughts on releasing monotone 1.1?

My vote is to release it soon, maybe christmas? It has build fixes as well as 
code and doc tweaks/fixes.

I've also manually created a source tarball of current nvm head to use for the 
OpenBSD port. It's been successful and builds on OpenBSD 5.1 against botan 
1.10. We also still build against botan 1.6 as SUSE is my build station.

Below is my updated OpenBSD port Makefile (make sure to clear the 'patches' 
directory for the port 1st). It's heavily based on Tero's work, so thanks go to 
him.

Cheers

####################
# $OpenBSD$

COMMENT=                "A free distributed version control system"

VERSION=                1.0
DISTNAME=               monotone-${VERSION}
PKGNAME=                ${DISTNAME}
CATEGORIES=             devel
HOMEPAGE=               http://www.monotone.ca/

MAINTAINER=             Tero Koskinen <tero.koski...@iki.fi>

# GPL
PERMIT_PACKAGE_CDROM=   Yes
PERMIT_PACKAGE_FTP=     Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP=   Yes
WANTLIB=                c z m stdc++
WANTLIB+=               botan-1.10 iconv idn intl lua pcre pthread sqlite3

#MASTER_SITES=  ${HOMEPAGE}downloads/${VERSION}/
MASTER_SITES=   http://localhost/distfiles/

LIB_DEPENDS=    converters/libiconv \
                security/botan \
                databases/sqlite3 \
                lang/lua \
                devel/pcre \
                devel/libidn
BUILD_DEPENDS=  devel/boost \
                converters/libiconv
RUN_DEPENDS=

SEPARATE_BUILD= concurrent
USE_GMAKE=      Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV=  LDFLAGS="-L${LOCALBASE}/lib" \
                CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
                CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
                botan_CFLAGS="-I${LOCALBASE}/include/botan" \
                botan_LIBS="-L${LOCALBASE}/lib -lbotan-1.10 -lm -lpthread" \
                sqlite_CFLAGS="-L${LOCALBASE}/include" \
                sqlite_LIBS="-L${LOCALBASE}/lib -lsqlite3"
REGRESS_FLAGS=  HOME=${WRKSRC}

.include <bsd.port.mk>


_______________________________________________
Monotone-devel mailing list
Monotone-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to