diff options
author | mezz <mezz@FreeBSD.org> | 2010-07-31 06:14:49 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2010-07-31 06:14:49 +0800 |
commit | 8a75df1e833f84364de759d817393f7f8b64d203 (patch) | |
tree | a2e76c941c3182693aac1bfa5c06a593fb873be1 /www/neon29 | |
parent | 15c8487f4af55fa07fe1d84fa179a42a4ddaed82 (diff) | |
download | freebsd-ports-gnome-8a75df1e833f84364de759d817393f7f8b64d203.tar.gz freebsd-ports-gnome-8a75df1e833f84364de759d817393f7f8b64d203.tar.zst freebsd-ports-gnome-8a75df1e833f84364de759d817393f7f8b64d203.zip |
- 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
Diffstat (limited to 'www/neon29')
-rw-r--r-- | www/neon29/Makefile | 4 | ||||
-rw-r--r-- | www/neon29/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/neon29/Makefile b/www/neon29/Makefile index 4ea7d57f2aa6..413c3c4ac3de 100644 --- a/www/neon29/Makefile +++ b/www/neon29/Makefile @@ -7,7 +7,7 @@ PORTNAME= neon29 PORTVERSION= 0.29.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ DISTNAME= neon-${PORTVERSION} @@ -20,7 +20,7 @@ CONFLICTS= neon2[6|8]-[0-9]* USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes -USE_GNOME= gnomehack gnometarget +USE_GNOME= gnomehack ltverhack GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared \ --with-libs=${LOCALBASE}:${PREFIX} diff --git a/www/neon29/pkg-plist b/www/neon29/pkg-plist index a640c8e6801c..78e7c324db1e 100644 --- a/www/neon29/pkg-plist +++ b/www/neon29/pkg-plist @@ -23,7 +23,7 @@ include/neon/ne_utils.h include/neon/ne_xml.h include/neon/ne_xmlreq.h include/neon/ne_pkcs11.h -lib/libneon.so.29 +lib/libneon.so.27 lib/libneon.so lib/libneon.la lib/libneon.a |