svn commit: r350954 - head/devel/devhelp
Baptiste Daroussin
bapt at FreeBSD.org
Fri Apr 11 14:01:21 UTC 2014
Author: bapt
Date: Fri Apr 11 14:01:20 2014
New Revision: 350954
URL: http://svnweb.freebsd.org/changeset/ports/350954
QAT: https://qat.redports.org/buildarchive/r350954/
Log:
Support stage
Modified:
head/devel/devhelp/Makefile
head/devel/devhelp/pkg-plist
Modified: head/devel/devhelp/Makefile
==============================================================================
--- head/devel/devhelp/Makefile Fri Apr 11 14:00:30 2014 (r350953)
+++ head/devel/devhelp/Makefile Fri Apr 11 14:01:20 2014 (r350954)
@@ -4,7 +4,7 @@
PORTNAME= devhelp
PORTVERSION= 2.32.0
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
@@ -13,18 +13,17 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome at FreeBSD.org
COMMENT= Developer help browser for GNOME 2
-LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \
- unique-1.0:${PORTSDIR}/x11-toolkits/unique
+LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 \
+ libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
CONFLICTS= devhelp-3.[0-9]*
-USE_BZIP2= yes
USE_XORG= x11
-USES= gettext gmake pathfix pkgconfig
+USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
USE_GNOME= intlhack gnomeprefix libgnomeui libwnck
-USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
GCONF_SCHEMAS= devhelp.schemas
CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
@@ -33,7 +32,6 @@ LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}
OPTIONS_DEFINE= GEDIT
GEDIT_DESC= Enable GEdit plug-in support
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGEDIT}
Modified: head/devel/devhelp/pkg-plist
==============================================================================
--- head/devel/devhelp/pkg-plist Fri Apr 11 14:00:30 2014 (r350953)
+++ head/devel/devhelp/pkg-plist Fri Apr 11 14:01:20 2014 (r350954)
@@ -17,10 +17,10 @@ include/devhelp-2.0/devhelp/dh-window.h
%%GEDIT%%lib/gedit-2/plugins/devhelp/devhelp.py
%%GEDIT%%lib/gedit-2/plugins/devhelp/devhelp.pyc
%%GEDIT%%lib/gedit-2/plugins/devhelp/devhelp.pyo
-lib/libdevhelp-2.a
lib/libdevhelp-2.la
lib/libdevhelp-2.so
lib/libdevhelp-2.so.1
+lib/libdevhelp-2.so.1.0.0
libdata/pkgconfig/libdevhelp-2.0.pc
share/applications/devhelp.desktop
share/devhelp/assistant/assistant.css
@@ -130,6 +130,8 @@ share/locale/zh_TW/LC_MESSAGES/devhelp.m
@dirrmtry share/locale/oc
@dirrmtry share/locale/mai/LC_MESSAGES
@dirrmtry share/locale/mai
+ at dirrmtry share/locale/hy/LC_MESSAGES
+ at dirrmtry share/locale/hy
@dirrmtry share/locale/eo/LC_MESSAGES
@dirrmtry share/locale/eo
@dirrmtry share/locale/en at shaw/LC_MESSAGES
More information about the svn-ports-all
mailing list