mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
113641e728
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
28 lines
621 B
Makefile
28 lines
621 B
Makefile
# New ports collection makefile for: fusefs-wdfs
|
|
# Date created: 13 June 2006
|
|
# Whom: Gyorgy Teubel <tgyurci@freemail.hu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wdfs
|
|
PORTVERSION= 1.4.2
|
|
PORTREVISION= 4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://noedler.de/projekte/wdfs/
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
MAINTAINER= kamikaze@bsdforen.de
|
|
COMMENT= Mount remote WedDAV directories with Fuse
|
|
|
|
LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
|
|
neon.27:${PORTSDIR}/www/neon29
|
|
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20
|
|
|
|
PLIST_FILES= bin/wdfs
|
|
|
|
.include <bsd.port.mk>
|