svn commit: r323966 - head/devel/anjuta
Koop Mast
kwm at FreeBSD.org
Tue Jul 30 12:55:08 UTC 2013
Author: kwm
Date: Tue Jul 30 12:55:07 2013
New Revision: 323966
URL: http://svnweb.freebsd.org/changeset/ports/323966
Log:
Use pathfix, shebangfix and shared-mime-info USES.
Add USE_CSTD=gnu89 to fix the build with clang.
Modified:
head/devel/anjuta/Makefile
head/devel/anjuta/pkg-plist (contents, props changed)
Modified: head/devel/anjuta/Makefile
==============================================================================
--- head/devel/anjuta/Makefile Tue Jul 30 12:47:29 2013 (r323965)
+++ head/devel/anjuta/Makefile Tue Jul 30 12:55:07 2013 (r323966)
@@ -31,12 +31,13 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bas
CONFLICTS= anjuta-3.[0-9]*
USE_BZIP2= yes
-USES= gmake gettext
+USES= gmake gettext pathfix shebangfix shared-mime-info
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
USE_PERL5= yes
USE_PYTHON= yes
-USE_GNOME= gnomeprefix gnomehack vte gtksourceview2 libgda4
+USE_GNOME= gnomeprefix vte gtksourceview2 libgda4
+USE_CSTD= gnu89
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -57,6 +58,7 @@ GCONF_SCHEMAS= anjuta-build-basic-autoto
file-manager.schemas \
preferences.schemas \
python-plugin-properties.schemas
+SHEBANG_FILES= scripts/builder2schema.pl
MAN1= anjuta.1 anjuta-launcher.1
@@ -106,6 +108,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
- @-update-mime-database ${PREFIX}/share/mime
.include <bsd.port.mk>
Modified: head/devel/anjuta/pkg-plist
==============================================================================
--- head/devel/anjuta/pkg-plist Tue Jul 30 12:47:29 2013 (r323965)
+++ head/devel/anjuta/pkg-plist Tue Jul 30 12:55:07 2013 (r323966)
@@ -1479,8 +1479,6 @@ share/pixmaps/anjuta/vcs-updated.png
@dirrm include/libanjuta-1.0/libanjuta/interfaces
@dirrm include/libanjuta-1.0/libanjuta
@dirrm include/libanjuta-1.0
- at exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
@dirrmtry share/applications
@dirrmtry share/icons/gnome/scalable/mimetypes
@dirrmtry share/icons/gnome/scalable
More information about the svn-ports-head
mailing list