diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-05-29 16:08:18 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-05-29 16:08:18 +0000 |
commit | 99b192ea824d48ff250e447ee73b2b3e584bdec1 (patch) | |
tree | ddb5f587253f24e14fd195f2ccca3d5bec5c1099 /devel/libowfat | |
parent | 20e7a30204da93077ef3a4a01ca5c9ad3cf0aa72 (diff) |
Notes
Diffstat (limited to 'devel/libowfat')
-rw-r--r-- | devel/libowfat/Makefile | 2 | ||||
-rw-r--r-- | devel/libowfat/distinfo | 4 | ||||
-rw-r--r-- | devel/libowfat/files/patch-GNUmakefile | 14 |
3 files changed, 11 insertions, 9 deletions
diff --git a/devel/libowfat/Makefile b/devel/libowfat/Makefile index bfd003244f8b..f279116f537b 100644 --- a/devel/libowfat/Makefile +++ b/devel/libowfat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libowfat -PORTVERSION= 0.22 +PORTVERSION= 0.23 CATEGORIES= devel ipv6 MASTER_SITES= http://dl.fefe.de/ diff --git a/devel/libowfat/distinfo b/devel/libowfat/distinfo index 95e515ebfab3..73d546dbaaa0 100644 --- a/devel/libowfat/distinfo +++ b/devel/libowfat/distinfo @@ -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 diff --git a/devel/libowfat/files/patch-GNUmakefile b/devel/libowfat/files/patch-GNUmakefile index 6c021e9f53ef..c180da19fc31 100644 --- a/devel/libowfat/files/patch-GNUmakefile +++ b/devel/libowfat/files/patch-GNUmakefile @@ -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) |