Skip to content

need to sanitize +brewing from more locations #317

@jhheider

Description

@jhheider

things currently in the pantry (may be solved already):

.cmake files:

    - run: sed -i
        -e "s:{{ pkgx.prefix }}:\$\{CMAKE_CURRENT_LIST_DIR\}/../../../../..:g"
        -e "s/\+brewing//g"
        abslTargets{,-release}.cmake
      working-directory: '{{prefix}}/lib/cmake/absl'

.pc files:

    # FIXME: this is a hack; we need to fix fixup.ts
    - run: sed -i 's/\+brewing//g' *.pc
      working-directory: '{{prefix}}/lib/pkgconfig'

possible contender:

    # the make file uses sed over the bindir, our +brewing messes that up.
    - TMP_PREFIX=$(mktemp -d)

.la files going in now for graphviz.org to solve:

/opt/gnu.org/sed/v4.9.0/bin/sed: can't read /opt/graphviz.org/v10.0.1+brewing/lib/libxdot.la: No such file or directory

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions