summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-20Use buildlink2. Use perl5/module.mk.seb31-185/+94
2002-10-20Gmake's configure does not support anymore --disable-nsec-timestamps.seb2-16/+2
So remove it and associated variable.
2002-10-20zero out sockaddr_in before using it in bind() or connect().lukem3-1/+43
Xvnc -localhost and Xvnc -interface ip4addr now works...
2002-10-20Use perl5/module.mk.seb3-15/+6
2002-10-20Trivially use buildlink2. Mark no configure. Use perl5/module.mk, evenseb1-6/+8
if it is not needed it makes the package more consistent with other Perl5 module packages.
2002-10-20updated tightvnc to 1.2.6lukem1-1/+2
2002-10-20Update to tightvnc 1.2.6. Notable changes:lukem11-66/+125
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-20Add buildlink2.mk.wiz1-0/+158
2002-10-20Convert to buildlink2 (compile-tested).wiz1-21/+13
2002-10-20Convert to buildlink2.wiz1-11/+7
2002-10-20Add buildlink2.mk.wiz1-0/+30
2002-10-20Trivially convert to buildlink2.wiz1-1/+2
2002-10-20Convert to buildlink2.wiz3-18/+13
2002-10-20Drop unneeded USE_MESA.wiz1-2/+1
2002-10-20Convert to buildlink2.wiz2-5/+8
2002-10-20Add Mesa buildlink2.mk.wiz1-2/+2
2002-10-20Drop USE_MESA, not needed any longer.wiz1-3/+1
2002-10-20Convert to buildlink2.wiz6-16/+31
2002-10-20s/Update/Updated/, remove trailing empty line. Noted by Julio Merino.wiz1-9/+8
2002-10-20Remove obsolete USE_FREETYPE2 support; all users have been converted to usewiz2-27/+2
freetype2's buildlink2.mk.
2002-10-20Convert to buildlink2.wiz1-2/+3
2002-10-20Use lang/gcc (gcc-2.95.3) if on alpha. From pkg/18301 by Rhialto.jlam1-1/+4
2002-10-20Use bsd.pkg.install.mk and change INSTALL.OpenWindows into a model for howjlam2-45/+28
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-20Generate the INSTALL/DEINSTALL scripts at post-build time, and use properjlam1-8/+19
make dependencies to ensure that the actual scripts are up-to-date if the sources are changed.
2002-10-20Don't default to cupsd=NO anymore, as rc.d scripts aren't copied intojlam1-2/+1
/etc/rc.d by default any longer. This causes the usual warning to be emitted when the script is executed.
2002-10-20Correct directory ownership (PR#18529)martti1-3/+3
2002-10-20Honor PKG_SYSCONFDIR.jlam1-2/+2
2002-10-20Don't default to slpd=NO anymore, as rc.d scripts aren't copied intojlam1-2/+1
/etc/rc.d by default any longer. This causes the usual warning to be emitted when the script is executed.
2002-10-20correct typo, py-curlshell1-2/+2
2002-10-20Note the locations of the common distinfo file and patches directory.jlam1-1/+4
2002-10-20Generate the rc.d scripts at post-build time and use proper makejlam1-12/+12
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-20honour PKG_SYSCONFDIR.grant2-2/+4
fixes pkg/18530 from Hauke Fath <hf@tangro.de>.
2002-10-20 Update curl to 7.10.1shell1-1/+7
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-20Updated to Test-Simple-0.47shell2-10/+7
- 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-20Updated to p5-Test-Harness-2.26shell3-10/+10
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-20Updated to micq-0.4.9.4shell4-13/+22
- 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-20Files to exclude are not even in the tarball.wiz1-2/+1
2002-10-20Combine pax+rm in one step.wiz1-3/+2
2002-10-20Updated to pycurl-7.10.1shell3-9/+23
- 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-20USE_GMAKE unneeded. Noted by Hauke Fath in PR 18504.wiz1-2/+1
2002-10-20Prefer pax to GNU tar.wiz2-19/+10
2002-10-20Updated to curl-7.10.1shell4-20/+12
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-20Redirect RMDIR error to /dev/null.wiz1-2/+2
2002-10-20Fix "make clean" for non-root users. From Greg A. Woods in PR 18714.wiz1-1/+5
2002-10-20Improve. From Greg A. Woods in PR 18713.wiz1-1/+12
2002-10-20Add CONLICT with ssh2 package. From Greg A. Woods in PR 18729.wiz1-2/+2
2002-10-20Pass MAKE_ENV to MAKE (two places, one of them from PR 18720).wiz1-4/+4
Fix typo in IGNORE message (also from PR 18720).
2002-10-20Prefer pax to GNU tar. By Greg A. Woods in PR 18719.wiz1-2/+2
2002-10-20post-patch -> pre-configure. By Greg A. Woods in PR 18718.wiz1-2/+2
2002-10-20Fix HOMEPAGE. By Greg A. Woods in PR 18716.wiz1-2/+2