Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Nov 2000 04:13:54 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/22814: Update port: print/xmbibtex
Message-ID:  <20001113121354.38BCD37B4C5@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         22814
>Category:       ports
>Synopsis:       Update port: print/xmbibtex
>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:   Mon Nov 13 04:20:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Support CXX properly
- Fix compile error in 4-stable
- Fix Imakefile breakage under XFree86 4.x

New file:
files/patch-ac

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/print/xmbibtex/Makefile print/xmbibtex/Makefile
--- /usr/ports/print/xmbibtex/Makefile	Wed Nov  8 21:43:16 2000
+++ print/xmbibtex/Makefile	Sun Nov 12 19:32:28 2000
@@ -13,8 +13,9 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-USE_MOTIF=	yes
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
+
+USE_MOTIF=	yes
 USE_IMAKE=	yes
 NO_INSTALL_MANPAGES=	yes
 
diff -urN /usr/ports/print/xmbibtex/files/patch-aa print/xmbibtex/files/patch-aa
--- /usr/ports/print/xmbibtex/files/patch-aa	Thu Feb 19 00:45:31 1998
+++ print/xmbibtex/files/patch-aa	Sun Nov 12 20:19:29 2000
@@ -1,10 +1,11 @@
---- Imakefile.orig	Sat Oct 18 19:50:16 1997
-+++ Imakefile	Wed Feb 18 16:44:18 1998
-@@ -1,8 +1,8 @@
+--- Imakefile.orig	Sun Oct 19 02:50:16 1997
++++ Imakefile	Sun Nov 12 20:17:11 2000
+@@ -1,11 +1,11 @@
 -SYS_LIBRARIES = -lXm -lXt -lSM -lICE -lX11 -lXpm -lXext -lXmu
-+SYS_LIBRARIES = ${MOTIFLIB} -lXt -lSM -lICE -lX11 -lXpm -lXext -lXmu
- CC            = g++
+-CC            = g++
 -INCLUDES      = -I/usr/include/g++
++SYS_LIBRARIES = ${MOTIFLIB} -lXt -lSM -lICE -lX11 -lXpm -lXext -lXmu
++CC            = $(CXX)
 +XCOMM INCLUDES      = -I/usr/include/g++
  
 -BINDIR        = /usr/local/bin
@@ -12,3 +13,7 @@
  
  SRCS = biblio.cc mybiblio.cc refman.cc load_cb.cc save_cb.cc print_cb.cc c_refform.cc mystrstr.cc searchall_cb.cc ovid.cc spirs.cc inspec.cc pubmed.cc
  OBJS = biblio.o  mybiblio.o  refman.o  load_cb.o  save_cb.o  print_cb.o  c_refform.o  mystrstr.o  searchall_cb.o  ovid.o  spirs.o  inspec.o  pubmed.o
+ 
+-ComplexProgramTarget(xmbibtex)
++ComplexProgramTargetNoMan(xmbibtex)
+ InstallAppDefaults(XmBibTeX)
diff -urN /usr/ports/print/xmbibtex/files/patch-ac print/xmbibtex/files/patch-ac
--- /usr/ports/print/xmbibtex/files/patch-ac	Thu Jan  1 09:00:00 1970
+++ print/xmbibtex/files/patch-ac	Sun Nov 12 20:19:44 2000
@@ -0,0 +1,18 @@
+--- refman.cc.orig	Mon Jun 15 15:01:37 1998
++++ refman.cc	Sun Nov 12 20:10:06 2000
+@@ -3,7 +3,6 @@
+ /* Main Module            */
+ /* Last change 15.06.1998 */
+ 
+-#include <X11/Xmu/Editres.h>
+ #include <Xm/MainW.h>
+ #include <Xm/RowColumn.h>
+ #include <Xm/CascadeB.h>
+@@ -15,6 +14,7 @@
+ #include <Xm/Label.h>
+ #include <Xm/MessageB.h>
+ #include <Xm/Text.h>
++#include <X11/Xmu/Editres.h>
+ #include <stdio.h>
+ 
+ #include "nrutil.c"


>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?20001113121354.38BCD37B4C5>