From owner-freebsd-pkg@FreeBSD.ORG Mon Sep 8 05:41:45 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85BE9523 for ; Mon, 8 Sep 2014 05:41:45 +0000 (UTC) Received: from mail-qg0-x22e.google.com (mail-qg0-x22e.google.com [IPv6:2607:f8b0:400d:c04::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B4501818 for ; Mon, 8 Sep 2014 05:41:45 +0000 (UTC) Received: by mail-qg0-f46.google.com with SMTP id q107so4957150qgd.19 for ; Sun, 07 Sep 2014 22:41:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=DSZ3Jbq35qW/K6xAwAIVjtF0pglNwU9SlM5uekVcwO0=; b=PJI/kQNOz1uXLdq1FOWA4B8x+SLMaykNI83/PwY2j2J/L4vgqJVwkv45WPxkR/LKs6 cHtNY+g8HN1/d3Y6ifR19NTzfYNGREKDeLnuAioSCJfEOYA+ZnOR6nM+mr3oP2OmE6Tf bagtKxjq0qaaZl4dsZ21hKD1GZ4S2+sbhKoPEV6Uvz7Vc27rWqXAwUkL6l4ZnvvSiKum 2d52hmM7EWRdUiwh/zdhq5tO5Q3rxI4flntZtHopCdnU1hcABqeO0HKInxvxnPZMMkyf QlkZpokEdZKTTaeNHoF2WPw728b4exSqLPJ93iLoXIWN7gcg5AjfzBZ6wpEvOJU8FJND 1Zaw== MIME-Version: 1.0 X-Received: by 10.224.129.201 with SMTP id p9mr38610212qas.75.1410154904209; Sun, 07 Sep 2014 22:41:44 -0700 (PDT) Received: by 10.96.14.170 with HTTP; Sun, 7 Sep 2014 22:41:44 -0700 (PDT) Date: Mon, 8 Sep 2014 15:41:44 +1000 Message-ID: Subject: how do I get apache24 to stay installed with mod_mpm_event and mod_python? From: George Michaelson To: freebsd-pkg@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2014 05:41:45 -0000 I have hand-built apache24 with mod_mpm_event and mod_python. I selected the 'all modules as shared libs' option in make configure, in a belief this would externalize the mod_ stuff so I had an otherwise "normal" apache install. It would seem thats not so. When I update/upgrade, I get overwritten by pkg apache24 which does not have this module, nor the mod_python dependency I need. This then requires me to hand install again from /usr/ports/www/apache24 having removed work/.install*done Whats the canonical recipe to tell pkg and port to "play nice" so you can have non-standard builds of things? I tried looking, but the question "how do I make pkg and port play nice" didn't seem to work. Whats the search term I should have used? Seems to me like a plausible FAQ.