Date: Sun, 16 Jan 2000 17:33:24 GMT From: sa264@cam.ac.uk To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16148: textproc/sp: default catalog file Message-ID: <200001161733.RAA12258@yamame.phy.cam.ac.uk>
next in thread | raw e-mail | index | archive | help
>Number: 16148 >Category: ports >Synopsis: textproc/sp: default catalog file >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 Jan 16 09:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: AMAKAWA Shuhei >Release: FreeBSD 3.4-RELEASE i386 >Organization: University of Cambridge >Environment: FreeBSD 3.4-RELEASE i386 ports-current >Description: Present SP port doesn't specify any catalog files, so users have to specify them by setting the environment variable SGML_CATALOG_FILES. The diff attached sets a default catalog to "/usr/local/share/sgml/catalog", which is the catalog file installed by textproc/dtd-catalogs. I'm not entirely sure if this really is a good idea, but should be convenient for novice users. >How-To-Repeat: >Fix: --- _patch-ab Sat Jan 15 11:19:00 2000 +++ patch-ab Sun Jan 16 16:24:54 2000 @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Oct 10 00:15:02 1998 -+++ Makefile Sat Jan 15 00:13:40 2000 +--- Makefile.orig Sat Oct 10 05:15:02 1998 ++++ Makefile Sun Jan 16 16:24:09 2000 @@ -1,11 +1,12 @@ # Copyright (c) 1994, 1995 James Clark # See the file COPYING for copying permission. @@ -15,6 +15,15 @@ # You might want to uncomment this on BSD systems #INSTALL=install +@@ -33,7 +34,7 @@ + # Add -Dsig_atomic_t=int on SunOS 4.1.x with g++ (or any other platform + # which doesn't appropriately define sig_atomic_t). + # Add -DJADE_MIF to include the Jade MIF backend +-XDEFINES= ++XDEFINES=-DSGML_CATALOG_FILES_DEFAULT=\"/usr/local/share/sgml/catalog\" + DEFINES=-DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE $(XDEFINES) + CXXFLAGS=-ansi $(DEBUG) $(WARN) + # Flag to pass to CXX to make it output list of dependencies as a Makefile. @@ -48,14 +49,14 @@ # If you defined SP_HAVE_SOCKET, add any libraries that are needed for sockets # -lsocket -lnsl needed on Solaris 2.x >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001161733.RAA12258>