Date: Sun, 26 Mar 2017 04:56:04 +0000 (UTC) From: Marcelo Araujo <araujo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436935 - in head/mail/qmail-qfilter: . files Message-ID: <201703260456.v2Q4u4tk079924@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo Date: Sun Mar 26 04:56:04 2017 New Revision: 436935 URL: https://svnweb.freebsd.org/changeset/ports/436935 Log: - Bump PORTREVISION to reflect /deve/bglibs update. - Take maintainership. Added: head/mail/qmail-qfilter/files/ head/mail/qmail-qfilter/files/patch-Makefile (contents, props changed) head/mail/qmail-qfilter/files/patch-qmail-qfilter.c (contents, props changed) Modified: head/mail/qmail-qfilter/Makefile Modified: head/mail/qmail-qfilter/Makefile ============================================================================== --- head/mail/qmail-qfilter/Makefile Sun Mar 26 04:55:09 2017 (r436934) +++ head/mail/qmail-qfilter/Makefile Sun Mar 26 04:56:04 2017 (r436935) @@ -3,14 +3,16 @@ PORTNAME= qmail-qfilter PORTVERSION= 2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= http://untroubled.org/${PORTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@FreeBSD.org COMMENT= Front-end for qmail-queue to run messages through filters -LIB_DEPENDS= libbg-sysdeps.so:devel/bglibs +LICENSE= GPLv2 + +LIB_DEPENDS= libbg.so:devel/bglibs BGLIBS_INC= ${LOCALBASE}/include/bglibs BGLIBS_LIB= ${LOCALBASE}/lib/bglibs Added: head/mail/qmail-qfilter/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/qmail-qfilter/files/patch-Makefile Sun Mar 26 04:56:04 2017 (r436935) @@ -0,0 +1,20 @@ +--- Makefile.orig 2005-08-12 23:40:51 UTC ++++ Makefile +@@ -19,7 +19,7 @@ compile: conf-cc conf-bgincs + echo '#!/bin/sh'; \ + echo 'source=$$1; shift'; \ + echo 'base=`echo "$$source" | sed -e s:\\\\.c$$::`'; \ +- echo exec `head -n 1 conf-cc` -I. "-I'$${bgincs}'" '-o $${base}.o -c $$source $${1+"$$@"}'; \ ++ echo exec `head -n 1 conf-cc` -I. "-I'$${bgincs}'" "-I /usr/local/include/" '-o $${base}.o -c $$source $${1+"$$@"}'; \ + ) >compile + chmod 755 compile + +@@ -37,7 +37,7 @@ load: conf-ld conf-bglibs + ( bglibs=`head -n 1 conf-bglibs`; \ + echo '#!/bin/sh';\ + echo 'main="$$1"; shift';\ +- echo exec `head -n 1 conf-ld` -L. "-L'$${bglibs}'" '-o "$$main" "$$main.o" $${1+"$$@"}' -lbg-sysdeps; \ ++ echo exec `head -n 1 conf-ld` -L. "-L'$${bglibs}'" "-Wl,-R'$${bglibs}'" '-o "$$main" "$$main.o" $${1+"$$@"}'; \ + ) >load + chmod 755 load + Added: head/mail/qmail-qfilter/files/patch-qmail-qfilter.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/qmail-qfilter/files/patch-qmail-qfilter.c Sun Mar 26 04:56:04 2017 (r436935) @@ -0,0 +1,11 @@ +--- qmail-qfilter.c.orig 2017-03-26 03:04:16 UTC ++++ qmail-qfilter.c +@@ -15,7 +15,7 @@ + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +-#include <sysdeps.h> ++#include <bglibs/sysdeps.h> + #include <stdio.h> + #include <stdlib.h> + #include <string.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703260456.v2Q4u4tk079924>