From owner-freebsd-ports Sun Apr 27 14:10:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA28938 for ports-outgoing; Sun, 27 Apr 1997 14:10:52 -0700 (PDT) Received: from dfw-ix14.ix.netcom.com (dfw-ix14.ix.netcom.com [206.214.98.14]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA28929; Sun, 27 Apr 1997 14:10:43 -0700 (PDT) Received: (from smap@localhost) by dfw-ix14.ix.netcom.com (8.8.4/8.8.4) id QAA27964; Sun, 27 Apr 1997 16:10:06 -0500 (CDT) Received: from sjx-ca30-30.ix.netcom.com(204.31.235.190) by dfw-ix14.ix.netcom.com via smap (V1.3) id sma027906; Sun Apr 27 16:09:42 1997 Received: (from asami@localhost) by blimp.mimi.com (8.8.5/8.6.9) id OAA03934; Sun, 27 Apr 1997 14:09:39 -0700 (PDT) Date: Sun, 27 Apr 1997 14:09:39 -0700 (PDT) Message-Id: <199704272109.OAA03934@blimp.mimi.com> To: james@nexis.net CC: freebsd-ports@freebsd.org, ache@freebsd.org In-reply-to: (message from James FitzGibbon on Sun, 27 Apr 1997 13:54:23 -0400 (EDT)) Subject: Re: Suggested change to apache port From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * - doing a make patch on the port, then adding your module-specific stuff, * and doing a make install. This retains the same changes to the code as * the port makes, but is still rather messy. I have been testing some changes to the dependency system (to fix the "gs3 and gs4 package mixup" problem), so things like this may become easier in the future. But for your purpose, I think you can just do something like this in p5-Apache/Makefile: === DISTNAME= ... PKGNAME= ... : PATCHDIR= ${.CURDIR}/../apache/patches post-patch: ${PATCH} ${PATCH_ARGS} < ${.CURDIR}/patches/patch-aa ${PATCH} ${PATCH_ARGS} < ${.CURDIR}/patches/patch-ab : .include === Satoshi