Age | Commit message (Collapse) | Author | Files | Lines |
|
No longer modify /etc/aliases and httpd.conf (fixes PR 10126).
Also, jitterbug does not depend on apache any longer.
|
|
Msg() hole. ok'ed by packages@netbsd.org.
---
------------------------------
What's new in screen-3.9.8 ?
------------------------------
* new command 'resize' to resize regions (aka split windows), try:
bind = resize =
bind + resize +1
bind - resize -1
bind _ resize max
* new argument for 'focus': up, down, top, bottom
* X11 mouse tracking support
* Support for the "new color model", aka "background color erase":
the bce/defbce commands change the color model of the current
window/new windows.
* experimental rxvt OSC sequence support (used to set a background
picture or to change the default colors), disabled by default.
|
|
and what to remove in DEINSTALL. Fixes pkg/8701 by Hauke Fath.
|
|
|
|
- - Don't try to build on powerpc. This is not useful, and it was never
tested anyway.
- - ${IGNORE} doesn't need to be set from within a .BEGIN target.
- - Move lines that don't need to be after .include ../../bsd.prefs.mk
into the main body, same for lines that don't need to be in the header.
|
|
Closes PR pkg/8942.
|
|
in checksum file
|
|
This makes the registration accurate and allows creating
a binary package (since all registered files will exist).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
via Bill Sommerfeld. Step version to 3.9.5nb1. Minor pkgdelinting.
Will delete binary packages shortly.
|
|
While there, make it no longer be INTERACTIVE, and add a BUILD_DEF,
DOTFILE_LANG, to support making Japanese or English the default language.
|
|
|
|
|
|
|
|
|
|
|
|
Pointed out by Hubert Feyrer and leftovers.txt
|
|
|
|
PR 10907 by Chris Pinnock <C.J.E.Pinnock@qmw.ac.uk>.
|
|
ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)
|
|
|
|
|
|
|
|
|
|
This way to obtain the fully qualified domain name of the machine
only generates warnings.
|
|
new features:
* Changed configure script, Makefile, and manpages
* another configure preset for SuSE Linux
* new SysV alarm signals that prod the X timer events that write
modified data, as a workaround for broken
* netplan now listens on two ports (unless overriden in /etc/services):
5444 for backwards compatibility, and
2983, the new IANA-registered port.
* "user" lines in netplan ACLs now accept "user@host" arguments
* the "another plan window is running, kill/continue" popup now blocks
until answered.
* OpenMotif support (XFree 4.0.1, OpenMotif 2.1.30)
* new options -N, -c, and -h to control more options when adding entries
from the command line
|
|
appropriate.
|
|
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.
MIRROR_DISTFILES and NO_CDROM are now dead.
|
|
|
|
Closes pkg/10834 by David Rankin <drankin@bohemians.lexington.ky.us>.
Changes from version 1.4.1:
o updated French translation
o improved qif importing
o fix for g-wrap 0.9.4
o misc bug fixes
|
|
|
|
verification (SFV) listings. Package provided by Dieter Baron in
private communication.
|
|
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
|
|
Patch has been submitted to the folks at cert.dfn.de.
|
|
|
|
|
|
|
|
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
|
|
* should not cause any conflicts with the new bulk-package targets,
* didn't contain a reason for why they were disabled or
* were disabled for some false reason (and a IGNORE/BROKEN in the pkg's
Makefile would be more appropriate)
|
|
installs a shared libintl.so library.
|
|
|
|
|
|
|
|
use it accordingly.
|
|
which takes entries of the format <make-definition-name>=<pkgname>. This
has not been added to MAKEFLAGS because (a) premature optimisation is the
root of all evil, and (b) because the .for loop used to implement this
shows the wrong results when multiple prefices are evaluated.
Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying
them considerably.
ALso simplify the logic to calculate the prefix as well.
|