Ticket #46654: gtkextra3.diff

File gtkextra3.diff, 1.4 KB (added by Ionic (Mihai Moldovan), 9 years ago)

Add patch from gtkextra3 git repository to fix conflict. Add use_autoreconf yes for now. Revbump.

  • x11/gtkextra3/Portfile

    old new  
    88set sf_name             gtkextra
    99version                 3.1.2
    1010set branch              [join [lrange [split ${version} .] 0 1] .]
    11 revision                0
     11revision                1
    1212categories              x11 devel
    1313license                 LGPL
    1414platforms               darwin
     
    3232checksums               sha1 f3c85b7edb3980ae2390d951d62c24add4b45eb9 \
    3333                        rmd160 cc26738349ba85a6ae7d0446f9670741161d6690
    3434
     35patchfiles              patch-docs_reference_Makefile.am-install-version-prefixed-doc-dir.diff
     36
     37# Remove use_autoreconf once new release includes the doc dir patch.
     38use_autoreconf          yes
    3539
    3640pre-fetch {
    3741    if {![variant_isset quartz] && ![variant_isset x11]} {
  • new file gtkextra3/files/patch-docs_reference_Makefile.am-install-version-prefixed-doc-dir.diff

    - +  
     1--- docs/reference/Makefile.am.old      2015-02-07 22:56:46.000000000 +0100
     2+++ docs/reference/Makefile.am  2015-02-07 22:59:58.000000000 +0100
     3@@ -5,6 +5,7 @@
     4 
     5 # The name of the module, e.g. 'glib'.
     6 DOC_MODULE=gtkextra
     7+DOC_MODULE_VERSION=$(GTK_EXTRA_MAJOR_VERSION)
     8 
     9 # The top-level SGML file. You can change this if you want to.
     10 DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml