Port details |
- mod_cplusplus Apache module for loading C++ objects as handlers
- 1.5.4_4 www
=0 1.5.4_4Version of this port present on the latest quarterly branch.
- DEPRECATED: written for apache 2.0, no longer maintained upstream
This port expired on: 2015-02-28
- Maintainer: apache@FreeBSD.org
- Port Added: 2006-12-30 23:26:15
- Last Update: 2015-03-01 00:30:59
- SVN Revision: 380168
- License: not specified in port
- WWW:
- http://modcplusplus.sourceforge.net/
- Description:
- mod_cplusplus is a proper apache module which allows you to load cpp objects
as handlers for Apache-2.0. It differs from other modules i've seen in that
it manages the loading and calling of separate shared objects containing your
handler classes. This allows you to easily and cleanly run an entire site
with c++ handlers.
WWW: http://modcplusplus.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ap22-mod_cplusplus>0:www/mod_cplusplus
- No installation instructions:
- This port has been deleted.
- PKGNAME: ap22-mod_cplusplus
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- apxs : www/apache22
- automake-1.14 : devel/automake
- autoconf-2.69 : devel/autoconf
- libtool>=2.4 : devel/libtool
- Runtime dependencies:
-
- apxs : www/apache22
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5.4_4 01 Mar 2015 00:30:59 |
rene |
Remove expired ports:
2015-02-28 finance/openerp-server: Broken for more than 6 months
2015-02-28 graphics/p5-Geo-KML
2015-02-28 mail/postfix-tls: TLS is now a default for postfix / postfix-current
2015-02-28 net/spserver: Broken for more than 6 months
2015-02-28 net/xrdesktop: Unmaintained upstream - please use net/xrdesktop2
instead
2015-02-28 www/mediawiki122: Deprecated by upstream, use www/mediawiki12{3,4}
instead
2015-02-28 www/mod_cplusplus: written for apache 2.0, no longer maintained
upstream
2015-02-28 www/py-django15: not supported by upstream
math/isabelle and ports-mgmt/porteasy have pending updates, so preserve them. |
1.5.4_4 03 Jan 2015 15:06:18 |
ohauer |
- try to fix linker error (/usr/bin/ld: cannot find -lstdc++) [1]
- mark broken on FreeBSD > 1001000
- mark DEPRECATED, set EXPIRATION_DATE to 2015-02-28 [2]
- bump PORTREVISION to allert potential users
[1] setting ac_cv_header_stdc=no or CPPFLAGS+=-DNO_STDCPP in Makefile
does not work, so try to fix direct configure.in
[2] source written for apache 2.0, last release dates back to 2008-07-08 |
1.5.4_3 13 Sep 2014 16:47:09 |
tijl |
- Convert to USES=libtool
- Replace pre-configure with USE_AUTOTOOLS=libtoolize
- Use INSTALL_LIB to install library |
1.5.4_2 09 Mar 2014 19:51:44 |
ohauer |
-add stage support |
1.5.4_2 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
14 Aug 2013 22:35:54
|
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.5.4_2 22 Sep 2012 21:15:51 |
ohauer |
- USE_APACHE= s/22+/22/
- adopt new Makefile header
Port build fails on local exp-run with apache24 with
error: 'conn_rec' has no member named 'remote_ip'
or various other apache22 specific functions/parameters
with hat apache@ |
1.5.4_2 18 Aug 2012 14:29:11 |
ohauer |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
1.5.4_2 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
1.5.4_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.5.4_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.5.4_1 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.5.4_1 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
1.5.4_1 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.5.4 06 Jun 2010 05:00:32 |
pgollucci |
- use %%AP_MODULE%% PLIST_SUB var in pkg-plist s
PR: ports/147143
Submitted by: pgollucci@ (myself)
Reviewed by: portmgr (pav) |
1.5.4 25 May 2010 20:17:37 |
pgollucci |
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) |
1.5.4 13 May 2010 00:54:57 |
pgollucci |
- Chase the www/apache20 conversion to devel/pcre only.
Reported by: pointyhat via pav, erwin
With Hat: apache@ |
1.5.4 22 Aug 2009 00:38:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with W |
1.5.4 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.5.4 17 May 2009 07:24:35 |
pgollucci |
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes |
1.5.4 03 Feb 2009 09:18:37 |
pgollucci |
- Update to 1.5.4 |
1.5.3_1 28 Jan 2009 04:05:22 |
pgollucci |
- over to apache@
- while here use SF macro |
1.5.3_1 27 Jan 2009 06:41:53 |
linimon |
Maintainer is no longer able to maintain these ports. While here, mark the
sipX ports as deprecated due to their age.
Submitted by: maintainer |
1.5.3_1 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
1.5.3_1 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
1.5.3 28 Jul 2007 06:33:59 |
ade |
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav |
1.5.3 14 Jun 2007 06:10:06 |
miwi |
- Fix build with gcc 4.2
Submitted by: pointyhat via kris
Approved by: maintainer |
1.5.3 06 Feb 2007 23:31:06 |
miwi |
- Update to 1.5.3.
- Fixes core dump when unloaded by httpd.
Submitted by: Mike Durian <durian@shadetreesoftware.com> (maintainer) |
1.5.2 30 Dec 2006 23:24:37 |
miwi |
mod_cplusplus is a proper apache module which allows you to load cpp objects
as handlers for Apache-2.0. It differs from other modules i've seen in that
it manages the loading and calling of separate shared objects containing your
handler classes. This allows you to easily and cleanly run an entire site
with c++ handlers.
WWW: http://modcplusplus.sourceforge.net/
PR: ports/107361
Submitted by: Michael Durian <durian at shadetreesoftware.com> |