- Link with shared libuu rather than static one.

- split up mega patchfile to one patchfile / soruce file
This commit is contained in:
David E. O'Brien 1997-04-01 19:29:42 +00:00
parent 8be0e8f7d5
commit a9fbb262d6
6 changed files with 46 additions and 50 deletions

View file

@ -3,7 +3,7 @@
# Date Created: 04 Aug 1996
# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
#
# $Id: Makefile,v 1.7 1997/03/29 22:19:11 obrien Exp $
# $Id: Makefile,v 1.8 1997/03/30 18:44:18 obrien Exp $
#
DISTNAME= uudeview-0.5.13
@ -14,7 +14,7 @@ MASTER_SITES= http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \
MAINTAINER= ac199@freenet.hamilton.on.ca
BUILD_DEPENDS= ${PREFIX}/lib/libuu.a:${PORTSDIR}/devel/uulib
LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/devel/uulib
FILESDIR= ${.CURDIR}/../../devel/uulib/files
GNU_CONFIGURE= Yes

View file

@ -10,43 +10,3 @@ diff -ud --recursive ./Makefile.in /usr/devel/ports/uudeview/src/Makefile.in
(cd unix; $(MAKE) CC='$(CC)' CFLAGS='$(CFLAGS)' LIBS='$(LIBS)' )
xdeview: tcl/config.h libuu.a
diff -ud --recursive ./man/uudeview.1 /usr/devel/ports/uudeview/src/man/uudeview.1
--- ./man/uudeview.1 Sun Jul 21 05:54:38 1996
+++ /usr/devel/ports/uudeview/src/man/uudeview.1 Thu Aug 1 18:03:36 1996
@@ -319,6 +319,8 @@
.BR uuenview (1),
.BR uudecode (1),
.BR uuencode (1),
+.BR munpack (1),
+.BR metamail (1),
.PD 0
.PP
The
diff -ud --recursive ./man/uuenview.1 /usr/devel/ports/uudeview/src/man/uuenview.1
--- ./man/uuenview.1 Sat Jul 20 16:38:46 1996
+++ /usr/devel/ports/uudeview/src/man/uuenview.1 Thu Aug 1 18:04:22 1996
@@ -145,6 +145,8 @@
.BR uudecode (1),
.BR mail (1),
.BR inews (1),
+.BR mpack (1),
+.BR metamail (1),
.PD 0
.PP
The
diff -ud --recursive ./unix/Makefile.in /usr/devel/ports/uudeview/src/unix/Makefile.in
--- ./unix/Makefile.in Thu Jun 6 15:41:08 1996
+++ /usr/devel/ports/uudeview/src/unix/Makefile.in Thu Aug 1 20:15:58 1996
@@ -115,10 +115,10 @@
rm -f uudeview uuenview
make all
-uudeview: $(UUDEVIEW_OBJ) ../uulib/libuu.a
+uudeview: $(UUDEVIEW_OBJ)
$(CC) -o $@ $(UUDEVIEW_OBJ) -L../uulib -luu $(LIBS)
-uuenview: $(UUENVIEW_OBJ) ../uulib/libuu.a
+uuenview: $(UUENVIEW_OBJ)
$(CC) -o $@ $(UUENVIEW_OBJ) -L../uulib -luu $(LIBS)
.c.o:

View file

@ -0,0 +1,18 @@
--- unix/Makefile.in.orig Thu Jun 6 12:41:08 1996
+++ unix/Makefile.in Tue Apr 1 11:05:06 1997
@@ -115,11 +115,11 @@
rm -f uudeview uuenview
make all
-uudeview: $(UUDEVIEW_OBJ) ../uulib/libuu.a
- $(CC) -o $@ $(UUDEVIEW_OBJ) -L../uulib -luu $(LIBS)
+uudeview: $(UUDEVIEW_OBJ)
+ $(CC) -o $@ $(UUDEVIEW_OBJ) -luu $(LIBS)
-uuenview: $(UUENVIEW_OBJ) ../uulib/libuu.a
- $(CC) -o $@ $(UUENVIEW_OBJ) -L../uulib -luu $(LIBS)
+uuenview: $(UUENVIEW_OBJ)
+ $(CC) -o $@ $(UUENVIEW_OBJ) -luu $(LIBS)
.c.o:
$(CC) -c $(CFLAGS) -I../uulib $(VDEF) $<

View file

@ -0,0 +1,12 @@
--- ./man/uudeview.1 Sun Jul 21 05:54:38 1996
+++ /usr/devel/ports/uudeview/src/man/uudeview.1 Thu Aug 1 18:03:36 1996
@@ -319,6 +319,8 @@
.BR uuenview (1),
.BR uudecode (1),
.BR uuencode (1),
+.BR munpack (1),
+.BR metamail (1),
.PD 0
.PP
The
diff -ud --recursive ./man/uuenview.1 /usr/devel/ports/uudeview/src/man/uuenview.1

View file

@ -0,0 +1,12 @@
--- ./man/uuenview.1 Sat Jul 20 16:38:46 1996
+++ /usr/devel/ports/uudeview/src/man/uuenview.1 Thu Aug 1 18:04:22 1996
@@ -145,6 +145,8 @@
.BR uudecode (1),
.BR mail (1),
.BR inews (1),
+.BR mpack (1),
+.BR metamail (1),
.PD 0
.PP
The
diff -ud --recursive ./unix/Makefile.in /usr/devel/ports/uudeview/src/unix/Makefile.in

View file

@ -3,7 +3,7 @@
# Date Created: 9 Feb 1997
# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
#
# $Id: Makefile,v 1.1.1.1 1997/03/29 23:55:55 obrien Exp $
# $Id: Makefile,v 1.2 1997/03/30 18:44:25 obrien Exp $
#
DISTNAME= uudeview-0.5.13
@ -16,8 +16,7 @@ MASTER_SITES= ftp://ftp.uni-frankfurt.de/pub/dist/frank/ \
MAINTAINER= ac199@freenet.hamilton.on.ca
LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41
BUILD_DEPENDS= ${LOCALBASE}/lib/libuu.a:${PORTSDIR}/devel/uulib
#LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/devel/uulib
LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/devel/uulib
FILESDIR= ${.CURDIR}/../../devel/uulib/files
USE_X11= yes
@ -29,11 +28,6 @@ MAN1= xdeview.1
PORTDOCDIR?= share/doc/xdeview
DOCFILES+= ${FILESDIR}/porting.notes ${WRKSRC}/HOWTO
#pre-build:
# @${CP} ${LOCALBASE}/lib/libuu.so.1.0 ${WRKSRC}/uulib
# @${TOUCH} ${WRKSRC}/libuu.a
# @${TOUCH} ${WRKSRC}/uulib/libuu.a
post-install:
strip ${PREFIX}/bin/uuwish
.if !defined(NOPORTDOCS)