Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2015 15:54:14 +0200
From:      Francis Brosnan =?ISO-8859-1?Q?Bl=E1zquez?= <francis@aspl.es>
To:        freebsd-questions@freebsd.org
Cc:        francis@aspl.es
Subject:   Format for deps in +MANIFEST -- setting a dependency without any particular version
Message-ID:  <1439906054.15779.101.camel@vulcan.aspl.local>

next in thread | raw e-mail | index | archive | help
Hello,

I've been trying to find this around the web without success.

If you want to place a "deps" to "python27" package but without
setting a particular version, how do you do it? I just want the package
to
depend on python27 when it is asked to be installed.

I'm trying something like this but is not working, 



        "deps" : "python27":{"origin":"lang/python27"}


...it says:


        pkg: Skipping malformed dependency python27


It works if I use the following but I would to like to avoid placing 
a particular version:


        "deps" : "python27":{"origin":"lang/python27","version":"2.7.10"}


Best Regards,

Complete +MANIFEST is:


|   {
|       "name":"python-axl",
|       "origin":"textproc/python-axl",
|       "version":"0.7.0.b5340.g5351",
|       "comment":"Fast and efficient XML 1.0 implementation",
|       "maintainer":"info@aspl.es",
|       "www":"http://www.aspl.es/xml/",
|       "abi":"FreeBSD:9:amd64",
|       "arch":"freebsd:9:x86:64",
|       "prefix":"/usr/local",
|       "flatsize":473959,
|       "licenselogic":"single",
|       "licenses":["LGPL21"],
|       "desc":"Fast and efficient XML 1.0 implementation",
|       "deps" : {"libaxl1" : {"origin" : "textproc/libaxl1", "version" : "0.7.0.b5340.g5351"}, "python27":{"origin":"lang/python27"}},
|       "categories":["textproc"],
|       "shlibs_provided":[libpy_axl.so.0.0.0,libpy_axl.so.0],
|       "files":{
|       "/usr/local/lib/python2.7/site-packages/axl/libpy_axl.so.0.0.0": "4f7d01f0ea72c300de09dc86edee71557463ad1f6752012310ee6126d4d49f60",
|   "/usr/local/lib/python2.7/site-packages/axl/libpy_axl.so.0": "-",
|   "/usr/local/lib/python2.7/site-packages/axl/libpy_axl.so": "-",
|   "/usr/local/lib/python2.7/site-packages/axl/libpy_axl.la": "acf43bf5dec23c01af2cca24f6a84cfc88b8c57db252db904e883939ad8b2cc2",
|   "/usr/local/lib/python2.7/site-packages/axl/libpy_axl.a": "fd4f6762548e7a4d5b9b489d3b6a5eeff6eb9beb6089b6503ffab1f352139972",
|   "/usr/local/lib/python2.7/site-packages/axl/__init__.py": "ebffc48ea76e2eb179b83407258c81b6d64f3177c493962d7a22726464d54666"
|       },
|       "scripts":
|          {
|           "post-install":"/sbin/ldconfig -m /usr/local/lib",
|           "post-deinstall":"/sbin/ldconfig -R"
|          }
|   },







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1439906054.15779.101.camel>