svn commit: r368562 - head/net/remmina
Tijl Coosemans
tijl at FreeBSD.org
Fri Sep 19 14:00:10 UTC 2014
Author: tijl
Date: Fri Sep 19 14:00:08 2014
New Revision: 368562
URL: http://svnweb.freebsd.org/changeset/ports/368562
QAT: https://qat.redports.org/buildarchive/r368562/
Log:
- Remove desktop-file-utils (only needed if .desktop files contain
mime-type info)
- Remove UNIQUE option (no reference to it in the code)
- Remove post-install that displays pkg-message
Modified:
head/net/remmina/Makefile
head/net/remmina/pkg-plist
Modified: head/net/remmina/Makefile
==============================================================================
--- head/net/remmina/Makefile Fri Sep 19 13:55:44 2014 (r368561)
+++ head/net/remmina/Makefile Fri Sep 19 14:00:08 2014 (r368562)
@@ -3,7 +3,7 @@
PORTNAME= remmina
PORTVERSION= 1.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net gnome
MAINTAINER= fluffy at FreeBSD.org
@@ -11,7 +11,7 @@ COMMENT= The GTK+ Remote Desktop Client
LICENSE= GPLv2
-USES= cmake desktop-file-utils gmake pkgconfig
+USES= cmake gmake pkgconfig
USE_GNOME= atk gdkpixbuf2 glib20 gtk20 pango
INSTALLS_ICONS= yes
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -Wl,-rpath -Wl,${LOCALBASE}/lib -lX11 \
@@ -26,13 +26,12 @@ GH_COMMIT= 356c033
GH_TAGNAME= ${PORTVERSION}
WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-Remmina-${GH_COMMIT}
-OPTIONS_DEFINE= SSH GCRYPT TERM AVAHI UNIQUE NLS
-OPTIONS_DEFAULT= SSH GCRYPT TERM AVAHI UNIQUE NLS
+OPTIONS_DEFINE= SSH GCRYPT TERM AVAHI NLS
+OPTIONS_DEFAULT= SSH GCRYPT TERM AVAHI NLS
SSH_DESC= Build with SSH tunneling support
GCRYPT_DESC= Build with libgcrypt support for password encryption
TERM_DESC= Build with terminal support
AVAHI_DESC= Build with Avahi support
-UNIQUE_DESC= Build with Unique-App support
.include <bsd.port.options.mk>
@@ -75,12 +74,6 @@ LIB_DEPENDS+= libavahi-ui.so:${PORTSDIR}
CMAKE_ARGS+= -DWITH_AVAHI=OFF
.endif
-.if ${PORT_OPTIONS:MUNIQUE}
-LIB_DEPENDS+= libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
-.else
-CMAKE_ARGS+= -DWITH_UNIQUE=OFF
-.endif
-
post-patch:
# fix pkgconfig
${REINPLACE_CMD} -e 's,$${CMAKE_INSTALL_LIBDIR}/pkgconfig,libdata/pkgconfig,' ${WRKSRC}/remmina/CMakeLists.txt
@@ -92,7 +85,4 @@ post-patch:
${REINPLACE_CMD} -e's|add_subdirectory(po)||' ${WRKSRC}/remmina/CMakeLists.txt
.endif
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>
Modified: head/net/remmina/pkg-plist
==============================================================================
--- head/net/remmina/pkg-plist Fri Sep 19 13:55:44 2014 (r368561)
+++ head/net/remmina/pkg-plist Fri Sep 19 14:00:08 2014 (r368562)
@@ -44,6 +44,4 @@ share/icons/hicolor/scalable/apps/remmin
%%NLS%%share/locale/tr/LC_MESSAGES/remmina.mo
%%NLS%%share/locale/uk/LC_MESSAGES/remmina.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/remmina.mo
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@dirrmtry include/remmina
More information about the svn-ports-all
mailing list