summaryrefslogtreecommitdiff
path: root/Mk/bsd.emacs.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use MAKE_ARGS instead of MAKE_FLAGS.Shigeyuki Fukushima2000-09-181-4/+4
| | | | | | | MAKE_FLAGS is for a make option with `-'. Notes: svn path=/head/; revision=32796
* Bump xemacs version to 21.1.12.Satoshi Asami2000-08-251-3/+3
| | | | | | | Requested by: shige Notes: svn path=/head/; revision=31978
* Catch up with XEmacs21* update.Shigeyuki Fukushima2000-08-011-3/+3
| | | | Notes: svn path=/head/; revision=31190
* Change RUN_DEPENDS file when EMACS_COMMON_PORT=YES.Shigeyuki Fukushima2000-07-251-2/+9
| | | | | | | | | Because -common port doesn't have ${EMACS_CMD}. Pointed by: asami-san Notes: svn path=/head/; revision=31023
* Add user configuration variables: EMACS_NO_BUILD_DEPENDS, EMACS_NO_RUN_DEPENDS.Shigeyuki Fukushima2000-07-191-1/+15
| | | | | | | | | | EMACS_NO_BUILD_DEPENDS, if set "YES" to this variable, port does not build-depend on EMACS_PORT_NAME's emacsen. EMACS_NO_RUN_DEPENDS, if set "YES" to this variable, port does not run-depend on EMACS_PORT_NAME's emacsen. Notes: svn path=/head/; revision=30830
* Add new variable: EMACS_HAS_MULE.Shigeyuki Fukushima2000-07-121-1/+8
| | | | | | | It shows whether emacsen has mule features or not. Notes: svn path=/head/; revision=30520
* The xemacs21 version is now 21.1.10.Steve Price2000-07-101-3/+3
| | | | Notes: svn path=/head/; revision=30381
* Update emacs 20.6 -> 20.7Justin M. Seger2000-06-271-2/+2
| | | | Notes: svn path=/head/; revision=29896
* Set useful variables to SCRIPTS_ENV, PLIST_SUB, MAKE_FLAGS.Shigeyuki Fukushima2000-05-101-1/+11
| | | | Notes: svn path=/head/; revision=28394
* 1) Change values of EMACS_PORT_NAME variables for emacs-19.x, mule-19.x,Shigeyuki Fukushima2000-05-081-8/+31
| | | | | | | | | | | | and xemacs-19.x. These values are emacsen ports name. 2) Add EMACS_PORTSDIR variable. 3) Set BUILD_DEPENDS and RUN_DEPENDS for every emacsen. Notes: svn path=/head/; revision=28365
* (1) New directive USE_AUTOMAKE and AUTOMAKE variable for automakeSatoshi Asami2000-05-061-0/+129
support. Implies USE_AUTOCONF. Submitted by: kiri@pis.toba-cmt.ac.jp Reviewed by: ports (2) New variable CONFIGURE_WRKSRC (default: ${WRKSRC}) to be set when ${CONFIGURE_SCRIPT} needs to be run in some place other than ${WRKSRC}. Submitted by: Mario Ferreira <lioux@uol.com.br> Reviewed by: ports (3) Slight change in message about the port being too old for bsd.port.mk due to missing PORTNAME/PORTVERSION. Explicitly say that the user needs to update the port (although I'm not sure how anyone can interpret the old message otherwise ;). (4) Use NO_CHECKSUM instead of the undocumented FORCE_FETCH to override the "distfile missing from files/md5" check. Also change the NO_CHECKSUM message a bit more forceful ("If you are absolutely sure..."). Submitted by: mharo (5) Refer to the OpenSSL section in handbook by name, not number. Approved by: Kris PR: 17524 (6) New file bsd.emacs.mk that will be automatically be included if EMACS_PORT_NAME is defined. bsd.emacs.mk sets various variables to make maintenance of emacs ports easy. Submitted by: shige Reviewed (in spirit) by: ports, ports-jp (7) Remove the automatic creation of ${PREFIX}/info/dir from /usr/share/info/dir (install-info from 3.1R onwards automatically creates the dir file if none exists). Delete ${PREFIX}/info/dir upon deinstallation if it doesn't have any menu entries. Reviewed by: ports (8) Two new targets mtree-file and prefix. They print ${MTREE_FILE} (empty if NO_MTREE is set) and ${PREFIX}, respectively. They are used by package building scripts. (9) Don't register package dependency in +REQUIRED_BY for PKG_IGNORE_DEPENDS ports. Otherwise you'll end up with bogus entries since "pkg_delete oneko" won't delete oneko from XFree86/+REQUIRED_BY, etc. Found by: bento Notes: svn path=/head/; revision=28310