svn commit: r352191 - head/textproc/gnome-spell
Baptiste Daroussin
bapt at FreeBSD.org
Sat Apr 26 00:13:28 UTC 2014
Author: bapt
Date: Sat Apr 26 00:13:27 2014
New Revision: 352191
URL: http://svnweb.freebsd.org/changeset/ports/352191
QAT: https://qat.redports.org/buildarchive/r352191/
Log:
Support stage
Modified:
head/textproc/gnome-spell/Makefile
head/textproc/gnome-spell/pkg-plist
Modified: head/textproc/gnome-spell/Makefile
==============================================================================
--- head/textproc/gnome-spell/Makefile Sat Apr 26 00:11:09 2014 (r352190)
+++ head/textproc/gnome-spell/Makefile Sat Apr 26 00:13:27 2014 (r352191)
@@ -4,25 +4,24 @@
PORTNAME= gnome-spell
PORTVERSION= 1.0.8
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= textproc gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome at FreeBSD.org
-COMMENT= A GNOME/Bonobo component for spell checking
+COMMENT= GNOME/Bonobo component for spell checking
-LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell
+LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell
-USE_BZIP2= yes
-USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
-USES= gettext gmake pkgconfig perl5
+USE_GNOME= gnomeprefix intlhack libgnomeui
+USES= gettext gmake libtool pathfix pkgconfig perl5 tar:bzip2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_SUB= VERSION=${PORTVERSION}
+INSTALL_TARGET= install-strip
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \
${WRKSRC}/po/Makefile.in.in
Modified: head/textproc/gnome-spell/pkg-plist
==============================================================================
--- head/textproc/gnome-spell/pkg-plist Sat Apr 26 00:11:09 2014 (r352190)
+++ head/textproc/gnome-spell/pkg-plist Sat Apr 26 00:13:27 2014 (r352191)
@@ -1,6 +1,5 @@
lib/gnome-spell/libgnome-spell-component-0.3.so
lib/gnome-spell/libgnome-spell-component.a
-lib/gnome-spell/libgnome-spell-component.la
lib/gnome-spell/libgnome-spell-component.so
libdata/bonobo/servers/GNOME_Spell.server
share/control-center-2.0/icons/spell-checker.png
More information about the svn-ports-head
mailing list