notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: www/mod_cplusplus/files/patch-configure.in

Number of commits found: 3

Saturday, 3 Jan 2015
15:06 ohauer search for other commits by this committer
- 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
Original commitRevision:376120 
Tuesday, 3 Feb 2009
09:18 pgollucci search for other commits by this committer
- Update to 1.5.4
Original commit
Saturday, 30 Dec 2006
23:24 miwi search for other commits by this committer
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>
Original commit

Number of commits found: 3