From owner-freebsd-ports Fri May 17 0:20: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46E3537B405 for <freebsd-ports@hub.freebsd.org>; Fri, 17 May 2002 00:20:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H7K3450923; Fri, 17 May 2002 00:20:03 -0700 (PDT) (envelope-from gnats) Date: Fri, 17 May 2002 00:20:03 -0700 (PDT) Message-Id: <200205170720.g4H7K3450923@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mike Meyer <mwm-dated-1022051599.3cf5a3@mired.org> Subject: Re: ports/38165: [PATCH] the smalleiffel port is out of date Reply-To: Mike Meyer <mwm-dated-1022051599.3cf5a3@mired.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-ports.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-ports> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-ports> X-Loop: FreeBSD.org 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