mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
Use pathfix, shebangfix and shared-mime-info USES.
Add USE_CSTD=gnu89 to fix the build with clang.
This commit is contained in:
parent
bd7201b46c
commit
1a030b0443
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323966
@ -31,12 +31,13 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||
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-autotools-plugin.schemas \
|
||||
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>
|
||||
|
@ -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
|
||||
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
|
||||
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
|
||||
@dirrmtry share/applications
|
||||
@dirrmtry share/icons/gnome/scalable/mimetypes
|
||||
@dirrmtry share/icons/gnome/scalable
|
||||
|
Loading…
Reference in New Issue
Block a user