Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2006 00:02:35 +0600 (YEKST)
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101727: [MAINTAINER] lang/sather-tutorial: unbreak on 4.x
Message-ID:  <20060809180235.17E6812C63@fonon.realnet>
Resent-Message-ID: <200608092010.k79KAEm9050805@freefall.freebsd.org>

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

>Number:         101727
>Category:       ports
>Synopsis:       [MAINTAINER] lang/sather-tutorial: unbreak on 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 09 20:10:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stanislav Sedov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug  2 21:44:37 MSD
>Description:
[DESCRIBE CHANGES]

>How-To-Repeat:
>Fix:

--- sather-tutorial-000328_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/sather-tutorial/Makefile /var/tmp/sather-tutorial/Makefile
--- /usr/ports/lang/sather-tutorial/Makefile	Mon Aug  7 19:12:12 2006
+++ /var/tmp/sather-tutorial/Makefile	Thu Aug 10 00:02:17 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	tutorial
 PORTVERSION=	000328
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=sather/Doc
@@ -22,14 +23,8 @@
 
 do-install:
 	${MKDIR} ${DOCSDIR}
-	@${TAR} -xf ${DISTDIR}/${DISTFILES} -C ${DOCSDIR}
+	@${TAR} -xzf ${DISTDIR}/${DISTFILES} -C ${DOCSDIR}
 	@${FIND} ${DOCSDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;
 	${CHOWN} -R ${SHAREOWN} ${DOCSDIR}/
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=		tar is too old
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- sather-tutorial-000328_1.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?20060809180235.17E6812C63>