Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2003 03:10:30 -0700 (PDT)
From:      Palle Girgensohn <girgen@pingpong.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/56345: p%35-postgresql-plperl - modify postgresql slave ports build behaviour
Message-ID:  <200309031010.h83AAUV9027290@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/56345; it has been noted by GNATS.

From: Palle Girgensohn <girgen@pingpong.net>
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 <girgen@partitur.se>
  #
  # $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



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