| non port: www/mod_dtcl/Makefile |
|
CVSWeb
|
Number of commits found: 32 |
|
Sun, 1 Jan 2012
|
[ 19:30 ohauer ]
1.2 www/apache13-modssl/files/CVE-2010-0010.patch
1.2 www/mod_log_sql/files/FreeBSD-readme.txt
1.2717 MOVED
1.1065 databases/Makefile
1.17 databases/p5-ApacheDBILogConfig/Makefile
1.18 databases/p5-ApacheDBILogger/Makefile
1.1694 textproc/Makefile
1.13 textproc/p5-Apache-XBEL/Makefile
1.3067 www/Makefile
1.25 www/apache-contrib/Makefile
(Only the first 10 of 505 ports in this commit are shown above. )
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
|
|
Wed, 2 Nov 2011
|
[ 03:43 pgollucci ]
1.16 databases/p5-ApacheDBILogConfig/Makefile
1.17 databases/p5-ApacheDBILogger/Makefile
1.12 textproc/p5-Apache-XBEL/Makefile
1.24 www/apache-contrib/Makefile
1.24 www/auth_ldap/Makefile
1.10 www/kdedict/Makefile
1.14 www/mod_access_identd/Makefile
1.21 www/mod_access_referer/Makefile
1.28 www/mod_accounting/Makefile
1.13 www/mod_auth_cookie_mysql/Makefile
(Only the first 10 of 93 ports in this commit are shown above. )
- sync apache13 related EXPIRATION_DATE
With Hat: apache@
|
|
Wed, 7 Sep 2011
|
[ 03:00 pgollucci ]
1.13 databases/mysql-editor/Makefile
1.14 databases/mysqlman/Makefile
1.15 databases/p5-ApacheDBILogConfig/Makefile
1.16 databases/p5-ApacheDBILogger/Makefile
1.14 games/phpua-bf/Makefile
1.12 games/phpua-cod/Makefile
1.15 games/phpua-engine/Makefile
1.12 games/phpua-hl/Makefile
1.12 games/phpua-q3/Makefile
1.12 games/phpua-ut/Makefile
(Only the first 10 of 116 ports in this commit are shown above. )
- Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from
now).
- This can be changed later as needed, if at all, either way we won't remove
them
until after 9.0 is released.
With Hat: apache@
Reported by: dvl via freshports
|
|
Sat, 27 Aug 2011
|
[ 09:54 ohauer ]
1.12 databases/mysql-editor/Makefile
1.13 databases/mysqlman/Makefile
1.14 databases/p5-ApacheDBILogConfig/Makefile
1.15 databases/p5-ApacheDBILogger/Makefile
1.14 games/phpua-engine/Makefile
1.39 lang/fpc/Makefile
1.17 mail/mailscanner-mrtg/Makefile
1.55 russian/apache13-modssl/Makefile
1.50 russian/apache13/Makefile
1.9 textproc/p5-Apache-XBEL/Makefile
(Only the first 10 of 84 ports in this commit are shown above. )
- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"
with hat apache@
|
|
Sat, 20 Aug 2011
|
[ 19:00 ohauer ]
1.11 databases/mysql-editor/Makefile
1.12 databases/mysqlman/Makefile
1.9 ftp/proma/Makefile
1.16 mail/mailscanner-mrtg/Makefile
1.9 net-im/jwchat/Makefile
1.11 print/openprinting/Makefile
1.7 www/kdedict/Makefile
1.18 www/mod_auth_external/Makefile
1.27 www/mod_auth_kerb/Makefile
1.15 www/mod_auth_pam/Makefile
(Only the first 10 of 49 ports in this commit are shown above. )
- USE_APACHE= /1.3/13/ /2.0/20/ /2.2/22/
|
|
Wed, 22 Sep 2010
|
[ 21:50 pgollucci ]
1.17 www/mod_auth_external/Makefile
1.4 www/mod_auth_pubtkt/Makefile
1.8 www/mod_authnz_external/Makefile
1.32 www/mod_dtcl/Makefile
1.3 www/mod_flickr/Makefile
1.6 www/mod_h264_streaming/Makefile
1.31 www/mod_musicindex/Makefile
1.10 www/mod_ntlm2/Makefile
1.33 www/mod_python/Makefile
1.2 www/mod_remoteip/Makefile
(Only the first 10 of 12 ports in this commit are shown above. )
- Mark mod_* modules MAKE_JOBS_SAFE=yes
With Hat: apache@
Tested by: Several P6 TB runs
|
|
Tue, 25 May 2010
|
[ 20:17 pgollucci ]
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. )
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)
|
|
Mon, 21 Dec 2009
|
[ 13:07 erwin ]
1.30 www/mod_dtcl/Makefile
Mark BROKEN on 8.x as well: doesn't build.
Submitted by: QAT
|
[ 12:52 erwin ]
1.29 www/mod_dtcl/Makefile
Mark BROKEN on 9.x: does not build.
|
|
Wed, 9 Dec 2009
|
[ 04:35 mi ]
1.28 www/mod_dtcl/Makefile
Attempt to unbreak, for it should work with now... Can't test for sure
without an 8.x system of my own.
Set USE_TCL to 83+ instead of "yes" (which means simply 8.5).
|
|
Sun, 9 Aug 2009
|
[ 19:43 pav ]
1.27 www/mod_dtcl/Makefile
- Mark BROKEN on 8.X
Reported by: pointyhat
|
|
Sat, 13 Jun 2009
|
[ 20:11 mi ]
1.26 www/mod_dtcl/Makefile
1.2 www/mod_dtcl/files/patch-warning
Add a hunk to fix a 32-bit-specific warning. Unbreak.
Reported by: erwin, pav
|
[ 18:53 erwin ]
1.25 www/mod_dtcl/Makefile
Mark BROKEN: does not build.
|
|
Sun, 12 Apr 2009
|
[ 03:22 mi ]
1.24 www/mod_dtcl/Makefile
Compiles just as cleanly with Tcl-8.5, so set USE_TCL to simple "yes".
|
[ 03:13 mi ]
1.23 www/mod_dtcl/Makefile
1.12 www/mod_dtcl/files/Makefile.bsd
1.1 www/mod_dtcl/files/patch-warning
APACHE_COMPAT is deprecated and means Apache-2.2, with which this port is
not compatible. Switch to USE_APACHE=1.3
PR: ports/133633
Submitted by: Philip M. Gollucci
While here quiet down some const-related warnings up to the standards of
WARNS=2.
|
|
Sun, 15 Feb 2009
|
[ 11:25 mm ]
1.22 www/mod_dtcl/Makefile
1.9 www/websh/Makefile
- Change USE_TCL from YES to 84 due to planned default tcl change
|
|
Wed, 9 Apr 2008
|
[ 13:42 pav ]
1.3 archivers/tclmkziplib/Makefile
1.22 astro/gpsman/Makefile
1.6 astro/ptiger/Makefile
1.11 astro/tclgeomap/Makefile
1.12 astro/tkgeomap/Makefile
1.6 astro/xeartk/Makefile
1.4 audio/etktab/Makefile
1.30 audio/snack/Makefile
1.33 audio/xcd/Makefile
1.15 chinese/hanzim/Makefile
(Only the first 10 of 171 ports in this commit are shown above. )
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr
|
|
Sun, 18 Mar 2007
|
[ 12:41 miwi ]
1.20 www/mod_dtcl/Makefile
1.11 www/mod_dtcl/files/Makefile.bsd
- Use tcl/tk 8.4
PR: 110427
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Approved by: maintainer
|
|
Mon, 19 Sep 2005
|
[ 11:52 clement ]
1.6 databases/mysql-editor/Makefile
1.9 databases/mysqlman/Makefile
1.9 mail/websieve/Makefile
1.11 misc/instant-server/Makefile
1.29 textproc/htdig/Makefile
1.20 www/apache-jserv/Makefile
1.60 www/mnogosearch31/Makefile
1.19 www/mod_auth_pgsql/Makefile
1.19 www/mod_dtcl/Makefile
1.19 www/mod_fastcgi/Makefile
(Only the first 10 of 21 ports in this commit are shown above. )
- Define APACHE_COMPAT
It fixed INDEX build with next exp-build patchset and prepare a smooth
migration to bsd.apache.mk
It's a no-op for now.
Approved by: portmgr (self)
|
|
Fri, 7 Nov 2003
|
[ 09:12 marcus ]
1.4 databases/mysql-editor/Makefile
1.7 databases/mysqlman/Makefile
1.50 devel/subversion/Makefile
1.2 korean/mod_url/Makefile
1.37 lang/eperl/Makefile
1.35 lang/php4/Makefile
1.31 lang/php5/Makefile
1.4 mail/websieve/Makefile
1.7 misc/instant-server/Makefile
1.24 textproc/htdig/Makefile
(Only the first 10 of 89 ports in this commit are shown above. )
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex
|
|
Fri, 7 Mar 2003
|
[ 06:12 ade ]
1.40 www/WebMagick/Makefile
1.26 www/adzap/Makefile
1.10 www/amyc/Makefile
1.49 www/analog/Makefile
1.34 www/apache13+ipv6/Makefile
1.132 www/apache13/Makefile
1.10 www/aria/Makefile
1.11 www/bk2site/Makefile
1.23 www/bluefish/Makefile
1.2 www/cgi-lib.pl/Makefile
(Only the first 10 of 296 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
Wed, 23 Oct 2002
|
[ 16:11 mi ]
1.16 www/mod_dtcl/Makefile
1.10 www/mod_dtcl/files/Makefile.bsd
1.10 www/mod_dtcl/distinfo
Upgrade to the 0.12.0 [1]. Unbreak by not defining LDFLAGS as LDADD [2].
Why was I doing it before I don't remember...
PR: 44156 [1]
Submitted by: Liu Kang [1]
Hinted by: bde [2]
|
|
Sat, 5 Oct 2002
|
[ 22:06 kris ]
1.15 www/mod_dtcl/Makefile
BROKEN: Does not compile
|
|
Mon, 7 Jan 2002
|
[ 20:05 mi ]
unknown www/mod_dtcl/Makefile
unknown www/mod_dtcl/files/Makefile.bsd
unknown www/mod_dtcl/distinfo
Upgrade to 0.11.5.
|
|
Sun, 30 Sep 2001
|
[ 16:34 mi ]
unknown www/mod_dtcl/Makefile
unknown www/mod_dtcl/distinfo
unknown www/mod_dtcl/files/patch-cast
unknown www/mod_dtcl/pkg-plist
Update to 0.11.2 from 0.11.1.
|
|
Wed, 8 Aug 2001
|
[ 04:23 mi ]
unknown www/mod_dtcl/Makefile
unknown www/mod_dtcl/files/Makefile.bsd
unknown www/mod_dtcl/distinfo
unknown www/mod_dtcl/files/patch-cast
unknown www/mod_dtcl/files/patch-tmp
unknown www/mod_dtcl/pkg-plist
Upgrade to 0.11.1... The contents of the patch-tmp should really be
submitted to the libapreq developers -- the mod_dtcl author simply
bundles a couple of their source files with mod_dtcl...
|
|
Tue, 17 Jul 2001
|
[ 20:11 mi ]
unknown www/mod_dtcl/Makefile
Ooops, almost forgot. Bump up PORTREVISION....
|
|
Fri, 8 Jun 2001
|
[ 20:12 mi ]
unknown www/mod_dtcl/Makefile
unknown www/mod_dtcl/distinfo
Upgrade to 0.11.0. The next release is promised to contain most of our
patches!..
|
|
Sat, 2 Jun 2001
|
[ 14:42 mi ]
unknown www/mod_dtcl/Makefile
unknown www/mod_dtcl/files/Makefile.bsd
unknown www/mod_dtcl/distinfo
unknown www/mod_dtcl/files/patch-cast
unknown www/mod_dtcl/files/patch-tmp
unknown www/mod_dtcl/pkg-plist
Upgrade to the latest 0.10.1 version.
|
|
Tue, 13 Feb 2001
|
[ 17:52 mi ]
unknown www/mod_dtcl/Makefile
unknown www/mod_dtcl/files/Makefile.bsd
unknown www/mod_dtcl/distinfo
unknown www/mod_dtcl/files/patch-aa
unknown www/mod_dtcl/files/patch-doc
unknown www/mod_dtcl/pkg-message
unknown www/mod_dtcl/pkg-plist
The latest version is 0.8.12. The *.tcl scripts are no longer provided. The
documentation layout is changed, the master-site changed.
|
|
Mon, 5 Feb 2001
|
[ 15:33 olgeni ]
unknown www/adzapper/Makefile
unknown www/apache-jserv/Makefile
unknown www/apache13-modssl/Makefile
unknown www/apache13/Makefile
unknown www/ashe/Makefile
unknown www/bacon/Makefile
unknown www/bkmrkconv/Makefile
unknown www/bmsync/Makefile
unknown www/boa/Makefile
unknown www/bsdi-netscape47-communicator/Makefile
(Only the first 10 of 118 ports in this commit are shown above. )
Some spaces -> tabs for ports/www.
|
|
Sun, 16 Jul 2000
|
[ 20:54 steve ]
unknown www/mod_dtcl/Makefile
unknown www/mod_dtcl/files/Makefile.bsd
unknown www/mod_dtcl/pkg/PLIST
unknown www/mod_dtcl/files/md5
Update to version 0.8.1.1.
|
Number of commits found: 32 |