ports/141857: [PATCH] databases/memcached: fix build on >=8.0

Dmitry Marakasov amdmi3 at amdmi3.ru
Mon Dec 21 22:30:03 UTC 2009


>Number:         141857
>Category:       ports
>Synopsis:       [PATCH] databases/memcached: fix build on >=8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 21 22:30:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Tue Nov 24 22:31:59 MSK 2009
>Description:
Fix build on >=8.0

Port maintainer (mnag at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- memcached-1.4.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/databases/memcached/Makefile,v
retrieving revision 1.36
diff -u -u -r1.36 Makefile
--- Makefile	8 Nov 2009 19:42:13 -0000	1.36
+++ Makefile	21 Dec 2009 16:23:39 -0000
@@ -33,7 +33,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} >= 800000
-BROKEN=		does not link
+CFLAGS+=	-fstack-protector
 .endif
 
 .if defined(WITH_REPCACHED)
--- memcached-1.4.1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list