tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: package maintainers vs owners
In article
<alpine.NEB.1.10.0805212010330.5565%jtan.sportsconsultancygroup.com@localhost>
David wrote:
: On Wed, 21 May 2008, Dieter Baron wrote:
: > In article
<alpine.NEB.1.10.0805210958170.5565%jtan.sportsconsultancygroup.com@localhost>
David wrote:
: > : On Mon, 28 Apr 2008, David Brownlee wrote:
: > Do we want OWNER (if set) to be recorded in installed & binary
: > packages? (I lean towards yes.) In pkg_summary? (I lean towards
: > no.) Anyway, we can fix this later, so don't let it stop you.
: I don't have strong feelings one way or the other, so will
: pick the least change route for now :)
Please add the following patch, which includes OWNER (if set) in
BUILD_INFO.
yours,
dillo
Index: mk/flavor/pkg/metadata.mk
===================================================================
RCS file: /cvsroot/pkgsrc/mk/flavor/pkg/metadata.mk,v
retrieving revision 1.29
diff -u -r1.29 metadata.mk
--- mk/flavor/pkg/metadata.mk 23 Jan 2008 14:07:07 -0000 1.29
+++ mk/flavor/pkg/metadata.mk 21 May 2008 20:25:41 -0000
@@ -44,6 +44,9 @@
.endif
${RUN}${ECHO} "CATEGORIES=${CATEGORIES}" >> ${.TARGET}.tmp
${RUN}${ECHO} "MAINTAINER=${MAINTAINER}" >> ${.TARGET}.tmp
+.if defined(OWNER)
+ ${RUN}${ECHO} "OWNER=${OWNER}" >> ${.TARGET}.tmp
+.endif
${RUN}${ECHO} "BUILD_DATE=${_BUILD_DATE_cmd:sh}" >> ${.TARGET}.tmp
${RUN}${ECHO} "BUILD_HOST=${_BUILD_HOST_cmd:sh}" >> ${.TARGET}.tmp
.if !empty(CHECK_SHLIBS_SUPPORTED:M[yY][eE][sS])
Home |
Main Index |
Thread Index |
Old Index