mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Upgrade to 0.3.
This commit is contained in:
parent
f64a775f76
commit
e8aaf6deab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210566
4 changed files with 14 additions and 32 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= spdict
|
||||
PORTVERSION= 0.2
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (spdict-0.2.src.tar.gz) = 8db18e1ff321e69eb90ca55d3c7f3979
|
||||
SHA256 (spdict-0.2.src.tar.gz) = d248d3fa35a12fe96d4cbe58ee68e6348076a701e689662642fa34c0d7e834d6
|
||||
SIZE (spdict-0.2.src.tar.gz) = 27497
|
||||
MD5 (spdict-0.3.src.tar.gz) = 58fcd8af04a4ee6d9e9fe77136af5c7c
|
||||
SHA256 (spdict-0.3.src.tar.gz) = 70e6641b664d733bf7a9662a82fef8f3b586ce535625d726ec406a4d31d55697
|
||||
SIZE (spdict-0.3.src.tar.gz) = 104865
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
--- Makefile.orig Thu Aug 2 22:36:24 2007
|
||||
+++ Makefile Thu Aug 2 22:39:43 2007
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
CC = gcc
|
||||
AR = ar cru
|
||||
-CFLAGS = -Wall -D_REENTRANT -D_GNU_SOURCE -g
|
||||
-SOFLAGS = -shared -fPIC
|
||||
+CFLAGS = -Wall -D_REENTRANT -D_GNU_SOURCE -g -fPIC
|
||||
+SOFLAGS = -shared
|
||||
LDFLAGS = -lpthread
|
||||
|
||||
LINKER = $(CC)
|
||||
@@ -29,7 +29,7 @@
|
||||
all: $(TARGET)
|
||||
|
||||
libspdict.so: $(LIBOBJS)
|
||||
- $(LINKER) $(SOFLAGS) $^ -o $@
|
||||
+ $(LINKER) $(SOFLAGS) $^ -o $@ -lstdc++
|
||||
|
||||
testdict: testdict.o
|
||||
$(LINKER) $(LDFLAGS) $^ -L. -lspdict -o $@
|
|
@ -1,10 +1,14 @@
|
|||
include/spdict/sparrayimpl.hpp
|
||||
include/spdict/spbstreeimpl.hpp
|
||||
include/spdict/spbtreeimpl.hpp
|
||||
include/spdict/spcache.hpp
|
||||
include/spdict/spdictarray.hpp
|
||||
include/spdict/spdictbstree.hpp
|
||||
include/spdict/spdictbtree.hpp
|
||||
include/spdict/spdictcache.hpp
|
||||
include/spdict/spdictionary.hpp
|
||||
include/spdict/sprbtreeimpl.hpp
|
||||
include/spdict/spslistimpl.hpp
|
||||
include/spdict/spdictmmap.hpp
|
||||
include/spdict/spdictrbtree.hpp
|
||||
include/spdict/spdictshm.hpp
|
||||
include/spdict/spdictshmcache.hpp
|
||||
include/spdict/spdictshmhashmap.hpp
|
||||
include/spdict/spdictslist.hpp
|
||||
lib/libspdict.so
|
||||
lib/libspdict.so.1
|
||||
@dirrm include/spdict
|
||||
|
|
Loading…
Add table
Reference in a new issue