Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2002 04:10:04 -0700 (PDT)
From:      Mathieu Arnold <m@absolight.fr>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/41637: Update port: pam-pgsql (fixed coredump on -STABLE)
Message-ID:  <200208141110.g7EBA4nj029877@freefall.freebsd.org>

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

From: Mathieu Arnold <m@absolight.fr>
To: "Andrey V. Pevnev" <andrey@mgul.ac.ru>,
	FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/41637: Update port: pam-pgsql (fixed coredump on -STABLE)
Date: Wed, 14 Aug 2002 12:59:53 +0200

 --==========1630381474==========
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Hi
 
 you also need to remove 2 files from the SRCS in the Makefile.bsd, as in
 the attached patch.
 
 It was in one of my patches, but I forgot it in the last one.
 
 -- 
 Mathieu  Arnold   \   Responsable R & D
 a b s o l i g h t  \   www.absolight.fr
 40, rue des Blancs Manteaux 75004 Paris
 tel  0821.801.821  / fax 01.48.53.11.09
 --==========1630381474==========
 Content-Type: text/plain; charset=us-ascii; name="patch-Makefile.bsd"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment; filename="patch-Makefile.bsd"; size=517
 
 Index:
 files/Makefile.bsd
 ==========================================================
 =========
 RCS file:
 /home/ncvs/ports/security/pam-pgsql/files/Makefile.bsd,v
 retrieving revision
 1.9
 diff -u -r1.9 Makefile.bsd
 --- files/Makefile.bsd	2002/07/21
 17:02:04	1.9
 +++ files/Makefile.bsd	2002/08/14 10:56:49
 @@ -2,7 +2,7 @@
  
 
 .PATH:	${FILESDIR}
  
 -SRCS=	pam_pgsql.c pam_get_pass.c pam_std_option.c
 pam_get_service.c
 +SRCS=	pam_pgsql.c pam_get_pass.c
 
 SHLIB_NAME=	pam_pgsql.so
  
  LDADD=		-lpam -L${LOCALBASE}/lib -lpq -lmd
 
 --==========1630381474==========--
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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