pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libuuid libuuid: fix format of BUILTIN_PKG.libuu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/965e033aa65d
branches:  trunk
changeset: 314725:965e033aa65d
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Nov 06 09:38:54 2018 +0000

description:
libuuid: fix format of BUILTIN_PKG.libuuid variable in builtin.mk

diffstat:

 devel/libuuid/builtin.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b3636d87eedd -r 965e033aa65d devel/libuuid/builtin.mk
--- a/devel/libuuid/builtin.mk  Mon Nov 05 20:36:35 2018 +0000
+++ b/devel/libuuid/builtin.mk  Tue Nov 06 09:38:54 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.9 2018/05/14 13:55:56 jperkin Exp $
+# $NetBSD: builtin.mk,v 1.10 2018/11/06 09:38:54 markd Exp $
 
 BUILTIN_PKG:=  libuuid
 
@@ -31,7 +31,8 @@
 .if !defined(BUILTIN_PKG.libuuid) && \
     !empty(IS_BUILTIN.libuuid:M[yY][eE][sS])
 .  if empty(UUID_PC:M__nonexistent__)
-BUILTIN_PKG.libuuid!=  ${SED} -n -e 's/Version: //p' ${UUID_PC}
+BUILTIN_VERSION.libuuid!=      ${SED} -n -e 's/Version: //p' ${UUID_PC}
+BUILTIN_PKG.libuuid=   libuuid-${BUILTIN_VERSION.libuuid}
 .  else
 BUILTIN_PKG.libuuid=   libuuid-2.18    # whatever, as long as it is big enough
 .  endif



Home | Main Index | Thread Index | Old Index