From sgk@kolobov.com  Tue Oct  7 13:44:06 2003
Return-Path: <sgk@kolobov.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AC19416A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Oct 2003 13:44:06 -0700 (PDT)
Received: from outpost.globcon.net (outpost.globcon.net [62.141.88.161])
	by mx1.FreeBSD.org (Postfix) with SMTP id CD79743F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  7 Oct 2003 13:44:04 -0700 (PDT)
	(envelope-from sgk@kolobov.com)
Received: (qmail 80472 invoked from network); 7 Oct 2003 20:44:07 -0000
Received: from dom.kolobov.com (HELO kolobov.com) (213.247.180.114)
  by outpost.globcon.net (62.141.88.161) with SMTP; 07 Oct 2003 20:44:07 -0000
Received: (qmail 47870 invoked by uid 911); 7 Oct 2003 20:44:07 -0000
Message-Id: <20031007204407.47869.qmail@kolobov.com>
Date: 7 Oct 2003 20:44:07 -0000
From: Sergei Kolobov <sergei@kolobov.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] devel/poslib: unbreak functionality
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         57718
>Category:       ports
>Synopsis:       [MAINTAINER] devel/poslib: unbreak functionality
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 07 13:50:17 PDT 2003
>Closed-Date:    Wed Oct 08 00:23:26 PDT 2003
>Last-Modified:  Wed Oct 08 00:23:26 PDT 2003
>Originator:     Sergei Kolobov
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD elf.chetwood.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sun Oct  5 18:18:29 MSD
>Description:
- This port *requires* -O0 -funsigned-char in CXXFLAGS;
  remove ability for user to specify CXXFLAGS;
  This unbreaks poslib's functionality
- Bump PORTREVISION

Generated with FreeBSD Port Tools 0.29
>How-To-Repeat:
>Fix:

--- poslib-1.0.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /FreeBSD/cvs/ports/devel/poslib/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	6 Oct 2003 17:58:51 -0000	1.2
+++ Makefile	7 Oct 2003 20:29:05 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	poslib
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	devel dns
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	posadis
@@ -15,8 +16,6 @@
 COMMENT=	Posadis C++ DNS library
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
-CONFIGURE_ARGS=	--with-cxxflags="${CXXFLAGS:C/-O.*/-O0 /} ${PTHREAD_CFLAGS}"
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 USE_LIBTOOL=	yes
 INSTALLS_SHLIB=	yes
--- poslib-1.0.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: erwin 
State-Changed-When: Wed Oct 8 00:23:15 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57718 
>Unformatted:
