Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2013 19:00:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/177467: commit references a PR
Message-ID:  <201305251900.r4PJ01vx030759@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/177467; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177467: commit references a PR
Date: Sat, 25 May 2013 18:57:57 +0000 (UTC)

 Author: az
 Date: Sat May 25 18:57:44 2013
 New Revision: 319067
 URL: http://svnweb.freebsd.org/changeset/ports/319067
 
 Log:
   - Fix issue with building dmail, when perl build
     without /usr/bin/perl symlink.
   
   PR:		ports/177467
   Submitted by:	Lukasz Wasikowski <lukasz@wasikowski.net>
   Approved by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer and patch)
 
 Modified:
   head/mail/dbmail/Makefile   (contents, props changed)
 
 Modified: head/mail/dbmail/Makefile
 ==============================================================================
 --- head/mail/dbmail/Makefile	Sat May 25 18:46:40 2013	(r319066)
 +++ head/mail/dbmail/Makefile	Sat May 25 18:57:44 2013	(r319067)
 @@ -3,7 +3,7 @@
  
  PORTNAME=	dbmail
  PORTVERSION=	3.0.2
 -PORTREVISION=	5
 +PORTREVISION=	6
  CATEGORIES=	mail
  MASTER_SITES=	http://www.dbmail.org/download/3.0/
  
 @@ -35,6 +35,8 @@ USE_GMAKE=	yes
  USE_LDCONFIG=	${PREFIX}/lib/dbmail
  USE_RC_SUBR=	dbmail-pop3d dbmail-lmtpd dbmail-imapd dbmail-timsieved
  USE_OPENSSL=	yes
 +USES=	shebangfix
 +SHEBANG_FILES=	man/fixsp.pl
  
  CFLAGS+=	-fPIC ${PTHREAD_CFLAGS}
  CPPFLAGS+=	-I${LOCALBASE}/include
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305251900.r4PJ01vx030759>