jlam
ec4bc1202d
Make emacs and emacs-nox11 look more like xemacs and xemacs-nox11 in
...
terms of file structure. Also add DESTDIR support.
2008-04-25 16:35:32 +00:00
uebayasi
75635c82f9
Initial addition of buildlink3.mk fragments for Emacs / XEmacs programs.
2007-10-29 12:40:02 +00:00
jlam
d2c1168fbb
Fix up the use of package options in the Emacs packages:
...
(1) Get rid of "nox11" -- the concept of "no" in package options is
expressed by negating an option; use "-x11" instead.
(2) Teach editors/emacs20 to use package options instead of EMACS_USE_POP,
EMACS_USE_X, EMACS_USE_X_TOOLKIT and USE_INET6. We now use similar
options as the other emacs packages, i.e. "x11", "motif", "xaw",
as well as "pop" and "inet6".
(3) Make the emacs*-nox11 packages simply remove all X11 options by
setting PKG_OPTIONS.emacs appropriately and include the corresponding
emacs Makefile. This allows for modifications to the emacs "X11"
versions to be automatically picked up by the "non-X11" versions.
The two corresponding versions of emacs now share the same version
numbering, including PKGREVISIONs.
Bump the PKGREVISIONs on all Emacs editor packages.
2007-08-13 12:40:57 +00:00
markd
8d0ac02a06
Update emacs{,-nox11} to 22.1.
...
update based in part on wip/emacs-current and wip/emacs22 packages.
Many many changes since 21.4a. Read NEWS file for details.
2007-06-11 13:57:15 +00:00
markd
a4fabdcde2
Bump PKGREVISION for todays emacs changes.
2007-01-25 21:00:05 +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
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
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
joerg
5911def816
Recursive revision bump / recommended bump for gettext ABI change.
2006-02-05 23:08:03 +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
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
tv
f816d81489
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
2005-04-11 21:44:48 +00:00
wiz
b8e0eb28f4
Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
...
useful.
2005-03-24 21:12:50 +00:00
wiz
baaf74d21c
Bump PKGREVISION for POSIX_SIGNALS change in patch-xx.
2005-03-22 15:40:49 +00:00
wiz
665263518e
Use .CURDIR instead of PKGDIR.
2005-03-22 15:40:17 +00:00
wiz
61dcbe8c34
Sort.
2005-03-22 15:39:55 +00:00
wiz
577bddde3d
Update for 21.4a. Noted by Dave Huang on tech-pkg.
2005-02-27 01:05:33 +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
drochner
bcfe186365
fix format string vulnerability (CAN-2005-0100), bump PKGREVISION
2005-02-09 16:09:43 +00:00
xtraeme
74d5785eeb
bl3ify
2004-04-12 10:53:07 +00:00
kristerw
8a72ed7fa8
Copy a missing .h file from ${FILESDIR} to make this compile on amd64.
2004-02-29 14:14:19 +00:00
seb
711c427421
Remove info files entries from PLIST.
2004-02-16 19:55:50 +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
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
seb
2be29bc99b
Convert to USE_NEW_TEXINFO.
...
Earned in the process: fixed info files registration for binary package
and all info files actually registered.
2003-06-29 23:38:41 +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
jmc
ea4c328970
Bring up to date for 21.3
2003-04-24 13:39:30 +00:00
jmc
8552b13914
replace hard coded version with PKGVERSION
2003-04-16 16:31:08 +00:00
uebayasi
073634756e
Update emacs-nox11 to 21.3nb1 too. 21.3 + the new ld problem fix. Share
...
files/directories common to editors/emacs{,.-nox11}.
2003-04-15 03:37:19 +00:00
uebayasi
6f38b56b2a
Re-import Emacs 21 (no X11), which has settled down in editors/emacs-nox11.
2003-04-11 01:01:49 +00:00