Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dirrm absolute path -> unexec | Jun-ichiro itojun Hagino | 1997-10-17 | 1 | -1/+1 |
| | |||||
* | due to /var/run permission change in 2.2.5-RELEASE, we changed | Jun-ichiro itojun Hagino | 1997-10-17 | 3 | -119/+84 |
| | | | | | | change where to write pid file. Submitted by: sanpei@jp.freebsd.org | ||||
* | Use ISO639 language abbreviation instead of ISO3166 country abbreviation | Masafumi Max NAKANE | 1997-09-14 | 1 | -2/+2 |
| | | | | for PKGNAME. (IE, jp-* to ja-*). | ||||
* | ldconfig -> ${LDCONFIG}. | Masafumi Max NAKANE | 1997-07-17 | 1 | -2/+2 |
| | |||||
* | /bin/sh -> ${SH} | Masafumi Max NAKANE | 1997-07-13 | 1 | -2/+2 |
| | |||||
* | Fix this slightly differently, change "all:" to "all:", this seems more | Satoshi Asami | 1997-06-11 | 1 | -2/+3 |
| | | | | in line with the other Makefiles. | ||||
* | Remove empty "all:" target. Something in XFree86-3.3 imake config files | Satoshi Asami | 1997-06-11 | 1 | -0/+11 |
| | | | | makes make unhappy about this line. | ||||
* | Remove spurious ^M at end of lines. | Satoshi Asami | 1996-11-18 | 1 | -186/+186 |
| | |||||
* | Fix Makefiles to work with new bsd.port.mk. Mostly just replacing | Satoshi Asami | 1996-11-13 | 1 | -17/+13 |
| | | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff. | ||||
* | Command line argument is checked and exits if $2!=POST-INSTALL. | Masafumi Max NAKANE | 1996-11-11 | 1 | -0/+1 |
| | |||||
* | CATEGORIES+= -> CATEGORIES= | Masafumi Max NAKANE | 1996-11-11 | 1 | -7/+3 |
| | | | | | Instead of writing several shell commands in post-install target, simply call pkg/INSTALL. | ||||
* | Use ${COMPRESS_MAN} to compress man pages. | Masafumi Max NAKANE | 1996-11-05 | 1 | -5/+5 |
| | |||||
* | Replaced spaces with tabs in several places, so that Imake will generates | Masafumi Max NAKANE | 1996-10-31 | 1 | -1/+30 |
| | | | | valid Makefiles. | ||||
* | Check on /etc/services will be performed upon pkg_add, too. | Masafumi Max NAKANE | 1996-09-19 | 1 | -0/+6 |
| | |||||
* | So, here it comes back again. (I certainly hope the keyword substitution | Masafumi Max NAKANE | 1996-09-19 | 1 | -0/+160 |
| | | | | mode is set correctly.) | ||||
* | The keyword substitution mode of patch-ad needs to be changed to -ko, | Masafumi Max NAKANE | 1996-09-19 | 1 | -160/+0 |
| | | | | | so I remove this file first. (And it will be back soon.) | ||||
* | Fixed broken patch file. (Well, I hope it works...) | Masafumi Max NAKANE | 1996-09-19 | 1 | -36/+44 |
| | |||||
* | PKGNAME is now prefixed with ``jp-.'' | Masafumi Max NAKANE | 1996-09-18 | 1 | -3/+3 |
| | | | | | | ${LOCALBASE} is used instead of /usr/local. Submitted by: asami@FreeBSD.ORG | ||||
* | Changed the maintainer from Satoshi to Max. | Masafumi Max NAKANE | 1996-09-18 | 6 | -293/+548 |
| | | | | | | | | | | | | | | | | | | | | | This port now installs man pages. (Patch-ac is responsible for following three items.) This port now installs files into ${PREFIX}/{bin,include/canna,lib/canna} instead of /usr/local/Canna/{bin,include,lib}. Changed the location and the name of the lock file to /var/run/Canna.pid. Changed the location of the log file to /var/log. Now the readme file is not installed into the directory where the lock file resides. (patch-ab) In post-install:, /etc/services is checked and the user will be notified if there is no entry for Canna. Added new patch to modify source of several man pages to avoid it displaying an empty page before showing its content. (patch-ad) | ||||
* | Fixed the problem that the startup script installed in /usr/local/etc/rc.d | Masafumi Max NAKANE | 1996-09-17 | 1 | -3/+4 |
| | | | | | didn't actually start the program. Amazingly, no one has complained about this problem!! | ||||
* | Install startup script in .../etc/rc.d. | Satoshi Asami | 1996-08-09 | 3 | -10/+13 |
| | | | | Submitted by: Masafumi NAKANE <max@sfc.wide.ad.jp> | ||||
* | Shorten one-line comments. Boy, I'm listed as MAINTAINERs in a | Satoshi Asami | 1995-11-09 | 1 | -1/+1 |
| | | | | lot of ports or what! ;> | ||||
* | Revised PLIST, with all the correct permissions and ownerships. | Satoshi Asami | 1995-06-26 | 1 | -7/+123 |
| | | | | Submitted by: NIIMI Satoshi <sa2c@and.or.jp> | ||||
* | ${XMKMF} -> xmkmf, so that "make includes" and such won't get invoked | Satoshi Asami | 1995-06-26 | 1 | -2/+2 |
| | | | | | | twice. Submitted by: NIIMI Satoshi <sa2c@and.or.jp> | ||||
* | Add | Satoshi Asami | 1995-06-24 | 2 | -1/+5 |
| | | | | | | | | | | | | | | post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :) | ||||
* | Upgrade, 3.2p1 -> 3.2p2. | Satoshi Asami | 1995-06-22 | 5 | -296/+64 |
| | | | | Submitted by: NIIMI Satoshi <sa2c@and.or.jp> | ||||
* | Clean up Makefiles, as per my promise. | Satoshi Asami | 1995-04-07 | 1 | -3/+7 |
| | |||||
* | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | Jordan K. Hubbard | 1995-04-01 | 1 | -1/+2 |
| | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. | ||||
* | Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of, | Satoshi Asami | 1995-03-24 | 1 | -1/+2 |
| | | | | and some other minor cleanup. | ||||
* | Added chown bin.bin to the lock dir. | Satoshi Asami | 1995-03-07 | 1 | -0/+1 |
| | | | | | Submitted by: nobu@psrc.isac.co.jp (Actually the initial import should have had this Submitted by: line too) | ||||
* | Canna, a kana-kanji conversion engine from NEC. | Satoshi Asami | 1995-03-06 | 6 | -0/+433 |