aboutsummaryrefslogtreecommitdiff
path: root/japanese/lookup-emacs21/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Remove editors/emacs21, and editors/emacs22 as they're no longer maintainedAshish SHUKLA2014-06-271-9/+0
| | | | | | | | | | | | upstream - Also remove dependent ports - Add UPDATING entry informing users of the same - Add MOVED entries Approved by: portmgr (bapt) Notes: svn path=/head/; revision=359512
* Add staging supportPawel Pekala2014-02-211-1/+0
| | | | | | | | PR: ports/182395 Submitted by: maintainer Notes: svn path=/head/; revision=345554
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* - Add japanese/lookup-emacs21 as a slave to japanese/lookupSergey Matveychuk2007-08-091-41/+3
| | | | | | | | PR: ports/114670 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=197382
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-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 Notes: svn path=/head/; revision=196111
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to 1.4.1Andrey Slusar2007-02-021-2/+1
| | | | | | | | PR: ports/108587 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=183927
* - Fix possibility of "infinite make fork" when "Registering install for ..."Mark 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) Notes: svn path=/head/; revision=154626
* Use INFO macrosEdwin Groothuis2005-12-041-0/+2
| | | | Notes: svn path=/head/; revision=150352
* o Remove dependency on japanese/eblook.Norikatsu Shigemura2004-12-261-2/+1
| | | | | | | | | | o Bump PORTREVISION. PR: ports/74707 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=125217
* With portmgr hat on, reset maintainership of port belonging to committerMark Linimon2004-12-071-1/+1
| | | | | | | who has been inactive since late 1993. Notes: svn path=/head/; revision=123373
* Now builds on FreeBSD 5.x.Kris Kennaway2004-10-281-7/+1
| | | | Notes: svn path=/head/; revision=120434
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-181-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118247
* Update to 1.4.Norikatsu Shigemura2004-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. Notes: svn path=/head/; revision=115146
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Remove pkg-comment from remaining master/slave port sets.Ade Lovett2003-03-071-0/+1
| | | | | | | Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77041
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-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. Notes: svn path=/head/; revision=53956
* Use japanese/lookup (for emacs21, repocopied from japanese/lookup-mule)Jun Kuriyama2001-12-191-5/+5
| | | | | | | as master port of ja-lookup-* variants. Notes: svn path=/head/; revision=51843
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-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. Notes: svn path=/head/; revision=33576
* TypoSatoshi Taoka2000-07-111-1/+1
| | | | Notes: svn path=/head/; revision=30465
* Update to version 1.3Satoshi Taoka2000-07-101-23/+11
| | | | | | | | We need to byte-compile the elisps to show logo when lookup starts up. So I make these elisps byte-compiled. Notes: svn path=/head/; revision=30453
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-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. :) Notes: svn path=/head/; revision=27449
* Update to 1.2Satoshi Taoka2000-03-261-4/+4
| | | | Notes: svn path=/head/; revision=27062
* Update to version 1.1Satoshi Taoka2000-01-091-23/+8
| | | | Notes: svn path=/head/; revision=24601
* Because japanese/xemacs-canna was moved to japanese/xemacs21-cannaSatoshi Taoka2000-01-081-1/+1
| | | | Notes: svn path=/head/; revision=24537
* Change a depend port from japanese/xemacs to japanese/xemacs-cannaSatoshi Taoka1999-12-011-1/+1
| | | | | | | | | because japanese/xemacs was removed Submitted by: asami Notes: svn path=/head/; revision=23518
* XEmacs can register info files in "M-x info" automatically.Satoshi Taoka1999-10-011-0/+2
| | | | | | | So "install-info" does not need. Notes: svn path=/head/; revision=22093
* Create MANIFEST.lookup correctlySatoshi Taoka1999-09-291-1/+1
| | | | Notes: svn path=/head/; revision=22064
* Changed a lookup port for XEmacs to XEmacs's package styleSatoshi Taoka1999-09-271-5/+22
| | | | Notes: svn path=/head/; revision=22002
* No need to create ${PORTINFORDIR}/dir explicitly -- install-info does it forSatoshi Asami1999-09-111-3/+0
| | | | | | | | | you. Besides, the check was incorrect, causing the dir file to be always wiped out! Notes: svn path=/head/; revision=21657
* (1) taoka@infonets.hiroshima-u.ac.jp => taoka@FreeBSD.orgSatoshi Taoka1999-09-081-2/+5
| | | | | | | | (2) We need install dir into ${PREFIX}/lib/xemacs/info for XEmacs Obtained from: http://bento.freebsd.org/errorlogs/ Notes: svn path=/head/; revision=21410
* A search interface on Emacsen from CD-ROM books, etc.Satoshi Taoka1999-09-061-0/+57
Notes: svn path=/head/; revision=21300