From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 3 03:10:31 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 78F9516A4BF for ; Wed, 3 Sep 2003 03:10:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D250E4400E for ; Wed, 3 Sep 2003 03:10:30 -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 h83AAUUp027291 for ; Wed, 3 Sep 2003 03:10:30 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h83AAUV9027290; Wed, 3 Sep 2003 03:10:30 -0700 (PDT) Date: Wed, 3 Sep 2003 03:10:30 -0700 (PDT) Message-Id: <200309031010.h83AAUV9027290@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Palle Girgensohn Subject: Re: ports/56345: p%35-postgresql-plperl - modify postgresql slave ports build behaviour X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Palle Girgensohn List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2003 10:10:31 -0000 The following reply was made to PR ports/56345; it has been noted by GNATS. From: Palle Girgensohn To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/56345: p%35-postgresql-plperl - modify postgresql slave ports build behaviour Date: 03 Sep 2003 12:03:24 +0200 Wow, that patch didn't get out right in gnats, sorry! Same patch again, in plaintext (thanks, emacs...:) : Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/p5-postgresql-plperl/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 19 Jun 2003 09:12:55 -0000 1.7 +++ Makefile 3 Sep 2003 09:53:51 -0000 @@ -1,27 +1,32 @@ -# New ports collection makefile for: PostgreSQL PL/Perl +# New ports collection makefile for: PostgreSQL PL/Perl # Date created: January 14, 2002 # Whom: Palle Girgensohn # # $FreeBSD: ports/databases/p5-postgresql-plperl/Makefile,v 1.7 2003/06/19 09:12:55 daichi Exp $ # +POSTGRESQL_PORT?= databases/postgresql7 -PORTNAME= postgresql-plperl -CATEGORIES= databases perl5 +PORTNAME= postgresql +PORTVERSION!= ${MAKE} -C ${.CURDIR}/../../${POSTGRESQL_PORT} -V PORTVERSION +PORTREVISION= 1 +CATEGORIES= databases +MASTER_SITES= ${MASTER_SITE_PGSQL} +MASTER_SITE_SUBDIR!= ${MAKE} -C ${.CURDIR}/../../${POSTGRESQL_PORT} -V MASTER_SITE_SUBDIR PKGNAMEPREFIX= p5- -PORTREVISION= 0 +PKGNAMESUFFIX= -plperl +DISTFILES!= ${MAKE} -C ${.CURDIR}/../../${POSTGRESQL_PORT} -V DISTFILES +DIST_SUBDIR= postgresql MAINTAINER= girgen@pingpong.net COMMENT= A module for using Perl5 to write SQL functions -POSTGRESQL_PORT?= databases/postgresql7 -POSTGRESQL_SUBPORT=YES -.include "../../${POSTGRESQL_PORT}/Makefile" - RUN_DEPENDS= postgres:${PORTSDIR}/${POSTGRESQL_PORT} +MD5_FILE= ${.CURDIR}/../../${POSTGRESQL_PORT}/distinfo USE_PERL5= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-perl - MAKE_ARGS+= -C src/pl/plperl MAKEFILE= GNUmakefile --- /dev/null Wed Sep 3 11:49:12 2003 +++ files/patch-src-makefiles-Makefile.freebsd Wed Sep 3 11:24:58 2003 @@ -0,0 +1,8 @@ +--- src/makefiles/Makefile.freebsd.orig Wed Aug 29 21:14:40 2001 ++++ src/makefiles/Makefile.freebsd Mon Sep 1 10:16:26 2003 +@@ -23,3 +23,5 @@ + endif + + sqlmansect = 7 ++ ++allow_nonpic_in_shlib = yes