Updated the port XEmacs21-21.1. Current modifications are : (1) Change dependencies of xemacs21-mule-common so as to build with PACKAGE_BUILDING. (2) Change COMMENT setting not with `.' end. I put the diff from ports-current in "Fix:".
This patch should be applied after following patch for editors/xemacs21 which has already sent to it's MAINTAINER(gj@FreeBSD.org) would be applied: diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/editors/xemacs21/Makefile ./Makefile --- /usr/ports/current/editors/xemacs21/Makefile Sat Jan 8 12:31:39 2000 +++ ./Makefile Tue Jan 11 03:05:31 2000 @@ -18,13 +18,11 @@ MAINTAINER= gj@FreeBSD.org -.if !defined(MULE_COMMON) RUN_DEPENDS+= ${PREFIX}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff -.endif XEMACS_REL= 21.1 XEMACS_VER= 21.1.8
State Changed From-To: open->closed Committed. Thanks!