TexLive packages for FreeBSD-9-RELEASE amd64

I apologize if it's a silly question but how do I go about making pkg_add get the right dependencies? I did setenv but it only fetches the package I point pkg_add to. Thanks.
 
aligatormilk said:
I apologize if it's a silly question but how do I go about making pkg_add get the right dependencies? I did setenv but it only fetches the package I point pkg_add to. Thanks.

Thanks for pointing me that.
I actually had to create "all" sub-directory

http://files.bsdroot.lv/my/FreeBSD/packages-amd64/2012.01.30/All/

now you should be able to add package with
Code:
# pkg_add -r http://files.bsdroot.lv/my/FreeBSD/packages-amd64/2012.01.30/all/texlive-scheme-basic-20110427.tbz
for example


If that doesn't work, let me know
 
Hi,

Do I have to # pkg_add -r .... all of your packages in order to use just, for example, texlive-beamer-20110924 or just add the one that I need, in this case, texlive-beamer-20110924.tbz?

Many thanks for your time.
 
Try with -r if it doesn't work, try without it.
AFAIK you need -r, but I haven't tested, since I'm at work, and haven't been using my own package repository for some time
 
Back
Top