aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-09-26 02:16:45 +0800
committerstas <stas@FreeBSD.org>2009-09-26 02:16:45 +0800
commit3637a75b07067bc0e99baa781de1d7cedca80115 (patch)
tree70d0f0b6ccb9f67313858fd47a635146c5aabf7d /devel
parente47561376fb10912c65ee989dcac0bf3f14259a8 (diff)
downloadfreebsd-ports-gnome-3637a75b07067bc0e99baa781de1d7cedca80115.tar.gz
freebsd-ports-gnome-3637a75b07067bc0e99baa781de1d7cedca80115.tar.zst
freebsd-ports-gnome-3637a75b07067bc0e99baa781de1d7cedca80115.zip
- Update to r40.
Tested by: rwatson Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r--devel/libdispatch/Makefile12
-rw-r--r--devel/libdispatch/distinfo6
-rw-r--r--devel/libdispatch/files/patch-src_Makefile.in11
3 files changed, 5 insertions, 24 deletions
diff --git a/devel/libdispatch/Makefile b/devel/libdispatch/Makefile
index cb5a24eb8a7b..985d633eb394 100644
--- a/devel/libdispatch/Makefile
+++ b/devel/libdispatch/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= libdispatch
-PORTVERSION= 38
+PORTVERSION= 40
CATEGORIES= devel
-MASTER_SITES= http://www.SpringDaemons.com/stas/
+MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/
DISTNAME= ${PORTNAME}-r${PORTVERSION}
MAINTAINER= stas@FreeBSD.org
@@ -31,12 +31,4 @@ post-configure:
IGNORE= is not supported on this OS version
.endif
-#
-# We want the CPU to be at least i486 on i386 platform, so GCC builting atomics
-# will work.
-#
-.if ${ARCH} == "i386"
-CPUTYPE?= i486
-.endif
-
.include <bsd.port.post.mk>
diff --git a/devel/libdispatch/distinfo b/devel/libdispatch/distinfo
index b34067b72ff4..1951ad31d340 100644
--- a/devel/libdispatch/distinfo
+++ b/devel/libdispatch/distinfo
@@ -1,3 +1,3 @@
-MD5 (libdispatch-r38.tar.bz2) = 94ecbd8b44d9d83e82665e0bdfdf850d
-SHA256 (libdispatch-r38.tar.bz2) = e1e009f57dabc5e7147b9a43b148d88fd8f45486677a28871621a8448c0f231a
-SIZE (libdispatch-r38.tar.bz2) = 293612
+MD5 (libdispatch-r40.tar.bz2) = 6c464fb77c7c603692d4c4352624644f
+SHA256 (libdispatch-r40.tar.bz2) = 4417c0fc2b02647723c220e8e52236a7df78118c27821eecf8f6d76e43045ab6
+SIZE (libdispatch-r40.tar.bz2) = 294036
diff --git a/devel/libdispatch/files/patch-src_Makefile.in b/devel/libdispatch/files/patch-src_Makefile.in
deleted file mode 100644
index 038f48e10923..000000000000
--- a/devel/libdispatch/files/patch-src_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig 2009-09-23 17:32:20.000000000 +0400
-+++ src/Makefile.in 2009-09-23 17:32:40.000000000 +0400
-@@ -218,7 +218,7 @@
- # define this optional argument? We need appropriate configure parts to make
- # this conditional.
- #
--libdispatch_la_CFLAGS = -Wall -Werror -march=i686
-+libdispatch_la_CFLAGS = ${CFLAGS}
- INCLUDES = -I$(top_builddir) -I$(top_srcdir) \
- @APPLE_LIBC_SOURCE_PATH@ @APPLE_XNU_SOURCE_PATH@
-