From owner-freebsd-ports@FreeBSD.ORG Sun Sep 6 21:59:09 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4600A1065676 for ; Sun, 6 Sep 2009 21:59:09 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: from mail-fx0-f210.google.com (mail-fx0-f210.google.com [209.85.220.210]) by mx1.freebsd.org (Postfix) with ESMTP id C47938FC16 for ; Sun, 6 Sep 2009 21:59:08 +0000 (UTC) Received: by fxm6 with SMTP id 6so1613524fxm.43 for ; Sun, 06 Sep 2009 14:59:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to :content-type; bh=jgH+cxp9nrtA1euOnBJQCkhLxuJlBsSDEVAEKwREW1Q=; b=pEArzRqGqhC2LRx6RvOS7M5tC+LZI2MIT9i0auRnwfRsv6RQ0ohlwFACwQs8+NUlTJ OIIVc/SRpEkT1fcTp7xuGfy8OHSp2x7oKrVPTlcDO0r2LYXyt79NhjE6D2UoMnTBYUva tA+++B7a7vthuO/S3UCxQQIldSY+1wLqv2/f4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; b=BT7jpAOPeUZwd1psa//2G8ENnbBYLgaxNpP7uBGsytP1kLPbAISqukYBY2s62B8Fgq ypnkTeoZbt5Vh2HYm3E8MlZfJk55vym+6JmMoletQg9ahYSAVIDIYNdXG96rDyjgQhKp bKl5hVvRyambB9x2TqWgzUrlcv+5pv71HZzjs= MIME-Version: 1.0 Sender: florent.thoumie@gmail.com Received: by 10.86.238.30 with SMTP id l30mr7299578fgh.75.1252272430268; Sun, 06 Sep 2009 14:27:10 -0700 (PDT) In-Reply-To: <200909062118.n86LIoil036121@repoman.freebsd.org> References: <200909062118.n86LIoil036121@repoman.freebsd.org> From: Florent Thoumie Date: Sun, 6 Sep 2009 22:26:50 +0100 X-Google-Sender-Auth: 40f42e02ab6ae4bf Message-ID: To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Fwd: cvs commit: ports/Mk bsd.port.mk ports/audio/pulseaudio Makefile pkg-install ports/devel/dbus Makefile pkg-install ports/sysutils/hal Makefile ports/sysutils/hal/files pkg-install.in ports/sysutils/policykit Makefile pkg-install ... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2009 21:59:09 -0000 FYI. Use as follows: USERS= foo GROUPS= foo ... where foo is the user/group from UIDs and GIDs. Simplez! ---------- Forwarded message ---------- From: Florent Thoumie Date: Sun, Sep 6, 2009 at 10:18 PM Subject: cvs commit: ports/Mk bsd.port.mk ports/audio/pulseaudio Makefile pkg-install ports/devel/dbus Makefile pkg-install ports/sysutils/hal Makefile ports/sysutils/hal/files pkg-install.in ports/sysutils/policykit Makefile pkg-install ... To: ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org flz 2009-09-06 21:18:50 UTC FreeBSD ports repository Modified files: Mk bsd.port.mk audio/pulseaudio Makefile devel/dbus Makefile pkg-install sysutils/hal Makefile sysutils/hal/files pkg-install.in sysutils/policykit Makefile pkg-install x11/gdm Makefile pkg-install Removed files: audio/pulseaudio pkg-install Log: Add support to create users and groups from information stored in UIDs/GIDs files. Users and groups won't be deleted at deinstall time as we're lacking a refcount to know if any port is using them. Also convert a few ports while I'm here. PR: ports/108514 Submitted by: mm, self Revision Changes Path 1.627 +89 -3 ports/Mk/bsd.port.mk 1.48 +4 -4 ports/audio/pulseaudio/Makefile 1.6 +0 -63 ports/audio/pulseaudio/pkg-install (dead) 1.76 +4 -1 ports/devel/dbus/Makefile 1.6 +0 -27 ports/devel/dbus/pkg-install 1.58 +4 -1 ports/sysutils/hal/Makefile 1.5 +0 -27 ports/sysutils/hal/files/pkg-install.in 1.20 +4 -1 ports/sysutils/policykit/Makefile 1.6 +0 -27 ports/sysutils/policykit/pkg-install 1.124 +4 -1 ports/x11/gdm/Makefile 1.15 +0 -30 ports/x11/gdm/pkg-install -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer