From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 7 13:50:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20EA216A4B3 for ; Tue, 7 Oct 2003 13:50:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B92843FF9 for ; Tue, 7 Oct 2003 13:50:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h97KoIFY003478 for ; Tue, 7 Oct 2003 13:50:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h97KoIke003477; Tue, 7 Oct 2003 13:50:18 -0700 (PDT) (envelope-from gnats) Resent-Date: Tue, 7 Oct 2003 13:50:18 -0700 (PDT) Resent-Message-Id: <200310072050.h97KoIke003477@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergei Kolobov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC19416A4B3 for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/57718: [MAINTAINER] devel/poslib: unbreak functionality X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 20:50:23 -0000 >Number: 57718 >Category: ports >Synopsis: [MAINTAINER] devel/poslib: unbreak functionality >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 07 13:50:17 PDT 2003 >Closed-Date: >Last-Modified: >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: >Unformatted: