Commit Graph

71 Commits

Author SHA1 Message Date
Shigeyuki Fukushima
4f44e81eca Fix termcap problem.
PR:		ports/17496
Submitted by:	Tetsurou OKAZAKI <okazaki@be.to>
2000-07-12 15:13:08 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +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
Dirk Froemberg
9625d7c9d7 Add WWW: 2000-02-13 17:30:08 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Chris Piazza
572a4c993a Bring over the NO_X11 changes from emacs20. (define NO_X11 to build without
an X dependancy)
1999-07-04 03:28:44 +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
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
97d5cce4cd Fix for systems where __FreeBSD__ >= 3.
PR:		10783
Submitted by:	Peter Jeremy <peter.jeremy@auss2.alcatel.com.au>
Diagnosed by:	David Deatherage <DDeatherage@bridge.com>
1999-04-10 00:14:28 +00:00
Justin M. Seger
0ed16ade28 Unbreak for 4.X.
PR:	ports/10782
1999-04-04 17:31:31 +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
Bill Fenner
5261958626 ${MASTER_SITE_GNU} got rearranged in December; let's catch up. 1999-01-27 07:41:29 +00:00
Hidetoshi Shimokawa
ac34d7309c Add fix for Alpha.
- patch for configure, unexelf.c, alpha.h, PLIST and etc.
1999-01-23 14:28:28 +00:00
Satoshi Asami
0b9169f1a1 Add USE_XLIB -- otherwise the packages will be built without X support. 1999-01-16 22:58:59 +00:00
Jun Kuriyama
66f2af6f3b Lock file correction and reflect change in /etc/mtree/BSD.local.dist.
PR:		ports/8289 (part of)
Submitted by:	Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1999-01-02 12:26:11 +00:00
Steve Price
144d2ef959 Allow emacs to run stripped.
Submitted by:	TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>
1998-10-10 16:09:23 +00:00
Steve Price
686c761517 Convert to ELF.
PR:		8090
Submitted by:	Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1998-10-10 04:37:24 +00:00
Motoyuki Konno
cd9bb79ba7 Fix the emacsclient bug.
PR:		ports/8208
1998-10-09 14:51:07 +00:00
Satoshi Asami
36f05966a0 Use PLIST_SUB to minimize changes to PLIST when version is changed. 1998-09-14 07:26:05 +00:00
Tim Vanderhoek
19187332cd Remove manpages, but _NOT_ from the multi-lingual
emacsen (*mule-common, mule).  That is left for someone more
familiar with their twisty incestuous relationships.
1998-08-17 09:35:03 +00:00
Satoshi Asami
acd19d78e8 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.
1998-04-04 07:36:46 +00:00
John Polstra
76be313fb7 Rename a patch file that didn't adhere to the usual naming
conventions.
1997-12-23 05:39:20 +00:00
John Polstra
b7fa3dd64d Add patches to use the unexec function from xemacs. This eliminates
the need for a hack in ld.so to make emacs work.  I have submitted
these changes to a GNU emacs maintainer.
1997-12-23 05:35:56 +00:00
Satoshi Asami
b4249ca7db 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)
1997-12-14 02:04:04 +00:00
Satoshi Asami
abeb46a64d Make this port a little more portlint-clean. 1997-07-17 10:38:15 +00:00
Satoshi Asami
42fadb342e Align all info entries at 4th tab stop (as in system info entries). 1997-06-08 12:55:04 +00:00
Peter Wemm
72383a3825 If compiling under native ncurses (instead of libcurses), we have to
use the terminfo version of tparam() since the termcap version supplies
tgoto() which seriously screws up text display.  ncurses-4.1 has both a
termcap and terminfo internal interface and is quicker with the terminfo
one even when it's read a termcap.db file.
1997-05-26 13:34:38 +00:00
Satoshi Asami
61770d0a45 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?).
1997-05-20 10:25:12 +00:00
Satoshi Asami
df765a4bd6 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!
1997-04-18 10:50:28 +00:00
Satoshi Asami
d02cf33167 Make the emacs/mule ports compile when __FreeBSD__ == 3. Closes PR
ports/3175.
1997-04-09 07:24:35 +00:00
Satoshi Asami
f471677ce5 List all files in share/emacs/19.34 and libexec/emacs/19.34. Close
PR ports/2860.
1997-03-04 08:04:00 +00:00
Satoshi Asami
f1371a36f6 19.34 -> 19.34b. It seems like this release was replaced on the GNU master
site 2 months ago and nobody noticed!
1996-11-19 13:15:31 +00:00
Satoshi Asami
5dba7b6e29 Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 10:25:35 +00:00
David E. O'Brien
5223aa0ad2 Converted to MAN[1-9NL] 1996-11-17 07:01:32 +00:00
David E. O'Brien
4b2988d9d2 CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
1996-11-11 05:07:53 +00:00
Masafumi Max NAKANE
16068c7ca4 Changed CONFIGURE_ARGS+= -> CONFIGURE_ARGS=
Submitted by:	asami
1996-10-18 16:16:49 +00:00
Masafumi Max NAKANE
b0f8f3fc60 Removed unnecessary @cwd directive. 1996-10-18 08:57:07 +00:00
Masafumi Max NAKANE
de6b4fa949 Take NOMANCOMPRESS setting into account.
Reminded by:	"Philippe Charnier" <charnier@xp11.frmug.org>

Use GNU_CONFIGURE=yes instead of HAS_CONFIGURE=yes.
1996-10-18 08:56:31 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Satoshi Asami
9ff496d18c Upgrade, 19.31 -> 19.34.
Submitted (in part) by:	rich
1996-09-04 00:56:24 +00:00
Jordan K. Hubbard
baabc94fb2 Fix what I broke in upgrading. 1996-06-10 23:18:39 +00:00
Jordan K. Hubbard
5fa74962cf Upgrade to 19.31 1996-06-07 09:41:29 +00:00
Satoshi Asami
418b9a67e5 Upgrade from 19.29 to 19.30. One of the patches, which we got from
rms, is no longer necessary (naturally).
1995-12-01 09:35:20 +00:00
Satoshi Asami
1cb9339831 Oops, forgot the stuff in /usr/local/libexec/emacs/19.29.
Submitted by:	roberto@blaise.ibp.fr (Ollivier Robert)
1995-06-26 19:14:00 +00:00
Satoshi Asami
ae6515a2cb While I'm at it, add "--with-x-toolkit" to the configure args. It
looks much nicer that way.
1995-06-26 09:13:58 +00:00
Satoshi Asami
0a371ef8fb Strip binaries. 1995-06-26 08:25:34 +00:00