From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 8 08:50:32 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F30A16A4DD for ; Tue, 8 Aug 2006 08:50:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 177ED43D78 for ; Tue, 8 Aug 2006 08:50:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k788oJdk050643 for ; Tue, 8 Aug 2006 08:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k788oJYu050639; Tue, 8 Aug 2006 08:50:19 GMT (envelope-from gnats) Resent-Date: Tue, 8 Aug 2006 08:50:19 GMT Resent-Message-Id: <200608080850.k788oJYu050639@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Brandon Cash Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ADF716A4DD for ; Tue, 8 Aug 2006 08:44:04 +0000 (UTC) (envelope-from brandoncash@gmail.com) Received: from centrmmtao02.cox.net (centrmmtao02.cox.net [70.168.83.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3E4A43D58 for ; Tue, 8 Aug 2006 08:44:03 +0000 (GMT) (envelope-from brandoncash@gmail.com) Received: from bellerophon ([70.173.243.50]) by centrmmtao02.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with SMTP id <20060808084402.JFPJ22014.centrmmtao02.cox.net@bellerophon> for ; Tue, 8 Aug 2006 04:44:02 -0400 Received: by bellerophon (sSMTP sendmail emulation); Tue, 8 Aug 2006 03:44:02 -0500 Message-Id: <20060808084402.JFPJ22014.centrmmtao02.cox.net@bellerophon> Date: Tue, 8 Aug 2006 03:44:02 -0500 From: "Brandon Cash" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/101645: Update port: x11-themes/rezlooks Mark as BROKEN for 4.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brandon Cash List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 08:50:32 -0000 >Number: 101645 >Category: ports >Synopsis: Update port: x11-themes/rezlooks Mark as BROKEN for 4.x >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: Tue Aug 08 08:50:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Brandon Cash >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD bellerophon.home 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Wed Jun 28 07:22:34 CDT 2006 cai@bellerophon.home:/usr/obj/usr/src/sys/BELLEROPHON i386 >Description: This port does not build under FreeBSD 4.x, so it needs to be marked as BROKEN for this version, until it can be fixed. >How-To-Repeat: Attempt to build on 4.x >Fix: --- rezlooks.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # x11-themes/rezlooks/ # x11-themes/rezlooks/Makefile # x11-themes/rezlooks/distinfo # x11-themes/rezlooks/pkg-descr # x11-themes/rezlooks/pkg-plist # echo c - x11-themes/rezlooks/ mkdir -p x11-themes/rezlooks/ > /dev/null 2>&1 echo x - x11-themes/rezlooks/Makefile sed 's/^X//' >x11-themes/rezlooks/Makefile << 'END-of-x11-themes/rezlooks/Makefile' X# New ports collection makefile for: rezlooks X# Date created: 2006-07-02 X# Whom: brandoncash@gmail.com X# X# $FreeBSD: ports/x11-themes/rezlooks/Makefile,v 1.1 2006/07/05 02:40:47 ahze Exp $ X# X XPORTNAME= rezlooks XPORTVERSION= 0.6 XCATEGORIES= x11-themes XMASTER_SITES= http://www.gnome-look.org/content/files/ XDISTNAME= 39179-rezlooks-${PORTVERSION} X XMAINTAINER= brandoncash@gmail.com XCOMMENT= GTK+ 2.x engine based on Clearlooks X XWRKSRC= ${WRKDIR}/rezlooks-${PORTVERSION} X XGNU_CONFIGURE= yes XUSE_GNOME= gtk20 XUSE_X_PREFIX= yes X XOPTIONS+= ANIMATION "Animation support" On X X.include X X.if ${OSVERSION} < 500000 XBROKEN= does not build on 4.x X.endif X X.if !defined(WITHOUT_ANIMATION) XCONFIGURE_ARGS+= --enable-animation X.endif X X.include END-of-x11-themes/rezlooks/Makefile echo x - x11-themes/rezlooks/distinfo sed 's/^X//' >x11-themes/rezlooks/distinfo << 'END-of-x11-themes/rezlooks/distinfo' XMD5 (39179-rezlooks-0.6.tar.gz) = 87b768eb372dd5065f9e36bf10245ac7 XSHA256 (39179-rezlooks-0.6.tar.gz) = a7dbc45ba32b8f1f40a097d7bafbdff595464c4af16a5bbb9febf63d15cab699 XSIZE (39179-rezlooks-0.6.tar.gz) = 290016 END-of-x11-themes/rezlooks/distinfo echo x - x11-themes/rezlooks/pkg-descr sed 's/^X//' >x11-themes/rezlooks/pkg-descr << 'END-of-x11-themes/rezlooks/pkg-descr' XRezlooks is a GTK+2 theme engine based on the Cairo-enabled CVS Clearlooks Xengine code. X XWWW: http://www.gnome-look.org/content/show.php?content=39179 END-of-x11-themes/rezlooks/pkg-descr echo x - x11-themes/rezlooks/pkg-plist sed 's/^X//' >x11-themes/rezlooks/pkg-plist << 'END-of-x11-themes/rezlooks/pkg-plist' Xlib/gtk-2.0/%%GTK2_VERSION%%/engines/librezlooks.la Xlib/gtk-2.0/%%GTK2_VERSION%%/engines/librezlooks.so END-of-x11-themes/rezlooks/pkg-plist exit --- rezlooks.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: