Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2007 22:33:19 +0100 (CET)
From:      Tobias Roth <ports@fsck.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/108019: [MAINTAINER] x11/slim: mark broken on 4
Message-ID:  <200701162133.l0GLXIYM025132@secure.socket.ch>
Resent-Message-ID: <200701162140.l0GLeJmo019445@freefall.freebsd.org>

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

>Number:         108019
>Category:       ports
>Synopsis:       [MAINTAINER] x11/slim: mark broken on 4
>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:   Tue Jan 16 21:40:17 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Tobias Roth
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD factory.fsck.ch 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #4: Tue Nov 21 12:50:23 CET 2006
>Description:
 - mark broken on FreeBSD 4 to satisfy pointyhat
 - unhardcode MASTER_SITE to satisfy portlint

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

--- slim-1.2.6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/slim/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	11 Dec 2006 13:01:20 -0000	1.4
+++ Makefile	16 Jan 2007 21:30:17 -0000
@@ -8,8 +8,9 @@
 PORTNAME=	slim
 PORTVERSION=	1.2.6
 CATEGORIES=	x11
-MASTER_SITES=	http://download.berlios.de/slim/ \
+MASTER_SITES=	${MASTER_SITE_BERLIOS} \
 		http://depot.fsck.ch/mirror/distfiles/
+MASTER_SITE_SUBDIR=slim
 
 MAINTAINER=	ports@fsck.ch
 COMMENT=	Graphical login manager for X11, derived from Login.app
@@ -27,6 +28,12 @@
 
 MAKEFILE=	Makefile.freebsd
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+	BROKEN=	does not compile on FreeBSD 4.x
+.endif
+
 pre-build:
 	@${REINPLACE_CMD} \
 			-e 's|%%X11BASE%%|${X11BASE}|g' \
@@ -48,4 +55,4 @@
 		${CP} -p ${LOCALBASE}/etc/slim.conf.sample ${LOCALBASE}/etc/slim.conf ; \
 	fi
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- slim-1.2.6.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?200701162133.l0GLXIYM025132>