1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Update to 3.04.

Remove needless patch.
This commit is contained in:
Sergey A. Osokin 2004-08-23 10:58:45 +00:00
parent 65e6e2e402
commit 76d85055e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117107
3 changed files with 3 additions and 13 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= fastdb
PORTVERSION= 3.03
PORTVERSION= 3.04
CATEGORIES= databases
MASTER_SITES= http://www.garret.ru/~knizhnik/

View File

@ -1,2 +1,2 @@
MD5 (fastdb-3.03.tar.gz) = cd42a6399518fdb02b8e05a3367108d4
SIZE (fastdb-3.03.tar.gz) = 820315
MD5 (fastdb-3.04.tar.gz) = 1d381d309d9399c5d6a7e3a589431c14
SIZE (fastdb-3.04.tar.gz) = 820603

View File

@ -1,10 +0,0 @@
--- cleanupsem.cpp.orig Thu Aug 12 02:04:05 2004
+++ cleanupsem.cpp Thu Aug 12 02:04:26 2004
@@ -11,6 +11,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/sem.h>
#include <sys/shm.h>