Skip site navigation (1)Skip section navigation (2)
Date:      7 Oct 2003 20:44:07 -0000
From:      Sergei Kolobov <sergei@kolobov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57718: [MAINTAINER] devel/poslib: unbreak functionality
Message-ID:  <20031007204407.47869.qmail@kolobov.com>
Resent-Message-ID: <200310072050.h97KoIke003477@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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