pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libuuid



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Nov  6 09:38:54 UTC 2018

Modified Files:
        pkgsrc/devel/libuuid: builtin.mk

Log Message:
libuuid: fix format of BUILTIN_PKG.libuuid variable in builtin.mk


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/libuuid/builtin.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libuuid/builtin.mk
diff -u pkgsrc/devel/libuuid/builtin.mk:1.9 pkgsrc/devel/libuuid/builtin.mk:1.10
--- pkgsrc/devel/libuuid/builtin.mk:1.9 Mon May 14 13:55:56 2018
+++ pkgsrc/devel/libuuid/builtin.mk     Tue Nov  6 09:38:54 2018
@@ -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 @@ MAKEVARS+=    IS_BUILTIN.libuuid
 .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