mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 6.2alpha6.
This commit is contained in:
parent
df804582ea
commit
ca37eb85d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83022
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= boehm-gc
|
||||
PORTVERSION= 6.2.a4
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 6.2.a6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
|
||||
DISTNAME= gc${PORTVERSION:S/.a/alpha/}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gc6.2alpha4.tar.gz) = 69c39cb80b3d685c43651dceb8ea343f
|
||||
MD5 (gc6.2alpha6.tar.gz) = a03af8e5630e9d46c6f5573f4f93eb04
|
||||
|
@ -1,15 +1,6 @@
|
||||
--- configure.orig Sat Mar 8 09:29:30 2003
|
||||
+++ configure Mon May 5 21:48:08 2003
|
||||
@@ -3780,7 +3780,7 @@
|
||||
esac
|
||||
|
||||
if test "${enable_cplusplus}" = yes; then
|
||||
- addobjs="$addobjs gc_cpp.lo"
|
||||
+ addobjs="$addobjs gc_cpp.lo -lstdc++"
|
||||
addincludes="$addincludes include/gc_cpp.h include/gc_allocator.h"
|
||||
addtests="$addtests test_cpp"
|
||||
fi
|
||||
@@ -8479,6 +8479,7 @@
|
||||
--- configure.orig Wed May 14 05:07:49 2003
|
||||
+++ configure Mon Jun 2 22:48:04 2003
|
||||
@@ -8488,6 +8488,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
|
@ -26,6 +26,9 @@ include/leak_detector.h
|
||||
lib/libgc.a
|
||||
lib/libgc.so
|
||||
lib/libgc.so.1
|
||||
lib/libgccpp.a
|
||||
lib/libgccpp.so
|
||||
lib/libgccpp.so.1
|
||||
share/doc/gc/README
|
||||
share/doc/gc/README.DGUX386
|
||||
share/doc/gc/README.Mac
|
||||
|
Loading…
Reference in New Issue
Block a user