pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/heimdal The MirBSD stanza was wrong. Moved it...
details: https://anonhg.NetBSD.org/pkgsrc/rev/13ba9ae87ff0
branches: trunk
changeset: 632288:13ba9ae87ff0
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Sat Mar 22 09:05:24 2014 +0000
description:
The MirBSD stanza was wrong. Moved it below the builtin.mk inclusion and
made the conditional more robust.
Fixes at least "make describe", let's see if it helps for the bulk build.
diffstat:
security/heimdal/Makefile | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diffs (41 lines):
diff -r 98ed3079fbb0 -r 13ba9ae87ff0 security/heimdal/Makefile
--- a/security/heimdal/Makefile Sat Mar 22 08:39:10 2014 +0000
+++ b/security/heimdal/Makefile Sat Mar 22 09:05:24 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2014/03/19 13:25:04 bsiegert Exp $
+# $NetBSD: Makefile,v 1.111 2014/03/22 09:05:24 bsiegert Exp $
DISTNAME= heimdal-1.5.3
PKGREVISION= 5
@@ -81,15 +81,6 @@
PLIST.afskauth= yes
.endif
-.if ${OPSYS} == "MirBSD"
-.if ${USE_BUILTIN.openssl} == "yes"
-PLIST.hcrypto= yes
-.endif
-PLIST.vis= yes
-# all of the tools need to link against pthread, force it.
-PTHREAD_AUTO_VARS= yes
-.endif
-
OWN_DIRS_PERMS= ${HEIMDAL_HDB_DIR} ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0700
SPECIAL_PERMS+= ${PREFIX}/bin/otp ${SETUID_ROOT_PERMS}
SPECIAL_PERMS= ${PREFIX}/bin/${KRB5_PREFIX}su ${SETUID_ROOT_PERMS}
@@ -119,6 +110,15 @@
PLIST.hcrypto= yes
.endif
+.if ${OPSYS} == "MirBSD"
+.if !empty(USE_BUILTIN.openssl:Myes)
+PLIST.hcrypto= yes
+.endif
+PLIST.vis= yes
+# all of the tools need to link against pthread, force it.
+PTHREAD_AUTO_VARS= yes
+.endif
+
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/readline.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index