Date: Mon, 29 Nov 1999 06:20:02 -0800 (PST) From: <lioux@linf.unb.br> To: freebsd-ports@FreeBSD.org Subject: Re: ports/15142: Added DIST_SUBDIR to print/tex port Message-ID: <199911291420.GAA56620@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/15142; it has been noted by GNATS. From: <lioux@linf.unb.br> To: freebsd-gnats-submit@freebsd.org Cc: lioux@linf.unb.br Subject: Re: ports/15142: Added DIST_SUBDIR to print/tex port Date: Mon, 29 Nov 1999 12:04:47 -0200 (EDT) I declare all previous patches null and void. :) I am packaging all patches together for completion. Sorry for the mess. diff -ru tex.ORIG/Makefile tex/Makefile --- tex.ORIG/Makefile Mon Nov 29 12:06:52 1999 +++ tex/Makefile Mon Nov 29 12:06:05 1999 @@ -21,6 +21,10 @@ USE_GMAKE= yes +DIST_SUBDIR= tex + +SCRIPTS_ENV= DIST_SUBDIR=${DIST_SUBDIR} + MAKE_FLAGS= fmts= all_mems= do-build: diff -ru tex.ORIG/files/md5 tex/files/md5 --- tex.ORIG/files/md5 Thu Jul 15 21:58:44 1999 +++ tex/files/md5 Mon Nov 29 12:07:49 1999 @@ -1,7 +1,7 @@ -MD5 (web2c-7.1.tar.gz) = 9337cb416cc367be7871c2f15bf91a5c -MD5 (web-7.1.tar.gz) = d525679921a0db7e4289b53415494dae -MD5 (tex_base.tar.gz) = f4c6ea916cc7a955844fdfaf43d429ae -MD5 (cm_tfm.tar.gz) = 53e7cc4680aeea7bc9bcbe04356eeed6 -MD5 (mf_lib.tar.gz) = 5c53105b2c3fe8416eb06f64c8b5adf1 -MD5 (cm_mf.tar.gz) = 199f9d26eff042df51f50d3020a0baee -MD5 (modes.mf) = 8985161376dc78ed599e0eb5c7265b31 +MD5 (tex/web2c-7.1.tar.gz) = 9337cb416cc367be7871c2f15bf91a5c +MD5 (tex/web-7.1.tar.gz) = d525679921a0db7e4289b53415494dae +MD5 (tex/tex_base.tar.gz) = f4c6ea916cc7a955844fdfaf43d429ae +MD5 (tex/cm_tfm.tar.gz) = 53e7cc4680aeea7bc9bcbe04356eeed6 +MD5 (tex/mf_lib.tar.gz) = 5c53105b2c3fe8416eb06f64c8b5adf1 +MD5 (tex/cm_mf.tar.gz) = 199f9d26eff042df51f50d3020a0baee +MD5 (tex/modes.mf) = 8985161376dc78ed599e0eb5c7265b31 diff -ru tex.ORIG/scripts/configure tex/scripts/configure --- tex.ORIG/scripts/configure Wed Feb 3 02:45:07 1999 +++ tex/scripts/configure Mon Nov 29 12:06:12 1999 @@ -16,6 +16,6 @@ for i in ../../base/*tex; do ln -s $i; done for i in ../../mf/*mf; do ln -s $i; done for i in ../../lib/*mf; do ln -s $i; done -cp $DISTDIR/modes.mf . || exit 1; +cp $DISTDIR/$DIST_SUBDIR/modes.mf . || exit 1; exit 0; 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?199911291420.GAA56620>