Ticket #28987: doxygen-Portfile.diff

File doxygen-Portfile.diff, 1.1 KB (added by tvb377@…, 13 years ago)
Line 
1*** Portfile.org        2011-03-31 12:08:22.000000000 +0200
2--- Portfile    2011-03-31 14:33:23.000000000 +0200
3***************
4*** 33,39 ****
5                      sha1    06e1d84b50beecdfe0f91393b83c29e8a3db1011 \
6                      rmd160  52f0826451535754c77b7984e580f02f1c7d50f3
7 
8! depends_build-append  bin:perl:perl5 bin:flex:flex bin:bison:bison bin:ginstall:coreutils
9  depends_lib           port:libpng path:bin/dot:graphviz port:libiconv
10 
11  patch.post_args     -p1
12--- 33,39 ----
13                      sha1    06e1d84b50beecdfe0f91393b83c29e8a3db1011 \
14                      rmd160  52f0826451535754c77b7984e580f02f1c7d50f3
15 
16! depends_build-append  bin:perl:perl5 bin:flex:flex bin:bison:bison
17  depends_lib           port:libpng path:bin/dot:graphviz port:libiconv
18 
19  patch.post_args     -p1
20***************
21*** 54,59 ****
22--- 54,62 ----
23 
24        # link with doxygen's libmd5, avoiding a libwww port conflict
25        reinplace "s|-lmd5|../lib/libmd5.a|" ${worksrcpath}/src/doxygen.pro.in
26+
27+       # do not require GNU install; BSD install suffices
28+       reinplace "s,-n \"`\$j/\$i --version 2>/dev/null \| grep utils`\",-x \"\$j/\$i\",g" ${worksrcpath}/configure
29  }
30 
31  build.target          all