monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] monotone 1.1 release thoughts


From: richhguard-monotone
Subject: [Monotone-devel] monotone 1.1 release thoughts
Date: Wed, 26 Sep 2012 19:11:31 +0100 (BST)

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 <address@hidden>

# 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>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]