The FreeBSD Ports Archive
FreeBSD editors : emacs4>
GNU editing macros
GNU Emacs is a self-documenting, customizable, extensible real-time
display editor.
Users new to Emacs will be able to use basic features fairly rapidly
by studying the tutorial and using the self-documentation features.
Emacs also has an extensive interactive manual browser. It is easily
extensible since its editing commands are written in Lisp.
GNU Emacs's many special packages handle mail reading (RMail) and
sending (Mail), outline editing (Outline), compiling (Compile),
running subshells within Emacs windows (Shell), running a Lisp
read-eval-print loop (Lisp-Interaction-Mode), automated psychotherapy
(Doctor :-) and many more.
http://www.gnu.org/software/emacs/
|
emacs history
v. 1.73
date: 2007/10/08 23:29:46; author: keramida; state: Exp; lines: +1 -1
Port the gmalloc.c allocator from the CVS trunk of Emacs.
This includes various enhancements and fixes, including a
serious bug caused by using gmalloc's allocation and free
functions and the system version of posix_memalign().
PR: ports/114993
Submitted by: Gardner Bell
Reviewed by: pav
v. 1.72
date: 2007/09/27 06:16:36; author: pav; state: Exp; lines: +4 -0
- Kill packaged info files, they are splitted. We need to generate our own,
non-splitted, from texinfo.
PR: ports/115209
Submitted by: NIIMI Satoshi
Approved by: maintainer timeout (keramida; 7 weeks)
v. 1.71
date: 2007/07/24 15:10:13; author: rafan; state: Exp; lines: +0 -2
- Remove --mandir and --infodir from CONFIGURE_ARGS. They are now default
in bsd.port.mk.
Tested with: my tinderbox on i386 6
Approved by: portmgr
v. 1.70
date: 2007/07/16 17:06:44; author: nobutaka; state: Exp; lines: +47 -52
Update to 22.1.
Hand over maintainership to keramida.
v. 1.69
date: 2007/05/19 20:04:03; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.68
date: 2007/05/03 17:15:46; author: nobutaka; state: Exp; lines: +1 -1
Add emacs-22.* to CONFLICTS.
PR: ports/111814
Submitted by: NIIMI Satoshi
v. 1.67
date: 2006/11/12 02:50:07; author: nobutaka; state: Exp; lines: +1 -1
Change PATCH_SITES.
v. 1.66
date: 2005/12/18 13:39:42; author: nobutaka; state: Exp; lines: +1 -1
Remove emacs20 from CONFLICTS.
PR: ports/90475
Submitted by: NIIMI Satoshi
v. 1.65
date: 2005/12/08 17:01:46; author: nobutaka; state: Exp; lines: +5 -1
- Add .info suffix to filename of info files.
- Use INFO macro.
Requested by: edwin
v. 1.64
date: 2005/11/15 06:49:08; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.63
date: 2005/09/05 15:15:46; author: nobutaka; state: Exp; lines: +1 -1
Fix build error.
PR: ports/85508
Submitted by: NIIMI Satoshi
v. 1.62
date: 2005/05/15 15:32:14; author: nobutaka; state: Exp; lines: +2 -2
Disable optimization on ia64 to avoid elisp processing errors.
Submitted by: yoichi
v. 1.61
date: 2005/05/06 18:35:07; author: nobutaka; state: Exp; lines: +1 -1
Bump PORTREVISION to reflect changes in rev. 1.59 in package building.
Pointed out by: yoichi
v. 1.60
date: 2005/05/06 08:56:30; author: jylefort; state: Exp; lines: +4 -0
Add CONFLICTS variable, since this port conflicts with other
emacs/xemacs ports.
Approved by: nobutaka (maintainer)
v. 1.59
date: 2005/05/05 17:22:06; author: nobutaka; state: Exp; lines: +8 -1
Replace -O(2|3|s) CFLAGS with -O on ia64 for a workaround to fix elisp processing errors.
PR: ports/75832
Submitted by: KIMURA Yasuhiro
Fix submitted by: yoichi
v. 1.58
date: 2005/04/12 03:25:21; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.57
date: 2005/04/11 08:02:05; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.56
date: 2005/03/02 15:05:54; author: nobutaka; state: Exp; lines: +1 -1
Fix problems with AltGr-Modifier on several keyboards.
PR: ports/78209
Submitted by: Kay Lehmann
v. 1.55
date: 2005/02/14 15:32:29; author: nobutaka; state: Exp; lines: +1 -1
Fix format string vulnerability in the movemail utility.
Security: CAN-2005-0100
Security: http://www.vuxml.org/freebsd/3e3c860d-7dae-11d9-a9e7-0001020eed82.html
Security: Malicious POP3 servers can execute arbitrary code.
v. 1.54
date: 2004/05/24 14:11:16; author: nobutaka; state: Exp; lines: +1 -1
Enable interruption with C-g key while opening network connection.
PR: ports/65910
Submitted by: NIIMI Satoshi
v. 1.53
date: 2004/03/21 07:38:53; author: kris; state: Exp; lines: +61 -34
Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21. Retire the editors/emacs21 port.
PR: ports/24983
v. 1.52
date: 2004/02/25 10:34:28; author: kris; state: Exp; lines: +7 -1
BROKEN on !i386 5.x: Does not compile
v. 1.51
date: 2004/02/04 05:19:58; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.50
date: 2003/09/24 09:37:02; author: osa; state: Exp; lines: +1 -1
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev
PR: 56998
v. 1.49
date: 2003/02/20 17:12:48; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.48
date: 2002/11/10 16:45:55; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.47
date: 2002/11/06 22:44:51; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.46
date: 2001/01/01 10:15:01; author: will; state: Exp; lines: +1 -3
Goodbye, YEAR2000. Hello, 2001.
Approved by: asami
v. 1.45
date: 2000/04/17 00:17:23; author: reg; state: Exp; lines: +2 -2
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
v. 1.44
date: 2000/04/14 00:25:25; author: mharo; state: Exp; lines: +3 -3
portname/portversion update
v. 1.43
date: 1999/08/31 06:42:56; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.42
date: 1999/08/25 05:43:35; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.41
date: 1999/08/22 18:57:40; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.40
date: 1999/07/04 03:28:44; author: cpiazza; state: Exp; lines: +6 -2
Bring over the NO_X11 changes from emacs20. (define NO_X11 to build without
an X dependancy)
v. 1.39
date: 1999/06/05 22:29:14; author: mharo; state: Exp; lines: +1 -4
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
v. 1.38
date: 1999/03/11 21:47:10; author: scrappy; state: Exp; lines: +3 -1
Commit all Y2K/WWW_SITE changes from today...
v. 1.37
date: 1999/03/08 07:28:22; author: asami; state: Exp; lines: +4 -4
Fix to make ports work with bsd.port.mk rev. 1.306.
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.
The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.
At least we've got much fewer "-unknown-"s in the tree as the result. :)
v. 1.36
date: 1999/01/27 07:41:10; author: fenner; state: Exp; lines: +2 -1
${MASTER_SITE_GNU} got rearranged in December; let's catch up.
v. 1.35
date: 1999/01/23 14:28:19; author: simokawa; state: Exp; lines: +5 -4
Add fix for Alpha.
- patch for configure, unexelf.c, alpha.h, PLIST and etc.
v. 1.34
date: 1999/01/16 22:58:57; author: asami; state: Exp; lines: +2 -1
Add USE_XLIB -- otherwise the packages will be built without X support.
v. 1.33
date: 1999/01/02 12:26:10; author: kuriyama; state: Exp; lines: +7 -2
Lock file correction and reflect change in /etc/mtree/BSD.local.dist.
PR: ports/8289 (part of)
Submitted by: Satoshi Taoka
v. 1.32
date: 1998/09/14 07:26:02; author: asami; state: Exp; lines: +3 -1
Use PLIST_SUB to minimize changes to PLIST when version is changed.
v. 1.31
date: 1998/04/04 07:36:40; author: asami; state: Exp; lines: +2 -1
Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn't
depend on ordering in the parent Makefiles for the links to be created
correctly.
v. 1.30
date: 1997/12/14 02:03:53; author: asami; state: Exp; lines: +2 -2
Add a bunch of info files that were missing from various lists. My
goodness, I don't even know how long they were missing!
PR: 5286 (pointed out the ccmode omission)
v. 1.29
date: 1997/07/17 10:38:15; author: asami; state: Exp; lines: +4 -2
Make this port a little more portlint-clean.
v. 1.28
date: 1997/05/20 10:25:09; author: asami; state: Exp; lines: +7 -5
Spread info dir entries into all relevant files. The previous version
(with all entries listed in emacs.texi) deleted only the first entry
when the user did a pkg_delete (a bug in install-info, maybe?).
v. 1.27
date: 1997/04/18 10:48:33; author: asami; state: Exp; lines: +5 -1
Hey guys, thanks for the number of comments on my install-info inquiry
(which was about equal to number of FreeBSD installations on Hale Bopp
itself). Seems like I need to just go ahead and commit it so people
can try out and scream!
v. 1.26
date: 1996/11/19 13:14:40; author: asami; state: Exp; lines: +4 -3
19.34 -> 19.34b. It seems like this release was replaced on the GNU master
site 2 months ago and nobody noticed!
v. 1.25
date: 1996/11/18 10:22:58; author: asami; state: Exp; lines: +2 -2
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.24
date: 1996/11/17 07:01:27; author: obrien; state: Exp; lines: +2 -6
Converted to MAN[1-9NL]
v. 1.23
date: 1996/11/11 05:07:06; author: obrien; state: Exp; lines: +2 -2
CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
v. 1.22
date: 1996/10/18 16:16:49; author: max; state: Exp; lines: +2 -2
Changed CONFIGURE_ARGS+= -> CONFIGURE_ARGS=
Submitted by: asami
v. 1.21
date: 1996/10/18 08:56:31; author: max; state: Exp; lines: +5 -3
Take NOMANCOMPRESS setting into account.
Reminded by: "Philippe Charnier"
Use GNU_CONFIGURE=yes instead of HAS_CONFIGURE=yes.
v. 1.20
date: 1996/09/04 00:55:41; author: asami; state: Exp; lines: +4 -4
Upgrade, 19.31 -> 19.34.
Submitted (in part) by: rich
v. 1.19
date: 1996/06/07 09:41:20; author: jkh; state: Exp; lines: +3 -3
Upgrade to 19.31
v. 1.18
date: 1995/12/01 09:34:40; author: asami; state: Exp; lines: +4 -4
Upgrade from 19.29 to 19.30. One of the patches, which we got from
rms, is no longer necessary (naturally).
v. 1.17
date: 1995/06/26 09:13:58; author: asami; state: Exp; lines: +2 -2
While I'm at it, add "--with-x-toolkit" to the configure args. It
looks much nicer that way.
v. 1.16
date: 1995/06/26 08:25:34; author: asami; state: Exp; lines: +4 -1
Strip binaries.
v. 1.15
date: 1995/06/26 05:58:07; author: asami; state: Exp; lines: +8 -3
Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is now
/usr/local/share/emacs!
v. 1.14
date: 1995/04/09 06:11:09; author: asami; state: Exp; lines: +6 -5
Another round of Makefile updates, editors version.
v. 1.13
date: 1995/04/01 12:44:46; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.12
date: 1995/02/13 13:02:31; author: ats; state: Exp; lines: +2 -1
Add a "STRIP= " to the Makefile to prevent a problem that install will be
called with a "-s" flag for shell-scripts, fells flat on the nose and doesn't
install them.
We have a serious problem with name overloading here. The bsd.port.mk file
uses INSTALL and INSTALL_PROGRAM that is also used from GNU's autoconfigure
script. If configure detects them it uses it happily with sometimes surprising
results. Normally configure know that shell scripts doesn't need the "-s"
flag but our INSTALL in bsd.port.mk always uses the "-s" flag and overides
configure's autodetection of the correct install and the installflags.
v. 1.11
date: 1995/01/09 12:06:29; author: jkh; state: Exp; lines: +3 -3
Update to version 19.28
v. 1.10
date: 1995/01/05 09:00:18; author: jkh; state: Exp; lines: +1 -2
Simplify - don't need to put gmake in DEPENDS if
USES_GMAKE is set.
v. 1.9
date: 1994/11/22 11:04:17; author: jkh; state: Exp; lines: +2 -1
Make this depend on gmake. I could do this automagically for USE_GMAKE,
but I think perhaps that's just a little TOO automagic.
v. 1.8
date: 1994/10/29 21:49:36; author: pst; state: Exp; lines: +4 -4
Upgrade port to 19.27 and also fix core dumping problem under FreeBSD 2.x.
v. 1.7
date: 1994/10/04 15:45:04; author: jkh; state: Exp; lines: +2 -2
Add prefix argument.
v. 1.6
date: 1994/09/14 14:11:49; author: jkh; state: Exp; lines: +2 -2
Several changes across all ports:
1. Make MASTER_SITES entries contain a trailing /. Garrett says that
assuming a '/' seperator between entries in MASTER_SITES and entries
in DISTFILES is a dangerous assumption. This will also be taken
out of bsd.port.mk.
2. General clean-up. Some of these Makefiles were a little grim.
Make sure they're all in sync with the sometimes rapidly changing
bsd.port.mk! :)
3. Some small configuration tweaks to keep them compiling under the
most recent 2.0 - some things seem to have broken along our road
to release.
v. 1.5
date: 1994/09/13 08:37:24; author: jkh; state: Exp; lines: +4 -4
Update this port to emacs 19.26. This took about 15 seconds. I *like*
this new ports system! :-)
v. 1.4
date: 1994/09/13 06:34:46; author: jkh; state: Exp; lines: +2 -2
Make the required changes to make all existing ports use MASTER_SITES
correctly.
v. 1.3
date: 1994/08/31 17:14:25; author: jkh; state: Exp; lines: +2 -2
Change all the HOME_LOCATION records to HTML spec. Now if someone
can just give me a little utility that ftps things based on an
ftp://... spec (connects as anonymous, fetches by full path, etc)
I might be able to make bsd.port.mk DTRT automagically.
Submitted by: jkh
v. 1.2
date: 1994/08/21 15:09:47; author: jkh; state: Exp; lines: +3 -2
Adjust to new bsd.port.mk conventions for configuration.
Submitted by: jkh
v. 1.1
date: 1994/08/21 13:19:26; author: jkh; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/08/21 13:19:27; author: jkh; state: Exp; lines: +0 -0
The start of the 2.0 ports collection. No sup repository yet, but I'll
make one when I wake up again.. :)
Submitted by: jkh
=============================================================================
v. 1.73
date: 2007/10/08 23:29:46; author: keramida; state: Exp; lines: +1 -1
Port the gmalloc.c allocator from the CVS trunk of Emacs.
This includes various enhancements and fixes, including a
serious bug caused by using gmalloc's allocation and free
functions and the system version of posix_memalign().
PR: ports/114993
Submitted by: Gardner Bell
Reviewed by: pav
v. 1.72
date: 2007/09/27 06:16:36; author: pav; state: Exp; lines: +4 -0
- Kill packaged info files, they are splitted. We need to generate our own,
non-splitted, from texinfo.
PR: ports/115209
Submitted by: NIIMI Satoshi
Approved by: maintainer timeout (keramida; 7 weeks)
v. 1.71
date: 2007/07/24 15:10:13; author: rafan; state: Exp; lines: +0 -2
- Remove --mandir and --infodir from CONFIGURE_ARGS. They are now default
in bsd.port.mk.
Tested with: my tinderbox on i386 6
Approved by: portmgr
v. 1.70
date: 2007/07/16 17:06:44; author: nobutaka; state: Exp; lines: +47 -52
Update to 22.1.
Hand over maintainership to keramida.
v. 1.69
date: 2007/05/19 20:04:03; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.68
date: 2007/05/03 17:15:46; author: nobutaka; state: Exp; lines: +1 -1
Add emacs-22.* to CONFLICTS.
PR: ports/111814
Submitted by: NIIMI Satoshi
v. 1.67
date: 2006/11/12 02:50:07; author: nobutaka; state: Exp; lines: +1 -1
Change PATCH_SITES.
v. 1.66
date: 2005/12/18 13:39:42; author: nobutaka; state: Exp; lines: +1 -1
Remove emacs20 from CONFLICTS.
PR: ports/90475
Submitted by: NIIMI Satoshi
v. 1.65
date: 2005/12/08 17:01:46; author: nobutaka; state: Exp; lines: +5 -1
- Add .info suffix to filename of info files.
- Use INFO macro.
Requested by: edwin
v. 1.64
date: 2005/11/15 06:49:08; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.63
date: 2005/09/05 15:15:46; author: nobutaka; state: Exp; lines: +1 -1
Fix build error.
PR: ports/85508
Submitted by: NIIMI Satoshi
v. 1.62
date: 2005/05/15 15:32:14; author: nobutaka; state: Exp; lines: +2 -2
Disable optimization on ia64 to avoid elisp processing errors.
Submitted by: yoichi
v. 1.61
date: 2005/05/06 18:35:07; author: nobutaka; state: Exp; lines: +1 -1
Bump PORTREVISION to reflect changes in rev. 1.59 in package building.
Pointed out by: yoichi
v. 1.60
date: 2005/05/06 08:56:30; author: jylefort; state: Exp; lines: +4 -0
Add CONFLICTS variable, since this port conflicts with other
emacs/xemacs ports.
Approved by: nobutaka (maintainer)
v. 1.59
date: 2005/05/05 17:22:06; author: nobutaka; state: Exp; lines: +8 -1
Replace -O(2|3|s) CFLAGS with -O on ia64 for a workaround to fix elisp processing errors.
PR: ports/75832
Submitted by: KIMURA Yasuhiro
Fix submitted by: yoichi
v. 1.58
date: 2005/04/12 03:25:21; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.57
date: 2005/04/11 08:02:05; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.56
date: 2005/03/02 15:05:54; author: nobutaka; state: Exp; lines: +1 -1
Fix problems with AltGr-Modifier on several keyboards.
PR: ports/78209
Submitted by: Kay Lehmann
v. 1.55
date: 2005/02/14 15:32:29; author: nobutaka; state: Exp; lines: +1 -1
Fix format string vulnerability in the movemail utility.
Security: CAN-2005-0100
Security: http://www.vuxml.org/freebsd/3e3c860d-7dae-11d9-a9e7-0001020eed82.html
Security: Malicious POP3 servers can execute arbitrary code.
v. 1.54
date: 2004/05/24 14:11:16; author: nobutaka; state: Exp; lines: +1 -1
Enable interruption with C-g key while opening network connection.
PR: ports/65910
Submitted by: NIIMI Satoshi
v. 1.53
date: 2004/03/21 07:38:53; author: kris; state: Exp; lines: +61 -34
Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21. Retire the editors/emacs21 port.
PR: ports/24983
v. 1.52
date: 2004/02/25 10:34:28; author: kris; state: Exp; lines: +7 -1
BROKEN on !i386 5.x: Does not compile
v. 1.51
date: 2004/02/04 05:19:58; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.50
date: 2003/09/24 09:37:02; author: osa; state: Exp; lines: +1 -1
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev
PR: 56998
v. 1.49
date: 2003/02/20 17:12:48; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.48
date: 2002/11/10 16:45:55; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.47
date: 2002/11/06 22:44:51; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.46
date: 2001/01/01 10:15:01; author: will; state: Exp; lines: +1 -3
Goodbye, YEAR2000. Hello, 2001.
Approved by: asami
v. 1.45
date: 2000/04/17 00:17:23; author: reg; state: Exp; lines: +2 -2
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
v. 1.44
date: 2000/04/14 00:25:25; author: mharo; state: Exp; lines: +3 -3
portname/portversion update
v. 1.43
date: 1999/08/31 06:42:56; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.42
date: 1999/08/25 05:43:35; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.41
date: 1999/08/22 18:57:40; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.40
date: 1999/07/04 03:28:44; author: cpiazza; state: Exp; lines: +6 -2
Bring over the NO_X11 changes from emacs20. (define NO_X11 to build without
an X dependancy)
v. 1.39
date: 1999/06/05 22:29:14; author: mharo; state: Exp; lines: +1 -4
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
v. 1.38
date: 1999/03/11 21:47:10; author: scrappy; state: Exp; lines: +3 -1
Commit all Y2K/WWW_SITE changes from today...
v. 1.37
date: 1999/03/08 07:28:22; author: asami; state: Exp; lines: +4 -4
Fix to make ports work with bsd.port.mk rev. 1.306.
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.
The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.
At least we've got much fewer "-unknown-"s in the tree as the result. :)
v. 1.36
date: 1999/01/27 07:41:10; author: fenner; state: Exp; lines: +2 -1
${MASTER_SITE_GNU} got rearranged in December; let's catch up.
v. 1.35
date: 1999/01/23 14:28:19; author: simokawa; state: Exp; lines: +5 -4
Add fix for Alpha.
- patch for configure, unexelf.c, alpha.h, PLIST and etc.
v. 1.34
date: 1999/01/16 22:58:57; author: asami; state: Exp; lines: +2 -1
Add USE_XLIB -- otherwise the packages will be built without X support.
v. 1.33
date: 1999/01/02 12:26:10; author: kuriyama; state: Exp; lines: +7 -2
Lock file correction and reflect change in /etc/mtree/BSD.local.dist.
PR: ports/8289 (part of)
Submitted by: Satoshi Taoka
v. 1.32
date: 1998/09/14 07:26:02; author: asami; state: Exp; lines: +3 -1
Use PLIST_SUB to minimize changes to PLIST when version is changed.
v. 1.31
date: 1998/04/04 07:36:40; author: asami; state: Exp; lines: +2 -1
Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn't
depend on ordering in the parent Makefiles for the links to be created
correctly.
v. 1.30
date: 1997/12/14 02:03:53; author: asami; state: Exp; lines: +2 -2
Add a bunch of info files that were missing from various lists. My
goodness, I don't even know how long they were missing!
PR: 5286 (pointed out the ccmode omission)
v. 1.29
date: 1997/07/17 10:38:15; author: asami; state: Exp; lines: +4 -2
Make this port a little more portlint-clean.
v. 1.28
date: 1997/05/20 10:25:09; author: asami; state: Exp; lines: +7 -5
Spread info dir entries into all relevant files. The previous version
(with all entries listed in emacs.texi) deleted only the first entry
when the user did a pkg_delete (a bug in install-info, maybe?).
v. 1.27
date: 1997/04/18 10:48:33; author: asami; state: Exp; lines: +5 -1
Hey guys, thanks for the number of comments on my install-info inquiry
(which was about equal to number of FreeBSD installations on Hale Bopp
itself). Seems like I need to just go ahead and commit it so people
can try out and scream!
v. 1.26
date: 1996/11/19 13:14:40; author: asami; state: Exp; lines: +4 -3
19.34 -> 19.34b. It seems like this release was replaced on the GNU master
site 2 months ago and nobody noticed!
v. 1.25
date: 1996/11/18 10:22:58; author: asami; state: Exp; lines: +2 -2
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.24
date: 1996/11/17 07:01:27; author: obrien; state: Exp; lines: +2 -6
Converted to MAN[1-9NL]
v. 1.23
date: 1996/11/11 05:07:06; author: obrien; state: Exp; lines: +2 -2
CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
v. 1.22
date: 1996/10/18 16:16:49; author: max; state: Exp; lines: +2 -2
Changed CONFIGURE_ARGS+= -> CONFIGURE_ARGS=
Submitted by: asami
v. 1.21
date: 1996/10/18 08:56:31; author: max; state: Exp; lines: +5 -3
Take NOMANCOMPRESS setting into account.
Reminded by: "Philippe Charnier"
Use GNU_CONFIGURE=yes instead of HAS_CONFIGURE=yes.
v. 1.20
date: 1996/09/04 00:55:41; author: asami; state: Exp; lines: +4 -4
Upgrade, 19.31 -> 19.34.
Submitted (in part) by: rich
v. 1.19
date: 1996/06/07 09:41:20; author: jkh; state: Exp; lines: +3 -3
Upgrade to 19.31
v. 1.18
date: 1995/12/01 09:34:40; author: asami; state: Exp; lines: +4 -4
Upgrade from 19.29 to 19.30. One of the patches, which we got from
rms, is no longer necessary (naturally).
v. 1.17
date: 1995/06/26 09:13:58; author: asami; state: Exp; lines: +2 -2
While I'm at it, add "--with-x-toolkit" to the configure args. It
looks much nicer that way.
v. 1.16
date: 1995/06/26 08:25:34; author: asami; state: Exp; lines: +4 -1
Strip binaries.
v. 1.15
date: 1995/06/26 05:58:07; author: asami; state: Exp; lines: +8 -3
Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is now
/usr/local/share/emacs!
v. 1.14
date: 1995/04/09 06:11:09; author: asami; state: Exp; lines: +6 -5
Another round of Makefile updates, editors version.
v. 1.13
date: 1995/04/01 12:44:46; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.12
date: 1995/02/13 13:02:31; author: ats; state: Exp; lines: +2 -1
Add a "STRIP= " to the Makefile to prevent a problem that install will be
called with a "-s" flag for shell-scripts, fells flat on the nose and doesn't
install them.
We have a serious problem with name overloading here. The bsd.port.mk file
uses INSTALL and INSTALL_PROGRAM that is also used from GNU's autoconfigure
script. If configure detects them it uses it happily with sometimes surprising
results. Normally configure know that shell scripts doesn't need the "-s"
flag but our INSTALL in bsd.port.mk always uses the "-s" flag and overides
configure's autodetection of the correct install and the installflags.
v. 1.11
date: 1995/01/09 12:06:29; author: jkh; state: Exp; lines: +3 -3
Update to version 19.28
v. 1.10
date: 1995/01/05 09:00:18; author: jkh; state: Exp; lines: +1 -2
Simplify - don't need to put gmake in DEPENDS if
USES_GMAKE is set.
v. 1.9
date: 1994/11/22 11:04:17; author: jkh; state: Exp; lines: +2 -1
Make this depend on gmake. I could do this automagically for USE_GMAKE,
but I think perhaps that's just a little TOO automagic.
v. 1.8
date: 1994/10/29 21:49:36; author: pst; state: Exp; lines: +4 -4
Upgrade port to 19.27 and also fix core dumping problem under FreeBSD 2.x.
v. 1.7
date: 1994/10/04 15:45:04; author: jkh; state: Exp; lines: +2 -2
Add prefix argument.
v. 1.6
date: 1994/09/14 14:11:49; author: jkh; state: Exp; lines: +2 -2
Several changes across all ports:
1. Make MASTER_SITES entries contain a trailing /. Garrett says that
assuming a '/' seperator between entries in MASTER_SITES and entries
in DISTFILES is a dangerous assumption. This will also be taken
out of bsd.port.mk.
2. General clean-up. Some of these Makefiles were a little grim.
Make sure they're all in sync with the sometimes rapidly changing
bsd.port.mk! :)
3. Some small configuration tweaks to keep them compiling under the
most recent 2.0 - some things seem to have broken along our road
to release.
v. 1.5
date: 1994/09/13 08:37:24; author: jkh; state: Exp; lines: +4 -4
Update this port to emacs 19.26. This took about 15 seconds. I *like*
this new ports system! :-)
v. 1.4
date: 1994/09/13 06:34:46; author: jkh; state: Exp; lines: +2 -2
Make the required changes to make all existing ports use MASTER_SITES
correctly.
v. 1.3
date: 1994/08/31 17:14:25; author: jkh; state: Exp; lines: +2 -2
Change all the HOME_LOCATION records to HTML spec. Now if someone
can just give me a little utility that ftps things based on an
ftp://... spec (connects as anonymous, fetches by full path, etc)
I might be able to make bsd.port.mk DTRT automagically.
Submitted by: jkh
v. 1.2
date: 1994/08/21 15:09:47; author: jkh; state: Exp; lines: +3 -2
Adjust to new bsd.port.mk conventions for configuration.
Submitted by: jkh
v. 1.1
date: 1994/08/21 13:19:26; author: jkh; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/08/21 13:19:27; author: jkh; state: Exp; lines: +0 -0
The start of the 2.0 ports collection. No sup repository yet, but I'll
make one when I wake up again.. :)
Submitted by: jkh
=============================================================================
v. 1.73
date: 2007/10/08 23:29:46; author: keramida; state: Exp; lines: +1 -1
Port the gmalloc.c allocator from the CVS trunk of Emacs.
This includes various enhancements and fixes, including a
serious bug caused by using gmalloc's allocation and free
functions and the system version of posix_memalign().
PR: ports/114993
Submitted by: Gardner Bell
Reviewed by: pav
v. 1.72
date: 2007/09/27 06:16:36; author: pav; state: Exp; lines: +4 -0
- Kill packaged info files, they are splitted. We need to generate our own,
non-splitted, from texinfo.
PR: ports/115209
Submitted by: NIIMI Satoshi
Approved by: maintainer timeout (keramida; 7 weeks)
v. 1.71
date: 2007/07/24 15:10:13; author: rafan; state: Exp; lines: +0 -2
- Remove --mandir and --infodir from CONFIGURE_ARGS. They are now default
in bsd.port.mk.
Tested with: my tinderbox on i386 6
Approved by: portmgr
v. 1.70
date: 2007/07/16 17:06:44; author: nobutaka; state: Exp; lines: +47 -52
Update to 22.1.
Hand over maintainership to keramida.
v. 1.69
date: 2007/05/19 20:04:03; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.68
date: 2007/05/03 17:15:46; author: nobutaka; state: Exp; lines: +1 -1
Add emacs-22.* to CONFLICTS.
PR: ports/111814
Submitted by: NIIMI Satoshi
v. 1.67
date: 2006/11/12 02:50:07; author: nobutaka; state: Exp; lines: +1 -1
Change PATCH_SITES.
v. 1.66
date: 2005/12/18 13:39:42; author: nobutaka; state: Exp; lines: +1 -1
Remove emacs20 from CONFLICTS.
PR: ports/90475
Submitted by: NIIMI Satoshi
v. 1.65
date: 2005/12/08 17:01:46; author: nobutaka; state: Exp; lines: +5 -1
- Add .info suffix to filename of info files.
- Use INFO macro.
Requested by: edwin
v. 1.64
date: 2005/11/15 06:49:08; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.63
date: 2005/09/05 15:15:46; author: nobutaka; state: Exp; lines: +1 -1
Fix build error.
PR: ports/85508
Submitted by: NIIMI Satoshi
v. 1.62
date: 2005/05/15 15:32:14; author: nobutaka; state: Exp; lines: +2 -2
Disable optimization on ia64 to avoid elisp processing errors.
Submitted by: yoichi
v. 1.61
date: 2005/05/06 18:35:07; author: nobutaka; state: Exp; lines: +1 -1
Bump PORTREVISION to reflect changes in rev. 1.59 in package building.
Pointed out by: yoichi
v. 1.60
date: 2005/05/06 08:56:30; author: jylefort; state: Exp; lines: +4 -0
Add CONFLICTS variable, since this port conflicts with other
emacs/xemacs ports.
Approved by: nobutaka (maintainer)
v. 1.59
date: 2005/05/05 17:22:06; author: nobutaka; state: Exp; lines: +8 -1
Replace -O(2|3|s) CFLAGS with -O on ia64 for a workaround to fix elisp processing errors.
PR: ports/75832
Submitted by: KIMURA Yasuhiro
Fix submitted by: yoichi
v. 1.58
date: 2005/04/12 03:25:21; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.57
date: 2005/04/11 08:02:05; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.56
date: 2005/03/02 15:05:54; author: nobutaka; state: Exp; lines: +1 -1
Fix problems with AltGr-Modifier on several keyboards.
PR: ports/78209
Submitted by: Kay Lehmann
v. 1.55
date: 2005/02/14 15:32:29; author: nobutaka; state: Exp; lines: +1 -1
Fix format string vulnerability in the movemail utility.
Security: CAN-2005-0100
Security: http://www.vuxml.org/freebsd/3e3c860d-7dae-11d9-a9e7-0001020eed82.html
Security: Malicious POP3 servers can execute arbitrary code.
v. 1.54
date: 2004/05/24 14:11:16; author: nobutaka; state: Exp; lines: +1 -1
Enable interruption with C-g key while opening network connection.
PR: ports/65910
Submitted by: NIIMI Satoshi
v. 1.53
date: 2004/03/21 07:38:53; author: kris; state: Exp; lines: +61 -34
Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21. Retire the editors/emacs21 port.
PR: ports/24983
v. 1.52
date: 2004/02/25 10:34:28; author: kris; state: Exp; lines: +7 -1
BROKEN on !i386 5.x: Does not compile
v. 1.51
date: 2004/02/04 05:19:58; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.50
date: 2003/09/24 09:37:02; author: osa; state: Exp; lines: +1 -1
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev
PR: 56998
v. 1.49
date: 2003/02/20 17:12:48; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.48
date: 2002/11/10 16:45:55; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.47
date: 2002/11/06 22:44:51; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.46
date: 2001/01/01 10:15:01; author: will; state: Exp; lines: +1 -3
Goodbye, YEAR2000. Hello, 2001.
Approved by: asami
v. 1.45
date: 2000/04/17 00:17:23; author: reg; state: Exp; lines: +2 -2
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
v. 1.44
date: 2000/04/14 00:25:25; author: mharo; state: Exp; lines: +3 -3
portname/portversion update
v. 1.43
date: 1999/08/31 06:42:56; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.42
date: 1999/08/25 05:43:35; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.41
date: 1999/08/22 18:57:40; author: mharo; state: Exp; lines: +2 -2
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.40
date: 1999/07/04 03:28:44; author: cpiazza; state: Exp; lines: +6 -2
Bring over the NO_X11 changes from emacs20. (define NO_X11 to build without
an X dependancy)
v. 1.39
date: 1999/06/05 22:29:14; author: mharo; state: Exp; lines: +1 -4
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
v. 1.38
date: 1999/03/11 21:47:10; author: scrappy; state: Exp; lines: +3 -1
Commit all Y2K/WWW_SITE changes from today...
v. 1.37
date: 1999/03/08 07:28:22; author: asami; state: Exp; lines: +4 -4
Fix to make ports work with bsd.port.mk rev. 1.306.
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.
The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.
At least we've got much fewer "-unknown-"s in the tree as the result. :)
v. 1.36
date: 1999/01/27 07:41:10; author: fenner; state: Exp; lines: +2 -1
${MASTER_SITE_GNU} got rearranged in December; let's catch up.
v. 1.35
date: 1999/01/23 14:28:19; author: simokawa; state: Exp; lines: +5 -4
Add fix for Alpha.
- patch for configure, unexelf.c, alpha.h, PLIST and etc.
v. 1.34
date: 1999/01/16 22:58:57; author: asami; state: Exp; lines: +2 -1
Add USE_XLIB -- otherwise the packages will be built without X support.
v. 1.33
date: 1999/01/02 12:26:10; author: kuriyama; state: Exp; lines: +7 -2
Lock file correction and reflect change in /etc/mtree/BSD.local.dist.
PR: ports/8289 (part of)
Submitted by: Satoshi Taoka
v. 1.32
date: 1998/09/14 07:26:02; author: asami; state: Exp; lines: +3 -1
Use PLIST_SUB to minimize changes to PLIST when version is changed.
v. 1.31
date: 1998/04/04 07:36:40; author: asami; state: Exp; lines: +2 -1
Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn't
depend on ordering in the parent Makefiles for the links to be created
correctly.
v. 1.30
date: 1997/12/14 02:03:53; author: asami; state: Exp; lines: +2 -2
Add a bunch of info files that were missing from various lists. My
goodness, I don't even know how long they were missing!
PR: 5286 (pointed out the ccmode omission)
v. 1.29
date: 1997/07/17 10:38:15; author: asami; state: Exp; lines: +4 -2
Make this port a little more portlint-clean.
v. 1.28
date: 1997/05/20 10:25:09; author: asami; state: Exp; lines: +7 -5
Spread info dir entries into all relevant files. The previous version
(with all entries listed in emacs.texi) deleted only the first entry
when the user did a pkg_delete (a bug in install-info, maybe?).
v. 1.27
date: 1997/04/18 10:48:33; author: asami; state: Exp; lines: +5 -1
Hey guys, thanks for the number of comments on my install-info inquiry
(which was about equal to number of FreeBSD installations on Hale Bopp
itself). Seems like I need to just go ahead and commit it so people
can try out and scream!
v. 1.26
date: 1996/11/19 13:14:40; author: asami; state: Exp; lines: +4 -3
19.34 -> 19.34b. It seems like this release was replaced on the GNU master
site 2 months ago and nobody noticed!
v. 1.25
date: 1996/11/18 10:22:58; author: asami; state: Exp; lines: +2 -2
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.24
date: 1996/11/17 07:01:27; author: obrien; state: Exp; lines: +2 -6
Converted to MAN[1-9NL]
v. 1.23
date: 1996/11/11 05:07:06; author: obrien; state: Exp; lines: +2 -2
CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
v. 1.22
date: 1996/10/18 16:16:49; author: max; state: Exp; lines: +2 -2
Changed CONFIGURE_ARGS+= -> CONFIGURE_ARGS=
Submitted by: asami
v. 1.21
date: 1996/10/18 08:56:31; author: max; state: Exp; lines: +5 -3
Take NOMANCOMPRESS setting into account.
Reminded by: "Philippe Charnier"
Use GNU_CONFIGURE=yes instead of HAS_CONFIGURE=yes.
v. 1.20
date: 1996/09/04 00:55:41; author: asami; state: Exp; lines: +4 -4
Upgrade, 19.31 -> 19.34.
Submitted (in part) by: rich
v. 1.19
date: 1996/06/07 09:41:20; author: jkh; state: Exp; lines: +3 -3
Upgrade to 19.31
v. 1.18
date: 1995/12/01 09:34:40; author: asami; state: Exp; lines: +4 -4
Upgrade from 19.29 to 19.30. One of the patches, which we got from
rms, is no longer necessary (naturally).
v. 1.17
date: 1995/06/26 09:13:58; author: asami; state: Exp; lines: +2 -2
While I'm at it, add "--with-x-toolkit" to the configure args. It
looks much nicer that way.
v. 1.16
date: 1995/06/26 08:25:34; author: asami; state: Exp; lines: +4 -1
Strip binaries.
v. 1.15
date: 1995/06/26 05:58:07; author: asami; state: Exp; lines: +8 -3
Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is now
/usr/local/share/emacs!
v. 1.14
date: 1995/04/09 06:11:09; author: asami; state: Exp; lines: +6 -5
Another round of Makefile updates, editors version.
v. 1.13
date: 1995/04/01 12:44:46; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.12
date: 1995/02/13 13:02:31; author: ats; state: Exp; lines: +2 -1
Add a "STRIP= " to the Makefile to prevent a problem that install will be
called with a "-s" flag for shell-scripts, fells flat on the nose and doesn't
install them.
We have a serious problem with name overloading here. The bsd.port.mk file
uses INSTALL and INSTALL_PROGRAM that is also used from GNU's autoconfigure
script. If configure detects them it uses it happily with sometimes surprising
results. Normally configure know that shell scripts doesn't need the "-s"
flag but our INSTALL in bsd.port.mk always uses the "-s" flag and overides
configure's autodetection of the correct install and the installflags.
v. 1.11
date: 1995/01/09 12:06:29; author: jkh; state: Exp; lines: +3 -3
Update to version 19.28
v. 1.10
date: 1995/01/05 09:00:18; author: jkh; state: Exp; lines: +1 -2
Simplify - don't need to put gmake in DEPENDS if
USES_GMAKE is set.
v. 1.9
date: 1994/11/22 11:04:17; author: jkh; state: Exp; lines: +2 -1
Make this depend on gmake. I could do this automagically for USE_GMAKE,
but I think perhaps that's just a little TOO automagic.
v. 1.8
date: 1994/10/29 21:49:36; author: pst; state: Exp; lines: +4 -4
Upgrade port to 19.27 and also fix core dumping problem under FreeBSD 2.x.
v. 1.7
date: 1994/10/04 15:45:04; author: jkh; state: Exp; lines: +2 -2
Add prefix argument.
v. 1.6
date: 1994/09/14 14:11:49; author: jkh; state: Exp; lines: +2 -2
Several changes across all ports:
1. Make MASTER_SITES entries contain a trailing /. Garrett says that
assuming a '/' seperator between entries in MASTER_SITES and entries
in DISTFILES is a dangerous assumption. This will also be taken
out of bsd.port.mk.
2. General clean-up. Some of these Makefiles were a little grim.
Make sure they're all in sync with the sometimes rapidly changing
bsd.port.mk! :)
3. Some small configuration tweaks to keep them compiling under the
most recent 2.0 - some things seem to have broken along our road
to release.
v. 1.5
date: 1994/09/13 08:37:24; author: jkh; state: Exp; lines: +4 -4
Update this port to emacs 19.26. This took about 15 seconds. I *like*
this new ports system! :-)
v. 1.4
date: 1994/09/13 06:34:46; author: jkh; state: Exp; lines: +2 -2
Make the required changes to make all existing ports use MASTER_SITES
correctly.
v. 1.3
date: 1994/08/31 17:14:25; author: jkh; state: Exp; lines: +2 -2
Change all the HOME_LOCATION records to HTML spec. Now if someone
can just give me a little utility that ftps things based on an
ftp://... spec (connects as anonymous, fetches by full path, etc)
I might be able to make bsd.port.mk DTRT automagically.
Submitted by: jkh
v. 1.2
date: 1994/08/21 15:09:47; author: jkh; state: Exp; lines: +3 -2
Adjust to new bsd.port.mk conventions for configuration.
Submitted by: jkh
v. 1.1
date: 1994/08/21 13:19:26; author: jkh; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/08/21 13:19:27; author: jkh; state: Exp; lines: +0 -0
The start of the 2.0 ports collection. No sup repository yet, but I'll
make one when I wake up again.. :)
Submitted by: jkh
=============================================================================
|
| |

|