samba autoconf picks up uuid/uuid.h if installed; set BUILD_DEPENDS on
e2fsprogs to make sure dpb doesn't junk it. unclear if it actually changes anything in the package but bumping anyway to be sure.
This commit is contained in:
parent
b955caaede
commit
4a8788c3d1
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.163 2012/05/03 07:40:05 sthen Exp $
|
# $OpenBSD: Makefile,v 1.164 2012/05/22 11:43:31 sthen Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
@ -6,6 +6,7 @@ COMMENT-main= SMB and CIFS client and server for UNIX
|
|||||||
COMMENT-docs= additional documentation and examples for Samba
|
COMMENT-docs= additional documentation and examples for Samba
|
||||||
|
|
||||||
DISTNAME= samba-3.6.5
|
DISTNAME= samba-3.6.5
|
||||||
|
REVISION-main= 0
|
||||||
PKGNAME-main= ${DISTNAME}
|
PKGNAME-main= ${DISTNAME}
|
||||||
FULLPKGNAME-docs= ${DISTNAME:S/-/-docs-/}
|
FULLPKGNAME-docs= ${DISTNAME:S/-/-docs-/}
|
||||||
FULLPKGPATH-docs= net/samba,-docs
|
FULLPKGPATH-docs= net/samba,-docs
|
||||||
@ -35,7 +36,8 @@ MASTER_SITES= http://download.samba.org/samba/ftp/ \
|
|||||||
|
|
||||||
MODULES= converters/libiconv
|
MODULES= converters/libiconv
|
||||||
|
|
||||||
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS}
|
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS} \
|
||||||
|
sysutils/e2fsprogs
|
||||||
LIB_DEPENDS= databases/tdb>=1.2.7 \
|
LIB_DEPENDS= databases/tdb>=1.2.7 \
|
||||||
devel/popt \
|
devel/popt \
|
||||||
devel/libexecinfo \
|
devel/libexecinfo \
|
||||||
@ -147,8 +149,8 @@ SAMBA_MANPAGES= ${WRKDIST}/docs/manpages
|
|||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@cd ${WRKSRC}; \
|
@cd ${WRKSRC}; \
|
||||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
@${SUBST_CMD} ${SAMBA_MANPAGES}/swat.8
|
@${SUBST_CMD} ${SAMBA_MANPAGES}/swat.8
|
||||||
|
Loading…
Reference in New Issue
Block a user