aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/tkfont
ModeNameSize
-rw-r--r--Makefile906logstatsplainblame
-rw-r--r--distinfo59logstatsplainblame
d---------files36logstatsplain
-rw-r--r--pkg-descr344logstatsplainblame
-rw-r--r--pkg-plist227logstatsplainblame
ns'>+13 * - Fix memory consumption DoS, CVE CAN-2004-0942clement2004-11-112-1/+105 * - ldconfig'ify ${PREFIX}/lib/apache2 at install time.clement2004-11-091-0/+2 * - Fix previous patch :-)clement2004-11-041-7/+7 * Makefile was errornously committed. Revert the changesclement2004-10-311-2/+2 * - Fix apache2 build, I hope...clement2004-10-312-52/+50 * util_ald_cache_purge() fails to relink the cache entries during a cache purge.clement2004-10-302-1/+51 * - sync with real lifeclement2004-10-211-3/+1 * - Fix shared module building when WITH_STATIC_MODULES is defined.clement2004-10-201-1/+1 * - Remove WITH_APR_FROM_PORTS knobclement2004-10-162-95/+78 * - Fix apr detectionclement2004-10-161-2/+2 * - Chase apr shlib version bump.kuriyama2004-10-161-2/+2 * - Use ${WWWOWN} and ${WWWGRP} for apache's user. (instead of harcodedclement2004-10-132-3/+5 * - Yet Another Security Fixclement2004-10-132-0/+57 * - Update to 2.0.52clement2004-10-1214-1484/+39 * - Fix compilation with threads enabled on 5.x (due to PTHREAD_LIBS changes)clement2004-10-101-1/+1 * Security fixes [1]:clement2004-09-166-21/+251 * - make AP_GENPLIST pseudo PREFFIX-safe until I find a correct fix.clement2004-09-031-4/+6 * - Add a sanity check on apache2 configuration files before reloading orclement2004-08-231-0/+8 * - Add support for exception hook:clement2004-08-193-13/+24 * - Backport security fixes in ssl_engine_io.cclement2004-08-192-1/+35 * - Bump PORTREVISION for all previous changesclement2004-08-173-14/+43 * Remove our config.layout support. FreeBSD layout is in apache2's oneclement2004-08-082-23/+0 * We don't need -DFREEBSD_THREAD_HACK when using kse or thr as threadingclement2004-08-081-1/+2 * - Add ldconfig -m to apache2's apr libs (install time and boot time)clement2004-08-063-5/+25 * - Fix brainless typo.clement2004-08-021-2/+2 * apache2 NG patch 2/5.clement2004-08-023-155/+176 * apache2 NG patch 1/5.clement2004-07-314-11/+72 * - Disable mod_cgi if MPM is threaded.clement2004-07-131-0/+1 * - Update experimental apr/kqueue patchclement2004-07-131-62/+111 * - Fix hostname resolution if IPv4 are mapped. [1]clement2004-07-133-1/+15 * - Improve plist generation.clement2004-07-111-1/+12 * - Add WITHOUT_IPV6 knob to workaround problem with IP resolutionclement2004-07-101-1/+3 * - remove from plist reference to share/nls/en_US.US-ASCIIclement2004-07-041-2/+0 * - Make configure script define DEFAULT_SCOREBOARD.clement2004-07-023-3/+7 * - revert ade's commit, since it breaks the ports due to somethingclement2004-07-021-7/+1 * Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-021-1/+6 * - Update to 2.0.50clement2004-07-0112-423/+1092 * - Security fix.clement2004-06-292-1/+33 * Don't remove www/ now that it is created by the system.kris2004-06-091-2/+0 * - change limits from user www to daemon class to be in sync withclement2004-06-073-5/+6 * - Clarify pkg-messageclement2004-06-071-6/+6 * - Sync pkg-descr with reality.clement2004-06-051-5/+8 * -1- make show-options readable from a vt100 ;-)clement2004-06-056-43/+124 * - remove quotes from "bogus" IGNORE stringclement2004-06-021-3/+3 * - Fix IGNORE s,(,\(,clement2004-05-301-2/+2 * - s/BROKEN/IGNORE/clement2004-05-302-7/+7 * - Fix build if WITH_APR_FROM_PORTS is defined.clement2004-05-301-0/+3 * - Import security fix from Apache CVS...clement2004-05-282-0/+40 * - Fix plist after upgrading libtool to 1.5clement2004-05-181-2/+0 * - import buildconf patch in ports tree.clement2004-05-185-4/+57 * - use autoconf 2.57clement2004-05-181-2/+2 * - s/BROKEN/IGNORE/clement2004-05-171-3/+3 * - Do not activate module automatically [1]clement2004-04-171-3/+3 * Add AP_EXTRA to support extra arguments to apxs during build.clement2004-04-161-1/+8 * Remove noisy apache version detectionclement2004-04-161-11/+3 * Add Makefile.modules.3rd, which should simplify apache modules porting.clement2004-04-161-0/+99 * - Fix install when people use a different /bin/shclement2004-04-071-13/+13 * - s/ac_cv_pthreads/apr_cv_pthreads/ (due to changes in 2.0.49)clement2004-03-271-2/+2 * Update to 2.0.49clement2004-03-207-251/+93 * - CONFLICTS extendeddinoex2004-03-191-1/+4 * o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-141-2/+2 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-2/+2 * Fix configure.clement2004-03-131-0/+1 * Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-03-121-1/+1 * Fix a mod_ssl denial-of-service.clement2004-03-082-1/+32 * - Add windowsupdate.com mod_proxy fix. [1]clement2004-02-163-1/+7 * - Improve apr from ports support.clement2004-02-083-79/+82 * - Fix typo in SLAVE_DESIGNED_FOR check [1]clement2004-02-083-6/+14 * o Use appropriate comment for WITH_IPV6_V6ONLY knob.kuriyama2004-02-082-2/+2 * Add WITH_PTHREAD_LIBS and WITH_EXPERIMENTAL_THREADS.clement2004-01-222-0/+5 * - Fix compilation for threaded MPM.clement2004-01-161-5/+4 * - Remove thread support in apr. The code prevents apache from runningclement2004-01-142-26/+1 * - Per popular request, add "you can you use make show-modules"-likeclement2004-01-114-17/+33 * Uncomment db42-related lines, since db42 is in theclement2004-01-111-3/+3 * s/APACHE_USER/WWWOWN/.clement2004-01-101-1/+1 * Mark apache2 as broken when devel/apr is installed and WITH_APR_FROM_PORTSclement2004-01-101-10/+16 * - fix SSL detection problem on stable with base OpenSSL [1]clement2004-01-102-2/+15 * Apache2 PORTREVISION 2:clement2004-01-099-256/+438 * Remove duplicated WITH_EXPERIMENTAL comment.kuriyama2003-12-131-1/+0 * - fix LDAP deps (typo) [1]naddy2003-11-094-52/+154 * Fix build.perky2003-10-301-1/+1 * Update to 2.0.48, which has corrections for two security bugs:trevor2003-10-307-1554/+1794 * - fix spelling in CONFLICTSdinoex2003-10-261-1/+1 * Add forgotten file to plist.naddy2003-10-192-0/+2 * - add CONFLICTSdinoex2003-10-141-0/+3 * Cease FreeBSD port maintainershipsedwin2003-09-241-1/+1 * Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-151-1/+1 * Update 2.0.46 --> 2.0.47cy2003-07-093-13/+173 * Set GNU_CONFIGURE instead of HAS_CONFIGURE.kris2003-07-061-1/+1 * Hand maintainership to submittererwin2003-07-031-1/+1 * Set maintainer to ports@FreeBSD.orgperky2003-07-031-1/+1 * Add a new knob WITH_LDAP that brings mod_auth_ldap and mod_ldap.perky2003-06-122-0/+13 * Change to use ${PKGINSTALL} instead of `pkg-install' to unbreak the buildperky2003-06-061-1/+1 * [SECURITY FIX]perky2003-06-014-64/+370 * - Utilize MASTER_SITE_APACHE_HTTPD [1]perky2003-04-171-10/+3 * Add missed files on the previous commit.perky2003-04-042-0/+20 * Update to 2.0.45. This update fixes a DDOS vulnerability.perky2003-04-045-39/+51 * De-pkg-comment for my ports.perky2003-02-252-1/+1 * Remove buggy SSL warning which isn't working correctly for openssl'sperky2003-01-311-6/+0 * Update to 2.0.44perky2003-01-223-36/+83 * Move bin/ap[ru]-config to lib/apache2/ to coexist with devel/apr-develperky2003-01-083-7/+25 * o Change installbuilddir to $PREFIX/share/apache2/build to make portingperky2002-11-154-9/+28 * Add MASTER_SITE_RINGSERVER to MASTER_SITES.knu2002-10-131-0/+1 * Update to apache 1.3.27 and 2.0.43. This fixes a security vulnerability.kris2002-10-054-23/+68 * Update to 2.0.42perky2002-09-263-25/+121 * Bump PORTREVISION and expat shlib.kuriyama2002-09-171-1/+2 * Update to 2.0.40perky2002-08-106-373/+429 * Fixed my stupid MAKE_ENV mistake on NOPORTDOCS=trueperky2002-08-051-1/+1 * - Add a small hack for worker MPM [1]perky2002-07-215-6/+81 * Bump portrevision (textproc/expat2 shlib bump).kuriyama2002-07-211-2/+2 * o Install mod_deflate by defaultperky2002-07-142-5/+11 * Correct envvars path on apachectl(1)perky2002-07-111-3/+14 * - Add a patch for a bug on infinite loop in HTTP_INperky2002-07-092-2/+12 * Fix more fatal bugs on htpasswd(1)perky2002-07-082-4/+20 * Use ${INSTALL_DATA} instead of ${CP} to set others readable on 077 umasksperky2002-06-281-1/+1 * o Fix the htpasswd logic bug around -c and -n optionsperky2002-06-273-18/+15 * - Sync www/apache13's change (.default -> -dist)pat2002-06-223-84/+83 * * Always use /bin/sh for configure and build.naddy2002-06-201-2/+2 * Add USE_REINPLACE where appropriate.sobomax2002-06-191-0/+1 * - Update to 2.0.39, the emergency security update.pat2002-06-199-251/+196 * Mark FORBIDDEN until an update is available.nectar2002-06-181-0/+3 * - Better WITH_SUEXEC supportijliao2002-05-263-26/+35 * Fix ports for building with -current without perlpat2002-05-231-1/+2 * 1. Upgrade 2.0.35 --> 2.0.36cy2002-05-0911-126/+60 * Respect $DESTDIR for all pathsijliao2002-04-19