ports/85252: [PATCH] www/mod_log_spread missing to the reference the spread runtime libary

meno.abels at adviser.com meno.abels at adviser.com
Tue Aug 23 16:30:25 UTC 2005


>Number:         85252
>Category:       ports
>Synopsis:       [PATCH] www/mod_log_spread missing to the reference the spread runtime libary
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 23 16:30:23 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Meno Abels
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
ADVISER COM
>Environment:
System: FreeBSD tiger.de.20six.net 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #1: Thu Jul 28 23:45:40 MEST 2005 root at tiger.de.20six.net:/jails/tiger/usr/obj/jails/tiger/usr/src_5.4/sys/GENERIC i386

>Description:
	The reference to the spread runtime library is missing
	Reported by: Brian Candler
>How-To-Repeat:
	compile/testit
>Fix:

cvs diff: Diffing www/mod_log_spread
Index: www/mod_log_spread/Makefile
===================================================================
RCS file: /jails/cvs/var/freebsd.cvs/ports/www/mod_log_spread/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/mod_log_spread/Makefile 14 May 2005 11:07:08 -0000      1.1
+++ www/mod_log_spread/Makefile 23 Aug 2005 16:18:13 -0000
@@ -26,7 +26,7 @@
 .endif
 
 do-build:
-       cd ${WRKSRC} && ${APXS} -I${PREFIX}/include -c mod_log_spread.c
+       cd ${WRKSRC} && ${APXS} -I${PREFIX}/include -c -L${PREFIX}/lib -lspread mod_log_spread.c
 
 do-install:
        ${APXS} -i -a -n log_spread ${WRKSRC}/mod_log_spread.so
cvs diff: Diffing www/mod_log_spread/files


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



More information about the freebsd-ports-bugs mailing list