Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
result, remove unnecessary flags to search specific source directories
before ${LOCALBASE}/include for headers.
|
|
0.7.10, both in bugfixes and in feature additions. No list of changes is
provided, but from gleaning the CVS logs, this is update is a large step
forward for this application.
|
|
|
|
against a symlink attack on 'DEADJOE', and one to use vi-style file
locking.
Bump version to 2.8nb1.
|
|
|
|
Noted by Frederick Bruckman.
|
|
Changes are unknown, except that it doesn't depend on libungif anymore.
XXX: Merge the spellchecking packages?
XXX: There are three more for sk, hu, and pl, if anybody cares.
|
|
|
|
|
|
fixes pkg/12969.
|
|
message prior to "building" the package so that the user can read it.
|
|
|
|
GNU `nano' is a small and friendly text editor. Besides basic text
editing, `nano' offers many extra features like an interactive search
and replace, goto line number, auto-indentation, feature toggles,
internationalization support, and filename tab completion.
The original goal for `nano' was a complete bug-for-bug compatible
emulation of Pico, but consistency is now a slightly higher priority.
Nano does not have the restrictive license problems of Pico.
|
|
(nagai@hc.uec.ac.jp).
|
|
|
|
|
|
private libiconv sources and headers, and the build should be using those.
|
|
|
|
not 1.6.1.
|
|
tk-8.3.2 -> tk>=8.3.2
tk-[0-9]* -> tk>=8.0
tk-8.* -> tk>=8.0
|
|
For now, copy the distfile from dired-1.09-tar.gz to dired-1.09nb1-tar.gz,
and grab that, so that we know which version of the distfile we're getting.
Upgrade to SHA1 digests, and add distfile sizes.
|
|
<poobah@ruptured-duck.com>
|
|
Install some libraries, as they are needed by x11/9term
Move DEPENDS line in Makefile to shut up pkglint
Bump version number to 4.3nb1
|
|
for and the package will work correctly with xpkgwedge. Suggested
by Johnny C. Lam.
|
|
yet install their defaults files there.
|
|
|
|
gtkhtml.
Changes:
- The message bar was always shown, even if the preferences setting
was not.
- If the locale is set to Chinese, Japanese, or Korean, menus would
be shown in the locale's language, but the actual text itself did
not (Mitsuo Hamada).
- Changes to some preferences would never be saved (Ian M Laurie).
|
|
Not nice, but IMHO much nicer than the previous
copy-patch-files-just-before-patching-hack.
|
|
|
|
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
lines.
|
|
|
|
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
|
|
|
|
|
|
tech-pkg-ja@jp.netbsd.org. Tested on macppc.
|
|
ng-1.4 to ng-1.4.3
PR update patch made by Hiroyuki Yanai <fk200329@fsinet.or.jp>
>Number: 12211
>Category: pkg
>Synopsis: editors/ng is upgraded to v1.4.3.
>Originator: Hiroyuki Yanai
Changes:
- Code clean up for ANSI-C
- dired can treat symbolic link
- Undo bug fix
- fill-paragraph loop bug fix
|
|
|
|
pkg/12419 [serious/medium]: pkgsrc tamago-4.0.6's canna does not work
rebuild patch,because I missed sub-directory diffs.
adviced from goro@venus.dti.ne.jp.
|
|
|
|
package.
|
|
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
|
|
|
|
been added already)
|
|
XXX need to teach pkglint to be more picky about this
|
|
packages now:
xemacs-base 1.49, xemacs-devel 1.31, c-support 1.16, cc-mode 1.23,
debug 1.14, dired 1.09, edit-utils 1.55, efs 1.22, fsf-compat 1.08,
mail-lib 1.35, mailcrypt 2.07, mule-base 1.37, net-utils 1.15,
os-utils 1.25, prog-modes 1.32, psgml 1.22, sgml 1.08, sh-script 1.13,
text-modes 1.29, texinfo 1.20, textools 1.12, time 1.11, vc 1.26,
vc-cc 1.15, viper 1.23
|
|
- Fix buffer overflow in "gnuserv" which can be used to get a shell of
the user which is using "gnuserv.
- ./etc/PACKAGES: Doc fix.
- README.packages: Doc fix.
- xemacs-faq.texi (Q3.5.12): New FAQ. XEmacs bitches about xmodmap.
- etc/PACKAGES: Sync with 21.2 version, because everyone uses the
same packages.
- README.packages: Ditto.
- PROBLEMS (Sun/Solaris): Yet another microimprovement.
- xemacs-faq.texi (Q1.0.11): Change XEmacs for MacOS URL.
- PROBLEMS: Document MIPSpro ICE problem workaround.
Pty fixes for HP-UX and AIX and BSD and SunOS4 backported from 21.2.
Makes ``M-x shell; sleep 1000; Signals->Send KILL'' work.
(See src/ChangeLog for more detail.)
- configure.in: Detect killpg.
- PROBLEMS (Running/Linux): Mandrake, use Alt for M-, color-gcc.
- Makefile.in: add and use TAR macro. Sometimes tar only copies
symlinks instead of the actual files
- configure.in: Handle alloca with Compaq C on Alpha Linux.
- ChangeLog, etc/xemacs-ja.1, etc/xemacs.1,
info/xemacs-faq.info-1, info/xemacs-faq.info-3, lib-src/etags.c,
lib-src/ootags.c, lisp/ChangeLog.1, man/xemacs-faq.texi:
Changed mly@adoc.xerox.com to Mly@POBox.COM.
- README.packages: Add "uninstalled package" FAQ.
- etc/PACKAGES: Add details on os-utils contents.
- frame.c (next_frame_internal):
We've passed a frame if we've passed its device.
Fixes this crash:
(gdb) run -eval '(progn (make-frame nil (make-device (quote x) "polgar:0")) (next-window (minibuffer-window) t (quote visible) (second (device-list))))'
Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245, RECORD_TYPEP (obj, lrecord_type_frame)
- find-paths.el (paths-decode-directory-path): Trivial typo fix.
- simple.el (display-warning-suppressed-classes): Ditto.
- etc/Emacs.ad (Fonts.): Fix typo and clarify.
- configure.in (after_morecore_hook_exists): Don't add /usr/shlib
to link path if compiling on Alpha/Linux.
- configure.in: Make Balloon Help conditional on finding shape.h
|