Commit Graph

37 Commits

Author SHA1 Message Date
Ade Lovett
d3fc97c432 Remove pkg-comment from remaining master/slave port sets.
Approved by:	portmgr (implicitly)
2003-03-07 00:16:25 +00:00
Ade Lovett
a5be358b9d More manual pkg-comment cleanups.
Approved by:	portmgr (implicitly)
2003-03-06 21:01:40 +00:00
Kris Kennaway
a065d41509 Don't remove the share/emacs/site-lisp system directory 2003-02-22 03:13:08 +00:00
Akinori MUSHA
897d06aa97 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
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.
2002-01-29 11:48:57 +00:00
Kiriyama Kazuhiko
309fd0c773 Change chmod argument to `owner:group'. 2001-10-15 15:46:07 +00:00
Kiriyama Kazuhiko
4429447b64 I've misset category. Change CATEGORIES editors -> mail. 2001-08-25 08:06:40 +00:00
Kiriyama Kazuhiko
6d3a00d005 Correct MASTER_SITES. 2001-08-25 06:53:26 +00:00
Kiriyama Kazuhiko
629d20a0dd Update 1.94.1 -> 1.94.2. Use bsd.emacs.mk. 2001-08-17 12:10:05 +00:00
Mario Sergio Fujikawa Ferreira
d124027c46 typo clean up police: \s -> \t 2001-02-14 20:19:44 +00:00
Maxim Sobolev
d0190bfe05 ${ENV} --> ${SETENV}
PR:		22337
Submitted by:	Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-10-27 09:24:08 +00:00
Satoshi Asami
d5b54d0869 Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to
.) and other pkg variables if they are nearby.
2000-10-08 07:21:03 +00:00
Gary Jennejohn
642605e49b Reflect the update of the xemacs21 port to version 21.1.12. 2000-08-09 17:52:16 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Satoshi Asami
7b27962e8b Use MASTER_SITE_PORTS_JP instead of spelling out the URL. 2000-06-09 21:21:52 +00:00
Shigeyuki Fukushima
93a0670f38 I'm sorry that the previous change for EMACS_PORT_NAME is a mistake.
Fix values of these variables.
2000-05-08 13:13:16 +00:00
Shigeyuki Fukushima
64f614e27b Change BUILD_DEPENDS every emacsen ports. 2000-05-07 16:04:26 +00:00
Shigeyuki Fukushima
c219a75b7e Change a value of EMACS_PORT_NAME variable.
s/emacs/emacs19/
s/mule/mule19/
s/xemacs/xemacs19/
2000-05-07 14:51:10 +00:00
Chris Piazza
28849e36e9 Update to use PORTNAME/PORTVERSION 2000-04-13 20:01:08 +00:00
Satoshi Asami
839cf04840 Chase emacs upgrade to 20.6. 2000-03-10 21:31:15 +00:00
Satoshi Taoka
da661c3988 Change according to xemacs21 version up
PR: 16807
Submitted by: maintainer
2000-02-18 17:08:05 +00:00
Shigeyuki Fukushima
59d2b0bed1 Change port name as xemacs-mule to xemacs21-mule: s/xemacs-mule/xemacs21-mule/g.
Synchronized with updating editors/xemacs21 to 21.1.8.

PR:		ports/15904
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
2000-01-05 23:31:59 +00:00
Shigeyuki Fukushima
d9ab5e69e8 Update to 1.94.1.
PR:		ports/15627
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
2000-01-04 14:29:34 +00:00
Shigeyuki Fukushima
189ccb0c77 Synchronize with upgrading emacs-20.5(a). 2000-01-04 11:38:43 +00:00
Gary Jennejohn
97d7f67031 Modify EMACS_VER for xemacs21 to reflect my recent update of
xemacs21 to version 21.1.7.

As Satoshi wrote:

You are allowed to change other peoples' ports if they are affected by
your change, Gary. :) (in re a comment in the commit message).
1999-10-24 19:59:11 +00:00
Tim Vanderhoek
9dbc794cb4 Enforce random pkg/COMMENT rules, including the one that states Emacs
should be spelled corrcetly, although I rather liked "Emasc".
1999-09-18 04:56:11 +00:00
Satoshi Taoka
b731a87d83 Updated to 19.4
Added mew-xemacs21 (by Repository copy)
  Deleted mew-common

PR:		13391
Submitted by:	maintainer
1999-09-09 08:06:23 +00:00
David E. O'Brien
f3a9c6c81e Change Id->FreeBSD. 1999-08-25 06:51:17 +00:00
Steve Price
c480e96df4 Update to mew version 1.93.
PR:		8860
Submitted by:	maintainer
1999-01-02 20:03:25 +00:00
Satoshi Asami
555a3ebe6c Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denote
that the port otherwise uses files from another port.  (Note: support
for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
1998-12-01 03:06:49 +00:00
Jun Kuriyama
617d85793c Upgrade to v1.93
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
PR:		ports/8233 (part of)
1998-11-05 14:32:54 +00:00
Masafumi Max NAKANE
41fb6712d8 A major restructuring of mew ports to add xemacs versions
({japanese,mail}/mew-xemacs).
Along the way, mew for mule with Japanese environment was renamed
from japanese/mew to japanese/mew-mule (repository-copy done.)
Submitted by:	maintainer
PR:		6533, 6588
1998-06-25 22:30:04 +00:00
Masafumi Max NAKANE
5ee09ce6ff Upgrade, 1.70 -> 1.92.4.
Also, please note that the mechanism to build and install Mew has been
changed.  This port (mail/mew) now installs things needed by those who
use Mew with Emacs.
PR:		5166
Submitted by:	Kazuhiko Kiriyama <kiri@kiri.toba-cmt.ac.jp>
1997-12-08 22:13:47 +00:00
Satoshi Asami
b39a8dd404 Update dir file with install-info. Also, change organization so that
files can be shared between this port and japanese/mew.

Note this is a "blind" commit; it is too much trouble to test an update
with this many added and deleted files.  I'll test it later.

PR:		3789
Submitted by:	kiri
1997-06-10 10:10:45 +00:00
Satoshi Asami
2734a3aa00 Add backup site in Japan. This port is RESTRICTED so ftp.freebsd.org
can't carry the distfile, and the original has disappeared from the
master site.

Submitted by:	kiri@kiri.toba-cmt.ac.jp
1997-03-15 11:56:38 +00:00
Masafumi Max NAKANE
1e5df59ffd Modified the comment for RESTRICTED to reflect the reality. 1997-01-03 16:52:53 +00:00
Masafumi Max NAKANE
b2b694d1e9 Rename files/.{emacs,mh_profile} to dot.{emacs,mh_profile}.
Install sample files into share/examples/mew instead of to share/doc/mew.
  Use PKG_PREFIX in the installation/deinstallation scripts.
  Define RESTRICTED as this package has hook to pgp.
  Some Makefile cleanup.
  Editing of site-start.el during the installation procedure  now adds
  autoload entries for this program.
  Submitted by: (Kiriyama Kazuhiko) <kiri@kiri.toba-cmt.ac.jp>
1997-01-03 16:48:49 +00:00
Satoshi Asami
0225b68252 Message interface to Emacs Window, emacs version.
Submitted by:   Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
1996-12-18 05:09:26 +00:00