ports/116982: [patch] security/pam-mysql build failures

Cory R. King coryking at mozimedia.com
Sat Oct 6 21:30:02 UTC 2007


>Number:         116982
>Category:       ports
>Synopsis:       [patch] security/pam-mysql build failures
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 06 21:30:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Cory R. King <coryking at mozimedia.com>
>Release:        FreeBSD 6.2-RELEASE-p3 i386
>Organization:
Mozi Media Group, LLC.
>Environment:
System: FreeBSD compiler.local 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #2: Sat Apr 14 15:51:51 PDT 2007 root at compiler.mozimedia.local:/mnt/binaries/obj/usr/src/sys/CORE2_62VM i386

>Description:
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2007100219/pam_mysql-0.7.r1.log

Basically, it is missing libtool.15 as a build dep.  Once fixed, it will complain about pam-mysql.a not in the packing list, which I'm not sure is a bug.

>How-To-Repeat:

build it :-)

>Fix:

--- patch.diff begins here ---
? patch.diff
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/pam-mysql/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	30 Sep 2007 06:14:08 -0000	1.19
+++ Makefile	6 Oct 2007 20:44:36 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	pam_mysql
 PORTVERSION=	0.7.r1
+PORTEPOCH=	1
 CATEGORIES=	security databases
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME:S/_/-/}
@@ -17,14 +18,14 @@
 
 USE_MYSQL=	yes
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	aclocal:14 autoconf:261
+USE_AUTOTOOLS=	aclocal:14 autoconf:261 libtool:15
 ACLOCAL_ARGS=	-I ${PREFIX}/share/aclocal
 CONFIGURE_ARGS=	--with-mysql=${LOCALBASE} --with-pam-mods-dir=${PREFIX}/lib --with-pam=/usr
 
 SUB_FILES=	pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
-PLIST_FILES=	lib/pam_mysql.la lib/pam_mysql.so
+PLIST_FILES=	lib/pam_mysql.la lib/pam_mysql.so lib/pam_mysql.a
 
 .if !defined(NOPORTDOCS)
 PORTDOCS=	*
--- patch.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list