From owner-freebsd-ports Wed Sep 11 8: 0:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 794F937B400 for ; Wed, 11 Sep 2002 08:00:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3589C43E4A for ; Wed, 11 Sep 2002 08:00:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8BF0GJU007322 for ; Wed, 11 Sep 2002 08:00:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8BF0GaW007320; Wed, 11 Sep 2002 08:00:16 -0700 (PDT) Date: Wed, 11 Sep 2002 08:00:16 -0700 (PDT) Message-Id: <200209111500.g8BF0GaW007320@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Joe Kelsey Subject: Re: ports/42608: devel/noweb has RUN_DEPEND for icon Reply-To: Joe Kelsey Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/42608; it has been noted by GNATS. From: Joe Kelsey To: freebsd-gnats-submit@FreeBSD.org, joek@unx48.staff.flyingcroc.net Cc: Subject: Re: ports/42608: devel/noweb has RUN_DEPEND for icon Date: Wed, 11 Sep 2002 07:58:34 -0700 This is a multi-part message in MIME format. --------------080702090209060504030805 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Here is a patch to lang/icon to add WITHOUT_XLIB processing. --------------080702090209060504030805 Content-Type: text/plain; name="Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile.diff" --- Makefile.orig Tue Sep 3 07:40:34 2002 +++ Makefile Wed Sep 11 07:55:35 2002 @@ -16,10 +16,16 @@ ONLY_FOR_ARCHS= alpha i386 +.ifdef WITHOUT_XLIB +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" +CONFIG_CMD= Configure +.else USE_XLIB= yes -USE_REINPLACE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${X11BASE}/include" \ XLIBS="-L${X11BASE}/lib -lX11" +CONFIG_CMD= X-Configure +.endif +USE_REINPLACE= yes ALL_TARGET= All MAN1= icont.1 @@ -35,7 +41,7 @@ do-configure: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} X-Configure name=${ARCH_NAME}) + ${MAKEFILE} ${MAKE_ARGS} $(CONFIG_CMD) name=${ARCH_NAME}) do-install: ${INSTALL_MAN} ${WRKSRC}/man/man1/icont.1 ${PREFIX}/man/man1 --------------080702090209060504030805-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message