Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2002 08:00:16 -0700 (PDT)
From:      Joe Kelsey <joek@mail.flyingcroc.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/42608: devel/noweb has RUN_DEPEND for icon
Message-ID:  <200209111500.g8BF0GaW007320@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/42608; it has been noted by GNATS.

From: Joe Kelsey <joek@mail.flyingcroc.net>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209111500.g8BF0GaW007320>