Commit graph

12768 commits

Author SHA1 Message Date
tron
ebcef6eadf Depend on version 4.0 or newer of the "readline" package. 2000-07-20 15:40:58 +00:00
tron
5ce1af6b37 Depend on version 4.0 or newer of the "readline" package. 2000-07-20 15:26:18 +00:00
agc
92c0be7010 Add RCS Id to patch file, and regenerate patch checksum. 2000-07-20 15:25:44 +00:00
drochner
743988555a update location (sourceforge sucks them up all) 2000-07-20 14:33:25 +00:00
drochner
1ad0312b99 regen patch which didn't work after qt update 2000-07-20 14:04:23 +00:00
rh
a775f2e178 Bump version of pkglint to 2.12. (Forgot to include this in previous
commit.)
2000-07-20 13:55:28 +00:00
rh
2fd2be1443 Warn about NO_CDROM and NO_PACKAGE. 2000-07-20 13:53:41 +00:00
rh
15ab860cc3 Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use the
appropriate variables instead.
2000-07-20 13:30:59 +00:00
rh
be656b61f3 Add NO_CDROM to the list of deprecated variables for package restriction. 2000-07-20 12:58:11 +00:00
rh
4def0c7794 Add an FAQ entry about restricted packages noting usage of the new
NO_{SRC,BIN}_ON_{FTP,CDROM} variables.
2000-07-20 12:56:13 +00:00
hubertf
f22ce9af74 Fix by setting TEXFORMATS properly (why did that work before?) 2000-07-20 12:34:32 +00:00
rh
c2118f4461 Introduce NO_{SRC,BIN}_ON_{FTP,CDROM}. Warn about placing files on CD-ROM
or ftp during 'make package' or 'make mirror-distfiles'.
2000-07-20 12:33:43 +00:00
agc
78567412d0 Update the paths in the patched Makefiles to reflect the fact that the
location of the sam package has been changed to be under the editors
category.
2000-07-20 11:12:07 +00:00
agc
376f90e91c Specify qt1 directory properly to configure 2000-07-20 08:25:42 +00:00
kim
7d8cac437e Give information about Time::HiRes. 2000-07-20 03:25:12 +00:00
kim
d9ee9ec33a Y2K 2000-07-20 01:45:22 +00:00
hubertf
aaf2a12879 fix illegal name/version different 2000-07-20 00:33:19 +00:00
hubertf
333fc62f64 Use "reinstall" as default for DEPENDS_TARGET, to use any pkg already
built and possible deinstalled as dependency. Addresses PR 10629 by
Erich.T.Enke@wheaton.edu.

(If that's not enough, we can still introduce a "make clean ; make install"-
type target, but for now i'd prefer not to was the cycles)
2000-07-19 22:57:31 +00:00
jlam
8b66747011 Pass correct flags at link time to find libraries at runtime, a.k.a. fix
for ELF and new libtool.
2000-07-19 21:42:11 +00:00
jlam
b1a1b52e0d Change dependency on sgi-stl to avoid matching sgi-stl-docs. 2000-07-19 18:06:03 +00:00
agc
923ab12af7 Don't continue BUILD_DEPENDS line with a '\' - instead, use the
make(1) += construction on the continued line, so that it's easier to
find specific dependencies using grep(1).
2000-07-19 09:37:49 +00:00
jlam
5dd380774f Update readline to 4.1. Closes PR#10615 by Damon Brodie.
Relevant changes from 4.0:

e.  The history library tries to truncate the history file only if it is a
    regular file.
f.  A bug that caused _rl_dispatch to address negative array indices on
    systems with signed chars was fixed.
g.  rl-yank-nth-arg now leaves the history position the same as when it was
    called.
m.  The quoted-insert code will now insert tty special chars like ^C.
n.  A bug was fixed that caused the display code to reference memory before
    the start of the prompt string.
p.  A bug was fixed in readline's signal handling that could cause infinite
    recursion in signal handlers.
q.  A bug was fixed that caused the point to be less than zero when rl_forward
    was given a very large numeric argument.
r.  The vi-mode code now gets characters via the application-settable value
    of rl_getc_function rather than calling rl_getc directly.
t.  Fixed a bug in the redisplay code for lines with more than 256 line
    breaks.
u.  A bug was fixed which caused invisible character markers to not be
    stripped from the prompt string if the terminal was in no-echo mode.
v.  Readline no longer tries to get the variables it needs for redisplay
    from the termcap entry if the calling application has specified its
    own redisplay function.  Readline treats the terminal as `dumb' in
    this case.
w.  Fixes to the SIGWINCH code so that a multiple-line prompt with escape
    sequences is redrawn correctly.
b.  Parentheses matching is now always compiled into readline, and enabled
    or disabled when the value of the `blink-matching-paren' variable is
    changed.
e.  history-search-{forward,backward} now leave the point at the end of the
    line when the string to search for is empty, like
    {reverse,forward}-search-history.
f.  history-search-{forward,backward} now leave the last history line found
    in the readline buffer if the second or subsequent search fails.
g.  New function for use by applications:  rl_on_new_line_with_prompt, used
    when an application displays the prompt itself before calling readline().
h.  New variable for use by applications:  rl_already_prompted.  An application
    that displays the prompt itself before calling readline() must set this to
    a non-zero value.
i.  A new variable, rl_gnu_readline_p, always 1.  The intent is that an
    application can verify whether or not it is linked with the `real'
    readline library or some substitute.
2000-07-19 09:31:44 +00:00
hubertf
3a62e9fa04 fix missing ", pointed out by Federico Lupi in private mail 2000-07-19 02:27:16 +00:00
rh
625e6d6521 Revise previous multi-component-pathname fix: do not depend on the
directory name of a package being the same as the package name when
creating ${DDIR} entries.
2000-07-19 00:08:32 +00:00
itohy
71847d8df2 Rename PKGNAME of plotutils to "plotutils-2.3nb1" as suggested. 2000-07-18 23:07:46 +00:00
tron
41565a8e82 If base system includes "pppd" 2.3.10 or newer use that instead of the
"ppp" package.
2000-07-18 18:42:48 +00:00
jwise
03dabdb86e Note reason for commenting out xerces-j-current. (because the older, and
conflicting xerces-j is preferable right now).

Is this correct?  If this is enabled, will bulk pkg builds deal with the
CONFLICT= sensibly?
2000-07-18 16:35:38 +00:00
itojun
4ef87a14ce update to 20000719a.
changes: basically, result from TAHI 2nd interop test (www.tahi.org)
- phase 1/2 SA removal corrections
- remove possible memory leak
- no notify message on information exchange
- correct isakmp payload manipulation on duplicated payload types
2000-07-18 15:31:47 +00:00
agc
90515e7cce Use EVAL_PREFIX to be a bit more precise about package prefices. 2000-07-18 15:20:59 +00:00
itojun
2e2b2ad5e7 update from racoon 20000701a tree to 20000716a tree.
changes:
- RFC2367 conformance for SADB_[AE]ALG_xxx.
- implement initial contact
- runs in background by default
- delete notification
- improve error handling
2000-07-18 15:04:18 +00:00
kim
193de1ef49 Make the formatting match other Makefiles (so fields match for easy awking). 2000-07-18 14:01:17 +00:00
rh
a15b9039db Fix clean-update target to remove ${DDIR} if it didn't exist before. This
prevents 'make update' from "resuming" an update that never even began.
Thus, a sequence of

	make clean-update
	make update

is now safe, no matter if 'make update' was started previously or not.
2000-07-18 08:33:49 +00:00
rh
54232daa5b Fix the ${DDIR} target to work with multi-component paths. This makes the
update target work with pkgsrc installations that have more (or less) than
two components (like /src/NetBSD-current/pkgsrc).  Thanks for Matthias
Scheler for noting this!
2000-07-18 08:21:41 +00:00
itohy
7f485f7ba3 Oops. s/\+/?/ 2000-07-18 08:10:12 +00:00
itohy
63ea2c3d71 Add and enable pstoedit. 2000-07-18 07:53:02 +00:00
itohy
2ae9d9e223 pstoedit, a converter from PostScript and PDF files to
other vector graphic formats, including fig (xfig, transfig),
tgif .obj, DXF (CAD exchange format), PIC (troff), LaTeX2e picture,
and etc.

Some files may not be converted.
International characters may be broken into polylines and splines,
but would be better than nothing.
2000-07-18 07:46:40 +00:00
itohy
bae58cd6dc Enable C++ support, required by pstoedit.
This includes "libplotter" library and "pic2plot" utility.

Change PKGNAME to plotutils-2.3.0 to distinguish this
from non C++ version.          ^^
2000-07-18 07:41:24 +00:00
wiz
db2c0b92d1 Add patch to make gnupg work on macppc/ELF.
Patch provided by Gabriel Rosenkoetter <gr@eclipsed.net>.
2000-07-17 23:44:52 +00:00
tron
093c1bab33 Update "rp-ppoe" package to version 2.0. Change since version 1.9:
- Addition of pppoe-server
- Massive internal code restructuring
- Zealous bounds-checking everywhere.
- adsl-setup now quotes user name and password in /etc/ppp/pap-secrets.
- Ported to OpenBSD, FreeBSD and NetBSD, courtesy of Geoff Mottram
  and Yannis Sismanis.
- Rearranged adsl-* shell scripts, courtesy of Heiko Schlittermann.
- Fixed bug in which Host-Uniq did not work if access concentrator sent
  a cookie.
- Addition of SuSE-specific "init" script, courtesy of Gary Cameron.
2000-07-17 21:11:45 +00:00
agc
7038dda8e7 Make this package compile on Solaris. 2000-07-17 15:37:15 +00:00
agc
97fe9a2b08 Find out the installed location of the gzip binary in a different
manner - use the first word of the ${GZIP_CMD} definition from
bsd.pkg.mk, and substitute this value in the same manner that the
PREFIX is set.  This is useful on systems other than NetBSD, where
gzip may not be installed in /usr/bin.  Use a descriptive name for the
input of the pre-processed file.

Make sure that gcc is used when compiling on Solaris.
2000-07-17 14:31:12 +00:00
agc
44b15b4200 Use EVAL_PREFIX to find the installed location of the kdebase package, and
use it accordingly.
2000-07-17 13:58:20 +00:00
msaitoh
ccdd700704 ptl works on alpha. I removed "NOT_FOR_PLATFORM=*-*-alpha" 2000-07-17 12:40:02 +00:00
veego
27fb1b00ea Add Solaris support. 2000-07-17 11:57:32 +00:00
rh
07449e3de1 Add and enable asWedit 2000-07-17 09:39:40 +00:00
rh
5932803705 Initial import of asWedit-4.0.1, a Linux HTML and text editor. 2000-07-17 09:39:05 +00:00
veego
b584bc479c Solaris uses slurpd, so split the PLISTs. 2000-07-17 09:19:43 +00:00
msaitoh
ce60d4541f Updated to PTL-2.1.4.
Changes between 2.1.3 and 2.1.4:

* fixed: a bug causes stack overflow if the process is interrupted by
  a UNIX signal frequently.

* fixed: sigwait() causes SIGSEGV.

* deferred cancellation is processed within BSD socket APIs.
2000-07-17 03:35:44 +00:00
wiz
61933dcd35 Man page is not distributed by itself anymore. (undo last commit, fix it
correctly)
2000-07-16 23:05:38 +00:00
thorpej
a390cf4709 Include the version in the package name. 2000-07-16 21:32:47 +00:00