From bugmaster at FreeBSD.org Mon May 4 11:06:33 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon May 4 11:06:48 2009 Subject: Current problem reports assigned to apache@FreeBSD.org Message-ID: <200905041106.n44B6WN2096706@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/133773 apache net/keepalived port update request o ports/133704 apache www/apache22 apxs does not work as expected a ports/133197 apache [bsd.apache.mk] Rephrase IGNORE statement, kill EOL sp o ports/132528 apache [patch] www/apache22 no-accf fix o ports/130479 apache www/apache20 and www/apache22 configure_args busted o ports/128952 apache [NEW PORT] java/javadb: Sun's supported distribution o o ports/128078 apache www/apache20 -- LDAP support is broken f ports/127402 apache [NEW PORT] security/shibboleth2-sp: C++ Shibboleth Ser o ports/125464 apache www/apache22 [patch] Apache Bench doesn't work o ports/125183 apache www/apache22 wrong SUEXEC_DOCROOT o ports/124375 apache www/mod_auth_kerb doesn't compile against heimdal o ports/121134 apache www/mod_log_sql2-dtc scoreboard problem o ports/120409 apache www/apache20 (7.0-RC1) segfault on HUP w/ some php5 ex o ports/120229 apache www/apache20 does not pick up usernames from NIS [regr o ports/118003 apache www/apache22: with PgSQL option require only libpq.so. o ports/117596 apache www/apache22 segfault when using mod_dbd s ports/115461 apache [patch] bsd.apache.mk - Create packages for apache mod o ports/110651 apache www/apache22 Use USE_BDB infrastructure to select appr o ports/108169 apache www/apache20 wrong AP_SAFE_PATH for suEXEC a ports/101566 apache www/apache20 All .svn subdirectories in $(htdocsdir) g f ports/100350 apache www/apache20 profiles not working at system startup/sh a ports/96953 apache www/apache22 port uses its own directories a ports/83644 apache www/apache20 add support for ndbm 23 problems total. From edwin at FreeBSD.org Wed May 6 20:00:24 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed May 6 20:00:31 2009 Subject: ports/134301: [PATCH] www/mod_extract_forwarded2: generates wrong LoadModule line in httpd.conf Message-ID: <200905062000.n46K0NsB074293@freefall.freebsd.org> Synopsis: [PATCH] www/mod_extract_forwarded2: generates wrong LoadModule line in httpd.conf Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Wed May 6 20:00:23 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=134301 From lwhsu at FreeBSD.org Wed May 6 20:08:25 2009 From: lwhsu at FreeBSD.org (Li-Wen Hsu) Date: Wed May 6 20:08:32 2009 Subject: [PATCH] www/mod_extract_forwarded2: generates wrong LoadModule line in httpd.conf Message-ID: <20090506194548.6B4013142B8@lwbsd.cs.nctu.edu.tw> >Submitter-Id: current-users >Originator: Li-Wen Hsu >Organization: >Confidential: no >Synopsis: [PATCH] www/mod_extract_forwarded2: generates wrong LoadModule line in httpd.conf >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 8.0-CURRENT amd64 >Environment: System: FreeBSD lwbsd.cs.nctu.edu.tw 8.0-CURRENT FreeBSD 8.0-CURRENT #0 r191347M: Tue Apr 21 17:40:43 CST >Description: www/mod_extract_forwarded2 generates wrong LoadModule line in httpd.conf Port maintainer (apache@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: 1) install www/mod_extract_forwarded2 2) enable "LoadModule extract_forwarded2_module libexec/apache22/mod_extract_forwarded2.so" line in httpd.conf 3) /usr/local/etc/rc.d/apache22 restart Performing sanity check on apache22 configuration: httpd: Syntax error on line 106 of /usr/local/etc/apache22/httpd.conf: Can't locate API module structure `extract_forwarded2_module' in file /usr/local/libexec/apache22/mod_extract_forwarded2.so: Undefined symbol "extract_forwarded2_module" >Fix: --- mod_extract_forwarded2-0.1_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mod_extract_forwarded2/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 4 Dec 2005 21:24:52 -0000 1.4 +++ Makefile 6 May 2009 19:46:09 -0000 @@ -7,6 +7,7 @@ PORTNAME= mod_extract_forwarded2 PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.cotds.org/${PORTNAME}/ DIST_SUBDIR= apache2 @@ -15,6 +16,7 @@ COMMENT= An Apache module that can make proxied requests appear with client IP USE_APACHE= 20+ +SHORTMODNAME= extract_forwarded AP_FAST_BUILD= YES AP_GENPLIST= YES Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/www/mod_extract_forwarded2/pkg-message,v retrieving revision 1.1 diff -u -u -r1.1 pkg-message --- pkg-message 5 Jan 2004 12:34:45 -0000 1.1 +++ pkg-message 6 May 2009 19:46:09 -0000 @@ -4,7 +4,7 @@ Edit your apache.conf or httpd.conf to enable and setup this module. Have a look at the files in -${PREFIX}/share/doc/mod_extract_forward for information on +${PREFIX}/share/doc/mod_extract_forward2 for information on how to configure it. Then do this to make it work effective: --- mod_extract_forwarded2-0.1_1.patch ends here --- From pgollucci at FreeBSD.org Thu May 7 07:43:49 2009 From: pgollucci at FreeBSD.org (pgollucci@FreeBSD.org) Date: Thu May 7 07:43:56 2009 Subject: ports/133773: net/keepalived port update request Message-ID: <200905070743.n477hlDI063662@freefall.freebsd.org> Synopsis: net/keepalived port update request State-Changed-From-To: open->analyzed State-Changed-By: pgollucci State-Changed-When: Thu May 7 07:43:39 UTC 2009 State-Changed-Why: will require a vested effort http://www.freebsd.org/cgi/query-pr.cgi?pr=133773 From pgollucci at FreeBSD.org Thu May 7 08:01:49 2009 From: pgollucci at FreeBSD.org (pgollucci@FreeBSD.org) Date: Thu May 7 08:01:55 2009 Subject: ports/134301: [PATCH] www/mod_extract_forwarded2: generates wrong LoadModule line in httpd.conf Message-ID: <200905070801.n4781mqB089319@freefall.freebsd.org> Synopsis: [PATCH] www/mod_extract_forwarded2: generates wrong LoadModule line in httpd.conf State-Changed-From-To: open->closed State-Changed-By: pgollucci State-Changed-When: Thu May 7 08:01:48 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=134301 From dfilter at FreeBSD.ORG Thu May 7 08:10:05 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Thu May 7 08:10:12 2009 Subject: ports/134301: commit references a PR Message-ID: <200905070810.n478A56s092621@freefall.freebsd.org> The following reply was made to PR ports/134301; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/134301: commit references a PR Date: Thu, 7 May 2009 08:01:53 +0000 (UTC) pgollucci 2009-05-07 08:01:37 UTC FreeBSD ports repository Modified files: www/mod_extract_forwarded2 Makefile pkg-message Log: - Fix LoadModule line in httpd.conf PR: ports/134301 Submitted by: lwhsu Revision Changes Path 1.5 +2 -0 ports/www/mod_extract_forwarded2/Makefile 1.2 +1 -1 ports/www/mod_extract_forwarded2/pkg-message _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From edwin at FreeBSD.org Mon May 11 08:50:30 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon May 11 08:50:37 2009 Subject: ports/134456: www/apache22: file permissions are wrong Message-ID: <200905110850.n4B8oTDh097551@freefall.freebsd.org> Synopsis: www/apache22: file permissions are wrong Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 11 08:50:29 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=134456 From edwin at FreeBSD.org Mon May 11 08:50:35 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon May 11 08:50:47 2009 Subject: ports/134457: www/apache22: pull bug fix for 42829 from apache@ Message-ID: <200905110850.n4B8oYP7098099@freefall.freebsd.org> Synopsis: www/apache22: pull bug fix for 42829 from apache@ Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 11 08:50:34 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=134457 From bugmaster at FreeBSD.org Mon May 11 11:06:15 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon May 11 11:06:41 2009 Subject: Current problem reports assigned to apache@FreeBSD.org Message-ID: <200905111106.n4BB6E0s085200@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/134457 apache www/apache22: pull bug fix for 42829 from apache@ o ports/134456 apache www/apache22: file permissions are wrong a ports/133773 apache net/keepalived port update request o ports/133704 apache www/apache22 apxs does not work as expected a ports/133197 apache [bsd.apache.mk] Rephrase IGNORE statement, kill EOL sp o ports/132528 apache [patch] www/apache22 no-accf fix o ports/130479 apache www/apache20 and www/apache22 configure_args busted o ports/128952 apache [NEW PORT] java/javadb: Sun's supported distribution o o ports/128078 apache www/apache20 -- LDAP support is broken f ports/127402 apache [NEW PORT] security/shibboleth2-sp: C++ Shibboleth Ser o ports/125464 apache www/apache22 [patch] Apache Bench doesn't work o ports/125183 apache www/apache22 wrong SUEXEC_DOCROOT o ports/124375 apache www/mod_auth_kerb doesn't compile against heimdal o ports/121134 apache www/mod_log_sql2-dtc scoreboard problem o ports/120409 apache www/apache20 (7.0-RC1) segfault on HUP w/ some php5 ex o ports/120229 apache www/apache20 does not pick up usernames from NIS [regr o ports/118003 apache www/apache22: with PgSQL option require only libpq.so. o ports/117596 apache www/apache22 segfault when using mod_dbd s ports/115461 apache [patch] bsd.apache.mk - Create packages for apache mod o ports/110651 apache www/apache22 Use USE_BDB infrastructure to select appr o ports/108169 apache www/apache20 wrong AP_SAFE_PATH for suEXEC a ports/101566 apache www/apache20 All .svn subdirectories in $(htdocsdir) g f ports/100350 apache www/apache20 profiles not working at system startup/sh a ports/96953 apache www/apache22 port uses its own directories a ports/83644 apache www/apache20 add support for ndbm 25 problems total. From pgollucci at FreeBSD.org Wed May 13 06:06:59 2009 From: pgollucci at FreeBSD.org (pgollucci@FreeBSD.org) Date: Wed May 13 06:07:05 2009 Subject: ports/116984: [patch] www/apache13-modssl missing perl5.8 as RUN_DEPENDS Message-ID: <200905130606.n4D66wwP023862@freefall.freebsd.org> Synopsis: [patch] www/apache13-modssl missing perl5.8 as RUN_DEPENDS Responsible-Changed-From-To: dinoex->apache Responsible-Changed-By: pgollucci Responsible-Changed-When: Wed May 13 06:06:56 UTC 2009 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=116984 From pgollucci at FreeBSD.org Sat May 16 03:29:19 2009 From: pgollucci at FreeBSD.org (pgollucci@FreeBSD.org) Date: Sat May 16 03:29:25 2009 Subject: ports/125464: www/apache22 [patch] Apache Bench doesn't work Message-ID: <200905160329.n4G3TIef029677@freefall.freebsd.org> Synopsis: www/apache22 [patch] Apache Bench doesn't work State-Changed-From-To: open->feedback State-Changed-By: pgollucci State-Changed-When: Sat May 16 03:29:18 UTC 2009 State-Changed-Why: at least part of this was applied, is this still an issue? Its going to be a mess to sort it out and send it up stream, so I'm hoping its not http://www.freebsd.org/cgi/query-pr.cgi?pr=125464 From pgollucci at FreeBSD.org Sat May 16 03:30:04 2009 From: pgollucci at FreeBSD.org (pgollucci@FreeBSD.org) Date: Sat May 16 03:30:10 2009 Subject: ports/134457: www/apache22: pull bug fix for 42829 from apache@ Message-ID: <200905160330.n4G3U3EN029967@freefall.freebsd.org> Synopsis: www/apache22: pull bug fix for 42829 from apache@ Responsible-Changed-From-To: apache->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Sat May 16 03:30:03 UTC 2009 Responsible-Changed-Why: started thsi one http://www.freebsd.org/cgi/query-pr.cgi?pr=134457 From pgollucci at FreeBSD.org Sat May 16 03:30:20 2009 From: pgollucci at FreeBSD.org (pgollucci@FreeBSD.org) Date: Sat May 16 03:30:26 2009 Subject: ports/133704: www/apache22 apxs does not work as expected Message-ID: <200905160330.n4G3UJc6032277@freefall.freebsd.org> Synopsis: www/apache22 apxs does not work as expected Responsible-Changed-From-To: apache->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Sat May 16 03:30:19 UTC 2009 Responsible-Changed-Why: started this one http://www.freebsd.org/cgi/query-pr.cgi?pr=133704 From pgollucci at FreeBSD.org Sat May 16 03:30:36 2009 From: pgollucci at FreeBSD.org (pgollucci@FreeBSD.org) Date: Sat May 16 03:30:43 2009 Subject: ports/125464: www/apache22 [patch] Apache Bench doesn't work Message-ID: <200905160330.n4G3Ua7S034007@freefall.freebsd.org> Synopsis: www/apache22 [patch] Apache Bench doesn't work Responsible-Changed-From-To: apache->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Sat May 16 03:30:35 UTC 2009 Responsible-Changed-Why: started this one http://www.freebsd.org/cgi/query-pr.cgi?pr=125464 From pgollucci at FreeBSD.org Sun May 17 01:06:41 2009 From: pgollucci at FreeBSD.org (pgollucci@FreeBSD.org) Date: Sun May 17 01:06:53 2009 Subject: ports/134577: www/apache22: build faild with mod_auth_digest Message-ID: <200905170106.n4H16ehC026127@freefall.freebsd.org> Old Synopsis: apache22 build faild with mod_auth_digest New Synopsis: www/apache22: build faild with mod_auth_digest State-Changed-From-To: open->analyzed State-Changed-By: pgollucci State-Changed-When: Sun May 17 01:04:21 UTC 2009 State-Changed-Why: fix synopsis and assign Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: pgollucci Responsible-Changed-When: Sun May 17 01:04:21 UTC 2009 Responsible-Changed-Why: fix synopsis and assign http://www.freebsd.org/cgi/query-pr.cgi?pr=134577 From miwi at FreeBSD.org Sun May 17 09:06:10 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun May 17 09:06:17 2009 Subject: ports/120409: www/apache20 (7.0-RC1) segfault on HUP w/ some php5 extensions Message-ID: <200905170906.n4H969T4018564@freefall.freebsd.org> Synopsis: www/apache20 (7.0-RC1) segfault on HUP w/ some php5 extensions State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun May 17 09:06:09 UTC 2009 State-Changed-Why: close by submitter request. http://www.freebsd.org/cgi/query-pr.cgi?pr=120409 From miwi at FreeBSD.org Sun May 17 09:11:21 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun May 17 09:11:27 2009 Subject: ports/117596: www/apache22 segfault when using mod_dbd Message-ID: <200905170911.n4H9BKqu025422@freefall.freebsd.org> Synopsis: www/apache22 segfault when using mod_dbd State-Changed-From-To: open->feedback State-Changed-By: miwi State-Changed-When: Sun May 17 09:10:34 UTC 2009 State-Changed-Why: Hi, Could you please test if this issue still exists with an fresh ports tree? Thanks for your report. - Martin http://www.freebsd.org/cgi/query-pr.cgi?pr=117596 From pgollucci at FreeBSD.org Sun May 17 09:20:52 2009 From: pgollucci at FreeBSD.org (pgollucci@FreeBSD.org) Date: Sun May 17 09:20:59 2009 Subject: ports/133197: [bsd.apache.mk] Rephrase IGNORE statement, kill EOL spaces, reformat Message-ID: <200905170920.n4H9Ko7l036509@freefall.freebsd.org> Synopsis: [bsd.apache.mk] Rephrase IGNORE statement, kill EOL spaces, reformat State-Changed-From-To: analyzed->open State-Changed-By: pgollucci State-Changed-When: Sun May 17 09:20:49 UTC 2009 State-Changed-Why: got some other changes comming up http://www.freebsd.org/cgi/query-pr.cgi?pr=133197 From pgollucci at FreeBSD.org Sun May 17 09:21:01 2009 From: pgollucci at FreeBSD.org (pgollucci@FreeBSD.org) Date: Sun May 17 09:21:08 2009 Subject: ports/133197: [bsd.apache.mk] Rephrase IGNORE statement, kill EOL spaces, reformat Message-ID: <200905170921.n4H9L1hu037775@freefall.freebsd.org> Synopsis: [bsd.apache.mk] Rephrase IGNORE statement, kill EOL spaces, reformat Responsible-Changed-From-To: apache->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Sun May 17 09:21:00 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=133197 From yarodin at gmail.com Sun May 17 09:50:04 2009 From: yarodin at gmail.com (Yar Odin) Date: Sun May 17 09:50:10 2009 Subject: ports/117596: www/apache22 segfault when using mod_dbd Message-ID: <200905170950.n4H9o4vd075325@freefall.freebsd.org> The following reply was made to PR ports/117596; it has been noted by GNATS. From: Yar Odin To: bug-followup@freebsd.org, yarodin@gmail.com Cc: Subject: Re: ports/117596: www/apache22 segfault when using mod_dbd Date: Sun, 17 May 2009 15:47:45 +0600 --nextPart35515913.6Kf4ec2qAT Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Nope. Your may close this PR. =2D-=20 Yar Odin GnuPG Key: http://dl.getdropbox.com/u/935420/Keys/yarodin.asc GnuPG Key ID: 0x3449D79E --nextPart35515913.6Kf4ec2qAT Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iD8DBQBKD91HOMLFRTRJ154RAgkXAJ9owajM6PSxlqQm2DtGmD+YWzD1FACeOWVr zj4HK0FKhzHXeB/piuDdAz4= =IrG6 -----END PGP SIGNATURE----- --nextPart35515913.6Kf4ec2qAT-- From pgollucci at FreeBSD.org Sun May 17 09:57:46 2009 From: pgollucci at FreeBSD.org (pgollucci@FreeBSD.org) Date: Sun May 17 09:57:53 2009 Subject: ports/117596: www/apache22 segfault when using mod_dbd Message-ID: <200905170957.n4H9vjvr088361@freefall.freebsd.org> Synopsis: www/apache22 segfault when using mod_dbd State-Changed-From-To: feedback->closed State-Changed-By: pgollucci State-Changed-When: Sun May 17 09:57:45 UTC 2009 State-Changed-Why: closed at submitter request, no logner an issue, note: pgollucci@ is dubious http://www.freebsd.org/cgi/query-pr.cgi?pr=117596 From pgollucci at FreeBSD.org Mon May 18 10:45:39 2009 From: pgollucci at FreeBSD.org (pgollucci@FreeBSD.org) Date: Mon May 18 10:45:46 2009 Subject: ports/115461: [patch] bsd.apache.mk - Create packages for apache modules with unique names Message-ID: <200905181045.n4IAjdhc046240@freefall.freebsd.org> Synopsis: [patch] bsd.apache.mk - Create packages for apache modules with unique names Responsible-Changed-From-To: apache->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Mon May 18 10:45:38 UTC 2009 Responsible-Changed-Why: 99% of modules now USE_APACHE != yes (wee!) http://www.freebsd.org/cgi/query-pr.cgi?pr=115461 From bugmaster at FreeBSD.org Mon May 18 11:06:15 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon May 18 11:06:42 2009 Subject: Current problem reports assigned to apache@FreeBSD.org Message-ID: <200905181106.n4IB6ERW074916@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- a ports/134577 apache www/apache22: build faild with mod_auth_digest o ports/134456 apache www/apache22: file permissions are wrong a ports/133773 apache net/keepalived port update request o ports/132528 apache [patch] www/apache22 no-accf fix o ports/130479 apache www/apache20 and www/apache22 configure_args busted o ports/128952 apache [NEW PORT] java/javadb: Sun's supported distribution o o ports/128078 apache www/apache20 -- LDAP support is broken f ports/127402 apache [NEW PORT] security/shibboleth2-sp: C++ Shibboleth Ser o ports/125183 apache www/apache22 wrong SUEXEC_DOCROOT o ports/124375 apache www/mod_auth_kerb doesn't compile against heimdal o ports/121134 apache www/mod_log_sql2-dtc scoreboard problem o ports/120229 apache www/apache20 does not pick up usernames from NIS [regr o ports/118003 apache www/apache22: with PgSQL option require only libpq.so. p ports/116984 apache [patch] www/apache13-modssl missing perl5.8 as RUN_DEP o ports/110651 apache www/apache22 Use USE_BDB infrastructure to select appr o ports/108169 apache www/apache20 wrong AP_SAFE_PATH for suEXEC a ports/101566 apache www/apache20 All .svn subdirectories in $(htdocsdir) g f ports/100350 apache www/apache20 profiles not working at system startup/sh a ports/96953 apache www/apache22 port uses its own directories a ports/83644 apache www/apache20 add support for ndbm 20 problems total. From pgollucci at FreeBSD.org Wed May 20 19:01:06 2009 From: pgollucci at FreeBSD.org (pgollucci@FreeBSD.org) Date: Wed May 20 19:01:14 2009 Subject: ports/127402: [NEW PORT] security/shibboleth2-sp: C++ Shibboleth Service Provider (Internet2) for Apache Message-ID: <200905201901.n4KJ15jQ002276@freefall.freebsd.org> Synopsis: [NEW PORT] security/shibboleth2-sp: C++ Shibboleth Service Provider (Internet2) for Apache State-Changed-From-To: feedback->closed State-Changed-By: pgollucci State-Changed-When: Wed May 20 19:01:05 UTC 2009 State-Changed-Why: feedback timeout (1 month) http://www.freebsd.org/cgi/query-pr.cgi?pr=127402 From bugmaster at FreeBSD.org Mon May 25 11:06:15 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon May 25 11:06:41 2009 Subject: Current problem reports assigned to apache@FreeBSD.org Message-ID: <200905251106.n4PB6EAC092055@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- a ports/134577 apache www/apache22: build faild with mod_auth_digest o ports/134456 apache www/apache22: file permissions are wrong a ports/133773 apache net/keepalived port update request o ports/132528 apache [patch] www/apache22 no-accf fix o ports/130479 apache www/apache20 and www/apache22 configure_args busted o ports/128952 apache [NEW PORT] java/javadb: Sun's supported distribution o o ports/128078 apache www/apache20 -- LDAP support is broken o ports/125183 apache www/apache22 wrong SUEXEC_DOCROOT o ports/124375 apache www/mod_auth_kerb doesn't compile against heimdal o ports/121134 apache www/mod_log_sql2-dtc scoreboard problem o ports/120229 apache www/apache20 does not pick up usernames from NIS [regr o ports/118003 apache www/apache22: with PgSQL option require only libpq.so. p ports/116984 apache [patch] www/apache13-modssl missing perl5.8 as RUN_DEP o ports/110651 apache www/apache22 Use USE_BDB infrastructure to select appr o ports/108169 apache www/apache20 wrong AP_SAFE_PATH for suEXEC a ports/101566 apache www/apache20 All .svn subdirectories in $(htdocsdir) g f ports/100350 apache www/apache20 profiles not working at system startup/sh a ports/96953 apache www/apache22 port uses its own directories a ports/83644 apache www/apache20 add support for ndbm 19 problems total. From linimon at FreeBSD.org Wed May 27 19:39:08 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Wed May 27 19:39:21 2009 Subject: ports/134998: www/apache13: Crashing Apache Message-ID: <200905271939.n4RJd7cb019505@freefall.freebsd.org> Synopsis: www/apache13: Crashing Apache Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: linimon Responsible-Changed-When: Wed May 27 19:38:33 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=134998 From pgollucci at FreeBSD.org Wed May 27 20:10:37 2009 From: pgollucci at FreeBSD.org (pgollucci@FreeBSD.org) Date: Wed May 27 20:10:43 2009 Subject: ports/134998: www/apache13: Crashing Apache Message-ID: <200905272010.n4RKAaIc044910@freefall.freebsd.org> Synopsis: www/apache13: Crashing Apache Responsible-Changed-From-To: apache->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Wed May 27 20:08:42 UTC 2009 Responsible-Changed-Why: Can you confirm your verions $ uname -a $ ls -1d /var/db/pkg{apache,mod_,perl}* whats in /etc/make.conf Are you using any form of mod_ssl httpd.conf That trace doesn't help too much, you don't have debugging symbols http://www.freebsd.org/cgi/query-pr.cgi?pr=134998 From linimon at FreeBSD.org Thu May 28 19:35:14 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Thu May 28 19:35:22 2009 Subject: FreeBSD ports that you maintain which are currently scheduled for deletion Message-ID: <20090528193513.81C131CCCC@mail.droso.net> Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: www/apache-jserv description: Loadable servlet module for apache maintainer: apache@FreeBSD.org deprecated because: superceeded by tomcat expiration date: 2009-06-09 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=apache-jserv If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD.