pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/rt4 Remove --with-my-user-group options to fix p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/580fd7c5f585
branches:  trunk
changeset: 650941:580fd7c5f585
user:      manu <manu%pkgsrc.org@localhost>
date:      Wed Apr 29 07:59:53 2015 +0000

description:
Remove --with-my-user-group options to fix pkg_comp build

When building in pkg_comp, this option cause the real UID/GID to
be used at install time within the chroot. But the user that exists
in the root filesystem may not exist in the chroot, causing an
installation failure.

diffstat:

 devel/rt4/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 329a4ed58f3c -r 580fd7c5f585 devel/rt4/Makefile
--- a/devel/rt4/Makefile        Wed Apr 29 07:51:50 2015 +0000
+++ b/devel/rt4/Makefile        Wed Apr 29 07:59:53 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2015/03/01 21:25:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.17 2015/04/29 07:59:53 manu Exp $
 
 DISTNAME=      rt-4.2.10
 PKGNAME=       ${DISTNAME:S/rt/rt4/}
@@ -181,7 +181,6 @@
 
 CONFIGURE_ARGS+=       --enable-layout=pkgsrc
 CONFIGURE_ARGS+=       --with-db-type=${RT_DB_TYPE}
-CONFIGURE_ARGS+=       --with-my-user-group
 
 RT_CONFIG_FILES=       RT_Config.pm RT_SiteConfig.pm
 



Home | Main Index | Thread Index | Old Index