Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2014 08:04:19 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344837 - head/misc/shared-mime-info
Message-ID:  <201402180804.s1I84JU7010332@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Feb 18 08:04:18 2014
New Revision: 344837
URL: http://svnweb.freebsd.org/changeset/ports/344837
QAT: https://qat.redports.org/buildarchive/r344837/

Log:
  - Stage support

Modified:
  head/misc/shared-mime-info/Makefile
  head/misc/shared-mime-info/pkg-plist

Modified: head/misc/shared-mime-info/Makefile
==============================================================================
--- head/misc/shared-mime-info/Makefile	Tue Feb 18 07:34:59 2014	(r344836)
+++ head/misc/shared-mime-info/Makefile	Tue Feb 18 08:04:18 2014	(r344837)
@@ -13,15 +13,12 @@ COMMENT=	MIME types database from the fr
 USE_XZ=		yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-update-mimedb
-USE_GMAKE=	yes
-USES=		pathfix pkgconfig gettext
+USES=		pathfix pkgconfig gettext gmake
 USE_GNOME=	glib20 libxml2 intltool intlhack
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 MAKE_JOBS_UNSAFE=	yes
 
-MAN1=		update-mime-database.1
-
 SUB_FILES=	pkg-install
 SUB_LIST=	MIMEDIRS="${MIMEDIRS:O:u}"
 
@@ -30,7 +27,6 @@ MIMEDIRS=	${LOCALBASE}/share/mime \
 MIMESUBDIRS=	application audio image inode message model multipart \
 		packages text video x-epoc x-content
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
 		${WRKSRC}/update-mime-database.c

Modified: head/misc/shared-mime-info/pkg-plist
==============================================================================
--- head/misc/shared-mime-info/pkg-plist	Tue Feb 18 07:34:59 2014	(r344836)
+++ head/misc/shared-mime-info/pkg-plist	Tue Feb 18 08:04:18 2014	(r344837)
@@ -63,6 +63,7 @@ share/locale/zh_CN/LC_MESSAGES/shared-mi
 share/locale/zh_HK/LC_MESSAGES/shared-mime-info.mo
 share/locale/zh_TW/LC_MESSAGES/shared-mime-info.mo
 share/mime/packages/freedesktop.org.xml
+man/man1/update-mime-database.1.gz
 @rmtry share/mime/XMLnamespaces
 @rmtry share/mime/aliases
 @rmtry share/mime/generic-icons



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402180804.s1I84JU7010332>