1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Remove dependency to emacs. The pr was sent from the maintainer.

Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
This commit is contained in:
SADA Kenji 1999-04-03 23:35:38 +00:00
parent f08a9d5647
commit 374ce6b221
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17626
2 changed files with 22 additions and 1 deletions

21
math/pari/files/patch-af Normal file
View File

@ -0,0 +1,21 @@
--- config/Makefile.SH.orig Sun Apr 4 08:01:45 1999
+++ config/Makefile.SH Sun Apr 4 08:04:28 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)

View File

@ -22,7 +22,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