From owner-freebsd-ports Sun May 5 14:11:48 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B78137B405 for ; Sun, 5 May 2002 14:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g45LA2V06426; Sun, 5 May 2002 14:10:02 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (nwww.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 87DB437B411 for ; Sun, 5 May 2002 14:03:47 -0700 (PDT) Received: from nwww.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g45L58hG081086 for ; Sun, 5 May 2002 14:05:08 -0700 (PDT) (envelope-from nobody@nwww.freebsd.org) Received: (from nobody@localhost) by nwww.freebsd.org (8.12.2/8.12.2/Submit) id g45L58vh081085; Sun, 5 May 2002 14:05:08 -0700 (PDT) Message-Id: <200205052105.g45L58vh081085@nwww.freebsd.org> Date: Sun, 5 May 2002 14:05:08 -0700 (PDT) From: David Johnson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/37776: Update port: misc/qbrew upgrade to qbrew-0.3.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37776 >Category: ports >Synopsis: Update port: misc/qbrew upgrade to qbrew-0.3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 05 14:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: David Johnson >Release: 4.5-RELEASE >Organization: >Environment: FreeBSD brandybuck.home 4.5-RELEASE FreeBSD 4.5-RELEASE #1: Sun Mar 17 15:25:15 PST 2002 root@brandybuck.home:/usr/src/sys/compile/BRANDYBUCK i386 >Description: Update misc/qbrew to version 0.3.1, and modify to build for either qt23 or qt30 >How-To-Repeat: >Fix: diff -ruN qbrew/Makefile qbrew.new/Makefile --- qbrew/Makefile Fri Mar 29 17:30:26 2002 +++ qbrew.new/Makefile Fri May 3 18:34:00 2002 @@ -6,14 +6,36 @@ # PORTNAME= qbrew -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= misc MASTER_SITES= http://www.usermode.org/code/ MAINTAINER= david@usermode.org -USE_QT_VER= 2 GNU_CONFIGURE= yes -USE_GMAKE= yes + +QT_VERSION?= 2 + +.if ${QT_VERSION} == "3" +USE_QT_VER= 3 +CONFIGURE_ARGS+=--enable-threads +pre-everything:: + @${ECHO_MSG} + @${ECHO_MSG} "Configuring for use with Qt 3.x libraries." + @${ECHO_MSG} "If you want to compile with Qt 2.x support," + @${ECHO_MSG} "hit Ctrl-C right now and use \"make QT_VERSION=2\"" + @${ECHO_MSG} +.else +USE_QT_VER= 2 +pre-everything:: + @${ECHO_MSG} + @${ECHO_MSG} "Configuring for use with Qt 2.x libraries." + @${ECHO_MSG} "If you want to compile with Qt 3.x support," + @${ECHO_MSG} "hit Ctrl-C right now and use \"make QT_VERSION=3\"" + @${ECHO_MSG} +.endif + +post-install: + strip ${PREFIX}/bin/qbrew .include diff -ruN qbrew/distinfo qbrew.new/distinfo --- qbrew/distinfo Fri Mar 29 17:30:26 2002 +++ qbrew.new/distinfo Thu May 2 21:21:52 2002 @@ -1 +1 @@ -MD5 (qbrew-0.3.0.tar.gz) = c9a4965fcda970d84d553b34593afda0 +MD5 (qbrew-0.3.1.tar.gz) = 49ad525f4aa29e144b00dbffc82757c7 diff -ruN qbrew/pkg-plist qbrew.new/pkg-plist --- qbrew/pkg-plist Fri Mar 29 17:30:26 2002 +++ qbrew.new/pkg-plist Thu May 2 21:31:11 2002 @@ -1,8 +1,4 @@ bin/qbrew -share/doc/qbrew/ChangeLog -share/doc/qbrew/LICENSE -share/doc/qbrew/README -share/doc/qbrew/TODO share/doc/qbrew/en/primer-design.html share/doc/qbrew/en/primer-equipment.html share/doc/qbrew/en/primer-firstbrew.html @@ -32,8 +28,12 @@ share/doc/qbrew/en/qbrew.docbook share/doc/qbrew/en/qbrew.dsl share/doc/qbrew/en/sqa.docbook +share/qbrew/LICENSE +share/qbrew/README +share/qbrew/paleale.qbrew share/qbrew/qbrew.xpm share/qbrew/qbrewdata -@dirrm share/qbrew +share/qbrew/stout.qbrew @dirrm share/doc/qbrew/en @dirrm share/doc/qbrew +@dirrm share/qbrew >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message