diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bird/Makefile | 2 | ||||
-rw-r--r-- | net/bird/distinfo | 5 | ||||
-rw-r--r-- | net/bird/files/patch-tools-Rules.in | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/net/bird/Makefile b/net/bird/Makefile index 2a3f3f980b46..45b994637a3e 100644 --- a/net/bird/Makefile +++ b/net/bird/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bird -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ diff --git a/net/bird/distinfo b/net/bird/distinfo index 414887940c51..90def8e0f10a 100644 --- a/net/bird/distinfo +++ b/net/bird/distinfo @@ -1,3 +1,2 @@ -MD5 (bird-1.2.4.tar.gz) = 8db90b12200ebb20f5aa93a2de9937c6 -SHA256 (bird-1.2.4.tar.gz) = 8985d64c24de8818dedfe37c545f002e0978f2a2b397a91c8529694dbeb8fa9a -SIZE (bird-1.2.4.tar.gz) = 702747 +SHA256 (bird-1.2.5.tar.gz) = f3e2f5f4474e9e869acc48ad1669bf44b37afd80b7348dd51d08daeb299b2368 +SIZE (bird-1.2.5.tar.gz) = 703750 diff --git a/net/bird/files/patch-tools-Rules.in b/net/bird/files/patch-tools-Rules.in index 9f0a714171fa..cb7af39da430 100644 --- a/net/bird/files/patch-tools-Rules.in +++ b/net/bird/files/patch-tools-Rules.in @@ -1,10 +1,12 @@ ---- tools/Rules.in.orig 2010-05-31 21:51:37.000000000 +0200 -+++ tools/Rules.in 2010-08-04 15:15:02.000000000 +0200 -@@ -66,7 +66,7 @@ +--- tools/Rules.in.orig 2010-10-10 21:48:20.000000000 +0200 ++++ tools/Rules.in 2010-12-18 15:00:27.000000000 +0100 +@@ -66,9 +66,7 @@ subdir: all.o all.o: $(objs) -- $(CC) -nostdlib -Wl,-r -o $@ $^ +-# $(LD) -r -o $@ $^ +-# Changed to $(CC) because $(LD) has problems with crosscompiling +- $(CC) -nostdlib -r -o $@ $^ + $(LD) -r -o $@ $^ endif |