aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Prevent request id overflow over 65535Andrey A. Chernov2001-12-204-0/+36
| | | | Notes: svn path=/head/; revision=51901
* Add sbniconfig -- Granch SBNI12-xx network adapters configuratorMax Khon2001-12-207-0/+42
| | | | Notes: svn path=/head/; revision=51899
* When creating shared memory segments, make them readable/writableJacques Vidrine2001-12-202-1/+12
| | | | | | | only by the owner. Notes: svn path=/head/; revision=51898
* o If either WITH_LIBARTS or WITH_VORBIS were defined, LIB_DEPENDSMario Sergio Fujikawa Ferreira2001-12-202-4/+4
| | | | | | | | | | information was being lost. Fix this o Also, correctly LIB_DEPENDS on artsc.0 Approved by: maintainer Notes: svn path=/head/; revision=51897
* Use perl expression to fix path to sendmail rather than usingAlexey Zelkin2001-12-2027-336/+39
| | | | | | | | | | | plain patches for each case. Also fix some whitespace. Suggested by: nectar, lioux Notes: svn path=/head/; revision=51896
* fix previous commitYing-Chieh Liao2001-12-201-1/+1
| | | | | | | | PR: 33029 Submitted by: maintainer Notes: svn path=/head/; revision=51895
* fix previous commitYing-Chieh Liao2001-12-208-48/+162
| | | | | | | | PR: 33030 Submitted by: maintainer Notes: svn path=/head/; revision=51894
* Install additional documentationMario Sergio Fujikawa Ferreira2001-12-202-1/+2
| | | | Notes: svn path=/head/; revision=51893
* Update to exim-3.952, the second alpha release of exim-4.Sheldon Hearn2001-12-202-3/+3
| | | | Notes: svn path=/head/; revision=51891
* Add a patch from the author that fixes a string termination bug. TheSheldon Hearn2001-12-202-2/+10
| | | | | | | | | | | bug was the cause of the 'unknown named list "+local_domains"' problem for which the port was marked BROKEN. I haven't bumped PORTREVISION because the port was marked BROKEN so soon after it was added. Notes: svn path=/head/; revision=51890
* Fix XSLT support. Configure option have changed for 4.1.0.Dirk Froemberg2001-12-202-2/+2
| | | | | | | Submitted by: Juriy Goloveshkin <juriy@aviaport.ru> Notes: svn path=/head/; revision=51889
* In a function eel_read_entire_file() allocate extra byte and ensure that theMaxim Sobolev2001-12-204-0/+32
| | | | | | | | | | | | read buffer is terminated by '\0', because it seems that Nautilus expects it to be. The proper fix would be to fix Nautilus instead, but I'll leave this excersise to Nautilus developers. This should fix one of the most frequent crashes I've saw in Nautilus so far. Bump PORTREVISION. Recommended update. Notes: svn path=/head/; revision=51888
* autotools police: don't hardcode aclocal, use variable ACLOCALMario Sergio Fujikawa Ferreira2001-12-202-2/+2
| | | | Notes: svn path=/head/; revision=51887
* Update to 1.3.0.Maxim Sobolev2001-12-2010-14/+108
| | | | | | | | PR: 32927 Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com> Notes: svn path=/head/; revision=51886
* refer to correct location in pkg-messageYing-Chieh Liao2001-12-2012-36/+74
| | | | | | | | | | | correct db filename fix pkg-install script PR: 29731 Submitted by: maintainer Notes: svn path=/head/; revision=51885
* fix finding OpenSSL problemYing-Chieh Liao2001-12-202-0/+71
| | | | | | | | PR: 15123 Submitted by: Matt Behrens <matt@zigg.com> Notes: svn path=/head/; revision=51884
* upgrade to 2.0.0Ying-Chieh Liao2001-12-203-3/+4
| | | | Notes: svn path=/head/; revision=51883
* Update to 1.0.9.Maxim Sobolev2001-12-205-35/+2
| | | | | | | | PR: 32747 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru> Notes: svn path=/head/; revision=51882
* Update to 2.4.12.Maxim Sobolev2001-12-203-2/+5
| | | | | | | | PR: 32746 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru> Notes: svn path=/head/; revision=51881
* Correct locale names for use on FreeBSD. Bump PORTREVISION.Maxim Sobolev2001-12-206-24/+160
| | | | | | | | PR: 32840 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=51880
* Update to v110.37.Joseph Koshy2001-12-207-158/+187
| | | | | | | Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> Notes: svn path=/head/; revision=51879
* Backout previous change - it seems that new revision of the patch doesn'tMaxim Sobolev2001-12-2096-1632/+768
| | | | | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net> Notes: svn path=/head/; revision=51877
* Update to 0.3.1Patrick Li2001-12-202-2/+2
| | | | Notes: svn path=/head/; revision=51876
* Further fix a local exploitPatrick Li2001-12-202-0/+66
| | | | | | | Submitted by: corecode <corecode@corecode.ath.cx> Notes: svn path=/head/; revision=51875
* A minor correction to the EnglishSatoshi Taoka2001-12-203-6/+6
| | | | | | | Submitted by: imp Notes: svn path=/head/; revision=51874
* Add "scud" - Selected Caller id and Unavailable Deterrent; have yourBrian S. Dean2001-12-206-0/+35
| | | | | | | | | | modem answer calls from "unavailable" (which usually are telemarketers). Submitted by: David Quattlebaum <drq@bsdwins.com> Notes: svn path=/head/; revision=51872
* Update to 0.98p2 which fixes a local buffer overflow exploitPatrick Li2001-12-203-12/+2
| | | | | | | | | | resulting in priviledge escalation PR: 33003, 33020 Submitted by: corecode <corecode@corecode.ath.cx> Notes: svn path=/head/; revision=51871
* Drop setgid kmem privs before executing external programs.Chris D. Faulhaber2001-12-192-0/+11
| | | | | | | Reported by: Christer Oberg <christer.oberg@gmx.net> Notes: svn path=/head/; revision=51870
* Update to 6.2.1. Fix RESTRICTED line. Shorten list of broken features.Trevor Johnson2001-12-1912-322/+1162
| | | | Notes: svn path=/head/; revision=51869
* * Take maintainership. The original maintainer has disappeared.Christian Weisgerber2001-12-199-29/+83
| | | | | | | | * Update to 1.0.7: lots of bugfixes, some new and updated translations. * Remove questionable LITE flavor. Notes: svn path=/head/; revision=51868
* Add support for InnoDB tables.Dirk Froemberg2001-12-199-18/+18
| | | | | | | | | | This will emit a warning on startup and will be disabled if not configured properly. See http://www.mysql.com/doc/I/n/InnoDB.html for details. Notes: svn path=/head/; revision=51867
* Add p5-Class-ObjectTemplate-DB 0.23, an optimized template builderPete Fritchman2001-12-196-0/+44
| | | | | | | | | | base class with lookup capability. PR: 32641 Submitted by: Tony Maher <tonym@biolateral.com.au> Notes: svn path=/head/; revision=51865
* Don't filter libc_r on 5-CURRENT.Maxim Sobolev2001-12-1996-768/+1632
| | | | Notes: svn path=/head/; revision=51864
* Add p5-Class-ObjectTemplate 0.4, an optimized template builder basePete Fritchman2001-12-197-0/+50
| | | | | | | | | | class. PR: 32640 Submitted by: Tony Maher <tonym@biolateral.com.au> Notes: svn path=/head/; revision=51862
* Add smtpproxy 1.1.3, an SMTP proxy server.Pete Fritchman2001-12-196-0/+48
| | | | | | | | PR: 32848 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Notes: svn path=/head/; revision=51860
* Add tcl-manual 2001.12.19, documentation for TCL (Tool CommandPete Fritchman2001-12-1910-0/+895
| | | | | | | | | | Language). PR: 32925 Submitted by: Edwin Groothuis (edwin@mavetju.org) Notes: svn path=/head/; revision=51858
* Set PORTREVISION to 0 after upgrading mod_php4 to 4.1.0.Dirk Froemberg2001-12-193-3/+3
| | | | Notes: svn path=/head/; revision=51857
* Fix path to a2ps port.Dmitry Sivachenko2001-12-191-1/+1
| | | | | | | | PR: 32983 Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru> Notes: svn path=/head/; revision=51856
* Upgrade to 4.1.0.Dirk Froemberg2001-12-1922-452/+130
| | | | | | | | See http://www.php.net/ChangeLog-4.php for a detailed list of changes. Notes: svn path=/head/; revision=51855
* Define the -DSHAREDTMP option, since this allows one to simulateDmitry Sivachenko2001-12-192-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | clusters of pvm machines with jail(8). Basically, do this: ifconfig lo0 10.0.0.1 netmask 255.255.255.255 alias ifconfig lo0 10.0.0.2 netmask 255.255.255.255 alias ifconfig lo0 10.0.0.3 netmask 255.255.255.255 alias ... echo "10.0.0.1 ten-1" >> /etc/hosts echo "10.0.0.2 ten-2" >> /etc/hosts echo "10.0.0.3 ten-3" >> /etc/hosts ... jail / ten-1 10.0.0.1 /usr/libexec/inetd jail / ten-1 10.0.0.2 /usr/libexec/inetd jail / ten-1 10.0.0.3 /usr/libexec/inetd Tada! now you have three PVM enabled computers on your laptop :-) Submitted by: phk Notes: svn path=/head/; revision=51854
* Bump PORTREVISION due to recent update of sunsolve patch.Dmitry Sivachenko2001-12-193-0/+3
| | | | | | | Submitted by: MAINTAINER Notes: svn path=/head/; revision=51853
* upgrade to 0.12Ying-Chieh Liao2001-12-192-2/+2
| | | | | | | | PR: 33012 Submitted by: maintainer Notes: svn path=/head/; revision=51851
* upgrade to 1.12Ying-Chieh Liao2001-12-193-2/+14
| | | | | | | | PR: 33011 Submitted by: maintainer Notes: svn path=/head/; revision=51850
* upgrade to 0.40Ying-Chieh Liao2001-12-192-2/+2
| | | | | | | | PR: 33010 Submitted by: maintainer Notes: svn path=/head/; revision=51849
* Update to 4177James E. Housley2001-12-192-2/+2
| | | | Notes: svn path=/head/; revision=51848
* Unforbid the port for the use of general FreeBSD public.Anton Berezin2001-12-1949-112/+994
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile perl with BSDPAN support, both -current and -stable. The version of BSDPAN used here coincides accidentally with the one present in the -current system perl, but is installed in a different place. Provide a script, use.perl, to facilitate switching of the perl used by default between the system perl and this port. Also print a message describing the usage of use.perl (this works for the port and for the package built from it). The switching to the port version is done by removing /usr/bin/perl and /usr/bin/suidperl (they both have link count >1, so this is reversible), and making them to be symlinks to the corresponding binaries in $PREFIX/bin. Also, assignments of the correct values of PERL_VER, PERL_VERSION, and PERL_ARCH are appended to /etc/make.conf. Last, NOPERL=yes is appended to /etc/make.conf, so that the changes made will survive system upgrades from source. The switching to the system version is more or less a reverse of the process described above. Set and use PERL_ARCH which is independed from the one used by the system perl. Fix the port for post-malloc.h -current. Fix a small bogon when PREFIX was used in pkg-install (PKG_PREFIX should have been used instead). Reviewed by: markm, joe Notes: svn path=/head/; revision=51847
* The latest version unzips to a subdir.Nick Sayer2001-12-192-2/+4
| | | | | | | Submitted by: david@catwhisker.org Notes: svn path=/head/; revision=51846
* Don't trap SIGINFO.Maxim Sobolev2001-12-191-2/+2
| | | | | | | Submitted by: ben Notes: svn path=/head/; revision=51845
* Use japanese/lookup (for emacs21, repocopied from japanese/lookup-mule)Jun Kuriyama2001-12-199-194/+157
| | | | | | | as master port of ja-lookup-* variants. Notes: svn path=/head/; revision=51843
* Unbroke on -current: don't prototype/implement strnstr(3) - this functionMaxim Sobolev2001-12-192-0/+39
| | | | | | | is already in libc. Notes: svn path=/head/; revision=51842