non port: editors/emacs20/Makefile |
SVNWeb
|
Number of commits found: 30 |
Sun, 14 Oct 2007
|
[ 10:10 vd ] (Only the first 10 of 189 ports in this commit are shown above. )
Remove expired Emacs ports and the surrounding expired ports:
2007-08-19 chinese/mule-freewnn: emacs19 and related ports are obsolete; please
use a more recent version
2007-08-19 chinese/xemacs: emacs20 and related ports are obsolete; please use a
more recent version
2007-08-19 converters/mule-ucs-emacs20: emacs20 and related ports are obsolete;
please use a more recent version
2007-08-19 devel/eieio-emacs20: emacs20 and related ports are obsolete; please
use a more recent version
2007-08-19 editors/apel-emacs20: emacs20 and related ports are obsolete; please
use a more recent version
2007-08-19 editors/bitmap-emacs20: emacs20 and related ports are obsolete;
please use a more recent version
2007-08-19 editors/emacs19: emacs19 is obsolete; please use a more recent
version
2007-08-19 editors/emacs20: "editors/emacs is recommended instead for new
installations"
2007-08-19 editors/flim-emacs20: emacs20 and related ports are obsolete; please
use a more recent version
2007-08-19 editors/mule-common: emacs19 and related ports are obsolete; please
use a more recent version
2007-08-19 editors/mule: emacs19 and related ports are obsolete; please use a
more recent version
2007-08-19 editors/semi-emacs20: emacs20 and related ports are obsolete; please
use a more recent version
2007-08-19 editors/speedbar-emacs20: emacs20 and related ports are obsolete;
please use a more recent version
2007-08-19 irc/irchat-pj-emacs20: emacs20 and related ports are obsolete; please
use a more recent version (Only the first 15 lines of the commit message are shown above )
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
|
Thu, 19 Jul 2007
|
[ 09:30 linimon ] (Only the first 10 of 41 ports in this commit are shown above. )
Start the deorbit burn of emacs20 and dependent files. They are antiquated.
Discussed with: various emacs maintainers
Hat: portmgr
|
Thu, 31 May 2007
|
[ 18:17 anray ]
Fix dired selection of file/directory when environment variable LANG
is ja_JP.eucJP
PR: ports/112384
Submitted by: Yutaka NAGAI <nagai at ee.uec.ac.jp>
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Fri, 16 Dec 2005
|
[ 07:40 clive ]
Fix post-install target conflicts.
Submitted by: NIIMI Satoshi <sa2c at sa2c dot net>
|
Mon, 12 Dec 2005
|
[ 21:12 edwin ]
editors/emacs20: remove conflict with other emacsen
This PR changes the installation directories of binaries
and info files of editors/emacs20 port to its dedicated
directories to remove conflict with other emacsen.
PR: ports/89961
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Fri, 23 Sep 2005
|
[ 16:07 cracauer ]
Fix allocation of pty for shell-mode.
This was broken for newer FreeBSDs which give out pty names
/dev/pty[pqrsPQRS][0123456789abcdefghijklmnopqrstuv]
emacs, manually searching, stopped at a gap of 3 entries. But the new
naming scheme allows a gap of 28. Set to 30 just in case. Actually
there's no good reason not to set that to 256, it's not that 512
system calls kill us everytime someone opens a shell in emacs.
Bump portsrevision so that it gets picked up by portupgrade.
I wonder whether other emacsens are affected, too...
|
Fri, 6 May 2005
|
[ 09:02 jylefort ]
Add CONFLICTS variable, since this port conflicts with other
emacs/xemacs ports.
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Sun, 13 Feb 2005
|
[ 20:50 yoichi ]
Force commit. The previous commit is related to
Security: CAN-2005-0100
|
[ 03:19 yoichi ]
Security fix for usage of format string.
|
Sat, 20 Nov 2004
|
[ 06:38 linimon ]
Since neither of these ports works correctly on all architectures, point
prospective users to editors/emacs instead, via the DEPRECATED directive.
However, no expiration date is set at this time.
|
Fri, 30 Apr 2004
|
[ 14:01 clive ]
Previous commit is wrong. The proper way to do it right is by adding
${PKGNAMEPREFIX} prefix before LATEST_LINK of the master port.
Obtained from: eik
Reminded (again) by: kris
|
[ 10:32 clive ]
. Define NO_LATEST_LINK so that packages/Latest will not be disturbed.
. This commit will also help its satellite port to avoid problem above:
. chinese/emacs20
|
Mon, 19 Apr 2004
|
[ 14:09 clement ]
- Make port "slave-aware"
Noticed by: Ports with duplicate LATEST_LINKS report
|
Fri, 2 Apr 2004
|
[ 07:14 kris ]
Add LATEST_LINK=emacs20 to avoid conflict with editors/emacs
|
Sun, 28 Mar 2004
|
[ 05:02 kris ]
Mark ONLY_FOR_ARCHS: this port only builds on alpha and i386, and is not
likely to be ported to other architectures. Use the emacs port instead.
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Wed, 2 Jul 2003
|
[ 01:56 cracauer ]
Bump portsrevision.
Thanks, Kris.
|
Thu, 20 Feb 2003
|
[ 17:12 knu ] (Only the first 10 of 51 ports in this commit are shown above. )
De-pkg-comment.
|
Sun, 6 Jan 2002
|
[ 06:20 will ] (Only the first 10 of 40 ports in this commit are shown above. )
First round of auto* cleanups: - USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK -
Other minor changes to fix things
|
Fri, 7 Dec 2001
|
[ 12:37 shige ]
Apply linespace patch (taoka). Apply dired.el patch (yoichi).
|
Sat, 22 Sep 2001
|
[ 22:56 sf ]
Tidy up Makefile: double negative condition check si not good.
|
Mon, 17 Sep 2001
|
[ 18:40 dwcjr ] (Only the first 10 of 41 ports in this commit are shown above. )
Remove jseger and torstenb from maintainership of their ports, they have been
inactive for too long
|
Tue, 22 May 2001
|
[ 19:17 sobomax ] (Only the first 10 of 12 ports in this commit are shown above. )
Don't overwrite CATEGORIES in master ports. Use += instead, so slaves would be
able to insert their own entries (usually language category) upfront.
|
Mon, 1 Jan 2001
|
[ 10:15 will ] (Only the first 10 of 51 ports in this commit are shown above. )
Goodbye, YEAR2000. Hello, 2001.
|
Tue, 27 Jun 2000
|
[ 01:03 jseger ]
Upgrade to emacs-20.7
|
Number of commits found: 30 |