Re: Wine-fbsd64 updated to 1.5.20 (32bit Wine for 64bit FreeBSD)

2012-12-26 Thread Jens Jahnke
On Wed, 26 Dec 2012 07:54:58 +
Matthew Seaman matt...@freebsd.org wrote:

MS On 26/12/2012 07:27, Jens Jahnke wrote:
MS  On Mon, 24 Dec 2012 12:27:11 +0200
MS  David Naylor naylor.b.da...@gmail.com wrote:
MS  
MS  DN Since it is possible to install the existing pkg 
MS  DN packages in a pkgng environment (which I do) this is not a
MS  DN high priority.
MS  
MS  is there a documentation for that? I searched the pkgng docs but
MS  found nothing regarding installation of old packages or
MS  converting them to a newer version.
MS 
MS There's nothing in pkg_tools to stop it working on a pkgng-enabled
MS system.  This does not mean that installing pkg_tools packages in
MS that situation is in any way supported or encouraged.  If you do
MS this, you will create a mess on your systems and store up a nasty
MS job of sorting it all out for yourself.  It really isn't a good
MS idea.

Thanks for the advise. I guessed in that direction. So I'll be patient
and wait for packages because I've never been able to build wine
(64bit) myself from source. I just need it for some old games anyway. ;)

Regards,

Jens

-- 
26. Julmond 2012, 11:13
Homepage : http://www.jan0sch.de

All my friends and I are crazy.
That's the only thing that keeps us sane.


pgprZUj0u9Os7.pgp
Description: PGP signature


i want to order one software

2012-12-26 Thread BOY RULES

Hi there guys  i want to order one software if possible to use on Linux  
machines  
freeBSD, Ubuntu, Centos, Debian  and Fedora 


the software i want  is to use as DNS Network, WWW hostname add, directories, 
www folder listview, hostnames hosted on the servers 
to start 


DNS Network   each machine connects to each machine  and read writes hosts 
to the  www  from each machine  to be  AIO 
add dns IP and Hostname from Ubuntu, freeBSD, centos, debian, windows, mac   
and   will be remoted to each  one 
DNS Mysql    the database to each machine to read from each machine  
databases  if one dataabase is down other machine runs it 
www directory   diferent  www directories  like  install  on the 1st HDD  
and use other HDD for  host the sites and files 
i will install the operation system on SSD  disk  and use  Sata HDD  to hosting 
files  


SSD 128 GB = operation system freeBSD 
HDD 1 =  videos/www/
HDD 2 = hosting/www/
HDD 3 = music/www/


and so on  to be like this way  


one software to  add hostname  to the directory add IP address add hostname  
choose port  choose the file to  run on server index php 
and  click save  and its up and running the site on the server 


on webvrowsers to make sure just shows the domain name  http://www.domain.com  
-- this way  
if possible one software similar ad MAC Admin Tools  Tiger server 


add  one Listview   videos/www  directory  list  and combobox  choose the 
directory  to view all the websites and hosting files 
one listview  to change chmod  permisions   click on the checkbox  file 755  
and change on text 777 and save permissions 


its that possible add wine  on feebsd to be already  in feebsd  dont need to 
intall after  already comes with wine 


i would like to know is if i install wine on freebsd and  use  exe files  
created in VB net it will work 100% 
i know a bit of VB net and i want to build my applications to use on linux  


can you help me to build this type of software and i will pay for it  i want to 
pay this software to be mine  


i can send you the application made in VB net  the ideas i had built to use 
if you accept it i will send you  the source code in VB net 


let me know if you want to build the software i need  for use on linux machines 
  thanks 










  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Full disk encryption without root partition

2012-12-26 Thread mhca12
Are there any plans or is there already support for full
disk encryption without the need for a root partition?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Full disk encryption without root partition

2012-12-26 Thread mhca12
On Wed, Dec 26, 2012 at 10:17 PM, mhca12 mhc...@gmail.com wrote:
 Are there any plans or is there already support for full
 disk encryption without the need for a root partition?

I am sorry, I certainly meant to write boot partition.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


using iniparser.h

2012-12-26 Thread Jack Mc Lauren
Hi guys

Take a look to the code below :

#include iostream
#include string.h
#include iniparser.h
#include dictionary.h

using namespace std;

int main()
{
    dictionary *dict = new dictionary;
    dirent *dir = new dirent;
    char *c;
    dict = iniparser_load(/tmp/test.ini);
    c = iniparser_getstring(dict,s,w);
    cin.get();
    return 0;
}

I have this error :

***main.cpp:17: undefined reference to `iniparser_load'
***/main.cpp:18: undefined reference to `iniparser_getstring'

any suggestions ?

Thanks in advance ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org