From owner-freebsd-questions@freebsd.org Fri Apr 1 03:09:17 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 054C8AE4300 for ; Fri, 1 Apr 2016 03:09:17 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E09CD1269 for ; Fri, 1 Apr 2016 03:09:16 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: by mailman.ysv.freebsd.org (Postfix) id DC421AE42FF; Fri, 1 Apr 2016 03:09:16 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBE67AE42FE for ; Fri, 1 Apr 2016 03:09:16 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93A151268 for ; Fri, 1 Apr 2016 03:09:15 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 0EFDAD7882 for ; Fri, 1 Apr 2016 10:09:05 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :subject:subject:from:from:received:received:received; s= selector1; t=1459480145; x=1461294546; bh=bLJ38t4Cgtm/NRz4wJdE27 RDced5Og521pWdqofLO8A=; b=QCHSJxOnmBeSf4pDVFYp1OTetaQc3B+xLGXgqD vSPQA3C4IDvxurUrvGnPvGonjgXdqGzi6qgDBnHGw1Gm9QzahayRav8Zp54Fx5gA PcDEC6QLoqc1/mM9c0rNFOe3gU706j5KRQgWkXO0AC66Aq26yEWHYOWZtATtOO1Q Yk5HU= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id yJXluejSjkSa for ; Fri, 1 Apr 2016 10:09:05 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id E9123D7881 for ; Fri, 1 Apr 2016 10:09:04 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.15.2/8.15.2/Submit) id u3139431014915; Fri, 1 Apr 2016 10:09:04 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier Nicole To: questions@freebsd.org Subject: How to unlist a package Date: Fri, 01 Apr 2016 10:09:04 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 03:09:17 -0000 Hi, I have installed a package (clamav-unofficial-sigs) and later found out that the version from the developer has many fatures that I needed. So I installed the original version directly from github, and the new script lays in place of the package. I am afraid that on the next package update, what I installed by hand will be overwriten. So how can I tell the package system that this very package is not installed anymore, but without doing a delete? Best regards, Olivier --