1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Rename all files containing a : in their filename.

While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-06-17 23:28:04 +00:00
parent 77a17abea6
commit 1a8a092d9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417041
413 changed files with 1353 additions and 1411 deletions

View File

@ -1,5 +1,5 @@
--- src/libprojection/ProjectionBonne.cpp.orig Wed Dec 8 14:56:51 2004
+++ src/libprojection/ProjectionBonne.cpp Wed Dec 8 14:57:11 2004
--- src/libprojection/ProjectionBonne.cpp.orig 2006-03-26 05:03:20 UTC
+++ src/libprojection/ProjectionBonne.cpp
@@ -7,6 +7,8 @@
http://www.atnf.csiro.au/~mcalabre/WCS
*/
@ -7,10 +7,10 @@
+#include <stdio.h>
+
#include <cmath>
#include <cstdio>
#include <sstream>
#include <vector>
--- src/libprojection/ProjectionGnomonic.cpp.orig Wed Dec 8 14:57:44 2004
+++ src/libprojection/ProjectionGnomonic.cpp Wed Dec 8 14:57:58 2004
--- src/libprojection/ProjectionGnomonic.cpp.orig 2006-03-26 05:03:20 UTC
+++ src/libprojection/ProjectionGnomonic.cpp
@@ -7,6 +7,8 @@
http://www.atnf.csiro.au/~mcalabre/WCS
*/
@ -18,13 +18,14 @@
+#include <stdio.h>
+
#include <cmath>
#include <cstdio>
#include <sstream>
using namespace std;
--- src/libprojection/ProjectionMercator.cpp.orig Wed Dec 8 14:58:26 2004
+++ src/libprojection/ProjectionMercator.cpp Wed Dec 8 14:58:46 2004
@@ -1,3 +1,5 @@
--- src/libprojection/ProjectionMercator.cpp.orig 2006-03-26 05:03:20 UTC
+++ src/libprojection/ProjectionMercator.cpp
@@ -1,4 +1,6 @@
#include <cmath>
+#include <stdio.h>
+
#include <cmath>
#include <cstdio>
#include <sstream>
using namespace std;

View File

@ -1,6 +1,6 @@
--- src/libprojection/ProjectionIcosagnomonic.cpp.orig Tue Jun 14 22:10:36 2005
+++ src/libprojection/ProjectionIcosagnomonic.cpp Wed Jun 29 20:11:58 2005
@@ -26,6 +26,19 @@
--- src/libprojection/ProjectionIcosagnomonic.cpp.orig 2009-04-16 15:10:08 UTC
+++ src/libprojection/ProjectionIcosagnomonic.cpp
@@ -26,6 +26,19 @@ using namespace std;
#define THIGH 3
#define RATIO (((THIGH)*sqrt(3.0)/2)/(TWIDE))

View File

@ -1,6 +1,6 @@
--- src/readConfig.cpp.orig Mon May 24 09:11:26 2004
+++ src/readConfig.cpp Mon May 24 09:11:45 2004
@@ -2,6 +2,7 @@
--- src/readConfig.cpp.orig 2012-03-03 03:20:05 UTC
+++ src/readConfig.cpp
@@ -4,6 +4,7 @@
#include <fstream>
#include <sstream>
#include <string>

View File

@ -1,6 +1,7 @@
--- Makefile.orig Sun Dec 19 01:29:33 2004
+++ Makefile Sun Dec 19 01:32:06 2004
@@ -30,8 +30,6 @@
--- Makefile.orig 1999-07-28 22:05:02 UTC
+++ Makefile
@@ -30,9 +30,7 @@
##############################################################################
ID="@(#)Makefile:3.9 -- 5/15/91 19:30:15";
SHELL = /bin/sh
-#HZ = ???? #(read from environment)

View File

@ -1,6 +1,6 @@
--- Run.orig Sun Dec 19 01:34:20 2004
+++ Run Sun Dec 19 01:39:54 2004
@@ -88,11 +88,11 @@
--- Run.orig 1999-07-28 22:04:47 UTC
+++ Run
@@ -88,11 +88,11 @@ else
fi
# check that the required files are in the proper places
@ -17,7 +17,7 @@
# establish full paths to directories
@@ -114,7 +114,7 @@
@@ -114,7 +114,7 @@ cd $SCRPDIR
SCRPDIR=`pwd`
cd $_WD
@ -26,7 +26,7 @@
cd $TMPDIR
TMPDIR=`pwd`
cd $_WD
@@ -367,10 +367,11 @@
@@ -367,10 +367,11 @@ do # line argument processing
C)
logmsg="C Compiler Throughput"
prog="looper ${looper-60} ${CC} cctest.c"
@ -39,7 +39,7 @@
;;
arithoh)
@@ -385,8 +386,8 @@
@@ -385,8 +386,8 @@ do # line argument processing
dc)
logmsg="Dc: sqrt(2) to 99 decimal places"
@ -50,7 +50,7 @@
stdout=/dev/null
cleanopt="-m $TMPTIMES"
;;
@@ -508,7 +509,7 @@
@@ -508,7 +509,7 @@ do # line argument processing
########### some specific cleanup routines ##############
case $bench in
C)

View File

@ -1,6 +1,6 @@
--- pgms/cleanup.sh.orig Sun Dec 19 01:42:45 2004
+++ pgms/cleanup.sh Sun Dec 19 01:43:00 2004
@@ -107,8 +107,8 @@
--- pgms/cleanup.sh.orig 1997-09-13 02:01:19 UTC
+++ pgms/cleanup.sh
@@ -107,8 +107,8 @@ do
;;
-r) # reason for failure

View File

@ -1,5 +1,5 @@
--- pgms/multi.sh.orig Sun Dec 19 01:44:14 2004
+++ pgms/multi.sh Sun Dec 19 01:44:24 2004
--- pgms/multi.sh.orig 1995-11-28 00:19:10 UTC
+++ pgms/multi.sh
@@ -14,6 +14,7 @@
#
###############################################################################

View File

@ -1,5 +1,5 @@
--- pgms/tst.sh.orig Sun Dec 19 01:41:24 2004
+++ pgms/tst.sh Sun Dec 19 01:41:49 2004
--- pgms/tst.sh.orig 1995-11-27 17:07:03 UTC
+++ pgms/tst.sh
@@ -14,7 +14,7 @@
#
###############################################################################

View File

@ -1,5 +1,5 @@
--- src/dhry_1.c.orig Sun Dec 19 01:45:10 2004
+++ src/dhry_1.c Sun Dec 19 01:45:59 2004
--- src/dhry_1.c.orig 1999-07-28 21:43:08 UTC
+++ src/dhry_1.c
@@ -34,6 +34,7 @@
***************************************************************************/
char SCCSid[] = "@(#) @(#)dhry_1.c:3.4 -- 5/15/91 19:30:21";
@ -8,7 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -81,7 +82,7 @@
@@ -81,7 +82,7 @@ extern int times ();
/* Measurements should last at least about 2 seconds */
#endif
#ifdef TIME

View File

@ -1,6 +1,6 @@
--- src/execl.c.orig Wed Jul 28 23:46:58 1999
+++ src/execl.c Fri Mar 23 09:20:36 2007
@@ -88,7 +88,7 @@
--- src/execl.c.orig 1999-07-28 21:46:58 UTC
+++ src/execl.c
@@ -88,7 +88,7 @@ char *argv[];
fprintf(stderr, "%lu loops\n", iter);
exit(0);
}

View File

@ -1,5 +1,5 @@
--- doc/Makefile.in.orig 2008-03-11 19:54:15.000000000 +0100
+++ doc/Makefile.in 2013-11-04 06:57:00.000000000 +0100
--- doc/Makefile.in.orig 2008-03-11 18:54:15 UTC
+++ doc/Makefile.in
@@ -602,10 +602,10 @@ uninstall-am: uninstall-dvi-am uninstall
uninstall-pdf-am uninstall-ps-am

View File

@ -1,5 +1,5 @@
--- src/args.c.orig 2008-03-11 19:50:42.000000000 +0100
+++ src/args.c 2013-11-04 07:16:35.000000000 +0100
--- src/args.c.orig 2008-03-11 18:50:42 UTC
+++ src/args.c
@@ -163,6 +163,7 @@ static int exp_hnl = 0;
static int exp_i = 0;
static int exp_il = 0;

View File

@ -1,5 +1,5 @@
--- src/indent.h.orig 2008-03-11 19:50:42.000000000 +0100
+++ src/indent.h 2013-11-04 06:57:00.000000000 +0100
--- src/indent.h.orig 2008-03-11 18:50:42 UTC
+++ src/indent.h
@@ -135,9 +135,9 @@ typedef enum bb_code
bb_cast
} bb_code_ty;

View File

@ -1,5 +1,5 @@
--- src/output.c.orig 2008-03-11 19:50:42.000000000 +0100
+++ src/output.c 2010-06-27 16:29:17.000000000 +0200
--- src/output.c.orig 2008-03-11 18:50:42 UTC
+++ src/output.c
@@ -71,7 +71,7 @@
RCSTAG_CC ("$Id$");

View File

@ -1,6 +1,6 @@
--- jclass/Makefile.in.orig Wed May 5 09:23:09 2004
+++ jclass/Makefile.in Wed May 5 09:23:17 2004
@@ -156,7 +156,7 @@
--- jclass/Makefile.in.orig 2004-07-10 15:20:53 UTC
+++ jclass/Makefile.in
@@ -156,7 +156,7 @@ INCLUDES =
lib_LTLIBRARIES = libjclass.la
libjclass_la_LDFLAGS = -no-undefined -version-info @JCLASS_CURRENT@:@JCLASS_RELEASE@:@JCLASS_AGE@

View File

@ -1,12 +0,0 @@
--- lib/Test/Reporter.pm.orig Wed Dec 29 21:41:54 2004
+++ lib/Test/Reporter.pm Wed Dec 29 22:21:27 2004
@@ -246,7 +246,8 @@
my($fh, $file); unless ($fh = $_[0]) {
$file = "$dir/$grade.$distribution.$Config{archname}.$Config{osvers}.${\(time)}.$$.rpt";
warn $file if $self->debug();
- open $fh, ">$file" or die __PACKAGE__, ": Can't open report file '$file': $!";
+ open FH, ">$file" or die __PACKAGE__, ": Can't open report file '$file': $!";
+ $fh = \*FH;
}
print $fh "From: $from\n";
print $fh "Subject: $subject\n";

View File

@ -1,6 +1,6 @@
--- config.tmpl.orig Thu Jun 4 18:59:37 1998
+++ config.tmpl Thu Jun 4 18:59:55 1998
@@ -16,7 +16,7 @@
--- config.tmpl.orig 1998-04-04 14:58:33 UTC
+++ config.tmpl
@@ -16,7 +16,7 @@ XCOMM CC = gcc
XCOMM CDEBUGFLAGS = -g -Wall
XCOMM CCOPTIONS =
INLINE =
@ -9,7 +9,7 @@
LEX = flex
XCOMM ----------- Making shared object options
@@ -25,7 +25,7 @@
@@ -25,7 +25,7 @@ XCOMM compile shared object
XCOMM PICFLAG = -fpic -DPIC
XCOMM for BSD
@ -18,7 +18,7 @@
XCOMM for Linux
XCOMM SYS_LIBRARIES += -rdynamic -ldl
@@ -35,7 +35,7 @@
@@ -35,7 +35,7 @@ XCOMM for SunOS 4.1.x
XCOMM SHAREFLAGS =
XCOMM for Other OSs (don't make modules) Ex. SunOS 5.0

View File

@ -1,6 +1,6 @@
--- html/frame_add.c.orig Sun Aug 22 18:00:16 2004
+++ html/frame_add.c Sun Aug 22 18:00:27 2004
@@ -215,7 +215,7 @@
--- html/frame_add.c.orig 1997-12-26 02:41:29 UTC
+++ html/frame_add.c
@@ -215,7 +215,7 @@ frame_add_lf(Frame *f, int mode)
case SSTERM_LENGTH_PX:
bfi->next_linesep = bsi->line_height.num - linesep;
break;

View File

@ -1,6 +1,6 @@
--- html/style_term.c.orig Sun Aug 22 17:59:45 2004
+++ html/style_term.c Sun Aug 22 17:59:56 2004
@@ -102,6 +102,7 @@
--- html/style_term.c.orig 1998-04-04 14:58:33 UTC
+++ html/style_term.c
@@ -102,6 +102,7 @@ dummy(SSTerm *t)
case SSTERM_HEXCOLOR:
case SSTERM_URL:
case SSTERM_RGB:

View File

@ -1,6 +1,6 @@
--- html/style_y.y.orig Sun Aug 22 17:59:06 2004
+++ html/style_y.y Sun Aug 22 17:59:22 2004
@@ -255,7 +255,8 @@
--- html/style_y.y.orig 1998-04-04 14:58:33 UTC
+++ html/style_y.y
@@ -255,7 +255,8 @@ term
case SSTERM_HEXCOLOR:
case SSTERM_URL:
case SSTERM_RGB:

View File

@ -1,5 +1,5 @@
--- locale/mywchar.h.old Mon Dec 22 13:20:04 1997
+++ locale/mywchar.h Tue Oct 15 16:19:11 2002
--- locale/mywchar.h.orig 1997-12-22 04:20:04 UTC
+++ locale/mywchar.h
@@ -10,7 +10,9 @@
#endif

View File

@ -1,6 +1,6 @@
--- pixmaps/Makefile.in.orig Fri Dec 5 23:02:55 2003
+++ pixmaps/Makefile.in Fri Dec 5 23:03:06 2003
@@ -67,7 +67,7 @@
--- pixmaps/Makefile.in.orig 2003-05-07 15:10:47 UTC
+++ pixmaps/Makefile.in
@@ -67,7 +67,7 @@ PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
VERSION = @VERSION@

View File

@ -1,17 +0,0 @@
--- src/classes/psExporter.cc.orig Mon Aug 9 09:31:11 2004
+++ src/classes/psExporter.cc Mon Aug 9 09:31:38 2004
@@ -1,4 +1,5 @@
#include "psExporter.h"
+#include <cstdlib>
psExporter::psExporter(char *what_file, nodes *what_nodes) {
@@ -26,7 +27,7 @@
void psExporter::write_headers(FILE *outfile) {
char *line = new char[200];
- sprintf(line, "\%!PS-Adobe-1.0\n%%%%BoundingBox: 0 0 %d %d\n%%%%DocumentFonts: Helvetica\n%%%%Pages: 1\n",
+ sprintf(line, "%%!PS-Adobe-1.0\n%%%%BoundingBox: 0 0 %d %d\n%%%%DocumentFonts: Helvetica\n%%%%Pages: 1\n",
translatexcoord((double) biggest_x) + 2 * margin,
translateycoord((double) biggest_y) + 2 * margin);
fwrite(line, strlen(line), 1, outfile);

View File

@ -1,4 +1,4 @@
--- src/classes/dotImporter.cc.orig
--- src/classes/dotImporter.cc.orig 2003-03-20 07:37:55 UTC
+++ src/classes/dotImporter.cc
@@ -1,5 +1,6 @@
#include "dotImporter.h"

View File

@ -1,4 +1,4 @@
--- src/classes/optFileReader.cc.orig
--- src/classes/optFileReader.cc.orig 2003-03-20 07:42:59 UTC
+++ src/classes/optFileReader.cc
@@ -1,5 +1,6 @@
#include "optFileReader.h"

View File

@ -1,10 +1,19 @@
--- src/classes/psExporter.cc.intermediate 2015-09-20 01:43:24 UTC
--- src/classes/psExporter.cc.orig 2003-04-18 04:47:40 UTC
+++ src/classes/psExporter.cc
@@ -1,6 +1,6 @@
@@ -1,5 +1,6 @@
#include "psExporter.h"
#include <cstdlib>
-
+#include <cstdlib>
+#include <cstring>
psExporter::psExporter(char *what_file, nodes *what_nodes) {
filename = strdup(what_file);
@@ -26,7 +27,7 @@ void psExporter::do_export() {
void psExporter::write_headers(FILE *outfile) {
char *line = new char[200];
- sprintf(line, "\%!PS-Adobe-1.0\n%%%%BoundingBox: 0 0 %d %d\n%%%%DocumentFonts: Helvetica\n%%%%Pages: 1\n",
+ sprintf(line, "%%!PS-Adobe-1.0\n%%%%BoundingBox: 0 0 %d %d\n%%%%DocumentFonts: Helvetica\n%%%%Pages: 1\n",
translatexcoord((double) biggest_x) + 2 * margin,
translateycoord((double) biggest_y) + 2 * margin);
fwrite(line, strlen(line), 1, outfile);

View File

@ -1,6 +1,6 @@
--- src/main.cc.orig Fri Dec 5 22:57:02 2003
+++ src/main.cc Fri Dec 5 22:57:20 2003
@@ -18,7 +18,7 @@
--- src/main.cc.orig 2003-05-07 15:06:31 UTC
+++ src/main.cc
@@ -18,7 +18,7 @@ int main (int argc, char *argv[]) {
gtk_set_locale ();
gtk_init (&argc, &argv);

View File

@ -1,6 +1,6 @@
--- Makefile.in.orig 2008-06-19 05:34:51.000000000 +0900
+++ Makefile.in 2008-06-26 21:27:22.000000000 +0900
@@ -81,7 +81,7 @@
--- Makefile.in.orig 2011-01-15 05:52:22 UTC
+++ Makefile.in
@@ -83,7 +83,7 @@ CP = @CP@
MV = @MV@
RM = @RM@
RMF = @RM@ -f
@ -9,7 +9,7 @@
FIND = @FIND@
XARGS = @XARGS@
LDCONFIG = @LDCONFIG@
@@ -94,16 +94,16 @@
@@ -96,16 +96,16 @@ YACCFLAGS = -d
LEXFLAGS =
INSTALL = @INSTALL@
@ -32,7 +32,7 @@
USER_LD_FLAGS = @user_ldflags@
LIBS_X = @x_libs@
@@ -122,7 +122,7 @@
@@ -124,7 +124,7 @@ AFTER_BIN_DIR = $(DESTDIR)@bindir@
AFTER_MAN_DIR = $(DESTDIR)@mandir@/man3
AFTER_APP_MAN_DIR = $(DESTDIR)@mandir@/man1
AFTER_SHAREDIR = $(DESTDIR)@datadir@/$(LIB_DIR_NAME)
@ -41,7 +41,7 @@
# We want to build both static and dynamic libs, as some service apps may need
# static library as they gets run at compile time (ASDocGen for example)
@@ -163,11 +163,10 @@
@@ -165,11 +165,10 @@ install.static: mkdir
install.script:
install.dyn: mkdir
@ -56,7 +56,7 @@
$(LN_S) -f $(LIB_SHARED).$(LIBVERMAJOR) $(LIBDIR)/$(LIB_SHARED); \
if test `uname` = "Linux"; then \
if test $(LIBDIR) = "/lib" || test $(LIBDIR) = "/usr/lib"; then \
@@ -391,11 +390,8 @@
@@ -393,11 +392,8 @@ $(LIB_SHARED_CYG): $(LIB_OBJS) $(LIB_INC
$(LIB_SHARED): $(LIB_SHARED).$(LIBVERMAJOR)
$(LN_S) -f $(LIB_SHARED).$(LIBVERMAJOR) $(LIB_SHARED)
@ -70,7 +70,7 @@
$(LIB_OBJS)
install.man:
@@ -421,7 +417,7 @@
@@ -423,7 +419,7 @@ install.doc:
cd ../..; \
fi

View File

@ -1,6 +1,6 @@
--- ./apps/Makefile.in.orig Thu Aug 2 07:09:02 2007
+++ ./apps/Makefile.in Sun Aug 5 21:11:50 2007
@@ -13,14 +13,14 @@
--- apps/Makefile.in.orig 2011-01-15 05:52:22 UTC
+++ apps/Makefile.in
@@ -13,14 +13,14 @@ CP = @CP@
MV = @MV@
RM = @RM@
RMF = @RM@ -f
@ -18,7 +18,7 @@
INCS_X = @X_CFLAGS@
INCS_PRIVATE =
@@ -30,7 +30,7 @@
@@ -30,7 +30,7 @@ USER_LD_FLAGS = @user_ldflags@
LIBS_X = @x_libs@
LIBS_XEXTS =
LIBS_AFTERIMAGE = @AFTERIMAGE_APPS_LIBS@

View File

@ -1,6 +1,6 @@
--- export.c
--- export.c.orig 2011-01-15 05:52:22 UTC
+++ export.c
@@ -496,7 +496,7 @@
@@ -496,7 +496,7 @@ ASImage2png_int ( ASImage *im, void *dat
png_ptr = png_create_write_struct( PNG_LIBPNG_VER_STRING, NULL, NULL, NULL );
if ( png_ptr != NULL )
if( (info_ptr = png_create_info_struct(png_ptr)) != NULL )
@ -9,9 +9,9 @@
{
png_destroy_info_struct(png_ptr, (png_infopp) &info_ptr);
info_ptr = NULL ;
--- import.c
--- import.c.orig 2011-01-15 05:52:22 UTC
+++ import.c
@@ -1251,7 +1251,7 @@
@@ -1251,7 +1251,7 @@ png2ASImage_int( void *data, png_rw_ptr
* the normal method of doing things with libpng). REQUIRED unless you
* set up your own error handlers in the png_create_read_struct() earlier.
*/
@ -20,7 +20,7 @@
{
ASFlagType rgb_flags = ASStorage_RLEDiffCompress|ASStorage_32Bit ;
@@ -1468,7 +1468,7 @@
@@ -1468,7 +1468,7 @@ typedef struct ASImPNGReadBuffer
static void asim_png_read_data(png_structp png_ptr, png_bytep data, png_size_t length)
{

View File

@ -21,7 +21,7 @@ NO_ARCH= yes
OPTIONS_DEFINE= DOCS
pre-patch:
post-extract:
@${CP} ${DISTDIR}/${DIST_SUBDIR}/pstoepsi ${WRKSRC}/pstoepsi.prefix
@${CP} ${DISTDIR}/${DIST_SUBDIR}/README.this-site ${WRKSRC}

View File

@ -1,6 +1,6 @@
--- pstoepsi.prefix.orig Mon Jul 22 19:41:04 2002
+++ pstoepsi.prefix Mon Jul 22 19:40:51 2002
@@ -33,10 +33,10 @@
--- pstoepsi.prefix.orig 2016-06-17 22:43:43 UTC
+++ pstoepsi.prefix
@@ -33,10 +33,10 @@ USAGE="Usage: $0 [ -gs | -news ] [ -stri
<file>.ps <file>.epsi"
########################## Edit these variables #####################

View File

@ -9,9 +9,9 @@ MAINTAINER= nobutaka@FreeBSD.org
COMMENT= X11 terminal emulator based on rxvt/xterm that supports Japanese
EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-configure \
${.CURDIR}/files/extra-patch-src:command.c \
${.CURDIR}/files/extra-patch-src:defaultfont.h \
${.CURDIR}/files/extra-patch-src:feature.h
${.CURDIR}/files/extra-patch-src_command.c \
${.CURDIR}/files/extra-patch-src_defaultfont.h \
${.CURDIR}/files/extra-patch-src_feature.h
CONFIGURE_ARGS= --enable-trans --enable-utmp \
--enable-xim --with-theme-update \

View File

@ -1,6 +1,6 @@
--- src/multiskkserv-ctl.c.orig Sun Jan 13 06:10:13 2002
+++ src/multiskkserv-ctl.c Fri Aug 13 19:50:45 2004
@@ -168,7 +168,7 @@
--- src/multiskkserv-ctl.c.orig 2002-01-12 21:10:13 UTC
+++ src/multiskkserv-ctl.c
@@ -168,7 +168,7 @@ show_stat(char *remote, int port, int fa
char rbuf[SKKSERV_REQUEST_SIZE];
if ((sock = socket_connect(remote, &sstr, port, (char *)SKKSERV_SERVICE, family)) < 0) {

View File

@ -29,14 +29,10 @@ LDFLAGS+= -lm -lreadline -lncurses
USES+= tk
CFLAGS+= -I${TK_INCLUDEDIR} -I${TCL_INCLUDEDIR} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -ltk${TK_SHLIB_VER} -ltcl${TCL_SHLIB_VER} -lTix8.4.3
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_prelude.h
.endif
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
INSTBIN=${PREFIX}/bin INSTLIB=${PREFIX}/lib/ohugs
post-patch:
.if empty(PORT_OPTIONS:MX11)
@${PATCH} ${PATCH_ARGS} < ${FILESDIR}/extra-patch-src::prelude.h
.endif
.include <bsd.port.mk>

View File

@ -1,6 +1,6 @@
--- Makefile.orig 2014-02-20 12:06:18.000000000 +0100
+++ Makefile 2014-02-20 12:08:16.000000000 +0100
@@ -5,14 +5,14 @@
--- Makefile.orig 2000-09-13 22:17:47 UTC
+++ Makefile
@@ -5,14 +5,14 @@ all:
cd src; make
install: ohugs

View File

@ -1,6 +1,6 @@
--- src/omonad.c.orig
--- src/omonad.c.orig 2001-01-31 00:18:40 UTC
+++ src/omonad.c
@@ -526,7 +526,7 @@
@@ -526,7 +526,7 @@ typedef int socklen_t;
static int maxfd = -1;

View File

@ -1,6 +1,6 @@
--- src/parser.y.orig Thu Nov 30 00:13:01 2000
+++ src/parser.y Wed Mar 5 18:53:02 2003
@@ -564,7 +564,7 @@
--- src/parser.y.orig 2000-11-29 23:13:01 UTC
+++ src/parser.y
@@ -564,7 +564,7 @@ gen : mexp FROM exp
handle : HANDLE beg malts end {$$ = gc4(rev($3));}
;
ohandle : handle {$$ = $1;}

View File

@ -1,5 +1,5 @@
--- src/prelude.h.orig Wed Jan 31 01:18:40 2001
+++ src/prelude.h Wed Mar 5 18:53:02 2003
--- src/prelude.h.orig 2016-06-17 23:19:53 UTC
+++ src/prelude.h
@@ -22,7 +22,7 @@
* update the source.
*-------------------------------------------------------------------------*/

View File

@ -1,6 +1,6 @@
--- src/tkhaskell.c.orig 2014-02-20 12:00:29.000000000 +0100
+++ src/tkhaskell.c 2014-02-20 12:02:44.000000000 +0100
@@ -160,17 +160,17 @@
--- src/tkhaskell.c.orig 2001-01-28 06:02:45 UTC
+++ src/tkhaskell.c
@@ -160,17 +160,17 @@ static Int c_primInitTcl () {
Tcl_SetVar(interp, "tcl_interactive", "0", TCL_GLOBAL_ONLY);
if (Tcl_Init(interp) == TCL_ERROR) {
@ -21,7 +21,7 @@
return FALSE;
}
#endif
@@ -242,17 +242,17 @@
@@ -242,17 +242,17 @@ static String executeTcl (cmd)
String cmd; {
char errmsg[200];
if (Tcl_Eval(interp,cmd) != TCL_OK) {

View File

@ -1,6 +1,6 @@
--- src/type.c.orig Fri Jan 21 12:05:35 2005
+++ src/type.c Fri Jan 21 12:05:47 2005
@@ -1165,7 +1165,7 @@
--- src/type.c.orig 2000-12-06 09:23:55 UTC
+++ src/type.c
@@ -1165,7 +1165,7 @@ Type t; {
break;
case QUAL : snd(snd(t)) = freshSig(snd(snd(t)));
break;

View File

@ -99,8 +99,8 @@ AUTOSIEVE_BROKEN= Not buildable with autosieve patch
DRAC_EXTRA_PATCHES= ${WRKSRC}/contrib/drac_auth.patch \
${FILESDIR}/extra-patch-configure.in \
${FILESDIR}/extra-patch-cmulocal::ucdsnmp.m4 \
${FILESDIR}/extra-patch-cmulocal::sasl2.m4
${FILESDIR}/extra-patch-cmulocal_ucdsnmp.m4 \
${FILESDIR}/extra-patch-cmulocal_sasl2.m4
DRAC_USE= AUTOTOOLS=autoconf,autoheader
MANDIRS= ${CYRUS_PREFIX}/man

View File

@ -109,7 +109,7 @@ AUTOSIEVE_PATCH_SITES= LOCAL/mm:autosieve
AUTOSIEVE_PATCHFILES= ${PORTNAME}-2.4.12-autosieve-${AUTOSIEVE_VERSION}.patch:-p1:autosieve
AUTOSIEVE_EXTRA_PATCHES=${FILESDIR}/extra-patch-imap__lmtp_sieve.c
DRAC_EXTRA_PATCHES= ${FILESDIR}/extra-patch-cmulocal::sasl2.m4
DRAC_EXTRA_PATCHES= ${FILESDIR}/extra-patch-cmulocal_sasl2.m4
DRAC_USE= AUTOTOOLS=autoconf,autoheader
MANDIRS= ${CYRUS_PREFIX}/man

View File

@ -21,7 +21,6 @@ CONFLICTS= wanderlust-*-2.15.*
OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
EMACS_W3M_PORT_NAME?= emacs-w3m
EMACS_W3M_LISP_FILE?= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/w3m/shimbun.el

View File

@ -1,22 +0,0 @@
--- elmo/elmo-version.el.orig Sun Nov 27 22:34:49 2005
+++ elmo/elmo-version.el Sun Nov 27 22:41:22 2005
@@ -42,6 +42,19 @@
;; Don't forget to check `wl-version.el' and Info.
(product-define "ELMO" nil '(2 14 0)))
+(defun product-version-as-string (product)
+ "Return version number of product as a string.
+PRODUCT is a product structure which returned by `product-define'.
+If optional argument UPDATE is non-nil, then regenerate
+`produce-version-string' from `product-version'."
+ (setq product (product-find product))
+ (or (product-version-string product)
+ (and (product-version product)
+ (product-set-version-string product
+ (mapconcat (function int-to-string)
+ (product-version product)
+ ".")))))
+
;; set version-string
(product-version-as-string 'elmo-version)

View File

@ -88,7 +88,7 @@ CONFIGURE_ARGS+=--with-dummy-values
.endif
.if ! ${PORT_OPTIONS:MTKMIB}
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-local:Makefile.in
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-local_Makefile.in
PLIST_SUB+= WITH_TKMIB="@comment "
.else
RUN_DEPENDS+= p5-Tk>=0:x11-toolkits/p5-Tk

View File

@ -14,7 +14,7 @@ COMMENT= The networking library used in UNIX Network Programming Volume 1 2e
USES= gmake
GNU_CONFIGURE= yes
pre-patch:
post-extract:
@${CP} ${WRKSRC}/lib/wrapsock.c ${WRKSRC}/lib/wrapsock_r.c
post-configure:

View File

@ -1,6 +1,6 @@
--- Make.defines.in.orig Thu Jun 12 16:20:21 1997
+++ Make.defines.in Thu Sep 30 10:13:57 1999
@@ -17,6 +17,7 @@
--- Make.defines.in.orig 1997-06-12 20:20:21 UTC
+++ Make.defines.in
@@ -17,6 +17,7 @@ RANLIB = @RANLIB@
# Following is the main library, built from all the object files
# in the lib/ and libfree/ directories.
LIBUNP_NAME = @LIBUNP_NAME@
@ -8,7 +8,7 @@
# Following is the XTI library, built from all the object files
# in the libxti/ directory.
@@ -24,6 +25,7 @@
@@ -24,6 +25,7 @@ LIBUNPXTI_NAME = @LIBUNPXTI_NAME@
# Following are all the object files to create in the lib/ directory.
LIB_OBJS = @LIB_OBJS@

View File

@ -1,5 +1,5 @@
--- Makefile.in.orig Fri Apr 11 18:42:26 1997
+++ Makefile.in Thu Sep 30 09:51:16 1999
--- Makefile.in.orig 1997-04-11 22:42:26 UTC
+++ Makefile.in
@@ -1,8 +1,13 @@
include ./Make.defines

View File

@ -1,6 +1,6 @@
--- configure.orig Thu Jul 10 11:19:39 1997
+++ configure Thu Sep 30 12:29:28 1999
@@ -1101,10 +1101,12 @@
--- configure.orig 1997-07-10 15:19:39 UTC
+++ configure
@@ -1101,10 +1101,12 @@ if test -f $HOME/libunp.a ; then
echo "$ac_t""yes" 1>&6
LIBUNP="$HOME/libunp.a"
LIBUNP_NAME=$HOME/libunp.a
@ -13,7 +13,7 @@
fi
echo $ac_n "checking for $HOME/libunpxti.a""... $ac_c" 1>&6
@@ -4288,7 +4290,6 @@
@@ -4288,7 +4290,6 @@ LIB_OBJS="$LIB_OBJS udp_client.o"
LIB_OBJS="$LIB_OBJS udp_connect.o"
LIB_OBJS="$LIB_OBJS udp_server.o"
LIB_OBJS="$LIB_OBJS wraplib.o"
@ -21,7 +21,7 @@
LIB_OBJS="$LIB_OBJS wrapstdio.o"
if test "$ac_cv_header_pthread_h" = yes ; then
LIB_OBJS="$LIB_OBJS wrappthread.o"
@@ -4297,6 +4298,8 @@
@@ -4297,6 +4298,8 @@ LIB_OBJS="$LIB_OBJS wrapunix.o"
LIB_OBJS="$LIB_OBJS write_fd.o"
LIB_OBJS="$LIB_OBJS writen.o"
LIB_OBJS="$LIB_OBJS writable_timeo.o"
@ -30,7 +30,7 @@
LIBFREE_OBJS=
@@ -4514,6 +4517,7 @@
@@ -4514,6 +4517,7 @@ s%@CC@%$CC%g
s%@RANLIB@%$RANLIB%g
s%@CPP@%$CPP%g
s%@LIB_OBJS@%$LIB_OBJS%g
@ -38,7 +38,7 @@
s%@LIBFREE_OBJS@%$LIBFREE_OBJS%g
s%@LIBGAI_OBJS@%$LIBGAI_OBJS%g
s%@LIBROUTE_OBJS@%$LIBROUTE_OBJS%g
@@ -4522,6 +4526,7 @@
@@ -4522,6 +4526,7 @@ s%@LIBS_XTI@%$LIBS_XTI%g
s%@LIBUNP@%$LIBUNP%g
s%@LIBUNPXTI@%$LIBUNPXTI%g
s%@LIBUNP_NAME@%$LIBUNP_NAME%g

View File

@ -1,5 +1,5 @@
--- icmpd/Makefile.orig Tue Sep 28 11:40:21 1999
+++ icmpd/Makefile Tue Sep 28 11:40:24 1999
--- icmpd/Makefile.orig 1997-07-06 18:12:00 UTC
+++ icmpd/Makefile
@@ -1,6 +1,6 @@
include ../Make.defines

View File

@ -1,6 +1,6 @@
--- intro/Makefile.orig Tue Sep 28 11:39:20 1999
+++ intro/Makefile Tue Sep 28 11:39:35 1999
@@ -2,7 +2,6 @@
--- intro/Makefile.orig 1997-05-08 22:37:08 UTC
+++ intro/Makefile
@@ -2,7 +2,6 @@ include ../Make.defines
PROGS = daytimetcpcli daytimetcpcli1 daytimetcpcli2 daytimetcpcli3 \
daytimetcpsrv daytimetcpsrv1 daytimetcpsrv2 daytimetcpsrv3 \

View File

@ -1,5 +1,5 @@
--- lib/Makefile.orig Fri Apr 11 17:38:27 1997
+++ lib/Makefile Thu Sep 30 11:34:21 1999
--- lib/Makefile.orig 1997-04-11 21:38:27 UTC
+++ lib/Makefile
@@ -1,8 +1,16 @@
include ../Make.defines
@ -11,10 +11,10 @@
+libunp.a: ${LIB_OBJS}
ar rv ${LIBUNP_NAME} $?
${RANLIB} ${LIBUNP_NAME}
+
+libunp_r.a: ${LIB_THREADSAFE_OBJS}
+ ar rv ${LIBUNP_THREADSAFE_NAME} $?
+ ${RANLIB} ${LIBUNP_THREADSAFE_NAME}
+
clean:
rm -f ${PROGS} ${CLEANFILES}

View File

@ -1,6 +1,6 @@
--- lib/mcast_join.c- Tue Feb 8 15:12:14 2000
+++ lib/mcast_join.c Tue Feb 8 15:12:37 2000
@@ -56,7 +56,7 @@
--- lib/mcast_join.c.orig 1997-06-19 03:15:06 UTC
+++ lib/mcast_join.c
@@ -56,7 +56,7 @@ doioctl:
else
mreq6.ipv6mr_interface = 0;

View File

@ -1,6 +1,6 @@
--- lib/mcast_leave.c- Tue Feb 8 15:10:50 2000
+++ lib/mcast_leave.c Tue Feb 8 15:05:53 2000
@@ -23,7 +23,7 @@
--- lib/mcast_leave.c.orig 1997-06-18 19:50:58 UTC
+++ lib/mcast_leave.c
@@ -23,7 +23,7 @@ mcast_leave(int sockfd, const SA *sa, so
&((struct sockaddr_in6 *) sa)->sin6_addr,
sizeof(struct in6_addr));
mreq6.ipv6mr_interface = 0;

View File

@ -1,5 +1,5 @@
--- lib/unp.h.orig Sun Sep 14 15:49:59 1997
+++ lib/unp.h Thu Sep 30 11:12:55 1999
--- lib/unp.h.orig 1997-09-14 19:49:59 UTC
+++ lib/unp.h
@@ -4,7 +4,7 @@
#ifndef __unp_h
#define __unp_h
@ -9,7 +9,7 @@
/* "../config.h" is generated by configure */
/* If anything changes in the following list of #includes, must change
@@ -197,7 +197,7 @@
@@ -197,7 +197,7 @@ typedef void Sigfunc(int); /* for signal
#define max(a,b) ((a) > (b) ? (a) : (b))
#ifndef HAVE_ADDRINFO_STRUCT

View File

@ -1,5 +1,5 @@
--- lib/unpifi.h.orig Thu Sep 30 11:13:10 1999
+++ lib/unpifi.h Thu Sep 30 11:13:43 1999
--- lib/unpifi.h.orig 1997-07-13 20:44:52 UTC
+++ lib/unpifi.h
@@ -4,7 +4,7 @@
#ifndef __unp_ifi_h
#define __unp_ifi_h

View File

@ -1,5 +1,5 @@
--- lib/unprtt.h.orig Thu Sep 30 11:13:16 1999
+++ lib/unprtt.h Thu Sep 30 11:13:37 1999
--- lib/unprtt.h.orig 1997-09-02 17:39:54 UTC
+++ lib/unprtt.h
@@ -1,7 +1,7 @@
#ifndef __unp_rtt_h
#define __unp_rtt_h

View File

@ -1,5 +1,5 @@
--- lib/unpthread.h.orig Thu Sep 30 11:13:20 1999
+++ lib/unpthread.h Thu Sep 30 11:13:41 1999
--- lib/unpthread.h.orig 1997-06-25 19:16:58 UTC
+++ lib/unpthread.h
@@ -4,7 +4,7 @@
#ifndef __unp_pthread_h
#define __unp_pthread_h

View File

@ -1,6 +1,6 @@
--- lib/wrappthread.c.orig Thu Sep 30 11:06:22 1999
+++ lib/wrappthread.c Thu Sep 30 11:06:34 1999
@@ -40,17 +40,6 @@
--- lib/wrappthread.c.orig 1997-06-27 22:04:01 UTC
+++ lib/wrappthread.c
@@ -40,17 +40,6 @@ Pthread_detach(pthread_t tid)
}
void

View File

@ -1,6 +1,6 @@
--- lib/wrapsock_r.c.orig Thu Sep 30 12:04:02 1999
+++ lib/wrapsock_r.c Thu Sep 30 12:04:10 1999
@@ -97,19 +97,6 @@
--- lib/wrapsock_r.c.orig 2016-06-17 22:39:47 UTC
+++ lib/wrapsock_r.c
@@ -97,19 +97,6 @@ Listen(int fd, int backlog)
}
/* end Listen */

View File

@ -1,11 +0,0 @@
--- libfree/inet_ntop.c.orig Sat Feb 21 21:25:08 2004
+++ libfree/inet_ntop.c Sat Feb 21 21:25:21 2004
@@ -57,7 +57,7 @@
int af;
const void *src;
char *dst;
- size_t size;
+ socklen_t size;
{
switch (af) {
case AF_INET:

View File

@ -1,5 +1,5 @@
--- libfree/Makefile.orig Fri Oct 3 12:52:41 1997
+++ libfree/Makefile Thu Sep 30 11:34:21 1999
--- libfree/Makefile.orig 1997-10-03 16:52:41 UTC
+++ libfree/Makefile
@@ -1,8 +1,12 @@
include ../Make.defines

View File

@ -0,0 +1,11 @@
--- libfree/inet_ntop.c.orig 1997-04-13 22:23:41 UTC
+++ libfree/inet_ntop.c
@@ -57,7 +57,7 @@ inet_ntop(af, src, dst, size)
int af;
const void *src;
char *dst;
- size_t size;
+ socklen_t size;
{
switch (af) {
case AF_INET:

View File

@ -1,6 +1,6 @@
--- libgai/Makefile.orig Mon Jun 2 18:03:30 1997
+++ libgai/Makefile Thu Sep 30 11:34:11 1999
@@ -6,9 +6,13 @@
--- libgai/Makefile.orig 1997-06-02 22:03:30 UTC
+++ libgai/Makefile
@@ -6,9 +6,13 @@ include ../Make.defines
# appear in the book (too much clutter, given the amount of conditional
# testing for all the code in this directory).

View File

@ -1,7 +1,6 @@
Index: libgai/unp.h
diff -u libgai/unp.h.orig libgai/unp.h
--- libgai/unp.h.orig Mon Sep 15 04:49:59 1997
+++ libgai/unp.h Thu Oct 30 00:31:12 2003
--- libgai/unp.h.orig 1997-09-14 19:49:59 UTC
+++ libgai/unp.h
@@ -58,6 +58,13 @@
# include <pthread.h>
#endif

View File

@ -1,5 +1,5 @@
--- libroute/Makefile.orig Thu Jun 12 16:16:47 1997
+++ libroute/Makefile Thu Sep 30 11:34:21 1999
--- libroute/Makefile.orig 1997-06-12 20:16:47 UTC
+++ libroute/Makefile
@@ -1,8 +1,12 @@
include ../Make.defines

View File

@ -1,5 +1,5 @@
--- ping/Makefile.orig Tue Sep 28 11:40:42 1999
+++ ping/Makefile Tue Sep 28 11:40:53 1999
--- ping/Makefile.orig 1997-04-13 19:49:47 UTC
+++ ping/Makefile
@@ -1,7 +1,7 @@
include ../Make.defines

View File

@ -1,5 +1,5 @@
--- traceroute/Makefile.orig Tue Sep 28 11:41:09 1999
+++ traceroute/Makefile Tue Sep 28 11:41:17 1999
--- traceroute/Makefile.orig 1997-04-13 19:51:29 UTC
+++ traceroute/Makefile
@@ -1,6 +1,6 @@
include ../Make.defines

View File

@ -1,6 +1,6 @@
--- Makefile.in~
--- Makefile.in.orig 2005-07-27 08:38:17 UTC
+++ Makefile.in
@@ -43,8 +40,8 @@ SIG=md5sum -b
@@ -43,8 +43,8 @@ SIG=md5sum -b
all:
@ -11,7 +11,7 @@
clean:
@@ -55,11 +52,11 @@ distclean: clean
@@ -55,11 +55,11 @@ distclean: clean
cd libs-external/USI++/src; ${MAKE} distclean
cd src; ${MAKE} distclean
install: src/xprobe2

View File

@ -1,5 +1,5 @@
--- docs/xprobe2.1.orig Mon Dec 20 13:17:24 2004
+++ docs/xprobe2.1 Thu Dec 30 20:33:00 2004
--- docs/xprobe2.1.orig 2005-07-27 08:38:16 UTC
+++ docs/xprobe2.1
@@ -21,7 +21,7 @@
.\" Generate man page: groff -man -Tascii xprobe.1

View File

@ -1,4 +1,4 @@
--- libs-external/USI++/src/ip.cc~
--- libs-external/USI++/src/ip.cc.orig 2005-07-27 08:38:15 UTC
+++ libs-external/USI++/src/ip.cc
@@ -15,6 +15,7 @@
#include "config.h"

View File

@ -1,4 +1,4 @@
--- libs-external/USI++/src/misc.cc~
--- libs-external/USI++/src/misc.cc.orig 2005-07-27 08:38:15 UTC
+++ libs-external/USI++/src/misc.cc
@@ -1,6 +1,7 @@
#include "usi++/usi++"

View File

@ -1,4 +1,4 @@
--- libs-external/USI++/usi++/tcp.h~
--- libs-external/USI++/usi++/tcp.h.orig 2005-07-27 08:38:14 UTC
+++ libs-external/USI++/usi++/tcp.h
@@ -12,6 +12,8 @@
#ifndef _TCP_H_

View File

@ -1,4 +1,4 @@
--- src/Makefile.in~
--- src/Makefile.in.orig 2005-07-27 08:38:17 UTC
+++ src/Makefile.in
@@ -49,7 +49,6 @@ all: lib xprobe2

View File

@ -1,5 +1,5 @@
--- src/xpmodules/os_probe/smb/smbutil.h.orig Thu Aug 4 11:44:20 2005
+++ src/xpmodules/os_probe/smb/smbutil.h Thu Aug 4 11:44:28 2005
--- src/xpmodules/os_probe/smb/smbutil.h.orig 2005-07-27 08:38:17 UTC
+++ src/xpmodules/os_probe/smb/smbutil.h
@@ -39,8 +39,8 @@
#include <stdlib.h>
#include <string.h>

View File

@ -1,12 +0,0 @@
diff -ruN xpvm.orig/src/Makefile.xpvm xpvm/src/Makefile.xpvm
--- src/Makefile.xpvm Fri Apr 10 05:11:23 1998
+++ src/Makefile.xpvm Thu Apr 1 13:45:15 2004
@@ -2,4 +2,7 @@
#
+default:
+ cd src ; ${PVM_ROOT}/lib/aimk
+
install:
cd src ; $(PVM_ROOT)/lib/aimk install

View File

@ -1,6 +1,6 @@
--- src/Makefile.aimk.orig 1998-04-09 23:11:22.000000000 +0200
+++ src/Makefile.aimk 2013-11-16 20:41:32.000000000 +0100
@@ -29,7 +29,7 @@
--- src/Makefile.aimk.orig 1998-04-09 21:11:22 UTC
+++ src/Makefile.aimk
@@ -29,7 +29,7 @@ CC = cc
#CC = gcc
CFLAGS = $(CFLOPTS) $(PVMVERSION) -DIMA_$(PVM_ARCH) $(ARCHCFLAGS)
@ -9,7 +9,7 @@
AIMK = $(PVM_ROOT)/lib/aimk
@@ -39,36 +39,39 @@
@@ -39,36 +39,39 @@ AIMK = $(PVM_ROOT)/lib/aimk
#
# Personal Installation
@ -61,7 +61,7 @@
# Tcl 7.6 / Tk 4.2
#TCLLIB = -ltcl7.6
#TKLIB = -ltk4.2
@@ -80,14 +83,14 @@
@@ -80,14 +83,14 @@ TKLIB = -ltk8.0
#TKLIB = -ltk
# Generic X11 System
@ -80,7 +80,7 @@
XLIB = -lX11
#XLIB = -lX11 -lXpm
@@ -115,7 +118,7 @@
@@ -115,7 +118,7 @@ TRCDIR = $(XPVM_ROOT)/tracer
# Libraries
#
@ -89,7 +89,7 @@
TRCLIBDIR = -L$(TRCDIR)/$(PVM_ARCH)
@@ -136,7 +139,7 @@
@@ -136,7 +139,7 @@ LIBS = $(LIBDIRS) $(PVMLIB) $(PVMGLIB)
# Include Directories
#
@ -98,7 +98,7 @@
TRCINCL = -I$(TRCDIR)
@@ -157,8 +160,8 @@
@@ -157,8 +160,8 @@ TCLS = $(XPVM_ROOT)/xpvm.tcl $(XPVM_ROO
HEADERS = $(SRCDIR)/Makefile.aimk $(SRCDIR)/xpvm.h \
$(SRCDIR)/globals.h $(SRCDIR)/const.h \
$(SRCDIR)/trace.h $(SRCDIR)/compat.pvmtev.h \

View File

@ -0,0 +1,12 @@
--- src/Makefile.xpvm.orig 1998-04-09 21:11:23 UTC
+++ src/Makefile.xpvm
@@ -2,6 +2,9 @@
# $Id: Makefile.xpvm,v 4.50 1998/04/09 21:11:23 kohl Exp $
#
+default:
+ cd src ; ${PVM_ROOT}/lib/aimk
+
install:
cd src ; $(PVM_ROOT)/lib/aimk install

View File

@ -1,7 +1,6 @@
diff -ruN xpvm.orig/tracer/Makefile.aimk xpvm/tracer/Makefile.aimk
--- tracer/Makefile.aimk Fri Apr 10 04:40:22 1998
+++ tracer/Makefile.aimk Thu Apr 1 13:39:33 2004
@@ -47,7 +47,7 @@
--- tracer/Makefile.aimk.orig 1998-04-09 20:40:22 UTC
+++ tracer/Makefile.aimk
@@ -47,7 +47,7 @@ PVMLDIR = $(PVMDIR)/lib/$(PVM_ARCH)
# Libraries
#
@ -10,7 +9,7 @@ diff -ruN xpvm.orig/tracer/Makefile.aimk xpvm/tracer/Makefile.aimk
TRCLIBDIR = -L$(TRCDIR)/$(PVM_ARCH)
@@ -71,7 +71,7 @@
@@ -71,7 +71,7 @@ LIBS = $(LIBDIRS) -l$(TRCLIB) -l$(PVMLI
# Include Directories
#
@ -19,7 +18,7 @@ diff -ruN xpvm.orig/tracer/Makefile.aimk xpvm/tracer/Makefile.aimk
TRCINCL = -I$(TRCDIR)
@@ -90,12 +90,12 @@
@@ -90,12 +90,12 @@ TRCOBJS = trcmess.o trcfile.o trccompat
HEADERS = $(SRCDIR)/tracer.h $(SRCDIR)/trcglob.h \
$(TRCDIR)/trcdef.h $(TRCDIR)/trctype.h \
$(TRCDIR)/trcproto.h \

Some files were not shown because too many files have changed in this diff Show More