Date: Sun, 31 Jan 1999 03:10:01 -0800 (PST) From: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/9757: Pari/GP ports fix(pari-2.0.13a) Message-ID: <199901311110.DAA05068@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/9757; it has been noted by GNATS. From: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> To: sada@rr.IIJ4U.OR.JP Cc: yoshiaki@kt.rim.or.jp, FreeBSD-gnats-submit@FreeBSD.ORG, sada@FreeBSD.ORG Subject: Re: ports/9757: Pari/GP ports fix(pari-2.0.13a) Date: Sun, 31 Jan 1999 20:00:25 +0900 >>>>> From: sada@rr.IIJ4U.OR.JP (SADA Kenji) >>>>> Date: Re: ports/9757: Pari/GP ports fix(pari-2.0.13a) > > Could you please send us a diff to the former version ? > OK. diff -ruN pari2.0.13a-990119/patches/patch-ac pari/patches/patch-ac --- pari2.0.13a-990119/patches/patch-ac Thu Jan 1 09:00:00 1970 +++ pari/patches/patch-ac Fri Jan 29 02:05:55 1999 @@ -0,0 +1,21 @@ +--- config/Makefile.SH.orig Fri Jan 29 01:40:57 1999 ++++ config/Makefile.SH Fri Jan 29 02:05:25 1999 +@@ -373,13 +373,13 @@ + + if test -n "$emacs"; then + cat >> $file << EOT +-$pari_elc: $emx/pari.el +- @echo "Byte-Compiling pari.el..." +- -cd $emx; $emacs -batch -l compile ++#$pari_elc: $emx/pari.el ++# @echo "Byte-Compiling pari.el..." ++# -cd $emx; $emacs -batch -l compile + +-$install_emacs_files: $pari_elc ++$install_emacs_files: #$pari_elc + -mkdir -p \$(MISCDIR) +- -\$(INSTALL_DATA) $pari_elc \$(MISCDIR) ++# -\$(INSTALL_DATA) $pari_elc \$(MISCDIR) + \$(INSTALL_DATA) $emx/pari.el \$(MISCDIR) + # otherwise Warning from emacs (file not writeable) + \$(INSTALL) -m 666 $emx/pari.menu \$(MISCDIR) diff -ruN pari2.0.13a-990119/pkg/PLIST pari/pkg/PLIST --- pari2.0.13a-990119/pkg/PLIST Sat Jan 16 14:57:01 1999 +++ pari/pkg/PLIST Fri Jan 29 02:13:58 1999 @@ -1,7 +1,6 @@ ./lib/libpari.so.2.0.13 ./lib/libpari.so.2.0 ./lib/libpari.so -./lib/pari/pari.elc ./lib/pari/pari.el ./lib/pari/pari.menu ./lib/pari/pariemacs.txt @@ -26,7 +25,7 @@ ./include/pari/paridecl.h ./bin/gp-2.0 ./bin/gp -@exec /bin/mkdir %D/lib/pari %D/include/pari +@exec /bin/mkdir -p %D/lib/pari %D/include/pari %D/lib/pari/data @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @unexec /bin/rmdir %D/lib/pari/data -- yoshiaki@kt.rim.or.jp 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?199901311110.DAA05068>