Port details |
- neonpp C++ wrapper library for neon
- 0.3_1 www
=0 0.3_1Version of this port present on the latest quarterly branch. BROKEN: fails to build with new www/neon28
IGNORE: is marked as broken: fails to build with new www/neon28
- Maintainer: novel@FreeBSD.org
 - Port Added: 2006-10-08 06:35:22
- Last Update: 2010-07-30 22:14:49
- SVN Revision: UNKNOWN
- License: not specified in port
- WWW:
- http://projects.backtrace.info/pmwiki.php?n=Main.Neon
- Description:
- Neon++ is a C++ wrapper library for neon.
WWW: http://projects.backtrace.info/pmwiki.php?n=Main.Neon
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:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: neonpp
- 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.
- Library dependencies:
-
- sigc-2.0.0 : devel/libsigc++20
- neon.28 : www/neon28
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
0.3_1 30 Jul 2010 22:14:49
 |
mezz  |
- Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and
ABI backwards compatible. It is unnecessary to have more than one same
libraries (ie: neon28 and neon29) as it creates issue in our ports tree such
as CONFLICTS and made our Makefile complicate.
- Remove www/neonpp and www/neon28.
- Add USE_GNOME=ltverhack; it corrects the shared library version by change
from libneon.so.29 to libneon.so.27. It won't get bump again with no reason
unless ABI changes.
- Bump the PORTREVISION on all ports and chase the shared library change.
- Add info in the UPDATING for how to rebuild on all ports that depend on
neon.
PR: ports/148295
Approved by: lev (maintainer timeout, no respone for months),
portmgr
Tested by: pointyhat-exp by pav |
0.3_1 19 Dec 2009 10:41:48
 |
miwi  |
- Fix index |
0.3_1 21 Aug 2008 06:18:49
 |
rafan  |
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 ) |
0.3_1 06 Jun 2008 14:07:24
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.3 05 May 2008 08:33:57
 |
edwin  |
Rename www/neon to www/neon26 to make the integration
of www/neon28 possible |
0.3 10 Feb 2008 19:20:18
 |
novel  |
beep-media-player.org has been renamed to backtrace.info. Fix MASTER_SITES
and WWW lines for affected ports.
Reported by: pointyhat via erwin |
0.3 26 Mar 2007 06:29:38
 |
novel  |
Unbreak by updating to 0.3. |
0.2_1 16 Mar 2007 10:03:11
 |
lev  |
(1) Update `www/neon' to 0.26.3
(2) Bump port revisions (and dependencies) on all ports, using libneon
(3) Mark `devel/bazaar' broken, it doesn't support new neon version.
Approved by maintainer.
(4) Mark `www/neonpp' broken, it doesn't support new neon version.
Maintainer timeout. |
0.2 17 Oct 2006 08:22:49
 |
novel  |
The distfile keeps rerolling, so place it on MASTER_SITE_LOCAL.
Reported by: pointyhat via kris
Approved by: portmgr (erwin) |
0.2 09 Oct 2006 18:30:48
 |
novel  |
The distfile was rerolled (the only change is a few doxygen related fixes).
Reported by: pointyhat via kris |
0.2 08 Oct 2006 13:16:05
 |
novel  |
Update to 0.2. |
0.1 08 Oct 2006 06:33:08
 |
novel  |
Add neonpp 0.1, c++ wrapper library for neon. |