Zdravím chtěl bych se zeptat ještě na jednu věc pokud jsem udělal port a testuji "port test"
ale stane mi, že mi testování vypisuje tyto věci ale nevím co s tím mám udělat. Stalo se vám někdy tento případ ? Error: /tmp/ray-1.9.2/lib/libray.so is linked to /usr/local/lib/libopenal.so.1 that does not belong to any package Error: /tmp/ray-1.9.2/lib/libray.so is linked to /usr/local/lib/libSM.so.6 that does not belong to any package Error: /tmp/ray-1.9.2/lib/libray.so is linked to /usr/local/lib/libICE.so.6 that does not belong to any package Error: /tmp/ray-1.9.2/lib/libray.so is linked to /usr/local/lib/libX11.so.6 that does not belong to any package Error: /tmp/ray-1.9.2/lib/libray.so is linked to /usr/local/lib/libXext.so.6 that does not belong to any package Error: /tmp/ray-1.9.2/lib/libray.so is linked to /usr/local/lib/libXrandr.so.2 that does not belong to any package Error: /tmp/ray-1.9.2/lib/libray.so is linked to /usr/local/lib/libXinerama.so.1 that does not belong to any package Error: /tmp/ray-1.9.2/lib/libray.so is linked to /usr/local/lib/libXi.so.6 that does not belong to any package Error: /tmp/ray-1.9.2/lib/libray.so is linked to /usr/local/lib/libXxf86vm.so.1 that does not belong to any package Error: /tmp/ray-1.9.2/lib/libray.so is linked to /usr/local/lib/libXcursor.so.1 that does not belong to any package ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) ===> Building package for ray-1.9.2 actual-package-depends: dependency on /usr/local/lib/libopenal.so not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/lib/libopenal.so.1 not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/libdata/pkgconfig/x11.pc not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/libdata/pkgconfig/sm.pc not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/libdata/pkgconfig/ice.pc not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/libdata/pkgconfig/xext.pc not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/libdata/pkgconfig/xrandr.pc not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/libdata/pkgconfig/xi.pc not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/libdata/pkgconfig/xinerama.pc not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/libdata/pkgconfig/xxf86vm.pc not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/libdata/pkgconfig/xcursor.pc not registered (normal if it belongs to base) ===> Installing for ray-1.9.2 ===> Checking if ray already installed actual-package-depends: dependency on /usr/local/lib/libopenal.so not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/lib/libopenal.so.1 not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/libdata/pkgconfig/x11.pc not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/libdata/pkgconfig/sm.pc not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/libdata/pkgconfig/ice.pc not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/libdata/pkgconfig/xext.pc not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/libdata/pkgconfig/xrandr.pc not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/libdata/pkgconfig/xi.pc not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/libdata/pkgconfig/xinerama.pc not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/libdata/pkgconfig/xxf86vm.pc not registered (normal if it belongs to base) actual-package-depends: dependency on /usr/local/libdata/pkgconfig/xcursor.pc not registered (normal if it belongs to base) ===> Registering installation for ray-1.9.2 Dne 3. listopadu 2017 18:25 Miroslav Lachman <[email protected]> napsal(a): > M. wrote on 2017/11/03 17:04: > >> Zdravím, >> chtěl bych se vás zeptat jestli máte někde zkušenosti s děláním portu pro >> freebsd. Mám nějaký program který z kterého chci udělat port ale jsem v >> tom >> trochu >> ztracen znám: >> http://www.freebsd.cz/doc/en/books/porters-handbook/own-port.html >> Ale jak se potom nahrají někam zdrojové kody s makefilem například ? >> > > Pokud ten port pak chces publikovat, zaradit do oficialniho repozitare, > tak je dobre k testovani pouzivat portlint > http://www.freshports.org/ports-mgmt/portlint/ > > Jako dobry pomocnik muze slouzit i http://www.freshports.org/port > s-mgmt/porttools/ > > Ja porty builduju / testuju pomoci poudriere. > > Co se samotnych dat (zdrojaku) portu tyce, tak ty musis mit nekde online, > odkud si je ports framework stahne na zaklade informaci v Makefile. Musi k > nim samozrejme existovat i soubor distinfo, ktery se da vytvorit prikazem > "make makesum" v adresari vytvareneho portu. > > Mirek > > > -- > FreeBSD mailing list ([email protected]) > http://www.freebsd.cz/listserv/listinfo/users-l > -- FreeBSD mailing list ([email protected]) http://www.freebsd.cz/listserv/listinfo/users-l
