search for: buildconflicts

Displaying 3 results from an estimated 3 matches for "buildconflicts".

2024 Aug 22
1
Question about nut-dependencies
...Fink moved their package tree to Git a few years ago, it is not too hard to maintain a patch against upstream to trim down the dependencies. If you don't need the Eaton NetXML driver and its dependencies like neon, don't build it. You can change any "BuildDepends: foo" to a "BuildConflicts: foo", and remove the splitoff that packages that up (e.g. https://github.com/fink/fink-distributions/blob/master/10.9-libcxx/stable/main/finkinfo/net/nut.info#L225 ). Sometimes there are ./configure options that need to be removed as well, but usually the BuildConflicts will prevent the libra...
2024 Aug 21
2
Question about nut-dependencies
I am new to the email list and a recent fan of the NUT software. I have been deploying Windows, Ubuntu, and MacOS clients. I am dealing with very old machines, attempting to keep them running at an office where they cannot upgrade the machines due to software dependencies. I was recently trying to get a client using Mac Ports and it would not build on my target machines, MacOS 10.5 and 10.6 due
2007 Dec 28
2
[LLVMdev] fink llvm-gcc42 test packaging
...lvm-gcc-4.2-%r.tar.bz2 Source2-MD5: a3bd327510a2af4dbec8044d88deec9b Type: -64bit Depends: gmp-shlibs (>= 4.2.1-1), libmpfr1-shlibs (>= 2.2.0-2),libgettext3-shlibs, %N-shlibs (>= %v-%r) BuildDepends: gmp (>= 4.2.1-1), libmpfr1 (>= 2.2.0-2), gettext-tools, libgettext3-dev, automake1.9 BuildConflicts: libiconv-dev ConfigureParams: << --prefix=%p/lib/llvm-gcc-4.2 --mandir=%p/share/man --infodir=%p/share/info --with-gmp=%p --with-libiconv-prefix=/usr --with-system-zlib << PatchScript: << #!/bin/sh -ev cd ../llvm-gcc-4.2-%r patch -p1 < %a/%n.patch << CompileScript:...