svn commit: r436935 - in head/mail/qmail-qfilter: . files

Marcelo Araujo araujo at FreeBSD.org
Sun Mar 26 04:56:06 UTC 2017


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 at FreeBSD.org
+MAINTAINER=	araujo at 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>


More information about the svn-ports-all mailing list