pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/samba4 Bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9b58e7ba15b
branches:  trunk
changeset: 651933:c9b58e7ba15b
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun May 17 13:46:27 2015 +0000

description:
Bump PKGREVISION.

* Add py-expat dependency to fix build.
* Add knob for gettext.

diffstat:

 net/samba4/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r c2d727059c7b -r c9b58e7ba15b net/samba4/Makefile
--- a/net/samba4/Makefile       Sun May 17 12:57:18 2015 +0000
+++ b/net/samba4/Makefile       Sun May 17 13:46:27 2015 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2015/05/17 12:27:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2015/05/17 13:46:27 ryoon Exp $
 
 DISTNAME=      samba-${VERSION}
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  http://download.samba.org/pub/samba/
 
@@ -9,6 +10,8 @@
 COMMENT=       SMB/CIFS protocol server suite
 LICENSE=       gnu-gpl-v3
 
+DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
 VERSION=       4.2.1
 CONFLICTS+=    ja-samba-[0-9]* pam-smbpass-[0-9]* tdb-[0-9]* winbind-[0-9]*
 
@@ -49,6 +52,7 @@
 REPLACE_PERL=          script/findsmb.in
 
 USE_GNU_ICONV=         yes     # FIXME: something doesn't work on NetBSD
+BROKEN_GETTEXT_DETECTION=yes
 
 # Debugging
 #CONFIGURE_ARGS+=      -vvv



Home | Main Index | Thread Index | Old Index