- 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
This commit is contained in:
Jeremy Messenger
2010-07-30 22:14:49 +00:00
parent 7bb5db52e1
commit 113641e728
37 changed files with 70 additions and 436 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#
PKGNAMESUFFIX= -java
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= java
MAINTAINER= lev@FreeBSD.org