ports/172689: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sat Dec 29 13:10:01 UTC 2012


The following reply was made to PR ports/172689; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/172689: commit references a PR
Date: Sat, 29 Dec 2012 13:00:20 +0000 (UTC)

 Author: pawel
 Date: Sat Dec 29 13:00:07 2012
 New Revision: 309617
 URL: http://svnweb.freebsd.org/changeset/ports/309617
 
 Log:
   Fix build on 9.x and upwards
   
   PR:		ports/172689 (based on)
   Submitted by:	Jukka Ukkonen <jau at iki.fi>
   Approved by:	bzeeb+freebsdports at zabbadoz.net (maintainer)
 
 Modified:
   head/emulators/hercules/Makefile
 
 Modified: head/emulators/hercules/Makefile
 ==============================================================================
 --- head/emulators/hercules/Makefile	Sat Dec 29 12:18:56 2012	(r309616)
 +++ head/emulators/hercules/Makefile	Sat Dec 29 13:00:07 2012	(r309617)
 @@ -1,9 +1,5 @@
 -# New ports collection makefile for:	dice
 -# Date created:		Thu Jan 31 12:07:01 CET 2002
 -# Whom:			Miguel Mendez <flynn at energyhq.homeip.net>
 -#
 +# Created by: Miguel Mendez <flynn at energyhq.homeip.net>
  # $FreeBSD$
 -#
  
  PORTNAME=	hercules
  PORTVERSION=	3.05
 @@ -27,6 +23,7 @@ post-extract:
  
  post-patch:
  	@${REINPLACE_CMD} -e 's at -lpthread@${PTHREAD_LIBS}@g' ${WRKSRC}/configure
 +	@${REINPLACE_CMD} -e 's at SOL_TCP@IPPROTO_TCP at g' ${WRKSRC}/hscutl.c
  .if defined(NOPORTDOCS)
  	@${REINPLACE_CMD} -e 's,^SUBDIRS = decNumber m4 po util html man . crypto,SUBDIRS = decNumber m4 po util man . crypto,g' ${WRKSRC}/Makefile.in
  .else
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list