aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/lookup-emacs21/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Remove editors/emacs21, and editors/emacs22 as they're no longer maintainedashish2014-06-271-9/+0
| | | | | | | | | upstream - Also remove dependent ports - Add UPDATING entry informing users of the same - Add MOVED entries Approved by: portmgr (bapt)
* Add staging supportpawel2014-02-221-1/+0
| | | | | PR: ports/182395 Submitted by: maintainer
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | japanese)
* - Add japanese/lookup-emacs21 as a slave to japanese/lookupsem2007-08-091-41/+3
| | | | | PR: ports/114670 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update to 1.4.1anray2007-02-021-2/+1
| | | | | PR: ports/108587 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* - Fix possibility of "infinite make fork" when "Registering install for ..."linimon2006-01-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12], Andrew Heybey <ath at niksun dot com> [2], Jamie Jones <jamie at thompson dot bishopston dot net>, tobez [4], Mark Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially)
* Use INFO macrosedwin2005-12-041-0/+2
|
* o Remove dependency on japanese/eblook.nork2004-12-261-2/+1
| | | | | | | o Bump PORTREVISION. PR: ports/74707 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* With portmgr hat on, reset maintainership of port belonging to committerlinimon2004-12-071-1/+1
| | | | who has been inactive since late 1993.
* Now builds on FreeBSD 5.x.kris2004-10-291-7/+1
|
* BROKEN on 5.x: Does not compilekris2004-09-191-1/+7
| | | | Approved by: portmgr (self)
* Update to 1.4.nork2004-07-311-3/+2
| | | | | | | | PR: ports/68065 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Reviewed by: yoichi Approved by: taoka (blanket) Committed at: CBUG Camp in Yatsugatake, Yamanashi-ken, Japan.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Remove pkg-comment from remaining master/slave port sets.ade2003-03-071-0/+1
| | | | Approved by: portmgr (implicitly)
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1
| | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
* Use japanese/lookup (for emacs21, repocopied from japanese/lookup-mule)kuriyama2001-12-191-5/+5
| | | | as master port of ja-lookup-* variants.
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-2/+2
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Typotaoka2000-07-111-1/+1
|
* Update to version 1.3taoka2000-07-111-23/+11
| | | | | We need to byte-compile the elisps to show logo when lookup starts up. So I make these elisps byte-compiled.
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.knu2000-04-111-4/+4
| | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
* Update to 1.2taoka2000-03-261-4/+4
|
* Update to version 1.1taoka2000-01-091-23/+8
|
* Because japanese/xemacs-canna was moved to japanese/xemacs21-cannataoka2000-01-081-1/+1
|
* Change a depend port from japanese/xemacs to japanese/xemacs-cannataoka1999-12-011-1/+1
| | | | | | because japanese/xemacs was removed Submitted by: asami
* XEmacs can register info files in "M-x info" automatically.taoka1999-10-011-0/+2
| | | | So "install-info" does not need.
* Create MANIFEST.lookup correctlytaoka1999-09-291-1/+1
|
* Changed a lookup port for XEmacs to XEmacs's package styletaoka1999-09-271-5/+22
|
* No need to create ${PORTINFORDIR}/dir explicitly -- install-info does it forasami1999-09-111-3/+0
| | | | | | you. Besides, the check was incorrect, causing the dir file to be always wiped out!
* (1) taoka@infonets.hiroshima-u.ac.jp => taoka@FreeBSD.orgtaoka1999-09-081-2/+5
| | | | | (2) We need install dir into ${PREFIX}/lib/xemacs/info for XEmacs Obtained from: http://bento.freebsd.org/errorlogs/
* A search interface on Emacsen from CD-ROM books, etc.taoka1999-09-061-0/+57