Commit graph

282 commits

Author SHA1 Message Date
markd
5ced9ef456 Don't clobber START_FILES in m/pmax.h.
Should fix PR pkg/26679.
2006-11-01 11:18:20 +00:00
rillig
4f256be13c Don't install the files in share/emacs group-writable. Bumped
PKGREVISION of emacs and emacs-nox11.
2006-07-02 10:03:14 +00:00
minskim
1ea2da37e3 Add a run-time depenency on perl because bin/emacs-grep-changelog
requires perl to run.

Bump PKGREVISION.
2006-06-20 23:47:23 +00:00
minskim
572650731f Make configure recognize Linux/amd64. 2006-06-06 16:23:17 +00:00
markd
4cad3a396e Fix sort-columns function.
NetBSD sort objects to setting the field separator to the same value as
the record separator.  Since in this case the surrounding code guarantees
there will be no tabs in the input set the field separator to tab.
Bump PKGREVISION.
2006-05-15 11:48:12 +00:00
rillig
e141f44de7 Fixed the RCS Id comment in line 1. 2006-05-13 10:21:17 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
markd
bc998c9be3 Pass the correct sized argument to sbrk() when trying to reduce the break
so that on 64bit systems it is actually a negative number, not a very
large positive one.  Should fix PR pkg/29351.
Thanks to Martijn van Buul for giving me access to an amd64 box so I
could track this down.  Bump PKGREVISION.
2006-04-05 22:22:16 +00:00
jlam
792529759b * Honor PKGINFODIR.
* List the info files directly in the PLIST.
2006-03-30 03:44:41 +00:00
uebayasi
95434d4ac8 Fix build on sh3el. PR pkg/33418 from Yasushi Oshima. 2006-03-25 02:48:22 +00:00
markd
306b2c07a2 Add motif option from Juha-Matti Liukkonen in PR 32703, changed somewhat
by me.  Also fixes PR 20883.
2006-02-20 12:16:24 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
markd
3aac27ce5c Remove zero length patch. 2006-01-04 11:11:22 +00:00
joerg
e871bba6d7 Use -nocombreloc on DragonFly as well. Suggested by Timothy H. Legant
on DragoFly's user list.
2005-12-29 14:04:56 +00:00
joerg
45fad7e41d Create separate configuration for DragonFly. Fix errno.
Based on patch from Richard Nyberg on DragonFly's user list.
2005-12-29 13:56:51 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
hiramatsu
f1d7980a7c Build fix on OpenBSD, borrowed from OpenBSD ports.
Quote from the commit log(ports/editors/emacs21/Makefile version 1.10).
-----------------------------------------
Work around the fact that emacs undump knows too much about the layout
of elf files (or thinks it does). These assumptions were just broken
by binutils/ld changes to put GOT and PLT into their own PT_LOAD sections.
Thus BSS is no longer part of the DATA PT_LOAD section. This is a
workaround using the '-Z' compatibility flag which disables the GOT/PLT
padding.
2005-10-14 08:59:50 +00:00
markd
97bc9cf4f4 A couple of patches to fix build on NetBSD/hp700. From Konrad Schroder. 2005-10-06 11:08:39 +00:00
wiz
5c11268df7 Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
2005-10-05 13:29:49 +00:00
markd
63d42f99ce Quieten CHECK_WRKREF. The build PATH in the dumped emacs is not a problem. 2005-06-30 10:12:35 +00:00
markd
e32c042c5e Share a Makefile.common between emacs and emacs-nox11.
Should fix PR pkg/30462.

Also convert emacs to options framework.
2005-06-08 14:39:40 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
markd
b83702aa2a Treat DragonFly as FreeBSD. From Peter Schuller in PR pkg/30225. 2005-05-26 02:10:49 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
minskim
75ff042c08 Correct PLIST on Darwin. Based on patches provided by Tom Yu in PR pkg/26943. 2005-05-09 05:23:40 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
markd
05ca5e8b04 Take maintainership. 2005-04-07 12:38:02 +00:00
wiz
c3d984d08b Define POSIX_SIGNALS on NetBSD, similar to FreeBSD. From Greg
Woods in PR 28977.  Bump PKGREVISION.
2005-03-22 15:39:05 +00:00
wiz
1603cca51a Does not really use libtool, so don't set USE_LIBTOOL. Solves part of
PR 28977 by Greg A. Woods.
2005-03-17 13:36:29 +00:00
wiz
9936a8c10c Use 21.4a tarball: only change is an entry in the README to disable
exec-shield on linux if you have problems compiling emacs.
2005-02-26 16:01:32 +00:00
drochner
1a28eb1bc2 remove obsolete patch, thanks wiz 2005-02-24 15:35:16 +00:00
drochner
e53575ee96 update to 21.4
This release fixes CAN-2005-0100, which we had a patch for before.
2005-02-24 15:31:48 +00:00
agc
01907502f3 Add RMD160 digests in addition to the SHA1 ones. 2005-02-23 17:15:09 +00:00
drochner
bcfe186365 fix format string vulnerability (CAN-2005-0100), bump PKGREVISION 2005-02-09 16:09:43 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
kristerw
10a31bbed9 Make this build on OS X. The new files are taken from the emacs cvs
repository.
2004-07-31 21:01:54 +00:00
markd
ff99c6f070 Move include of bsd.prefs.mk before the test of EMACS_USE_XAW3D so the
later can actually work.
2004-04-19 15:39:34 +00:00
xtraeme
74d5785eeb bl3ify 2004-04-12 10:53:07 +00:00
kristerw
b67ea17b63 It is not only SunOS that need -fno-zero-initialized-in-bss when
using gcc 3.  Add this flag for all configurations.

Bump PKGREVISION.
2004-03-25 22:28:12 +00:00
bouyer
edf4700caf -fno-zero-initialized-in-bss is required in CFLAGS on SunOS with gcc3,
otherwise emacs core dump on exit. Found this on an emacs mailing list.
2004-03-20 17:58:56 +00:00
drochner
fc846a903c make yhis compile on amd64,
based on Richard Rauch's patches (PR pkg/23701)
2004-02-25 19:11:43 +00:00
seb
8cbab321d8 Remove info files entries from PLIST. 2004-02-16 20:59:26 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
wiz
a63cd4dcce Remove patch-ae.work. 2003-09-17 05:24:51 +00:00
seb
8d15907ec2 USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
wiz
90b176d863 Replace perl interpreter in grep-changelog. From Soren Jacobsen in PR 21197. 2003-07-14 08:25:34 +00:00
markd
27b3165a7a Be explicit about --srcdir. Fixes PR 21944 (emacs fails to build on
Solaris 8)
2003-07-08 13:34:46 +00:00
uebayasi
131916b44a On NetBSD, link "temacs" against /usr/lib/crt{n,i}.o if they exist. Or
"temacs" fails to start.

(Actually, I don't understand the fact inside.)

Bump revision to 2.
2003-07-06 16:10:18 +00:00
seb
ff648d9d90 Convert to USE_NEW_TEXINFO.
Earned in the process: fixed info files registration for binary package
and all info files actually registered.
2003-06-23 13:24:29 +00:00
markd
b220e7206c Add EMACS_USE_XAW3D variable to control whether emacs builds against
Xaw3D to have a "pretty" scrollbar.
2003-06-05 12:09:17 +00:00
epg
fedc9f3bd0 Don't add /usr/share/info to Info-default-directory-list; emacs has
had that by default for quite some time.
2003-06-02 08:12:25 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
uebayasi
e537803e68 Redo the last more elaborately. 2003-04-15 02:46:27 +00:00
uebayasi
1bbaff14a8 Improve a NetBSD version matching pattern in the ld fix conditional
considering future version numbers.  Pointed out by tron.
2003-04-14 07:38:42 +00:00
uebayasi
c69589a8e6 If using GNU ld 2.13.2.1 or later, avoid creating combined reloc sections
and .data reloc sections, both of which Emacs can't handle properly.
Analyzed by Stephen Ma <stephenm at employees dot org>.
2003-04-14 03:39:05 +00:00
wiz
c3836a28a7 Sort lines so @unexec rmdir has a chance to succeed, and
try removing share/emacs too.
2003-04-12 13:46:29 +00:00
uebayasi
5ded04da64 Update to Emacs 21.3.
Changes from etc/NEWS:

** The obsolete C mode (c-mode.el) has been removed to avoid problems
with Custom.

** UTF-16 coding systems are available, encoding the same characters
as mule-utf-8.  Coding system `utf-16-le-dos' is useful as the value
of `selection-coding-system' in MS Windows, allowing you to paste
multilingual text from the clipboard.  Set it interactively with
C-x RET x or in .emacs with `(set-selection-coding-system
'utf-16-le-dos)'.

** There is a new language environment for UTF-8 (set up automatically
in UTF-8 locales).

** Translation tables are available between equivalent characters in
different Emacs charsets -- for instance `e with acute' coming from
the
Latin-1 and Latin-2 charsets.  User options
`unify-8859-on-encoding-mode'
and `unify-8859-on-decoding-mode' respectively turn on translation
between ISO 8859 character sets (`unification') on encoding
(e.g. writing a file) and decoding (e.g. reading a file).  Note that
`unify-8859-on-encoding-mode' is useful and safe, but
`unify-8859-on-decoding-mode' can cause text to change when you read
it and write it out again without edits, so it is not generally
advisable.
By default `unify-8859-on-encoding-mode' is turned on.

** In Emacs running on the X window system, the default value of
`selection-coding-system' is now `compound-text-with-extensions'.

If you want the old behavior, set selection-coding-system to
compound-text, which may be significantly more efficient.  Using
compound-text-with-extensions seems to be necessary only for decoding
text from applications under XFree86 4.2, whose behaviour is actually
contrary to the compound text specification.
2003-04-12 10:16:39 +00:00
uebayasi
64934caef4 Make sure the new ones are there... 2003-04-11 00:56:32 +00:00
uebayasi
5249874890 Remove old patches 2003-04-11 00:50:53 +00:00
uebayasi
0623d11972 Re-import of Emacs 21, which has settled down in editors/emacs21. 2003-04-11 00:39:35 +00:00
uebayasi
8fdaebd60a Re-import of Emacs 21, which has settled down in editors/emacs21. 2003-04-11 00:34:24 +00:00
uebayasi
111b5abac0 * Update Satoshi Yatagawa <yatagawa at cc dot teu dot ac dot jp>'s Mule 4.1
patch.  The previous one had decode-coding string<f> bug.  Pointed out and
  tested by tron.  Thanks!

* XIM patch by Seiichiro Inouse <ginouse at ts dot catv dot ne dot jp>.

* Belately Buildlinkify.

Let's bump revision to 2.
2003-03-01 06:18:21 +00:00
tron
d626f3442c Fix name of name of the patch file and add mising patch site. 2003-01-12 11:33:19 +00:00
uebayasi
bed9412267 Apply an unofficial MULE 4.1 patch included in Mule-UCS 0.80. This also fixes
a CCL interpretor bug.

Bump revision.
2003-01-11 16:44:29 +00:00
tron
4006d1403a Use "${TRUE}" instead of "true". 2002-11-24 19:19:33 +00:00
bouyer
b4a6c42dfb Xaw may need xpm, add support for this in configure. 2002-10-26 19:47:06 +00:00
uebayasi
70026ed367 Libtool is required. PR#18390 by Gordon Zaft. 2002-09-24 00:37:01 +00:00
tron
df62b6f32e Fix build problems under Solaris 9. 2002-09-01 13:41:46 +00:00
grant
4525f6f63c reverse if ${USE_INET6} condition, as USE_INET6 is not guaranteed to
be defined.
2002-08-21 02:23:04 +00:00
mycroft
1f90303f21 Sync. 2002-07-19 03:08:26 +00:00
mycroft
0c063ed01f Pull in string.h and stdlib.h as appropriate to eliminate LP64 warnings/errors. 2002-07-19 03:08:09 +00:00
mycroft
7592e868cc Pull in unistd.h to get the real vfork(). 2002-07-19 03:07:35 +00:00
mycroft
cd7ad57e0c -fno-common is not necessary on NetBSD/alpha (or any ELF platform, really). 2002-07-19 03:07:15 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
yyamano
65c4e505e0 eplace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467. 2002-05-29 14:45:56 +00:00
cjep
9083e1d5bc Add NetBSD tags. 2002-05-20 17:41:05 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
zuntum
273821c4d3 Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
tron
b509a8ab68 Regen. 2001-10-31 14:03:33 +00:00
hubertf
be670ad790 Make this build on sgimips 2001-10-06 22:04:22 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
tron
0607706d9a Use "${PKGVERSION}" instead of hard coded version number. 2001-09-24 11:25:13 +00:00
drochner
8b012e804d bsd.pkg.mk passes ${MACHINE_GNU_PLATFORM} as --host to GNU_GONFIGURE,
and emacs uses it as arch dependant subdir obviously.
Using the same variable here fixes an inconsistency at least on
i386/ELF.
2001-09-17 15:35:15 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
agc
7d757ead9a Move to sha1 digests, and add distfile sizes. 2001-04-19 11:00:59 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
wiz
1a84da5cc1 emacs and mule install files with the same name in info -- make
them CONFLICT.
2000-12-16 13:56:40 +00:00
minoura
56f820c830 s/unexelf.c/unexelf.o/
This caused a circular dependency.
Pointed out by Satoshi Yatagawa <yatagawa@cc.teu.ac.jp>.
2000-11-29 13:45:11 +00:00
eeh
c3b085928b Add support for NetBSD/sparc64. 2000-09-26 21:42:30 +00:00
itojun
3bed5c2276 try 2nd and subsequent destination if we have multiple addresses resolved
from an FQDN hostname.  patch from kazu@kame.net, sync with kame tree.
repairs PR 10972.
2000-09-08 16:56:58 +00:00
wiz
05adb1a8b3 add RCS Id 2000-09-03 14:42:37 +00:00
toshii
448c2694e9 fix build failure on alpha,
and merge patch-ac into patch-az
2000-08-23 16:20:17 +00:00
tron
49468beb11 Make "emacs" package build on "pmax" port. Patch supplied by Joel Reicher
in PR pkg/10548.
2000-07-10 21:22:05 +00:00
minoura
3cc5a4e8d8 Updated to 20.7. Tests needed. 2000-06-24 17:03:37 +00:00
enami
f6dc42faee Include bsd.prefs.mk so that one can control this package using mk.conf
as well as command line.
2000-03-28 07:08:41 +00:00
enami
6068c8cc20 Add the four control variable used in this package to BUILD_DEFS. 2000-03-26 08:09:07 +00:00
enami
e310c9a242 Introduce three control variable for this package; EMACS_USE_{POP,X,X_TOOLKIT}.
The first one defaults to `yes' and latter two aren't defined by default (so,
the configure script will configure automagically).
2000-03-26 07:59:30 +00:00
minoura
5d4f68f33f Garbage in the previous commit. Thanks to Sean Doran <smd@ebone.net>. 2000-03-18 02:31:30 +00:00
minoura
a2d15a3be7 Replace patch-aj with the one supplied by IWMOTO Toshihiro
<iwamoto@sat.t.u-tokyo.ac.jp>, via PR pkg/9458.
The old one's error handling was not sufficient.
2000-03-16 15:40:21 +00:00
minoura
ffe19d486f Updated to Emacs-20.6.
Emacs-20.6 is a bug-fix release with one user-visible change
* Support for ARM-based non-RISCiX machines has been added.
	(patches/patch-be was removed because of this addition).
I believe it can run on any ports on which Emacs-20.5a runs.
2000-03-10 15:45:33 +00:00
minoura
b1e2e3915a Quit the address loop after a successful connection, to avoid
multiple connection to a v4/v6 host.
Pointed out by IWAMOTO Toshihiro <iwamoto@sat.t.u-tokyo.ac.jp>.
2000-03-09 16:00:09 +00:00
minoura
914d307c27 Patch for configure.in.
Not used for building but useful to update to 20.6 (and later).
2000-03-01 07:16:58 +00:00
minoura
2eea23eda5 Fixed the problem that it does not fallback to IPv4
after an IPv6 connection fails.
Patch supplied by Love<lha@stacken.kth.se>.  Thank you!
In addition configure script and pkgsrc Makefile is modified to
be able to disable IPv6 support, looking at USE_INET6 (Makefile)
and --without-ipv6 (configure).
2000-03-01 05:07:40 +00:00
mycroft
e2d4321a9b Regen. 2000-02-18 23:58:23 +00:00
mycroft
b55105f872 GC 2000-02-18 23:57:54 +00:00
mycroft
9b05b8c2de Make this work on MIPS again. 2000-02-18 23:55:14 +00:00
tron
b03e3c4c35 Use run time library path on a.out systems, too. 2000-01-22 19:57:46 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
wiz
855416f289 replaced some commands by their ${COMMAND} counterparts 2000-01-02 03:14:03 +00:00
tron
c87e9c01d2 Update "emacs" package to version 20.5a based on patches supplied by
Minoura Makoto in PR pkg/9014. This version fixes several bugs discovered
since version 20.3 and support a precompiled user startup file (".emacs.el"
and ".emacs.elc").
1999-12-28 14:08:53 +00:00
wiz
62db2d4846 RCS tag added 1999-12-28 05:35:05 +00:00
bouyer
67a7c0573e chown->${CHOWN} 1999-12-05 23:02:36 +00:00
agc
0d25f46d2f There is no need to calculate the operating system type every time this
Makefile is read.
1999-12-03 12:55:44 +00:00
mrg
551a8d4e78 make this work with NetBSD <elf.h> 1999-11-05 11:04:27 +00:00
tron
8d7d754dfa Remove me as maintainer of those packages. 1999-10-07 17:41:46 +00:00
agc
29656d015f Substitute for ${PKGNAME} when generating the PLIST files. 1999-08-13 14:06:55 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
bad
a46764a41f Make mipsel-*-netbsd* set $machine to pmax.
XXX I guess there is a cleaner way to do this.
1999-06-15 13:59:15 +00:00
cgd
ddac1f5ad4 When doing ELF, use ORDINARY_LINK instead of START_FILES+LIB_STANDARD.
This works on e.g. NetBSD/i386 (and probably other new-to-ELF ports),
as well as NetBSD/alpha.  It also looks like it'll work on powerpc, though
mips may have problems.  If possible, this is probably the 'right' way
to do this.
1999-06-13 00:22:53 +00:00
cgd
df5e133095 ElfW, not ElfW, in the new code being added by this patch. lets this
patched code compile on alpha again!
1999-06-12 22:39:27 +00:00
thorpej
2981827d38 I don't pretend to understand the ELF crap either, but this makes Emacs
build/work on i386 ELF (and probably SPARC ELF, too).
1999-06-04 17:52:37 +00:00
mycroft
477e74999e Must remember to get the paths right... 1999-06-04 04:15:44 +00:00
mycroft
a7ace57252 I'm not going to pretend to fully grok the ELF magick, but this makes Emacs
work on the macppc port.
1999-06-04 03:42:35 +00:00
tron
9c4c0c2b50 Remove unnecessary slash from master site list. 1999-04-14 21:39:01 +00:00
agc
767c30e206 Generalise this:
s/netbsd/${LOWER_OPSYS}/g
and use the ${LOWER_VENDOR} definition on Solaris.
1999-04-08 12:54:08 +00:00
sommerfe
b7fc6ac8bd Add site-init.el to PLIST 1999-03-29 16:03:19 +00:00
sommerfe
d3588d4afc Find send-pr.el in /usr/share/gnats 1999-03-26 22:12:21 +00:00
bad
fa9c2f3760 Catch up with MASTER_SITE_GNU reorganization. 1999-03-22 16:08:30 +00:00
sommerfe
0d06d79407 -current has info files in /usr/share/info now.
Let emacs know this..
1999-02-28 18:30:07 +00:00
sommerfe
ed5abc1d9b Delete site-load.el since it's not needed any more 1999-02-25 18:43:56 +00:00
sommerfe
8bbb54628e Correct patches (last set didn't apply correctly). 1999-02-25 18:00:29 +00:00
sommerfe
40fb0b52fe Fix mh-e's use of nmh (previous patch was insufficient, as nmh is
split in three parts, not two; also, repl's interface changed in nmh
so reply-to-all was busted)
Fix report-emacs-bug.
Re-byte-compile patched mh-*.el
1999-02-25 17:08:33 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
tv
111c4f44b0 Use install-info in $PATH, so that systems with it in base will work too. 1999-02-11 19:17:28 +00:00
frueauf
47f841f7bc Make UNEXEC work on NetBSD/pmax - this makes the DOC-link-trick
unnecessary and emacs work much better on pmax. Thanks to Jonathan Stone
for the src/unexelf.c patch.
1999-02-04 14:54:25 +00:00
frueauf
df5d5057c2 Make at least the CANNOT_DUMP version of emacs work on NetBSD/pmax.
Two patches provided by Jonathan Stone.
1999-01-31 17:29:32 +00:00
frueauf
9497115c5a Set NOT_FOR_ARCHS=mips cause they need more porting to work on pmax. 1999-01-04 09:30:46 +00:00
tron
e05360e69c Don't check for deprecated symbol "unix". 1999-01-04 01:16:18 +00:00
mycroft
d3a03ccd3c I'm not going to pretend I know why there are two copies of this file, but
they should both be in the PLIST.
1998-11-17 14:45:36 +00:00
tv
4dbb0a649a Gracefully try to delete the site-lisp dirs, and quietly continue if the
directories are not empty.  Fixes PR 6232, Greg Woods <woods@weird.com>.
1998-10-03 02:44:42 +00:00
tron
d6da66cc6b pkglint: "rm" -> "${RM}" 1998-09-04 02:30:25 +00:00
tron
8d7a2d6c4c Lots of bug fixes:
- sync package list with reality and use "mkdir -p"
- add missing RCSIds
- split patches
- don't install texinfo documentation
- avoid conflict with "xemacs" and "vim"
- remove unnecessary "${WRKSRC}"
- add missing info files to "${INFO}"
- don't remove "share/emacs/20.3/etc/DOC-20.3.[13-9]*" (fixes PR pkg/6097)
1998-09-04 02:28:52 +00:00