Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2002 00:20:03 -0700 (PDT)
From:      Mike Meyer <mwm-dated-1022051599.3cf5a3@mired.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/38165: [PATCH] the smalleiffel port is out of date
Message-ID:  <200205170720.g4H7K3450923@freefall.freebsd.org>

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

From: Mike Meyer <mwm-dated-1022051599.3cf5a3@mired.org>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org
Cc:  
Subject: Re: ports/38165: [PATCH] the smalleiffel port is out of date
Date: Fri, 17 May 2002 02:13:18 -0500

 Sigh. Naturally, right after I submit it, I notice something I overlooked.
 
 The attached patch should be applied to the Makefile in the port. It
 takes into account the radical change in nameing of things in the
 SmallEiffel library.
 
 --- Makefile.orig	Fri May 17 01:14:26 2002
 +++ Makefile	Fri May 17 02:12:43 2002
 @@ -47,13 +47,8 @@
  	@(if ${TEST} -e ${SEDIR} ; then ${RM} -rf ${SEDIR}; fi; \
  	    ${MKDIR} ${SEDIR}; \
  	    ${CP} -pR ${WRKSRC}/* ${SEDIR}; \
 -	    ${ECHO_CMD} ./ > ${SEDIR}/sys/loadpath.UNIX; \
 -	    ${ECHO_CMD} ${SEDIR}/lib_std/ >> ${SEDIR}/sys/loadpath.UNIX; \
 -	    ${ECHO_CMD} ${SEDIR}/lib_iterator/ >> ${SEDIR}/sys/loadpath.UNIX; \
 -	    ${ECHO_CMD} ${SEDIR}/lib_random/ >> ${SEDIR}/sys/loadpath.UNIX; \
 -	    ${ECHO_CMD} ${SEDIR}/lib_number/ >> ${SEDIR}/sys/loadpath.UNIX; \
 -	    ${ECHO_CMD} ${SEDIR}/lib_show/ >> ${SEDIR}/sys/loadpath.UNIX; \
 -	    ${ECHO_CMD} ${SEDIR}/lib_se/ >> ${SEDIR}/sys/loadpath.UNIX)
 +	    ${SED} -e s,${WRKDIR},${PREFIX}, ${WRKSRC}/sys/loadpath.UNIX \
 +		> ${SEDIR}/sys/loadpath.UNIX)
  	@${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGDIR}/pkg-message \
  		> ${PKGMESSAGE}
  	@${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGDIR}/pkg-install \
 
 
 --
 Mike Meyer <mwm@mired.org>		http://www.mired.org/consulting.html
 Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

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?200205170720.g4H7K3450923>