From owner-freebsd-ports Wed Apr 14 19:22:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69D091513A for ; Wed, 14 Apr 1999 19:22:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA26022; Wed, 14 Apr 1999 19:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 19E8614C4F for ; Wed, 14 Apr 1999 19:12:25 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 3145816D9; Wed, 14 Apr 1999 19:10:00 -0700 (PDT) Message-Id: <19990415021000.3145816D9@norn.ca.eu.org> Date: Wed, 14 Apr 1999 19:10:00 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11143: Update x11-wm/flwm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11143 >Category: ports >Synopsis: Update x11-wm/flwm >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: Wed Apr 14 19:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: 4.0-CURRENT post-egcs >Description: Update from 0.19 to 0.22. Make it respect CXXFLAGS/CFLAGS files added: patch-aa patch-ab >How-To-Repeat: >Fix: Index: flwm/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/x11-wm/flwm/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/03/17 05:09:02 1.2 +++ Makefile 1999/04/15 01:49:54 @@ -1,16 +1,15 @@ # New ports collection makefile for: flwm -# Version required: 0.19 +# Version required: 0.22 # Date created: 12 February 1999 # Whom: Dima Sivachenko # # $Id: Makefile,v 1.2 1999/03/17 05:09:02 nectar Exp $ # -DISTNAME= flwm-0.19 +DISTNAME= flwm-0.22 CATEGORIES= x11-wm MASTER_SITES= http://www.cinenet.net/users/spitzak/flwm/ \ ftp://ftp.sai.msu.su/pub/X11/win_man/ -# ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ EXTRACT_SUFX= .tgz MAINTAINER= dima@chg.ru @@ -19,6 +18,7 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" MAN1= flwm.1 .include Index: flwm/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/x11-wm/flwm/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/03/15 01:14:36 1.1.1.1 +++ md5 1999/04/14 23:43:04 @@ -1 +1 @@ -MD5 (flwm-0.19.tgz) = 7d8f7abaa1e135e25df6358dedcd7394 +MD5 (flwm-0.22.tgz) = b1cf229d6e7b8907b153a04e47a14c0d Index: flwm/patches/patch-aa =================================================================== RCS file: patch-aa diff -N patch-aa --- /dev/null Wed Apr 14 18:59:30 1999 +++ patch-aa Wed Apr 14 18:51:07 1999 @@ -0,0 +1,11 @@ +--- Makefile.orig Wed Apr 14 18:50:44 1999 ++++ Makefile Wed Apr 14 18:50:51 1999 +@@ -5,7 +5,7 @@ + + CXXFILES = main.C Frame.C Rotated.C Menu.C FrameWindow.C Desktop.C Hotkeys.C + +-LIBS = -lfltk ++LIBS = -lfltk -lGL + + MANPAGE = 1 + Index: flwm/patches/patch-ab =================================================================== RCS file: patch-ab diff -N patch-ab --- /dev/null Wed Apr 14 18:59:30 1999 +++ patch-ab Wed Apr 14 18:56:38 1999 @@ -0,0 +1,26 @@ +--- configure.orig Wed Apr 14 18:54:10 1999 ++++ configure Wed Apr 14 18:56:19 1999 +@@ -813,9 +813,9 @@ + if test "$ac_test_CXXFLAGS" = set; then + CXXFLAGS="$ac_save_CXXFLAGS" + elif test $ac_cv_prog_cxx_g = yes; then +- CXXFLAGS="-g -O2" ++ CXXFLAGS="$CXXFLAGS" + else +- CXXFLAGS="-O2" ++ CXXFLAGS="$CXXFLAGS" + fi + else + GXX= +@@ -1805,9 +1805,9 @@ + if test -n "$GXX"; then + # GNU C compiler + # -Wno-return-type is necessary for Xlib header files on many systems: +- CFLAGS="-Wall -Wno-return-type -O2 $X_CFLAGS" ++ CFLAGS="-Wall -Wno-return-type $CFLAGS $X_CFLAGS" + CFLAGS_D="-Wall -Wno-return-type -g -DDEBUG $X_CFLAGS" +- CXXFLAGS="-Wall -Wno-return-type -O2 $X_CFLAGS" ++ CXXFLAGS="-Wall -Wno-return-type $CXXFLAGS $X_CFLAGS" + CXXFLAGS_D="-Wall -Wno-return-type -g -DDEBUG $X_CFLAGS" + else + if test "`(uname) 2>/dev/null`" = IRIX; then -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message