Index: head/devel/sope3/Makefile =================================================================== --- head/devel/sope3/Makefile (revision 416687) +++ head/devel/sope3/Makefile (revision 416688) @@ -1,59 +1,61 @@ # Created by: Euan Thoms # $FreeBSD$ PORTNAME= sope3 -PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTVERSION= 3.1.2 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} MAINTAINER= euan@potensol.com COMMENT= Extensive set of GNUstep web application frameworks LICENSE= LGPL20 LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libmemcached.so:databases/libmemcached WRKSRC= ${WRKDIR}/SOPE OPTIONS_DEFINE= LDAP MYSQL PGSQL MEMCACHED OPTIONS_DEFAULT= LDAP PGSQL MEMCACHED OPTIONS_SUB= yes LDAP_DESC= Build with LDAP support MYSQL_DESC= Build with MySQL support PGSQL_DESC= Build with PostgreSQL support MEMCACHED_DESC= Install memcached USES= gmake gnustep USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} CONFLICTS= sope2-[0-9]* SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \ GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES} CONFIGURE_ARGS= --with-gnustep --disable-debug --enable-strip CONFIGURE_ENV+= CC="${CC}" LDAP_USE= OPENLDAP=client PGSQL_USES= pgsql MYSQL_USE= MYSQL=client MEMCACHED_RUN_DEPENDS= ${LOCALBASE}/bin/memcached:databases/memcached + +post-patch: + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure post-patch-LDAP-off: @${REINPLACE_CMD} -e '/checkLinking "ldap"/d' ${WRKSRC}/configure post-patch-PGSQL-off: @${REINPLACE_CMD} -e '/checkLinking "pq"/d' ${WRKSRC}/configure post-patch-MYSQL-off: @${REINPLACE_CMD} -e '/checkLinking "mysqlclient"/d' ${WRKSRC}/configure do-configure: cd ${WRKSRC} ; . ${GNUSTEP_MAKEFILES}/GNUstep.sh ; ./configure ${CONFIGURE_ARGS} .include Index: head/devel/sope3/distinfo =================================================================== --- head/devel/sope3/distinfo (revision 416687) +++ head/devel/sope3/distinfo (revision 416688) @@ -1,2 +1,3 @@ -SHA256 (SOPE-3.0.2.tar.gz) = 62adad635d386b0f7531c40f88cd314b267fbaa873c8d0b78204c399123f4ef1 -SIZE (SOPE-3.0.2.tar.gz) = 2275515 +TIMESTAMP = 1465437357 +SHA256 (SOPE-3.1.2.tar.gz) = 218570a7f927ff3d93afe5f7012fc145b2466c0cad48f1d6fa703e3e4f551b54 +SIZE (SOPE-3.1.2.tar.gz) = 2276955 Index: head/devel/sope3/files/patch-configure =================================================================== --- head/devel/sope3/files/patch-configure (revision 416687) +++ head/devel/sope3/files/patch-configure (revision 416688) @@ -1,25 +1,25 @@ --- configure.orig 2015-09-16 18:26:48 UTC +++ configure @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Note: When adding make options to this script, ensure that the source still @@ -41,7 +41,7 @@ else fi # TODO: add pg_config, mysql_config etc! -LINK_SYSLIBDIRS="-L/usr/local/pgsql/lib -L/usr/local/lib -L/usr/lib" -+LINK_SYSLIBDIRS="-L${LOCALBASE}/lib/postgresql -L${LOCALBASE}/lib/mysql -L${LOCALBASE}/lib -L/usr/lib" ++LINK_SYSLIBDIRS="-L%%LOCALBASE%%/lib/postgresql -L%%LOCALBASE%%/lib/mysql -L%%LOCALBASE%%/lib -L/usr/lib" # ******************** usage ******************** @@ -396,6 +396,7 @@ genConfigMake() { cfgwrite "debug:=no" fi cfgwrite "" + cfgwrite "NEEDS_GUI=no" if test $ARG_WITH_STRIP = 1; then cfgwrite "# configured to produce stripped code";