1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Update PATCH_SITES and WWW URL in DESCR.

This commit is contained in:
Shigeyuki Fukushima 2000-02-25 16:23:37 +00:00
parent a9937e76bd
commit 45b27508e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26276
2 changed files with 5 additions and 2 deletions

View File

@ -12,7 +12,8 @@ CATEGORIES= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= emacs
PATCH_SITES= http://www.etl.go.jp/~tomo/comp/emacsen/
PATCH_SITES= ftp://ftp.m17n.org/pub/mule/dynamic-loading/ \
http://www.etl.go.jp/~tomo/comp/emacsen/
PATCHFILES= emacs-20.4-dl3.diff.gz
PATCH_DIST_STRIP= -p1

View File

@ -7,7 +7,7 @@ Emacs binary is:
${PREFIX}/bin/emacs-dl-20.5
Dynamic loading patch:
http://www.etl.go.jp/~tomo/comp/emacsen/emacs-20.4-dl3.diff.gz
ftp://ftp.m17n.org/mule/dynamic-loading/emacs-20.4-dl3.diff.gz
NOTE: This binary is not linked with libxpg4 shared library by default.
If your LANG environment variable has a value but "C", the following
@ -18,4 +18,6 @@ warning message may be displayed:
If you complain about this message, type `make install USE_XPG4=YES'
at the "${PORTSDIR}/editors/japanese" directory to re-make this package.
WWW: http://www.m17n.org/mule/dynamic-loading/
--- Porting by shige@FreeBSD.ORG