summaryrefslogtreecommitdiff
path: root/ftp/omi
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-12-19 15:39:25 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-12-19 15:39:25 +0000
commitee7a726c95f44c542691c59e32e60780a4df03cc (patch)
tree1b4c3047911aba4fd424a1a02c6e9c12da5ae753 /ftp/omi
parentSpelling nit. (diff)
upgrade to alpha-9
Notes
Notes: svn path=/head/; revision=15432
Diffstat (limited to 'ftp/omi')
-rw-r--r--ftp/omi/Makefile7
-rw-r--r--ftp/omi/distinfo2
-rw-r--r--ftp/omi/files/patch-aa46
-rw-r--r--ftp/omi/pkg-plist3
4 files changed, 19 insertions, 39 deletions
diff --git a/ftp/omi/Makefile b/ftp/omi/Makefile
index 3776a4a658c6..b15f098427f2 100644
--- a/ftp/omi/Makefile
+++ b/ftp/omi/Makefile
@@ -4,10 +4,10 @@
# Date created: 19 August 1995
# Whom: ache
#
-# $Id: Makefile,v 1.2 1998/05/18 20:20:54 ache Exp $
+# $Id: Makefile,v 1.3 1998/07/24 10:49:34 ache Exp $
#
-DISTNAME= omi-alpha-8
+DISTNAME= omi-alpha-9
CATEGORIES= net
MASTER_SITES= http://dorifer.heim3.tu-clausthal.de/~olli/omi/
@@ -19,7 +19,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/omi ${PREFIX}/bin
${INSTALL} -d -m 755 -o ${DOCOWN} -g ${DOCGRP} \
${PREFIX}/share/doc/omi
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/omi
+ ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/omi
+ ${INSTALL_DATA} ${WRKSRC}/README.html ${PREFIX}/share/doc/omi
${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/omi
${INSTALL_DATA} ${WRKSRC}/BSD-COPYRIGHT ${PREFIX}/share/doc/omi
diff --git a/ftp/omi/distinfo b/ftp/omi/distinfo
index b255401b7621..5ee3d964c278 100644
--- a/ftp/omi/distinfo
+++ b/ftp/omi/distinfo
@@ -1 +1 @@
-MD5 (omi-alpha-8.tar.gz) = 68279f62b986305cac5a33f8e3216d3e
+MD5 (omi-alpha-9.tar.gz) = 916e1f06573db464c61ecead3fc50ef4
diff --git a/ftp/omi/files/patch-aa b/ftp/omi/files/patch-aa
index 3e2c066f4b91..8a042c6479b5 100644
--- a/ftp/omi/files/patch-aa
+++ b/ftp/omi/files/patch-aa
@@ -1,7 +1,7 @@
-*** Makefile.orig Thu Feb 19 03:43:21 1998
---- Makefile Sun Mar 8 07:21:37 1998
+*** Makefile.orig Sat Dec 19 07:19:54 1998
+--- Makefile Sat Dec 19 18:25:56 1998
***************
-*** 12,18 ****
+*** 12,23 ****
# Normally you should not have to change anything else.
#
@@ -9,7 +9,12 @@
BINDIR=$(PREFIX)/bin
MANDIR=$(PREFIX)/man
SECTION=1
---- 12,18 ----
+
+! OPTFLAGS=-g
+ #OPTFLAGS=-O5
+ #OPTFLAGS=-fast -native -xO5
+
+--- 12,23 ----
# Normally you should not have to change anything else.
#
@@ -17,35 +22,8 @@
BINDIR=$(PREFIX)/bin
MANDIR=$(PREFIX)/man
SECTION=1
-***************
-*** 61,68 ****
-
- UTILS=utils
- OBJS=omi.o cfg.o ftp.o dir.o mir.o stt.o lst.o rex.o
-! LDFLAGS=-g $(LINKFLAGS)
-! CFLAGS=-g -I$(UTILS) $(COMPFLAGS)
-
- #all: makeutils omi omi.man
- all: makeutils omi
---- 61,70 ----
-
- UTILS=utils
- OBJS=omi.o cfg.o ftp.o dir.o mir.o stt.o lst.o rex.o
-! LDFLAGS+= $(LINKFLAGS)
-! CFLAGS+= $(COMPFLAGS)
-! G_CFLAGS:= $(CFLAGS)
-! CFLAGS+= -I$(UTILS)
-
- #all: makeutils omi omi.man
- all: makeutils omi
-***************
-*** 84,87 ****
- makeutils:
- @cd $(UTILS); \
-! $(MAKE) LDFLAGS='-g $(LINKFLAGS)' CFLAGS='-g $(COMPFLAGS)'
---- 86,89 ----
+! OPTFLAGS:=${CFLAGS}
+ #OPTFLAGS=-O5
+ #OPTFLAGS=-fast -native -xO5
- makeutils:
- @cd $(UTILS); \
-! $(MAKE) LDFLAGS='$(LDFLAGS)' CFLAGS='$(G_CFLAGS)'
diff --git a/ftp/omi/pkg-plist b/ftp/omi/pkg-plist
index 6b1465bf8043..0f52c0d0d66c 100644
--- a/ftp/omi/pkg-plist
+++ b/ftp/omi/pkg-plist
@@ -1,4 +1,5 @@
bin/omi
share/doc/omi/CHANGES
-share/doc/omi/README
+share/doc/omi/README.txt
+share/doc/omi/README.html
share/doc/omi/BSD-COPYRIGHT