FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 5:36 AM GMT
non port: www/mod_auth_form/Makefile
CVSWeb

Number of commits found: 9

Sat, 20 Aug 2011
[ 17:27 ohauer ] Original commit 
1.10 databases/gnatsweb4/Makefile
1.9 databases/mysqlard/Makefile
1.2 databases/mysqldumper/Makefile
1.2 devel/cdash/Makefile
1.47 devel/otrs/Makefile
1.41 devel/p5-Log-Dispatch/Makefile
1.143 devel/subversion-freebsd/Makefile
1.60 devel/viewvc/Makefile
1.17 french/facturier/Makefile
1.11 games/hlstatsx/Makefile

(Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Sat, 19 Mar 2011
[ 13:15 ale ] Original commit 
1.117 audio/amarok-kde4/Makefile
1.32 audio/prokyon3/Makefile
1.79 audio/squeezeboxserver/Makefile
1.10 benchmarks/super-smack/Makefile
1.17 benchmarks/sysbench/Makefile
1.13 comms/atslog/Makefile
1.25 databases/akonadi/Makefile
1.6 databases/aolserver-nsmysql/Makefile
1.25 databases/dbconnect/Makefile
1.18 databases/dbf2mysql/Makefile

(Only the first 10 of 131 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports linking to default libmysqlclient.
Thu, 16 Sep 2010
[ 03:31 pgollucci ] Original commit 
1.7 www/mod_auth_form/Makefile
- Fix pkg-plist
  The default install-exec-hook calls apxs but without -a/-A
  which confuses our std pkg-plist @exec/@unexec stanzas

Reported by:    erwin via pointyhat
Tue, 25 May 2010
[ 20:17 pgollucci ] Original commit 
1.19 www/mod_accounting/Makefile
1.6 www/mod_auth_form/Makefile
1.26 www/mod_auth_kerb/Makefile
1.26 www/mod_auth_kerb2/Makefile
1.33 www/mod_auth_mysql/Makefile
1.6 www/mod_auth_openid/Makefile
1.9 www/mod_auth_pam2/Makefile
1.25 www/mod_auth_pgsql/Makefile
1.2 www/mod_auth_pubtkt/Makefile
1.3 www/mod_auth_xradius/Makefile

(Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk.  This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.

'Revert' some of the PKGNAMEPREFIX changes for apXX-.
   - Must be manually requested in tbe port Makefile either by
     a) AP_FAST_BUILD=yes
     b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
   - Going forward, we will only do this for ports where WITH_APACHE
       is NOT optional, but required.  mod_* ports are a good fit.

141 ports are mod_ ports
  80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
  61 remaining are then patched to mirror the other $lang frameworks [b].

PR:             ports/146956
Reported by:    Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by:      P6 TB run
Approved by:    portmgr (pav)
Thu, 13 May 2010
[ 00:54 pgollucci ] Original commit 
1.5 www/mod_auth_form/Makefile
1.12 www/mod_cplusplus/Makefile
1.8 www/mod_jk-apache2/Makefile
1.4 www/mod_proctitle/Makefile
1.6 www/p5-Apache-Scoreboard/Makefile
1.35 www/suphp/Makefile
- Chase the www/apache20 conversion to devel/pcre only.

Reported by:    pointyhat via pav, erwin
With Hat:       apache@
Wed, 12 May 2010
[ 20:05 pav ] Original commit 
1.4 www/mod_auth_form/Makefile
- Fix build

PR:             ports/146476
Submitted by:   Tommy Scheunemann <net@arrishq.net> (maintainer)
Thu, 21 May 2009
[ 20:45 pgollucci ] Original commit 
1.5 korean/mod_url/Makefile
1.3 www/mod_auth_form/Makefile
1.4 www/mod_auth_ldap/Makefile
1.9 www/mod_auth_mysql2/Makefile
1.4 www/mod_auth_mysql41_ap2/Makefile
1.15 www/mod_auth_mysql_another/Makefile
1.11 www/mod_auth_pam/Makefile
1.2 www/mod_auth_xradius/Makefile
1.10 www/mod_blosxom/Makefile
1.20 www/mod_clamav/Makefile

(Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
Thu, 21 Aug 2008
[ 06:18 rafan ] Original commit 
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile

(Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 16 Feb 2008
[ 08:54 beech ] Original commit 
1.1972 www/Makefile
1.1 www/mod_auth_form/Makefile
1.1 www/mod_auth_form/distinfo
1.1 www/mod_auth_form/files/patch-configure
1.1 www/mod_auth_form/pkg-descr
1.1 www/mod_auth_form/pkg-plist
mod_auth_form is a form based authentication module for apache2. It is
used to place access restrictions on a per-directory, per-user-request basis
using session management. The module uses a MySQL database to retrieve users'
group membership, maintain and validate users' sessions and optionally track
user activity.

PR:             ports/120514
Submitted by:   Tommy Scheunemann <net at arrishq.net>

Number of commits found: 9

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23150
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 1
new 48 hours6
new 7 days43
new fortnight70
new month141

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.118 seconds.