Commit graph

34232 commits

Author SHA1 Message Date
seb
0d75c1efb1 Use buildlink2. Use perl5/module.mk. 2002-10-20 17:45:59 +00:00
seb
7bb88e29b0 Gmake's configure does not support anymore --disable-nsec-timestamps.
So remove it and associated variable.
2002-10-20 16:45:04 +00:00
lukem
6271d75135 zero out sockaddr_in before using it in bind() or connect().
Xvnc -localhost  and  Xvnc -interface ip4addr  now works...
2002-10-20 16:32:25 +00:00
seb
0f6263bb26 Use perl5/module.mk. 2002-10-20 15:05:09 +00:00
seb
20d367b0b9 Trivially use buildlink2. Mark no configure. Use perl5/module.mk, even
if it is not needed it makes the package more consistent with other Perl5
module packages.
2002-10-20 14:56:32 +00:00
lukem
6126e678ee updated tightvnc to 1.2.6 2002-10-20 14:38:13 +00:00
lukem
067eeb231c Update to tightvnc 1.2.6. Notable changes:
all:
- supply manual pages

Xvnc:
- fixed crash in the font server code
- fixed blocking I/O problem which led to easy denial-of-service
  attacks via built-in HTTP server
- fixed memory alignment problem in Raw encoder, for systems with
  strict alignment constraints
- support libwrap for server access control
- rely upon system zlib instead of shipping own copy
- reset compression level & JPEG image quality on reading client's encoding list
- allow applet parameters to be specified in URL request to the HTTP server

vncpasswd:
- work correctly if a filename is given

vncserver:
- default depth is 24 instead of 8
- attempt restart once if failed first time due to font path lossage
- removed 2 second startup delay
- allow users to keep vnc directories in /tmp
- work correctly if $XAUTHORITY is not set
2002-10-20 14:33:53 +00:00
wiz
50afdff320 Add buildlink2.mk. 2002-10-20 14:32:10 +00:00
wiz
17306e65f0 Convert to buildlink2 (compile-tested). 2002-10-20 14:30:03 +00:00
wiz
4204b9bec3 Convert to buildlink2. 2002-10-20 14:06:00 +00:00
wiz
dfd972271e Add buildlink2.mk. 2002-10-20 14:00:41 +00:00
wiz
4160c22533 Trivially convert to buildlink2. 2002-10-20 13:45:47 +00:00
wiz
b4f8836f24 Convert to buildlink2. 2002-10-20 13:37:17 +00:00
wiz
d80a3aad0e Drop unneeded USE_MESA. 2002-10-20 13:36:17 +00:00
wiz
a5c7fe15e4 Convert to buildlink2. 2002-10-20 13:28:38 +00:00
wiz
eb885a7def Add Mesa buildlink2.mk. 2002-10-20 13:26:56 +00:00
wiz
c9fd73a302 Drop USE_MESA, not needed any longer. 2002-10-20 13:24:27 +00:00
wiz
bc879832dd Convert to buildlink2. 2002-10-20 12:59:07 +00:00
wiz
cfbc6bf1d2 s/Update/Updated/, remove trailing empty line. Noted by Julio Merino. 2002-10-20 11:56:09 +00:00
wiz
accb9cb69d Remove obsolete USE_FREETYPE2 support; all users have been converted to use
freetype2's buildlink2.mk.
2002-10-20 11:47:04 +00:00
wiz
e5feb6e0dd Convert to buildlink2. 2002-10-20 11:15:17 +00:00
jlam
85ce2c2365 Use lang/gcc (gcc-2.95.3) if on alpha. From pkg/18301 by Rhialto. 2002-10-20 09:26:22 +00:00
jlam
d1991ca961 Use bsd.pkg.install.mk and change INSTALL.OpenWindows into a model for how
to replace the complexity of the default INSTALL/DEINSTALL scripts with
something simpler when simple is all that's needed.  Also replace the
check for OpenWindows with one that's more sensible.
2002-10-20 09:15:23 +00:00
jlam
8f33914f7c Generate the INSTALL/DEINSTALL scripts at post-build time, and use proper
make dependencies to ensure that the actual scripts are up-to-date if the
sources are changed.
2002-10-20 09:10:42 +00:00
jlam
753e15c6df Don't default to cupsd=NO anymore, as rc.d scripts aren't copied into
/etc/rc.d by default any longer.  This causes the usual warning to be
emitted when the script is executed.
2002-10-20 08:09:46 +00:00
martti
6df14eedfc Correct directory ownership (PR#18529) 2002-10-20 07:58:36 +00:00
jlam
38a950e8f7 Honor PKG_SYSCONFDIR. 2002-10-20 07:57:57 +00:00
jlam
18878853e9 Don't default to slpd=NO anymore, as rc.d scripts aren't copied into
/etc/rc.d by default any longer.  This causes the usual warning to be
emitted when the script is executed.
2002-10-20 07:56:29 +00:00
shell
3c5fc26873 correct typo, py-curl 2002-10-20 05:37:39 +00:00
jlam
cdac1ba014 Note the locations of the common distinfo file and patches directory. 2002-10-20 04:19:17 +00:00
jlam
9ee42664eb Generate the rc.d scripts at post-build time and use proper make
dependencies to deal with changes in the source rc.d script file (this is
possible now that some variables have moved to bsd.prefs.mk from
bsd.pkg.mk).
2002-10-20 04:11:39 +00:00
grant
40931c7afd honour PKG_SYSCONFDIR.
fixes pkg/18530 from Hauke Fath <hf@tangro.de>.
2002-10-20 03:20:34 +00:00
shell
7ebdc4511b Update curl to 7.10.1
Update pycurl to 7.10.1
  Update micq to 0.4.9.4
  Update p5-Test-Harness to 2.26
  Update p5-Test-Simple to 0.47
2002-10-20 03:19:12 +00:00
shell
4e00858107 Updated to Test-Simple-0.47
- use buildlink2

Changes :
0.47  Mon Aug 26 03:54:22 PDT 2002
    * Tatsuhiko Miyagawa noticed Test::Builder was accidentally storing
      objects passed into test functions causing problems with tests
      relying on object destruction.
    - Added example of calculating the number of tests to Test::Tutorial
    - Peter Scott made the ending logic not fire on child processes when
      forking.
    * Test::Builder is once again ithread safe.

0.46  Sat Jul 20 19:57:40 EDT 2002
    - Noted eq_set() isn't really a set comparision.
    - Test fix, exit codes are broken on MacPerl (bleadperl@16868)
    - Make Test::Simple install itself into the core for >= 5.8
    - Small fixes to Test::Tutorial and skip examples
    * Added TB->has_plan() from Adrian Howard
    - Clarified the meaning of 'actual_ok' from TB->details
    * Added TB->details() from chromatic
    - Neil Watkiss fixed a pre-5.8 test glitch with threads.t
    * If the test died before a plan, it would exit with 0 [ID 20020716.013]

0.45  Wed Jun 19 18:41:12 EDT 2002
    - Andy Lester made the SKIP & TODO docs a bit clearer.
    - Explicitly disallowing double plans. (RT #553)
    - Kicking up the minimum version of Test::Harness to one that's
      fairly bug free.
    - Made clear a common problem with use_ok and BEGIN blocks.
    - Arthur Bergman made Test::Builder thread-safe.
2002-10-20 03:16:04 +00:00
shell
5fa46148b0 Updated to p5-Test-Harness-2.26
Changes :
2.26  Wed Jun 19 16:58:02 EDT 2002
    - Workaround for MacPerl's lack of a working putenv.  It will never
      see the PERL5LIB environment variable (perl@16942).

2.25  Sun Jun 16 03:00:33 EDT 2002
    - $Strap is now a global to allow Test::Harness::Straps
      experimentation.
    - Little spelling nit in a diagnostic.
    - Chris Richmond noted that the runtests() docs were wrong.  It will
      die, not return false, when any tests fail.  This is silly, but
      historically necessary for 'make test'.  Docs corrected.
    - MacPerl test fixes from Pudge. (mutation of bleadperl@16989)
    - Undef warning introduced in 2.24 on skipped tests with no reasons
      fixed.
    * Test::Harness now depends on File::Spec
2002-10-20 03:12:35 +00:00
shell
9c77bc1424 Updated to micq-0.4.9.4
- update maintainer email
- re-add patch-aa

Changes :
  * add error message for missing file reception directory
  * web page: add blurb for misconfigured browsers
  * final translation updates
  * .. or non-updates (english text copied to translated man pages)
  * compile fixes (thanks, Andy)
  * do not send CAP_IS_2002 (it means UTF-8, we can't do that yet)
  * show failing connections only when verbose or for server connections
  * display 0x46 meta result (just output the text)
For more see Changes
2002-10-20 03:09:07 +00:00
wiz
1d3bb74332 Files to exclude are not even in the tarball. 2002-10-20 02:56:22 +00:00
wiz
7a78d28fe1 Combine pax+rm in one step. 2002-10-20 02:56:05 +00:00
shell
437eab598f Updated to pycurl-7.10.1
- accept python-21pth only

Changes :
  * Added new module-level function version_info() from
    libcurl-7.10.
  * Added commandline options to setup.py for specifying the path to
    'curl-config' (non-windows) and the curl installation directory
    (windows).  See the 'INSTALL' file for details.
  * Added CURLOPT_ENCODING, CURLOPT_NOSIGNAL and CURLOPT_BUFFERSIZE
    from libcurl-7.10 (by Markus Oberhumer).
  * Added a simple web-browser example based on gtkhtml and pycurl.
    See the file 'examples/gtkhtml_demo.py' for details.  The example
    requires a working installation of gnome-python with gtkhtml
    bindings enabled (pass --with-gtkhtml to gnome-python configure).
  * Added new method 'select' on CurlMulti objects.  Example usage
    in 'tests/test_multi5.py'.  This method is just an optimization of
    the combined use of fdset and select.
  * Added support for curl_multi_fdset.  See the file
    'tests/test_multi4.py' for example usage.  Contributed by Conrad
    Steenberg <conrad@hep.caltech.edu>.
  * perform() on multi objects now returns a tuple (result, number
    of handles) like the libcurl interface does.
  * Added the 'sfquery' script which retrieves a SourceForge XML
    export object for a given project.  See the file 'examples/sfquery.py'
    for details and usage.  'sfquery' was contributed by Eric
    S. Raymond <esr@thyrsus.com>.
  * API enhancements: added Curl() and CurlMulti() as aliases for
    init() and multi_init(), and added close() methods as aliases
    for the cleanup() methods. The new names much better match
    the actual intended use of the objects, and they also nicely
    correspond to Python's file object.
  * Also, all constants for Curl.setopt() and Curl.getinfo() are now
    visible from within Curl objects.

  * More see Changes

- All changes are fully backward-compatible. -
2002-10-20 02:53:03 +00:00
wiz
7f29fcf98b USE_GMAKE unneeded. Noted by Hauke Fath in PR 18504. 2002-10-20 02:41:29 +00:00
wiz
d80d619912 Prefer pax to GNU tar. 2002-10-20 02:33:45 +00:00
shell
3ec7eb4542 Updated to curl-7.10.1
Changes :
- Jeff Lawson fixed a few problems with connection re-use that remained when
  you set CURLOPT_PROXY to "".
- Craig Davison found a terrible flaw and Cris Bailiff helped out in the
  search. Getting HTTP data from servers when the headers are split up in
  multiple reads, could cause junk data to get inserted among the saved
  headers. This only concerns HTTP(S) headers.
- Vincent Penquerc'h gave us the good suggestion that when the ERRRORBUFFER
  is set internally, the error text is sent to the debug function as well.
- Fixed the telnet code to timeout properly as the option tells it to. On
  non-windows platforms.
- John Crow pointed out that libcurl-the-guide wasn't included in the release
  tarball!
- Kevin Roth pointed out that make install didn't do right if build outside
  the source tree (ca-bundle wise).
- FOLLOW_LOCATION bugfix for the multi interface
[trim], more see CHANGES.
2002-10-20 02:19:42 +00:00
wiz
b7bd75a167 Redirect RMDIR error to /dev/null. 2002-10-20 01:53:59 +00:00
wiz
ccb87086a2 Fix "make clean" for non-root users. From Greg A. Woods in PR 18714. 2002-10-20 01:53:58 +00:00
wiz
72490a0f26 Improve. From Greg A. Woods in PR 18713. 2002-10-20 01:50:33 +00:00
wiz
4f11014906 Add CONLICT with ssh2 package. From Greg A. Woods in PR 18729. 2002-10-20 00:49:55 +00:00
wiz
6b6976ad52 Pass MAKE_ENV to MAKE (two places, one of them from PR 18720).
Fix typo in IGNORE message (also from PR 18720).
2002-10-20 00:39:52 +00:00
wiz
a161db0711 Prefer pax to GNU tar. By Greg A. Woods in PR 18719. 2002-10-20 00:37:46 +00:00
wiz
788727dadf post-patch -> pre-configure. By Greg A. Woods in PR 18718. 2002-10-20 00:33:50 +00:00
wiz
2c06b3121e Fix HOMEPAGE. By Greg A. Woods in PR 18716. 2002-10-20 00:32:26 +00:00