Re: FreeBSD needs Git to ensure repo integrity [was: 2012 incident]

2012-11-18 Thread Aldis Berjoza

18.11.2012, 16:10, "Alexander Yerenkow" :
> How about each commit will make a "tweet"? I'm sure
> twitter could arrange create-records-only (no edit) acount for such project
> as FreeBSD is.
> This isn't so hard to make, and it's so social :)

And you would trust twitter?

-- 
Aldis Berjoza
FreeBSD addict
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"


Re: cleaning /usr/obj before copying it to USB key

2012-06-10 Thread Aldis Berjoza
On Sat, 9 Jun 2012 08:57:33 -0700
Tim Kientzle  wrote:

> 
> You can delete all of the '.o' files using a command like this:
> 
>find /usr/obj -name '*.o' | xargs rm
> 


I think:
  find /usr/obj -name '*.o' -delete
is much better
-- 
Aldis Berjoza


signature.asc
Description: PGP signature


Re: TeXLive merge into FreeBSD ports tree - FreeBSD project idea

2012-05-30 Thread Aldis Berjoza
On Sat, 26 May 2012 22:45:37 +1200
Sam Lin  wrote:

>  Hi FreeBSD fellows,
> 
> Those who are using LaTeX on FreeBSD must know that tetex has been
> discontinued years ago and that TeXLive is now recommended, however
> TeXLive has never been merged in the ports tree on FreeBSD and that
> tetex is still used on FreeBSD ports. Although there have been some
> "customized" work so that FreeBSD users can install and use TeXLive
> on FreeBSD machine (for example,
> http://code.google.com/p/freebsd-texlive/wiki/Installing), this is
> quite confusing and may still cause conflict on the system side when
> using or maintaining it.
> 
> There has also been years of gossips that a Japanese developer Hiroki
> Sato (hrs@freebsd) has been working on this matter for the last years
> and therefore the FreeBSD admin panel don't want anyone else to work
> on this and merge it into the ports tree.
> 
> I actually contacted Hiroki Sato in the beginning of last year (2011)
> regarding this, and in his reply he said that there had been several
> technical issues but most of them had been solved and almost ready to
> merge into the port tree, and that he was planning to go forward
> after the 8.2/7.4 releases (one or two weeks later from that time
> stage) are out. However, more than a year has passed since then and
> still nothing happened. I tried to contact him several times after
> that (email, tweet, etc) but haven't heard anything back from him at
> all.
> 
> Is TeXLive really going to be merged into the FreeBSD ports tree as
> Hiroki Sato mentioned previously? Or is this just a myth??
> 
> I am now thinking that this should be put into the "FreeBSD Project
> ideas List" [http://wiki.freebsd.org/IdeasPage].
> 
> Regards,
> Sam
>

Hey, Sam!

I which TeXLive would be merged in FreeBSD ports. Romain is doing great
job maintaining it. And it work, And it work now. In fact it works for
more than a year.


-- 
Aldis Berjoza


signature.asc
Description: PGP signature


Re: Hello World assembly language

2011-09-28 Thread Aldis Berjoza
On Wed, 28 Sep 2011 13:26:47 -0700
Colin Barnabas  wrote:

> I found a hello world program written in assembly language which
> runs on my amd64 8.2 stable box. However, I can not seem to get
> it to print a new line. Any suggestions on how to print a line
> feed in assembly?

You need to write 0xA for newline
https://github.com/graudeejs/asm4BSD/blob/master/examples/000-hello/hello.fasm


Check this out: https://github.com/graudeejs/asm4BSD
For my university Assembler practical work, I picked FreeBSD

There is hellow world, that will/should run on any BSD
and in FreeBSD directory there are more examples

All that is for i386, but there shouldn't be to much problem to convert
it to amd64

Oh, and it's written in lang/fasm (http://flatassembler.net/)
-- 
Aldis Berjoza
  http://www.bsdroot.lv/


signature.asc
Description: PGP signature