Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2007 09:47:27 -0300
From:      Marcelo Araujo <araujo@bsdmail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        shaun@FreeBSD.org
Subject:   ports/111870: [PATCH] devel/zthread: cleanup non-supported FreeBSD versions 
Message-ID:  <1176986847.635882.42237.nullmailer@bsdmail.org>
Resent-Message-ID: <200704191250.l3JCoDio096125@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         111870
>Category:       ports
>Synopsis:       [PATCH] devel/zthread: cleanup non-supported FreeBSD versions
>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:   Thu Apr 19 12:50:12 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD island.freebsd.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:

- removed support to FreeBSD 4.x (EOL)
- add USE_LDCONFIG also.

Port maintainer (shaun@FreeBSD.org) is cc'd.

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

--- zthread-2.3.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/zthread/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile	1 Feb 2007 02:41:35 -0000	1.22
+++ Makefile	19 Apr 2007 12:45:22 -0000
@@ -21,16 +21,10 @@
 USE_GMAKE=	yes
 MAKE_ARGS+=	INSTALL_PROGRAM="${INSTALL_SCRIPT}"
 MAKE_ENV+=	SED=sed # req'd for LIBTOOL?!
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 
 PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-USE_GCC=	3.3+
-.endif
-
 post-extract:
 	@${FIND} ${WRKSRC} -name CVS -type d -delete
 
@@ -43,4 +37,4 @@
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- zthread-2.3.2.patch ends here ---

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



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