Commit graph

108 commits

Author SHA1 Message Date
Clive Lin
9ed2d736db Fix post-install target conflicts.
Submitted by:	NIIMI Satoshi <sa2c at sa2c dot net>
2005-12-16 07:40:17 +00:00
Edwin Groothuis
e9ac41b28e 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>
2005-12-12 21:12:52 +00:00
Pav Lucistnik
26509b38b7 - Add SHA256 2005-11-24 02:03:34 +00:00
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
Martin Cracauer
9fb684b74a 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...
2005-09-23 16:07:16 +00:00
Jean-Yves Lefort
f08b9f8976 Add CONFLICTS variable, since this port conflicts with other
emacs/xemacs ports.
2005-05-06 09:07:45 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Yoichi NAKAYAMA
ece7c26384 Security fix for usage of format string. 2005-02-13 03:19:13 +00:00
Mark Linimon
11ecebdd94 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.
2004-11-20 06:38:10 +00:00
FUJISHIMA Satsuki
a787f0b075 farewell to libxpg4. 2004-11-15 05:19:30 +00:00
Clive Lin
dd205b9669 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
2004-04-30 14:01:50 +00:00
Clive Lin
e3f52e0a05 . 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
2004-04-30 10:32:50 +00:00
Clement Laforet
1c10896d38 - Make port "slave-aware"
Noticed by:	Ports with duplicate LATEST_LINKS report
2004-04-19 14:09:31 +00:00
Kris Kennaway
71ffddbe0d Add LATEST_LINK=emacs20 to avoid conflict with editors/emacs 2004-04-02 07:14:19 +00:00
Kris Kennaway
f48c117a3c 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.
2004-03-28 05:02:50 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Martin Cracauer
40bff91404 Bump portsrevision.
Thanks, Kris.
2003-07-02 01:56:51 +00:00
Martin Cracauer
c964d29e95 Fix a long-term problem: shell-mode would not open a new shell fo
shell-mode on FreeBSD once a number of ttys were taken, it wouldn't
find the next free one where xterm and everybody else would.

Teach it to walk the list of possible FreeBSD ttys correctly.

This code is evil, I'm only doing it because emacs-21 is *really* evil
and I didn't port all of my .emacs to xemacs yet...
2003-07-01 21:59:54 +00:00
Akinori MUSHA
bb518de78c De-pkg-comment. 2003-02-20 17:12:51 +00:00
Shigeyuki Fukushima
e8c4c27f01 Fix core-dump-problem on 5.0 or later.
PR:		ports/46031
Submitted by:	Munehiro Matsuda <haro@h4.dion.ne.jp>
2003-02-02 08:10:21 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 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)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Christian Weisgerber
5bee2595bd Fix build by removing declaration for deprecated and unreferenced
sys_nerr variable.

PR:		39147
Submitted by:	keramida
Prodded by:	des
2002-07-29 22:03:34 +00:00
Shigeyuki Fukushima
ba6fb266c2 Fix build-failure at makeinfo(4.1 or later).
Submitted by:	yoichi
Obtained from:	http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/12604
2002-04-10 15:55:05 +00:00
Will Andrews
f3171de7e6 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

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00
Shigeyuki Fukushima
c8d0e74359 Apply linespace patch (taoka).
Apply dired.el patch (yoichi).

Submitted by:	taoka, yoichi
2001-12-07 12:37:34 +00:00
FUJISHIMA Satsuki
c1c1b2fca0 Tidy up Makefile: double negative condition check si not good.
PR:		23504
Submitted by:	Giorgos Keramidas <keramida@westgate.gr>

remove xpg4 hack and process it through autoconf.
2001-09-22 21:56:21 +00:00
David W. Chapman Jr.
5872a89c3b Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long

Approved by:	will
2001-09-17 17:40:31 +00:00
Maxim Sobolev
bb53f3ecee Don't overwrite CATEGORIES in master ports. Use += instead, so slaves
would be able to insert their own entries (usually language category)
upfront.
2001-05-22 18:16:59 +00:00
Will Andrews
60f2b6b7a8 Goodbye, YEAR2000. Hello, 2001.
Approved by:	asami
2001-01-01 10:15:16 +00:00
Munechika SUMIKAWA
7a2f094fe2 Incorrect error code fix when a connection is failed.
Submitted by:	kazu@iijlab.net
Approved by:	jseger
2000-09-04 07:22:16 +00:00
Justin M. Seger
348a8f1b9d patch-ai, patch-an, patch-cg: Regenerated for emacs-20.7.
patch-cc (configure.in): Merged with patch-ch.
patch-af (src/unexfreebsd.c): Removed.  Not used by this port.
patch-ca (src/Makefile.in): Removed.  5-CURRENT's and
	4-STABLE's libtermcap -> libncurses symbolic link issues
	are now well handled by vendor's src/s/freebsd.h.
	Moved LIBS_XPG changes to patch-cb.
patch-cb (src/s/freebsd.h): Regenerate for emacs-20.7.
	Update the conditional of enclosing the USE_XPG check
	so as not to link libxpg4 on recently 5-CURRENT and
	4-STABLE after the merge of libxpg4 into libc.
	Added LIBS_XPG to LIBS_SYSTEM.

PR:		ports/19653
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-07-30 03:45:10 +00:00
Justin M. Seger
51437fec74 Upgrade to emacs-20.7 2000-06-27 00:03:54 +00:00
Jeremy Lea
877b8a533b 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
2000-04-17 00:18:05 +00:00
Michael Haro
0f29953274 portname/portversion update 2000-04-14 00:25:54 +00:00
Munechika SUMIKAWA
d9524db293 Add 'ipv6' on CATEGORIES. 2000-03-08 17:28:32 +00:00
Justin M. Seger
a170ec79ef "Enable IPv6-ready for emacs20"
Submitted by:	Munechika SUMIKAWA <sumikawa@ebina.hitachi.co.jp>

Upgrade to emacs-20.6
2000-03-08 17:12:17 +00:00
Justin M. Seger
995780aef4 Upgrade to emacs-20.5a 2000-01-04 00:22:42 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Justin M. Seger
05cfc097d1 Upgrade to emacs 20.4
Submitted by:	shige
PR:		ports/12779
1999-08-08 17:58:54 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Justin M. Seger
28395826e9 Add non-X support by building with NO_X11 defined.
Submitted by:	Matthew Seaman <m.seaman@inpharmatica.co.uk>
PR:		ports/11781
1999-06-25 22:05:58 +00:00
Michael Haro
5ce8e8e5c7 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.
1999-06-05 22:32:11 +00:00
Steve Price
32eae4f504 Fix for systems where __FreeBSD__ >= 3.
Submitted by:	Peter Jeremy <peter.jeremy@auss2.alcatel.com.au>
Diagnosed by:	David Deatherage <DDeatherage@bridge.com>
1999-04-10 00:14:41 +00:00
Marc G. Fournier
d5ba786a25 Commit all Y2K/WWW_SITE changes from today... 1999-03-11 21:47:15 +00:00
Satoshi Asami
e244b8bccc 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. :)
1999-03-08 07:28:36 +00:00
Shigeyuki Fukushima
f9cacda1ca Changed from GNU_CONFIGURE=yes to USE_AUTOCONF=yes,
because this port includes a long long patch for configure.
And patches/patch-ce removed.
1999-03-01 11:55:45 +00:00
Justin M. Seger
d7888efe12 Unbreak for current 1999-02-16 03:06:52 +00:00