Index: head/devel/libspice-server/Makefile =================================================================== --- head/devel/libspice-server/Makefile (revision 459197) +++ head/devel/libspice-server/Makefile (revision 459198) @@ -1,56 +1,56 @@ # Created by: olevole@olevole.ru # $FreeBSD$ PORTNAME= libspice-server DISTVERSION= 0.14.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://www.spice-space.org/download/releases/ DISTNAME= spice-${PORTVERSION} MAINTAINER= olevole@olevole.ru COMMENT= Implements the server side of the SPICE protocol LICENSE= GPLv2 LIB_DEPENDS= libopus.so:audio/opus BUILD_DEPENDS= spice-protocol>=0.12.10:devel/spice-protocol -RUN_DEPENDS= spice-protocol>=0.12.10:devel/spice-protocol OPTIONS_DEFINE= GSTREAMER LZ4 SASL STATISTICS OPTIONS_DEFAULT= GSTREAMER LZ4 SASL STATISTICS_DESC= Statistic code GSTREAMER_CONFIGURE_ON= --enable-gstreamer=1.0 GSTREAMER_CONFIGURE_OFF= --enable-gstreamer=no GSTREAMER_USE= gstreamer1=yes GSTREAMER_LIB_DEPENDS= liborc-0.4.so:devel/orc LZ4_CONFIGURE_ENABLE= lz4 LZ4_LIB_DEPENDS+= liblz4.so:archivers/liblz4 SASL_CONFIGURE_WITH= sasl SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 STATISTICS_CONFIGURE_ENABLE= statistics -USES= gmake jpeg libtool localbase:ldflag pkgconfig \ +USES= autoreconf gmake jpeg libtool localbase:ldflag pkgconfig \ ssl tar:bzip2 USE_GNOME= glib20 USE_XORG= pixman USE_LDCONFIG= yes CPE_VENDOR= redhat GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-celt051 \ --enable-manual=no SPICE_SSL_CFLAGS= -I${OPENSSLINC} SPICE_SSL_LIBS= -L${OPENSSLLIB} -lcrypto -lssl CONFIGURE_ENV+= SSL_CFLAGS="${SPICE_SSL_CFLAGS}" SSL_LIBS="${SPICE_SSL_LIBS}" \ OPENSSL_CFLAGS="${SPICE_SSL_CFLAGS}" OPENSSL_LIBS="${SPICE_SSL_LIBS}" INSTALL_TARGET= install-strip .include Index: head/devel/libspice-server/files/patch-configure.ac =================================================================== --- head/devel/libspice-server/files/patch-configure.ac (nonexistent) +++ head/devel/libspice-server/files/patch-configure.ac (revision 459198) @@ -0,0 +1,31 @@ +--- configure.ac.orig 2018-01-13 04:00:56 UTC ++++ configure.ac +@@ -62,7 +62,7 @@ AC_SUBST(SPICE_LT_VERSION) + + # Check for the CPU we are using + case $host_cpu in +- x86_64) ++ x86_64|amd64) + ;; + *) + SPICE_WARNING([spice-server on non-x86_64 architectures has not been extensively tested]) +@@ -186,10 +186,18 @@ if test "x$enable_celt051" = "xyes"; then + AS_VAR_APPEND([SPICE_REQUIRES], [" celt051 >= $CELT051_REQUIRED"])) + fi + ++OPENSSL_PKGCONF_USED=1 ++if test -n "${OPENSSL_LIBS}" || test -n "${OPENSSL_CFLAGS}"; then ++ OPENSSL_PKGCONF_USED=0 ++fi + PKG_CHECK_MODULES(SSL, openssl) + AC_SUBST(SSL_CFLAGS) + AC_SUBST(SSL_LIBS) +-AS_VAR_APPEND([SPICE_REQUIRES], [" openssl"]) ++if test "{OPENSSL_PKGCONF_USED}" = 1; then ++ AS_VAR_APPEND([SPICE_REQUIRES], [" openssl"]) ++else ++ AS_VAR_APPEND([SPICE_NONPKGCONFIG_LIBS], [" $SSL_LIBS"]) ++fi + + AC_CHECK_LIB(jpeg, jpeg_destroy_decompress, + AC_MSG_CHECKING([for jpeglib.h]) Property changes on: head/devel/libspice-server/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property