Commit graph

114 commits

Author SHA1 Message Date
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