From owner-freebsd-ports Sat Jan 23 21:00:01 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA10114 for freebsd-ports-outgoing; Sat, 23 Jan 1999 21:00:01 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA10061 for ; Sat, 23 Jan 1999 21:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA27927; Sat, 23 Jan 1999 21:00:01 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09489; Sat, 23 Jan 1999 20:50:25 -0800 (PST) (envelope-from nobody) Message-Id: <199901240450.UAA09489@hub.freebsd.org> Date: Sat, 23 Jan 1999 20:50:25 -0800 (PST) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/9655: Update to xview-config port (x11-toolkits) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9655 >Category: ports >Synopsis: Update to xview-config port (x11-toolkits) >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: Sat Jan 23 21:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 2.2.7-R >Organization: U. Nacional de Colombia >Environment: >Description: I added mmap() and locale() support in the configuration scripts for XView, as well as more images. This configuration should be additional to the changes in xview-lib to obtain the desired result. This is the first step to get XView working as it should. >How-To-Repeat: >Fix: diff -rNc xview-config.old/patches/patch-ab xview-config/patches/patch-ab *** xview-config.old/patches/patch-ab Fri Jan 22 09:38:01 1999 --- xview-config/patches/patch-ab Sat Jan 23 10:18:00 1999 *************** *** 1,6 **** ! diff -rc ../old/xview3.2p1-X11R6/config/XView.cf XView.cf ! *** ../old/xview3.2p1-X11R6/config/XView.cf Sun Jun 26 22:09:19 1994 ! --- XView.cf Sun Nov 20 13:38:58 1994 *************** *** 101,107 **** * the appropriate value. --- 1,5 ---- ! *** XView.cf.orig Sun Jun 26 21:09:19 1994 ! --- XView.cf Fri Jan 22 09:49:36 1999 *************** *** 101,107 **** * the appropriate value. *************** *** 36,74 **** /* * If you would like the XView man pages to be installed in *************** ! *** 305,311 **** ! * malloc() and read() will be used instead. */ ! #ifndef OsHasMmap ! ! #define OsHasMmap YES #endif /* ! * The implementation of internationalization support in XView depends ! --- 305,311 ---- ! * malloc() and read() will be used instead. */ ! #ifndef OsHasMmap ! ! #define OsHasMmap NO #endif /* ! * The implementation of internationalization support in XView depends ! *************** ! *** 315,321 **** ! * features disabled. ! */ ! #ifndef OsHasLocale ! ! #define OsHasLocale YES ! #endif ! /* ! * There are number of memory allocation macros in lib/libxview/base.h ! --- 315,321 ---- ! * features disabled. ! */ ! #ifndef OsHasLocale ! ! #define OsHasLocale NO ! #endif ! /* ! * There are number of memory allocation macros in lib/libxview/base.h *************** *** 360,366 **** * be defined as -PIC --- 35,56 ---- /* * If you would like the XView man pages to be installed in *************** ! *** 259,265 **** ! * following variable to YES. */ ! #ifndef InstallAllImages ! ! #define InstallAllImages NO #endif /* ! * If you do not already have the textsw extras menu installed in ! --- 259,265 ---- ! * following variable to YES. */ ! #ifndef InstallAllImages ! ! #define InstallAllImages YES #endif /* ! * If you do not already have the textsw extras menu installed in *************** *** 360,366 **** * be defined as -PIC diff -rNc xview-config.old/patches/patch-ae xview-config/patches/patch-ae *** xview-config.old/patches/patch-ae Fri Jan 22 09:38:01 1999 --- xview-config/patches/patch-ae Fri Jan 22 09:48:49 1999 *************** *** 1,5 **** ! *** XView.tmpl.orig Mon Sep 21 14:35:22 1998 ! --- XView.tmpl Mon Sep 21 14:38:43 1998 *************** *** 96,102 **** * Work around small conflict with Project.tmpl file --- 1,5 ---- ! *** XView.tmpl.orig Sun Jun 26 21:10:00 1994 ! --- XView.tmpl Fri Jan 22 09:44:47 1999 *************** *** 96,102 **** * Work around small conflict with Project.tmpl file *************** *** 126,128 **** --- 126,151 ---- # define SharedXViewRev 3 #else # define SharedXViewRev 3.2 + *************** + *** 449,460 **** + * Include the XView specific makefile macros. + */ + + - /* This is just needed here because X11 is installed with gcc as + - a default compiler. + - lumpi@dobag.in-berlin.de + - + #undef CcCmd + #define CcCmd cc + ! #define LibraryCcCmd cc */ + #include + #endif /* XViewTmpl */ + --- 441,448 ---- + * Include the XView specific makefile macros. + */ + + #undef CcCmd + #define CcCmd cc + ! #define LibraryCcCmd cc + #include + #endif /* XViewTmpl */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message