From nobody@FreeBSD.org  Mon Jan 20 06:35:42 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 473D1D00
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Jan 2014 06:35:42 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 278E0161B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Jan 2014 06:35:42 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0K6ZfGp076561
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Jan 2014 06:35:41 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0K6ZfMG076560;
	Mon, 20 Jan 2014 06:35:41 GMT
	(envelope-from nobody)
Message-Id: <201401200635.s0K6ZfMG076560@oldred.freebsd.org>
Date: Mon, 20 Jan 2014 06:35:41 GMT
From: Mikhail <mp39590@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: port update: x11/tabbed
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: winstonw@lavabit.com

>Number:         185903
>Category:       ports
>Synopsis:       port update: x11/tabbed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 20 06:40:00 UTC 2014
>Closed-Date:    Wed Jan 29 21:30:47 UTC 2014
>Last-Modified:  Wed Jan 29 21:40:02 UTC 2014
>Originator:     Mikhail
>Release:        10.0-BETA3
>Organization:
>Environment:
FreeBSD edge 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov  3 19:43:01 UTC 2013     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
x11/tabbed port has not been updated for 3 years, since then two new versions are out, current one is 0.5. Attached patch updates it to the current version, and also adds staging build/optionsNG support.

Maintainer's email is on @lavabit.com domain, which has been closed (www.lavabit.com), emails are returned with errors.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -crN tabbed.orig/Makefile tabbed/Makefile
*** tabbed.orig/Makefile	2014-01-19 21:48:01.000000000 +0400
--- tabbed/Makefile	2014-01-19 22:49:01.000000000 +0400
***************
*** 2,8 ****
  # $FreeBSD: x11/tabbed/Makefile 327777 2013-09-20 23:43:19Z bapt $
  
  PORTNAME=	tabbed
! PORTVERSION=	0.3
  CATEGORIES=	x11
  MASTER_SITES=	http://dl.suckless.org/tools/
  
--- 2,8 ----
  # $FreeBSD: x11/tabbed/Makefile 327777 2013-09-20 23:43:19Z bapt $
  
  PORTNAME=	tabbed
! PORTVERSION=	0.5
  CATEGORIES=	x11
  MASTER_SITES=	http://dl.suckless.org/tools/
  
***************
*** 13,23 ****
  
  USE_XORG=	x11
  
! MAN1=		tabbed.1
! PLIST_FILES=	bin/tabbed
  PORTDOCS=	LICENSE README
  
! NO_STAGE=	yes
  pre-everything::
  	@${ECHO_MSG} "You can build tabbed with your own config.h using the TABBED_CONF knob:"
  	@${ECHO_MSG} "make TABBED_CONF=/path/to/tabbed/config.h install clean"
--- 13,26 ----
  
  USE_XORG=	x11
  
! OPTIONS_DEFINE=	DOCS
! 
! PLIST_FILES=	bin/tabbed \
! 		man/man1/tabbed.1.gz
  PORTDOCS=	LICENSE README
  
! .include <bsd.port.options.mk>
! 
  pre-everything::
  	@${ECHO_MSG} "You can build tabbed with your own config.h using the TABBED_CONF knob:"
  	@${ECHO_MSG} "make TABBED_CONF=/path/to/tabbed/config.h install clean"
***************
*** 29,39 ****
  .endif
  
  post-install:
! .if !defined(NOPORTDOCS)
! 	@${ECHO_MSG} "installing additional documentation to ${DOCSDIR}"
! 	@${MKDIR} ${DOCSDIR}
! 	@${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR}
! 	@${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
  .endif
  
  .include <bsd.port.mk>
--- 32,42 ----
  .endif
  
  post-install:
! .if ${PORT_OPTIONS:MDOCS}
! 	@${ECHO_MSG} "installing additional documentation to ${STAGEDIR}${DOCSDIR}"
! 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
! 	@${INSTALL_MAN} ${WRKSRC}/LICENSE ${STAGEDIR}${DOCSDIR}
! 	@${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
  .endif
  
  .include <bsd.port.mk>
diff -crN tabbed.orig/distinfo tabbed/distinfo
*** tabbed.orig/distinfo	2014-01-19 21:48:01.000000000 +0400
--- tabbed/distinfo	2014-01-19 21:52:22.000000000 +0400
***************
*** 1,2 ****
! SHA256 (tabbed-0.3.tar.gz) = bb72aa6e4831e0aadee8a6232d8532a548e736236bbaaed970e77fb5d3177ff0
! SIZE (tabbed-0.3.tar.gz) = 9177
--- 1,2 ----
! SHA256 (tabbed-0.5.tar.gz) = 21226506761909fadebdd5fae0ff5149b9a378836fa515c45efbcbe504321fb9
! SIZE (tabbed-0.5.tar.gz) = 11703
diff -crN tabbed.orig/files/patch-config.mk tabbed/files/patch-config.mk
*** tabbed.orig/files/patch-config.mk	2014-01-19 21:48:01.000000000 +0400
--- tabbed/files/patch-config.mk	2014-01-19 22:40:54.000000000 +0400
***************
*** 1,25 ****
! --- config.mk.orig	2010-09-03 23:40:32.000000000 -0500
! +++ config.mk	2010-09-03 23:42:18.000000000 -0500
! @@ -4,12 +4,12 @@
!  # Customize below to fit your system
!  
!  # paths
! -PREFIX = /usr/local
! -MANPREFIX = ${PREFIX}/share/man
! +PREFIX?= /usr/local
! +MANPREFIX = ${PREFIX}/man
!  
!  # includes and libs
! -INCS = -I. -I/usr/include
! -LIBS = -L/usr/lib -lc -lX11
! +INCS = -I. -I/usr/include -I/usr/local/include
! +LIBS = -L/usr/lib -L/usr/local/lib -lc -lX11
!  
!  # flags
!  CPPFLAGS = -DVERSION=\"${VERSION}\"
! @@ -21,4 +21,4 @@
!  #LDFLAGS = ${LIBS}
!  
!  # compiler and linker
! -CC = cc
! +CC?= cc
--- 1,40 ----
! *** config.mk.orig	2014-01-19 21:53:24.000000000 +0400
! --- config.mk	2014-01-19 22:40:13.000000000 +0400
! ***************
! *** 5,15 ****
!   
!   # paths
!   PREFIX = /usr/local
! ! MANPREFIX = ${PREFIX}/share/man
!   
!   # includes and libs
! ! INCS = -I. -I/usr/include
! ! LIBS = -L/usr/lib -lc -lX11
!   
!   # flags
!   CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE
! --- 5,15 ----
!   
!   # paths
!   PREFIX = /usr/local
! ! MANPREFIX = ${PREFIX}/man
!   
!   # includes and libs
! ! INCS = -I. -I/usr/local/include
! ! LIBS = -L/usr/local/lib -lc -lX11
!   
!   # flags
!   CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE
! ***************
! *** 21,25 ****
!   #LDFLAGS = ${LIBS}
!   
!   # compiler and linker
! ! CC = cc
!   
! --- 21,25 ----
!   #LDFLAGS = ${LIBS}
!   
!   # compiler and linker
! ! CC?= cc
!   


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jan 20 06:40:08 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185903 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: winstonw@lavabit.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/185903: port update: x11/tabbed
Date: Mon, 20 Jan 2014 06:40:07 UT

 Maintainer of x11/tabbed,
 
 Please note that PR ports/185903 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/185903
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "Fastmail.fm" <winston@ml1.net>
To: "bug-followup@FreeBSD.org" <bug-followup@FreeBSD.org>,
 "mp39590@gmail.com" <mp39590@gmail.com>
Cc:  
Subject: Re: ports/185903: port update: x11/tabbed
Date: Mon, 20 Jan 2014 23:17:29 -0600

 Hello,
 
 I am Winston Weinert. Please pass the torch to Mikhail <mp39590@gmail.com> a=
 s I no longer with to maintain this port.
 
 Thanks!
 --
  Winston Weinert
  winston@ml1.net
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Tue Jan 21 15:10:10 UTC 2014 
State-Changed-Why:  
To submitter: previous maintainer has resigned, and suggests you as new 
maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185903 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185903: commit references a PR
Date: Tue, 21 Jan 2014 15:11:24 +0000 (UTC)

 Author: linimon
 Date: Tue Jan 21 15:11:17 2014
 New Revision: 340611
 URL: http://svnweb.freebsd.org/changeset/ports/340611
 QAT: https://qat.redports.org/buildarchive/r340611/
 
 Log:
   Over to new volunteer.
   
   PR:		185903
   Submitted by:	new maintainer
   Approved by:	old maintainer
 
 Modified:
   head/x11/tabbed/Makefile
 
 Modified: head/x11/tabbed/Makefile
 ==============================================================================
 --- head/x11/tabbed/Makefile	Tue Jan 21 14:03:59 2014	(r340610)
 +++ head/x11/tabbed/Makefile	Tue Jan 21 15:11:17 2014	(r340611)
 @@ -6,7 +6,7 @@ PORTVERSION=	0.3
  CATEGORIES=	x11
  MASTER_SITES=	http://dl.suckless.org/tools/
  
 -MAINTAINER=	winstonw@lavabit.com
 +MAINTAINER=	mp39590@gmail.com
  COMMENT=	Simple generic tabbed fronted to xembed aware applications
  
  LICENSE=	MIT
 _______________________________________________
 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"
 

From: Mikhail <mp39590@gmail.com>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/185903: port update: x11/tabbed
Date: Wed, 22 Jan 2014 12:11:12 +0400

 --EeQfGwPcQSOJBaQU
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 On 10:40 20-Jan 2014 FreeBSD-gnats-submit@FreeBSD.org wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `ports/185903'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs. 
 > 
 > You can access the state of your problem report at any time
 > via this link:
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=185903
 > 
 > >Category:       ports
 > >Responsible:    freebsd-ports-bugs
 > >Synopsis:       port update: x11/tabbed
 > >Arrival-Date:   Mon Jan 20 06:40:00 UTC 2014
 
 New version (0.6) of tabbed has been released yesterday. Patch is attached.
 
 --EeQfGwPcQSOJBaQU
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="tabbed-0.6.patch"
 
 diff -crN tabbed.orig/Makefile tabbed/Makefile
 *** tabbed.orig/Makefile	2014-01-22 11:29:35.000000000 +0400
 --- tabbed/Makefile	2014-01-22 11:21:50.000000000 +0400
 ***************
 *** 2,8 ****
   # $FreeBSD: x11/tabbed/Makefile 340611 2014-01-21 15:11:17Z linimon $
   
   PORTNAME=	tabbed
 ! PORTVERSION=	0.3
   CATEGORIES=	x11
   MASTER_SITES=	http://dl.suckless.org/tools/
   
 --- 2,8 ----
   # $FreeBSD: x11/tabbed/Makefile 340611 2014-01-21 15:11:17Z linimon $
   
   PORTNAME=	tabbed
 ! PORTVERSION=	0.6
   CATEGORIES=	x11
   MASTER_SITES=	http://dl.suckless.org/tools/
   
 ***************
 *** 13,23 ****
   
   USE_XORG=	x11
   
 ! MAN1=		tabbed.1
 ! PLIST_FILES=	bin/tabbed
   PORTDOCS=	LICENSE README
   
 ! NO_STAGE=	yes
   pre-everything::
   	@${ECHO_MSG} "You can build tabbed with your own config.h using the TABBED_CONF knob:"
   	@${ECHO_MSG} "make TABBED_CONF=/path/to/tabbed/config.h install clean"
 --- 13,26 ----
   
   USE_XORG=	x11
   
 ! OPTIONS_DEFINE=	DOCS
 ! 
 ! PLIST_FILES=	bin/tabbed \
 ! 		man/man1/tabbed.1.gz
   PORTDOCS=	LICENSE README
   
 ! .include <bsd.port.options.mk>
 ! 
   pre-everything::
   	@${ECHO_MSG} "You can build tabbed with your own config.h using the TABBED_CONF knob:"
   	@${ECHO_MSG} "make TABBED_CONF=/path/to/tabbed/config.h install clean"
 ***************
 *** 29,39 ****
   .endif
   
   post-install:
 ! .if !defined(NOPORTDOCS)
 ! 	@${ECHO_MSG} "installing additional documentation to ${DOCSDIR}"
 ! 	@${MKDIR} ${DOCSDIR}
 ! 	@${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR}
 ! 	@${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
   .endif
   
   .include <bsd.port.mk>
 --- 32,42 ----
   .endif
   
   post-install:
 ! .if ${PORT_OPTIONS:MDOCS}
 ! 	@${ECHO_MSG} "installing additional documentation to ${STAGEDIR}${DOCSDIR}"
 ! 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 ! 	@${INSTALL_MAN} ${WRKSRC}/LICENSE ${STAGEDIR}${DOCSDIR}
 ! 	@${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
   .endif
   
   .include <bsd.port.mk>
 diff -crN tabbed.orig/distinfo tabbed/distinfo
 *** tabbed.orig/distinfo	2014-01-19 21:48:01.000000000 +0400
 --- tabbed/distinfo	2014-01-22 11:22:53.000000000 +0400
 ***************
 *** 1,2 ****
 ! SHA256 (tabbed-0.3.tar.gz) = bb72aa6e4831e0aadee8a6232d8532a548e736236bbaaed970e77fb5d3177ff0
 ! SIZE (tabbed-0.3.tar.gz) = 9177
 --- 1,2 ----
 ! SHA256 (tabbed-0.6.tar.gz) = 7651ea3acbec5d6a25469e8665da7fc70aba2b4fa61a2a6a5449eafdfd641c42
 ! SIZE (tabbed-0.6.tar.gz) = 12926
 diff -crN tabbed.orig/files/patch-config.mk tabbed/files/patch-config.mk
 *** tabbed.orig/files/patch-config.mk	2014-01-19 21:48:01.000000000 +0400
 --- tabbed/files/patch-config.mk	2014-01-22 11:21:50.000000000 +0400
 ***************
 *** 1,25 ****
 ! --- config.mk.orig	2010-09-03 23:40:32.000000000 -0500
 ! +++ config.mk	2010-09-03 23:42:18.000000000 -0500
 ! @@ -4,12 +4,12 @@
 !  # Customize below to fit your system
 !  
 !  # paths
 ! -PREFIX = /usr/local
 ! -MANPREFIX = ${PREFIX}/share/man
 ! +PREFIX?= /usr/local
 ! +MANPREFIX = ${PREFIX}/man
 !  
 !  # includes and libs
 ! -INCS = -I. -I/usr/include
 ! -LIBS = -L/usr/lib -lc -lX11
 ! +INCS = -I. -I/usr/include -I/usr/local/include
 ! +LIBS = -L/usr/lib -L/usr/local/lib -lc -lX11
 !  
 !  # flags
 !  CPPFLAGS = -DVERSION=\"${VERSION}\"
 ! @@ -21,4 +21,4 @@
 !  #LDFLAGS = ${LIBS}
 !  
 !  # compiler and linker
 ! -CC = cc
 ! +CC?= cc
 --- 1,40 ----
 ! *** config.mk.orig	2014-01-19 21:53:24.000000000 +0400
 ! --- config.mk	2014-01-19 22:40:13.000000000 +0400
 ! ***************
 ! *** 5,15 ****
 !   
 !   # paths
 !   PREFIX = /usr/local
 ! ! MANPREFIX = ${PREFIX}/share/man
 !   
 !   # includes and libs
 ! ! INCS = -I. -I/usr/include
 ! ! LIBS = -L/usr/lib -lc -lX11
 !   
 !   # flags
 !   CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE
 ! --- 5,15 ----
 !   
 !   # paths
 !   PREFIX = /usr/local
 ! ! MANPREFIX = ${PREFIX}/man
 !   
 !   # includes and libs
 ! ! INCS = -I. -I/usr/local/include
 ! ! LIBS = -L/usr/local/lib -lc -lX11
 !   
 !   # flags
 !   CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE
 ! ***************
 ! *** 21,25 ****
 !   #LDFLAGS = ${LIBS}
 !   
 !   # compiler and linker
 ! ! CC = cc
 !   
 ! --- 21,25 ----
 !   #LDFLAGS = ${LIBS}
 !   
 !   # compiler and linker
 ! ! CC?= cc
 !   
 
 --EeQfGwPcQSOJBaQU--
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Wed Jan 29 21:14:53 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185903 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Wed Jan 29 21:30:46 UTC 2014 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185903 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185903: commit references a PR
Date: Wed, 29 Jan 2014 21:30:39 +0000 (UTC)

 Author: pawel
 Date: Wed Jan 29 21:30:31 2014
 New Revision: 341784
 URL: http://svnweb.freebsd.org/changeset/ports/341784
 QAT: https://qat.redports.org/buildarchive/r341784/
 
 Log:
   - Update to version 0.6 [1]
   - Support staging [1]
   - Respect CFLAGS
   
   PR:		ports/185903 [1]
   Submitted by:	maintainer
 
 Modified:
   head/x11/tabbed/Makefile
   head/x11/tabbed/distinfo
   head/x11/tabbed/files/patch-config.mk
 
 Modified: head/x11/tabbed/Makefile
 ==============================================================================
 --- head/x11/tabbed/Makefile	Wed Jan 29 21:13:47 2014	(r341783)
 +++ head/x11/tabbed/Makefile	Wed Jan 29 21:30:31 2014	(r341784)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	tabbed
 -PORTVERSION=	0.3
 +PORTVERSION=	0.6
  CATEGORIES=	x11
  MASTER_SITES=	http://dl.suckless.org/tools/
  
 @@ -13,11 +13,12 @@ LICENSE=	MIT
  
  USE_XORG=	x11
  
 -MAN1=		tabbed.1
 -PLIST_FILES=	bin/tabbed
 +OPTIONS_DEFINE=	DOCS
 +
 +PLIST_FILES=	bin/tabbed \
 +		man/man1/tabbed.1.gz
  PORTDOCS=	LICENSE README
  
 -NO_STAGE=	yes
  pre-everything::
  	@${ECHO_MSG} "You can build tabbed with your own config.h using the TABBED_CONF knob:"
  	@${ECHO_MSG} "make TABBED_CONF=/path/to/tabbed/config.h install clean"
 @@ -27,13 +28,11 @@ post-extract:
  	@${ECHO_MSG} "creating config.h from ${TABBED_CONF}"
  	@${CP} ${TABBED_CONF} ${WRKSRC}/config.h
  .endif
 +	@${REINPLACE_CMD} 's|-std=c99 -pedantic -Wall -O0|${CFLAGS}|' \
 +		${WRKSRC}/config.mk
  
  post-install:
 -.if !defined(NOPORTDOCS)
 -	@${ECHO_MSG} "installing additional documentation to ${DOCSDIR}"
 -	@${MKDIR} ${DOCSDIR}
 -	@${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR}
 -	@${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
 -.endif
 +	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 +	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
  
  .include <bsd.port.mk>
 
 Modified: head/x11/tabbed/distinfo
 ==============================================================================
 --- head/x11/tabbed/distinfo	Wed Jan 29 21:13:47 2014	(r341783)
 +++ head/x11/tabbed/distinfo	Wed Jan 29 21:30:31 2014	(r341784)
 @@ -1,2 +1,2 @@
 -SHA256 (tabbed-0.3.tar.gz) = bb72aa6e4831e0aadee8a6232d8532a548e736236bbaaed970e77fb5d3177ff0
 -SIZE (tabbed-0.3.tar.gz) = 9177
 +SHA256 (tabbed-0.6.tar.gz) = 7651ea3acbec5d6a25469e8665da7fc70aba2b4fa61a2a6a5449eafdfd641c42
 +SIZE (tabbed-0.6.tar.gz) = 12926
 
 Modified: head/x11/tabbed/files/patch-config.mk
 ==============================================================================
 --- head/x11/tabbed/files/patch-config.mk	Wed Jan 29 21:13:47 2014	(r341783)
 +++ head/x11/tabbed/files/patch-config.mk	Wed Jan 29 21:30:31 2014	(r341784)
 @@ -1,25 +1,39 @@
 ---- config.mk.orig	2010-09-03 23:40:32.000000000 -0500
 -+++ config.mk	2010-09-03 23:42:18.000000000 -0500
 -@@ -4,12 +4,12 @@
 - # Customize below to fit your system
 - 
 - # paths
 --PREFIX = /usr/local
 --MANPREFIX = ${PREFIX}/share/man
 -+PREFIX?= /usr/local
 -+MANPREFIX = ${PREFIX}/man
 - 
 - # includes and libs
 --INCS = -I. -I/usr/include
 --LIBS = -L/usr/lib -lc -lX11
 -+INCS = -I. -I/usr/include -I/usr/local/include
 -+LIBS = -L/usr/lib -L/usr/local/lib -lc -lX11
 - 
 - # flags
 - CPPFLAGS = -DVERSION=\"${VERSION}\"
 -@@ -21,4 +21,4 @@
 - #LDFLAGS = ${LIBS}
 - 
 - # compiler and linker
 --CC = cc
 -+CC?= cc
 +*** config.mk.orig	2014-01-19 21:53:24.000000000 +0400
 +--- config.mk	2014-01-19 22:40:13.000000000 +0400
 +***************
 +*** 5,15 ****
 +  
 +  # paths
 +  PREFIX = /usr/local
 +! MANPREFIX = ${PREFIX}/share/man
 +  
 +  # includes and libs
 +! INCS = -I. -I/usr/include
 +! LIBS = -L/usr/lib -lc -lX11
 +  
 +  # flags
 +  CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE
 +--- 5,15 ----
 +  
 +  # paths
 +  PREFIX = /usr/local
 +! MANPREFIX = ${PREFIX}/man
 +  
 +  # includes and libs
 +! INCS = -I. -I/usr/local/include
 +! LIBS = -L/usr/local/lib -lc -lX11
 +  
 +  # flags
 +  CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE
 +***************
 +*** 21,25 ****
 +  #LDFLAGS = ${LIBS}
 +  
 +  # compiler and linker
 +! CC = cc
 +  
 +--- 21,25 ----
 +  #LDFLAGS = ${LIBS}
 +  
 +  # compiler and linker
 +! CC?= cc
 _______________________________________________
 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"
 
>Unformatted:
