ports/111869: [PATCH] devel/ztcl: cleanup non-supported FreeBSD versions
Marcelo Araujo
araujo at bsdmail.org
Thu Apr 19 12:50:11 UTC 2007
>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 at 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:
More information about the freebsd-ports-bugs
mailing list