aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Really fix plist this time. I think.Mark Linimon2004-04-161-1/+1
| | | | Notes: svn path=/head/; revision=107267
* Default to Tcl-8.4, as neotcl and tclX do now.Mikhail Teterin2004-04-162-5/+9
| | | | | | | Prompted by: kris Notes: svn path=/head/; revision=107266
* Add mod_log_sql 1.97.Clement Laforet2004-04-167-0/+90
| | | | | | | | | | | | This add-on module allows the apache web server to use a MySQL database for logging of all operations. WWW: http://www.outoforder.cc/projects/apache/mod_log_sql/ This release add supports for apache2. Notes: svn path=/head/; revision=107264
* Update from 0.8.1 to 0.8.3. Fix bugs...Mikhail Teterin2004-04-164-21/+130
| | | | Notes: svn path=/head/; revision=107263
* Back out last checkin. The listed file must be from some dependency.Mark Linimon2004-04-161-1/+0
| | | | | | | A single install/deinstall cycle was not enough to catch this, sigh. Notes: svn path=/head/; revision=107262
* Per dosirak run, fix plist.Mark Linimon2004-04-161-0/+5
| | | | Notes: svn path=/head/; revision=107261
* Per dosirak run, fix plist.Mark Linimon2004-04-162-0/+2
| | | | Notes: svn path=/head/; revision=107260
* . Fix packing list. [1]Greg Lewis2004-04-162-2/+5
| | | | | | | | | . Remove bogus BUILD_DEPENDS (BUILD_DEPENDS and NO_BUILD?). Submitted by: bento via kris Notes: svn path=/head/; revision=107259
* last commit was sponsored by:Oliver Lehmann2004-04-160-0/+0
| | | | | | | | PR: ports/65634 Submitted By: Linh Pham <question+freebsdpr@closedsrc.org> Notes: svn path=/head/; revision=107258
* create ${X11BASE}/etc/gdm/Sessions if it doesn't exist and WITH_GDM is specifiedOliver Lehmann2004-04-161-0/+2
| | | | Notes: svn path=/head/; revision=107257
* * Update to today's -CURRENT snapshotJoe Marcus Clarke2004-04-166-6/+140
| | | | | | | | * Add local patches to cause pkg_add to spawn itself correctly when installing dependent packages. Previously, it would always spawn /usr/sbin/pkg_add. Notes: svn path=/head/; revision=107256
* - Fix WWW:Kirill Ponomarev2004-04-161-1/+1
| | | | | | | | PR: ports/65632 Submitted by: maintainer Notes: svn path=/head/; revision=107255
* Update to 2.6.1.Joe Marcus Clarke2004-04-163-3/+5
| | | | Notes: svn path=/head/; revision=107254
* Install *.aff and *.hash files when ISPELL_NL is defined.Jean-Marc Zucconi2004-04-161-2/+2
| | | | | | | Submitted by: vs Notes: svn path=/head/; revision=107253
* Update to 2.6.1.Joe Marcus Clarke2004-04-163-3/+5
| | | | Notes: svn path=/head/; revision=107252
* Fix crasher bug. There is a problem in inkscape provoked byAlexander Nedotsukov2004-04-162-0/+12
| | | | | | | | | | sp_object_invoke_write() call wich result in bunch on gtk signals emission wich in turn may release parent knot holder object beeng modified. Current fix is not correct way to resolve the situation but it let us safely go. Notes: svn path=/head/; revision=107251
* Add mysqlbug temporary file handling vulnerability.Jacques Vidrine2004-04-161-92/+146
| | | | | | | | | Add ident2 vulnerability. make tidy (sorry, I meant to do this in a separate commit) Notes: svn path=/head/; revision=107250
* Jack of RaptureSecurity reported a double byte buffer overflow inJacques Vidrine2004-04-162-0/+54
| | | | | | | | | ident2. The bug may allow a remote attacker to execute arbitrary code within the context of the ident2 daemon. The daemon typically runs as user-ID `nobody', but with group-ID `wheel'. Notes: svn path=/head/; revision=107249
* Add mod_auth_useragent 1.0Clement Laforet2004-04-164-0/+39
| | | | | | | | | | | | mod_auth_useragent allows you to forbid clients based on their User-Agent by placing a single line in your Apache httpd.conf. Be aware that this is by no means a security measure as it is trivial to change your User-Agent in most browsers. WWW: http://tangent.org/index.pl?lastnode_id=478&node_id=423 Notes: svn path=/head/; revision=107247
* . Force ant to use the selected JDK to build rather than what it wasGreg Lewis2004-04-161-1/+2
| | | | | | | | | built with. Submitted by: bento via kris Notes: svn path=/head/; revision=107246
* . Fixed 'make package' (see recent bento build logs)Greg Lewis2004-04-162-1002/+1002
| | | | | | | | | | | | | . Use ${DATADIR} so no more %%T%% (as %%DATADIR%% is already in PLIST_SUB) . Use ${ECHO_MSG} instead of ${ECHO_CMD} . Use ${INSTALL_DATA} for documentation. . bsd.java.mk 2.0 compliant PR: 65621 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer) Notes: svn path=/head/; revision=107245
* Add mod_accessCookie 0.4.Clement Laforet2004-04-164-0/+43
| | | | | | | | | | | This module restricts access in the same way as an 'allow from' does (it is derived form this module :), by checking for the exinstence of a cookie. If a cookie is present it compares it to cookies found in a mySQL database. If it can find a equivalent cookie there, access is granted, else access is denied. Notes: svn path=/head/; revision=107243
* . Require JDK 1.4 or better (fixes bento build). [1, 2]Greg Lewis2004-04-162-5/+7
| | | | | | | | | | | | | | | . Use MASTER_SITE_APACHE_JAKARTA. [1] . bsd.java.mk 2.0 compliant. [1] . Removed pkg-plist using PLIST_FILES. [1] . Forced ANT to use the selected version of Java. PR: 65617 [1], 65349 [2] Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Anton Yudin <toha@toha.org.ua> Approved by: Anton Yudin <toha@toha.org.ua> (maintainer) Notes: svn path=/head/; revision=107242
* Per dosirak run, fix plist: silently try to remove directories created byMark Linimon2004-04-161-13/+13
| | | | | | | Zope itself. Notes: svn path=/head/; revision=107241
* - Fix WWW:Kirill Ponomarev2004-04-161-1/+1
| | | | Notes: svn path=/head/; revision=107240
* Many fixes to the new bsd.java.mk, including:Greg Lewis2004-04-161-363/+268
| | | | | | | | | | | | | | | . Make the USE_JIKES setting to actually work. . Simplified backwards compatibility with the old bsd.java.mk. . Allowed java dependency selection with JAVA_PREFERRED_PORTS. . More error checking on variable settings. . Allowed USE_JAVA=yes to work without specifying a version. . Expanded the meta-info for the individual ports so the full version is now available, among other things. Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=107239
* - Update to version 1.0Kirill Ponomarev2004-04-164-9/+6
| | | | | | | | PR: ports/65618 Submitted by: maintainer Notes: svn path=/head/; revision=107238
* Fix make describe for old make's.Tilman Keskinoz2004-04-161-1/+1
| | | | | | | | PR: 65622 Submitted by: Scott Lipcon <slipcon@mercea.net> Notes: svn path=/head/; revision=107237
* Additional CVE name for recent CVS vulnerability.Jacques Vidrine2004-04-161-0/+2
| | | | Notes: svn path=/head/; revision=107236
* - Remove USE_SIZE knobKirill Ponomarev2004-04-1620-20/+0
| | | | Notes: svn path=/head/; revision=107235
* - Utilize Makefile.modules.3rdClement Laforet2004-04-161-10/+8
| | | | Notes: svn path=/head/; revision=107234
* Remove optional dependency.Sergey Skvortsov2004-04-161-3/+1
| | | | | | | Pointed by: kuriyama Notes: svn path=/head/; revision=107233
* Remove useless dependency.Sergey Skvortsov2004-04-161-3/+1
| | | | | | | Pointed by: kuriyama Notes: svn path=/head/; revision=107232
* Mark port as depending on kernelSergey Skvortsov2004-04-162-0/+16
| | | | Notes: svn path=/head/; revision=107231
* - Utilize Makefile.modules.3rdClement Laforet2004-04-162-17/+10
| | | | Notes: svn path=/head/; revision=107230
* - Update to version 20040331Kirill Ponomarev2004-04-164-6/+6
| | | | | | | | | PR: ports/65606 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer Notes: svn path=/head/; revision=107229
* Add AP_EXTRA to support extra arguments to apxs during build.Clement Laforet2004-04-162-2/+16
| | | | | | | | | AP_INC and AP_LIB were added. Reminded by: mod_vdbh port Notes: svn path=/head/; revision=107228
* - Utilize Makefile.modules.3rdClement Laforet2004-04-163-23/+9
| | | | | | | | IMHO, it's one of the best example to see how Makefile.modules.3rd can be useful. Notes: svn path=/head/; revision=107227
* Upgrade to version 3.6.Jimmy Olgeni2004-04-1624-2604/+5670
| | | | | | | Submitted by: Conrad Sabatier <conrads(at)cox.net> Notes: svn path=/head/; revision=107226
* - Utilize Makefile.modules.3rdClement Laforet2004-04-164-24/+14
| | | | Notes: svn path=/head/; revision=107225
* - Utilize Makefile.modules.3rdClement Laforet2004-04-162-10/+8
| | | | | | | - Shorten COMMENT Notes: svn path=/head/; revision=107224
* - Fix MASTER_SITESKirill Ponomarev2004-04-161-2/+1
| | | | Notes: svn path=/head/; revision=107223
* Remove noisy apache version detectionClement Laforet2004-04-162-22/+6
| | | | Notes: svn path=/head/; revision=107222
* Add slimserver 5.1.1,Kirill Ponomarev2004-04-1630-0/+4031
| | | | | | | | | | | | Slim Devices SlimServer streams a variety of audio formats including MP3, Ogg, and FLAC to Squeezebox and SLIMP3 network players as well as most software players. PR: ports/65601 Submitted by: Brooks Davis <brooks@freebsd.org> Notes: svn path=/head/; revision=107220
* Add kasablanca 0.3.1, a graphical ftp client for KDE.Markus Brueffer2004-04-169-0/+316
| | | | | | | | | | | Features: o ftps encryption via AUTH TLS o fxp (direct server to server transfer) o bookmarking system o concurrent connections to multiple hosts Notes: svn path=/head/; revision=107218
* Add Makefile.modules.3rd, which should simplify apache modules porting.Clement Laforet2004-04-162-0/+198
| | | | | | | | | | | | | | | | | | It can not be used with USE_APACHE knob. Most important knobs: WANT_APACHE= {13,2} Apache version required. if undefined, both apache version are allowed. AP_FAST_BUILD Do ${APXS} -c ${APXS} -i for you AP_GENPLIST Autogenerate a _SIMPLE_ plist: See future commits to know how to use this file. Notes: svn path=/head/; revision=107217
* Fix plistMathieu Arnold2004-04-161-1/+1
| | | | | | | Reminded by: dosirak.kr Notes: svn path=/head/; revision=107216
* Update to the 2003-04-13 snapshot.David E. O'Brien2004-04-164-6/+6
| | | | Notes: svn path=/head/; revision=107215
* Add missing fileKris Kennaway2004-04-161-0/+1
| | | | Notes: svn path=/head/; revision=107214
* Fix a deinstallation problem noted on dosirakThierry Thomas2004-04-164-19/+34
| | | | | | | | | | | + utilize USE_APACHE and let it run smoothly with Apache2 + utilize PORTDOCS + display a clean PKGMESSAGE when installing a package. Approved by: mat (mentor). Notes: svn path=/head/; revision=107213