summaryrefslogtreecommitdiff
path: root/textproc/coco (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-09-28Added "%%LOCALBASE%%/share/mule/info" into site-start.elSatoshi Taoka1-0/+1
Reported by: Inagaki Kentaro <inagaki@tg.rim.or.jp> Obtained from: ports-jp@jp.freebsd.org Notes: svn path=/head/; revision=22056
1999-08-27echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1-1/+1
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21032
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20947
1999-08-22chmod -> ${CHMOD}Michael Haro1-4/+4
chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
1999-07-01Fix a probrem which occurs if you specify WRKDIRPREFIX variable.SADA Kenji1-7/+11
Notes: svn path=/head/; revision=19949
1999-06-27Fix some 80+ character COMMENTs that turned-up in the recent pkg/COMMENTTim Vanderhoek1-1/+1
rampage. Notes: svn path=/head/; revision=19819
1999-06-05Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro2-5/+1
in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
1999-05-01Changed MAINTAINER's e-mail addressSatoshi Taoka2-4/+4
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org Notes: svn path=/head/; revision=18291
1999-04-05XIM does not work very well. So X_I18N_INHIBITED is set.Satoshi Taoka1-2/+9
Noticed by: MANTANI Nobutaka <nobutaka@nobutaka.com> Notes: svn path=/head/; revision=17645
1999-03-29Remove CONFIGURE_TARGET, the default suffices with the fixed bsd.port.mk.Satoshi Asami1-2/+1
PR: 10724 Notes: svn path=/head/; revision=17430
1999-03-08Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1-4/+4
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :) Notes: svn path=/head/; revision=17053
1999-03-03For 4.X and later releaseSatoshi Taoka1-1/+1
Notes: svn path=/head/; revision=16986
1999-02-03Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1-3/+3
bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
1999-01-23Add fix for Alpha.Hidetoshi Shimokawa7-21/+139
- patch for configure, unexelf.c, alpha.h, PLIST and etc. Notes: svn path=/head/; revision=16277
1998-12-02An ugly hack to make it build when PACKAGE_BUILDING build comes hereSatoshi Asami1-4/+50
without building one of the other mule's first. Also, add USE_XLIB and fix stuff to synch it with ../mule. Submitted by: maintainer (last part) Notes: svn path=/head/; revision=15057
1998-10-21Remove extra trailing "\" -- the CONFIGURE_ARGS line was continuing ontoSatoshi Asami1-2/+2
the "STRIP=". Notes: svn path=/head/; revision=14146
1998-10-09Fix the emacsclient bug.Motoyuki Konno1-0/+22
PR: ports/8208 Notes: svn path=/head/; revision=13788
1998-10-08Prepend ${WRKDIRPREFIX} to WRKDIR definitions.Satoshi Asami1-5/+5
Notes: svn path=/head/; revision=13755
1998-10-07Make startup script quiet according to my own guidelines.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=13720
1998-10-07ELFize. Also, upgrade to mule-2.3 based on emacs-19.34b (used to beSatoshi Asami16-1047/+2464
19.28). PR: 8178 Submitted by: taoka@infonets.hiroshima-u.ac.jp Notes: svn path=/head/; revision=13703
1998-05-02Bugfix:Masafumi Max NAKANE2-2/+8
(1) /usr/local/lib/mule/site-lisp/site-start.el is fixed (2) /usr/X11R6/info is added to Info-default-directory-list in site-start.el (3) mule can work on FreeBSD-current (this problem is about new ld.so). PR: 6030 Submitted by: maintainer Notes: svn path=/head/; revision=10806
1997-10-31Fix etc/doc* installation related problems.Masafumi Max NAKANE2-25/+0
Submitted by: maintainer Notes: svn path=/head/; revision=8419
1997-10-31Change jp-mule-* -> ja-mule-*Masafumi Max NAKANE1-3/+3
Submitted by: maintainer While at it, I also changed kr-mule-2.3 -> ko-mule-2.3 cn-mule-2.3 -> zh-mule-2.3 Notes: svn path=/head/; revision=8418
1997-10-23Update the references to other mule ports.Masafumi Max NAKANE1-3/+3
(Now, PKGNAME of these ports are ja-mule-*, zh-*, ko-* instead of jp, cn or kr.) Notes: svn path=/head/; revision=8337
1997-09-10Share files among various mule ports, both port files and withinSatoshi Asami8-64/+157
packages. The editors/mule-common package contains the language- independent parts. Add some new ports based on input methods. They don't take up much space because of efficient sharing. PR: 4411 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=7845
1997-06-08Align all info entries at 4th tab stop (as in system info entries).Satoshi Asami3-22/+24
Notes: svn path=/head/; revision=6802
1997-05-28Align all info dir entries in the "emacs" section.Satoshi Asami2-7/+7
Notes: svn path=/head/; revision=6583
1997-05-21Make the mule ports use install-info. Note that our makeinfo can'tSatoshi Asami3-8/+220
handle sources with Japanese characters, so the dir entries for those are given explicitly in Makefile and pkg/PLIST. Notes: svn path=/head/; revision=6523
1997-04-09Make the emacs/mule ports compile when __FreeBSD__ == 3. Closes PRSatoshi Asami1-0/+9
ports/3175. Notes: svn path=/head/; revision=6165
1996-11-30Install emacsclient et al., which were not included previously becauseSatoshi Asami2-2/+61
they might overwrite emacs' versions. The more I think about this, the less sense this makes, as we pratcically mandate emacs to be installed as well for this mule to work. Requested by: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi) Notes: svn path=/head/; revision=4730
1996-11-17Converted to MAN[1-9NL]David E. O'Brien1-6/+2
Notes: svn path=/head/; revision=4534
1996-11-11CATEGORIES+= --> CATEGORIES=David E. O'Brien1-2/+2
Minor variable reordering where needed. Notes: svn path=/head/; revision=4383
1996-08-16Use GNU_CONFIGURE instead of HAS_CONFIGURE. Conditionalize manSatoshi Asami1-3/+5
page compression on NOMANCOMPRESS. Notes: svn path=/head/; revision=3615
1995-11-13Delete @cwd, @mode, @owner and @group from these packing lists.Satoshi Asami1-6/+1
Reported by: jkh Notes: svn path=/head/; revision=2415
1995-11-09Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1-1/+1
lot of ports or what! ;> Notes: svn path=/head/; revision=2402
1995-09-15Upgrade, 2.2.2 -> 2.3.Satoshi Asami5-20/+12
Notes: svn path=/head/; revision=2153
1995-08-09Change -lgcc to /usr/lib/libgcc.a so that the shared libgcc won't getSatoshi Asami1-4/+8
picked up. Submitted by: NIIMI Satoshi <sa2c@and.or.jp> Notes: svn path=/head/; revision=2046
1995-07-23Remove redundant mkdir of share/emacs/site-lisp from post-install.Satoshi Asami1-4/+1
The internal install rule already creates all the site-lisp directories! Pointed-out by: me (not asami!) Notes: svn path=/head/; revision=2003
1995-07-20Add a mkdir -p for share/emacs/site-lisp, just in case. Reverse theSatoshi Asami2-3/+6
order of the search for site-lisp (lib/mule is searched before share/emacs now). Notes: svn path=/head/; revision=1998
1995-06-27UseSatoshi Asami1-2/+3
/usr/local/share/emacs/site-lisp /usr/local/lib/mule-site-lisp as the "site-lisp" directories. Basically all I did was tuck --locallisppath=${PREFIX}/share/emacs/site-lisp:${PREFIX}/lib/mule/site-lisp to the end of CONFIGURE_ARGS. Also, all the patch-aa's are unnecessary because bsd.port.mk now will take ${CFLAGS} from /etc/make.conf and put it in the environment before calling configure. Notes: svn path=/head/; revision=1896
1995-05-12Put back the longer PLISTs, now that pkg_create can take them. Thanks,Satoshi Asami1-2/+888
Jordan! Notes: svn path=/head/; revision=1688
1995-05-06Another PLIST hack to shrink it.Satoshi Asami1-888/+2
Notes: svn path=/head/; revision=1650
1995-04-23Since thud was down all day (no offense Gary :), I finally had time toSatoshi Asami4-31/+921
split mule into three ports: editors/mule: no language-specific support japanese/mule-canna: Japanese support, Canna library built-in japanese/mule-wnn: Japanese support, Wnn library built-in Note that the two ports under japanese/ will overwrite some of the emacs support files. Although this itself isn't a problem, if you pkg_delete it, you will lose some files needed for emacs. (This is explained in DESCR, although god knows who reads them.) Also I've listed every single file in the PLIST. Notes: svn path=/head/; revision=1500
1995-04-22Update Makefile.canna to work with bsd.port.mk.Satoshi Asami1-1/+8
Also, strip the installed binaries. Aren't you glad I invented post-install? :) Notes: svn path=/head/; revision=1491
1995-04-20Update of editors Makefiles!Satoshi Asami1-7/+2
Notes: svn path=/head/; revision=1473
1995-04-10DEPENDS= ${PORTSDIR}/japanese/WnnJordan K. Hubbard1-2/+2
Not: DEPENDS= ${PORTSDIR}/utils/Wnn Notes: svn path=/head/; revision=1319
1995-04-09Another round of Makefile updates, editors version.Satoshi Asami1-12/+18
Notes: svn path=/head/; revision=1308
1995-04-01Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1-1/+2
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
1995-03-28Reviewed by:Satoshi Asami2-28/+9
Submitted by: Obtained from: Notes: svn path=/head/; revision=1224
1995-03-24Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1-1/+2
and some other minor cleanup. Notes: svn path=/head/; revision=1196