Index: head/print/xmbibtex/Makefile =================================================================== --- head/print/xmbibtex/Makefile (revision 35083) +++ head/print/xmbibtex/Makefile (revision 35084) @@ -1,21 +1,22 @@ # New ports collection makefile for: xmbibtex # Date created: 06 Nov 1997 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= xmbibtex PORTVERSION= 1.5 CATEGORIES= print databases MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/tex MAINTAINER= ports@FreeBSD.org -USE_MOTIF= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src + +USE_MOTIF= yes USE_IMAKE= yes NO_INSTALL_MANPAGES= yes .include Property changes on: head/print/xmbibtex/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/print/xmbibtex/files/patch-aa =================================================================== --- head/print/xmbibtex/files/patch-aa (revision 35083) +++ head/print/xmbibtex/files/patch-aa (revision 35084) @@ -1,14 +1,19 @@ ---- 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 +XCOMM BINDIR = /usr/local/bin 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) Property changes on: head/print/xmbibtex/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/print/xmbibtex/files/patch-ac =================================================================== --- head/print/xmbibtex/files/patch-ac (nonexistent) +++ head/print/xmbibtex/files/patch-ac (revision 35084) @@ -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 + #include + #include + #include +@@ -15,6 +14,7 @@ + #include + #include + #include ++#include + #include + + #include "nrutil.c" Property changes on: head/print/xmbibtex/files/patch-ac ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property