diff options
author | thierry <thierry@FreeBSD.org> | 2005-05-30 00:08:18 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-05-30 00:08:18 +0800 |
commit | 300b91c292ee4c330bb8921c3ea75cf8fe82965d (patch) | |
tree | c253dfbbcfed6f054e2378367d052b6692cc72b1 /devel/libowfat | |
parent | 4f7d694ab642cb4bbaff599c745530683f2d4b78 (diff) | |
download | freebsd-ports-gnome-300b91c292ee4c330bb8921c3ea75cf8fe82965d.tar.gz freebsd-ports-gnome-300b91c292ee4c330bb8921c3ea75cf8fe82965d.tar.zst freebsd-ports-gnome-300b91c292ee4c330bb8921c3ea75cf8fe82965d.zip |
Update to 0.23.
PR: ports/81619
Submitted by: maintainer
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) |