Guest User

Untitled

a guest
Oct 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.06 KB | None | 0 0
  1. Index: Makefile
  2. ===================================================================
  3. RCS file: /home/pcvs/ports/sysutils/createrepo/Makefile,v
  4. retrieving revision 1.1
  5. diff -u -r1.1 Makefile
  6. --- Makefile    19 Jul 2011 03:45:58 -0000  1.1
  7. +++ Makefile    2 Sep 2011 12:15:59 -0000
  8. @@ -13,7 +13,9 @@
  9.  COMMENT=   Creates a common metadata repository
  10.  
  11.  RUN_DEPENDS=   ${PYTHON_SITELIBDIR}/sqlitecachec.py:${PORTSDIR}/devel/py-yum-metadata-parser \
  12. -       ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
  13. +       ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \
  14. +       ${PYTHON_SITELIBDIR}/rpm/__init__.py:${PORTSDIR}/archivers/rpm5 \
  15. +       ${PYTHON_SITELIBDIR}/urlgrabber/__init__.py:${PORTSDIR}/www/py-urlgrabber
  16.  
  17.  USE_PYTHON=    yes
  18.  USE_GMAKE= yes
  19. @@ -32,7 +34,7 @@
  20.         ${WRKSRC}/bin/mergerepo \
  21.         ${WRKSRC}/bin/modifyrepo \
  22.         ${WRKSRC}/bin/createrepo
  23. -   ${REINPLACE_CMD} -e 's|#!/usr/bin/|#!${PYTHON_CMD}|' \
  24. +   ${REINPLACE_CMD} -e 's|#!/usr/bin/python -t|#!${PYTHON_CMD}|' \
  25.         ${WRKSRC}/genpkgmetadata.py \
  26.         ${WRKSRC}/dmd.py \
  27.         ${WRKSRC}/mergerepo.py \
Add Comment
Please, Sign In to add comment