mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
mail/gmime26: Fix build if gobject-introspection installed
PR: 236232 Submitted by: jcfyecrayz@liamekaens.com
This commit is contained in:
parent
7addda52ac
commit
d708a54d83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494832
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= gmime
|
||||
PORTVERSION= 2.6.23
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= mail
|
||||
MASTER_SITES= GNOME
|
||||
PKGNAMESUFFIX?= 26
|
||||
@ -16,15 +17,27 @@ LIB_DEPENDS= libgpgme.so:security/gpgme \
|
||||
libassuan.so:security/libassuan \
|
||||
libgpg-error.so:security/libgpg-error
|
||||
|
||||
USES= gettext-runtime gmake gnome iconv libtool localbase pathfix pkgconfig tar:xz
|
||||
|
||||
SLAVEDIRS= mail/gmime26-sharp
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}26
|
||||
USES= gettext-runtime gmake iconv libtool localbase pathfix pkgconfig tar:xz
|
||||
USE_GNOME+= glib20
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= GINTRO VALA
|
||||
OPTIONS_SUB= yes
|
||||
GINTRO_DESC= Install GObject Introspection data
|
||||
VALA_DESC= Install vala binding
|
||||
GINTRO_BUILD_DEPENDS= gobject-introspection>=0.6.8:devel/gobject-introspection
|
||||
GINTRO_RUN_DEPENDS= gobject-introspection>=0.6.8:devel/gobject-introspection
|
||||
GINTRO_CONFIGURE_ENABLE=introspection
|
||||
VALA_BUILD_DEPENDS= vala>=0.20:lang/vala
|
||||
VALA_CONFIGURE_ENABLE= vala
|
||||
VALA_IMPLIES= GINTRO
|
||||
|
||||
# www.freebsd.org/cgi/query-pr.cgi?pr=118092
|
||||
# Rename uudecode and uuencode to gmime-* to not conflict with userland
|
||||
# fix kept in case issue returns
|
||||
|
@ -1,7 +1,7 @@
|
||||
--- docs/Makefile.in.orig
|
||||
--- docs/Makefile.in.orig 2019-03-06 13:29:08 UTC
|
||||
+++ docs/Makefile.in
|
||||
@@ -201,7 +201,7 @@
|
||||
target_alias = @target_alias@
|
||||
@@ -377,7 +377,7 @@ target_vendor = @target_vendor@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
-SUBDIRS = reference tutorial
|
||||
|
@ -51,8 +51,12 @@ include/gmime-2.6/gmime/gmime-utils.h
|
||||
include/gmime-2.6/gmime/gmime-version.h
|
||||
include/gmime-2.6/gmime/gmime.h
|
||||
include/gmime-2.6/gmime/internet-address.h
|
||||
%%GINTRO%%lib/girepository-1.0/GMime-2.6.typelib
|
||||
lib/libgmime-2.6.a
|
||||
lib/libgmime-2.6.so
|
||||
lib/libgmime-2.6.so.0
|
||||
lib/libgmime-2.6.so.0.623.0
|
||||
libdata/pkgconfig/gmime-2.6.pc
|
||||
%%GINTRO%%share/gir-1.0/GMime-2.6.gir
|
||||
%%VALA%%share/vala/vapi/gmime-2.6.deps
|
||||
%%VALA%%share/vala/vapi/gmime-2.6.vapi
|
||||
|
Loading…
Reference in New Issue
Block a user