Update to 0.23.
PR: ports/81619 Submitted by: maintainer
This commit is contained in:
parent
20e7a30204
commit
99b192ea82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136384
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libowfat
|
||||
PORTVERSION= 0.22
|
||||
PORTVERSION= 0.23
|
||||
CATEGORIES= devel ipv6
|
||||
MASTER_SITES= http://dl.fefe.de/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (libowfat-0.22.tar.bz2) = 19468178a3b14083f30f6de694652d18
|
||||
SIZE (libowfat-0.22.tar.bz2) = 111045
|
||||
MD5 (libowfat-0.23.tar.bz2) = 08b0686d2423dc586fe732ee3c51b0c3
|
||||
SIZE (libowfat-0.23.tar.bz2) = 113666
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- GNUmakefile.orig Sat Mar 27 18:25:44 2004
|
||||
+++ GNUmakefile Sat Mar 27 20:31:04 2004
|
||||
@@ -4,20 +4,16 @@
|
||||
--- GNUmakefile.orig Sat May 21 18:16:04 2005
|
||||
+++ GNUmakefile Sat May 21 18:19:41 2005
|
||||
@@ -4,22 +4,16 @@
|
||||
# in /opt/diet, where they are in the default search path for my diet libc
|
||||
# work but don't conflict with anything there. YMMV.
|
||||
|
||||
@ -18,14 +18,16 @@
|
||||
all: t $(LIBS) libowfat.a libsocket
|
||||
|
||||
-CC=gcc
|
||||
-CFLAGS=-pipe -Wall -O2 -fomit-frame-pointer
|
||||
-CFLAGS=-pipe -W -Wall -O2 -fomit-frame-pointer
|
||||
-#CFLAGS=-pipe -Os -march=pentiumpro -mcpu=pentiumpro -fomit-frame-pointer -fschedule-insns2 -Wall
|
||||
-
|
||||
-# CFLAGS += -fstrict-aliasing -Wstrict-aliasing=2
|
||||
-
|
||||
# startrip
|
||||
ifneq ($(DEBUG),)
|
||||
CFLAGS=-pipe -Wall -g
|
||||
@@ -146,10 +142,10 @@
|
||||
openreadclose.h readclose.h ndelay.h array.h io.h safemult.h iob.h havealloca.h
|
||||
@@ -154,10 +148,10 @@
|
||||
errmsg.h
|
||||
|
||||
install: libowfat.a
|
||||
- install -d $(INCLUDEDIR) $(MAN3DIR) $(LIBDIR)
|
||||
|
Loading…
Reference in New Issue
Block a user