diff options
Diffstat (limited to 'lang/pfe')
-rw-r--r-- | lang/pfe/Makefile | 2 | ||||
-rw-r--r-- | lang/pfe/distinfo | 2 | ||||
-rw-r--r-- | lang/pfe/files/patch-aa | 11 | ||||
-rw-r--r-- | lang/pfe/files/patch-ab | 11 |
4 files changed, 24 insertions, 2 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index 9ccfe76e436..abd5be38f18 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pfe -PORTVERSION= 0.30.16 +PORTVERSION= 0.30.27 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/lang/pfe/distinfo b/lang/pfe/distinfo index b0ea7136860..3a631a08950 100644 --- a/lang/pfe/distinfo +++ b/lang/pfe/distinfo @@ -1 +1 @@ -MD5 (pfe-0.30.16.tar.bz2) = 6bfc38c2969f91a7547fa40f2ae5239a +MD5 (pfe-0.30.27.tar.bz2) = 485bb853224b3276f25e1afdf946e469 diff --git a/lang/pfe/files/patch-aa b/lang/pfe/files/patch-aa new file mode 100644 index 00000000000..a7f55053f2d --- /dev/null +++ b/lang/pfe/files/patch-aa @@ -0,0 +1,11 @@ +--- memory-sub.c.orig Fri Nov 24 21:44:19 2000 ++++ memory-sub.c Fri Nov 24 21:45:15 2000 +@@ -133,7 +133,7 @@ + memset(&ar, 0, sizeof(ar)); + + if (!mode) mode = 0664; +- f = open (name, O_CREAT|O_TRUNC|O_SYNC|O_WRONLY, mode); ++ f = open (name, O_CREAT|O_TRUNC|O_FSYNC|O_WRONLY, mode); + + if (f != -1) + { diff --git a/lang/pfe/files/patch-ab b/lang/pfe/files/patch-ab new file mode 100644 index 00000000000..253a2efa8de --- /dev/null +++ b/lang/pfe/files/patch-ab @@ -0,0 +1,11 @@ +--- pfe/memory-sub.c.orig Fri Nov 24 21:44:35 2000 ++++ pfe/memory-sub.c Fri Nov 24 21:45:31 2000 +@@ -277,7 +277,7 @@ + memset(&ar, 0, sizeof(ar)); + + if (!mode) mode = 0664; +- f = open (name, O_CREAT|O_TRUNC|O_SYNC|O_WRONLY, mode); ++ f = open (name, O_CREAT|O_TRUNC|O_FSYNC|O_WRONLY, mode); + + if (f != -1) + { |