Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2007 09:43:19 -0300
From:      Marcelo Araujo <araujo@bsdmail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dsh@vlink.ru
Subject:   ports/111869: [PATCH] devel/ztcl: cleanup non-supported FreeBSD versions
Message-ID:  <1176986599.209826.41628.nullmailer@bsdmail.org>
Resent-Message-ID: <200704191250.l3JCo9sa096090@freefall.freebsd.org>

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

>Number:         111869
>Category:       ports
>Synopsis:       [PATCH] devel/ztcl: 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:09 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 NOPORTDOCS also.
- add US_LDCONFIG.

Port maintainer (dsh@vlink.ru) is cc'd.

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

--- ztcl-1.0.b4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/ztcl/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	8 Jan 2007 00:00:57 -0000	1.3
+++ Makefile	19 Apr 2007 12:41:53 -0000
@@ -17,7 +17,7 @@
 LIB_DEPENDS=	tclmore0.7:${PORTSDIR}/devel/tclmore
 
 GNU_CONFIGURE=	yes
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 USE_GMAKE=	yes
 USE_TCL=	yes
 USE_TCL_BUILD=	yes
@@ -33,13 +33,11 @@
 MAKE_ENV+=	CPPFLAGS="${CPPFLAGS} -I ${PREFIX}/include -I ${TCL_INCLUDEDIR}" \
 		LDFLAGS="${LDFLAGS} -L ${PREFIX}/lib"
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=		Does not compile on FreeBSD 4.X
+.if !defined(NOPORTDOCS)
+PORTDOCS=	*
 .endif
 
 post-extract:
 	${MV} ${WRKSRC}/doc/zlib.texi ${WRKSRC}/doc/${PORTNAME}-zlib.texi
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- ztcl-1.0.b4.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?1176986599.209826.41628.nullmailer>