Commit graph

146 commits

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