Development

What’s in the pipeline, how it works, how it’s made…

process_cvs_mail.pl patch

For more detail, read Duplicate file in cvs-all commit causes problems. [dan@ngaio:/usr/websites/freshports.org/scripts] $ cvs di process_cvs_mail.pl Index: process_cvs_mail.pl =================================================================== RCS file: /home/repositories/freshports-1/scripts/process_cvs_mail.pl,v retrieving revision 1.10 diff -r1.10 process_cvs_mail.pl 70c70 < FreshPorts::Utilities::ReportError('err', "No message ID found for this commit message (" . $Message_Subject . ").\n\nIs this a corrupted commit or email?", 1) --- > FreshPorts::Utilities::ReportErrorEmailNoPrint(‘err’, “No

process_cvs_mail.pl patch Read More »

utilities patch

For more detail, read Duplicate file in cvs-all commit causes problems. $ cvs di -u utilities.pm Index: utilities.pm =================================================================== RCS file: /home/repositories/freshports-1/scripts/utilities.pm,v retrieving revision 1.14 diff -u -r1.14 utilities.pm — utilities.pm 17 Mar 2007 13:49:42 -0000 1.14 +++ utilities.pm 27 Jun 2007 02:27:26 -0000 @@ -128,7 +128,7 @@ my $email = $die; – _ReportErrorHelper($level, $message,

utilities patch Read More »

How much is that repo in the window?

Søren Straarup brought this up today. FreshSource does not link to the right place in CVSWEB for commits to CVSROOT. For example, look at this commit. If you click on the diff link, it goes to the wrong place. It goes to http://www.freebsd.org/cgi/cvsweb.cgi/CVSROOT/modules.diff?r1=1.18319&r2=1.18318 instead of http://www.freebsd.org/cgi/cvsweb.cgi/CVSROOT-ports/modules.diff?r1=1.18319&r2=1.18318 After discussions with Simon Nielsen and is Søren Straarup,

How much is that repo in the window? Read More »

X.org 7.2 causes deadlock

The much-anticipated X.org 7.2 commit has occurred. Unfortunately, the commit is causing a deadlock on FreshPorts. The error message I see is: [36978]: [1-1] 2007-05-20 00:01:55.591 EDT freshports.org 36978 ERROR: deadlock detected [1-2] 2007-05-20 00:01:55.591 EDT freshports.org 36978 DETAIL: Process 36978 waits for ShareLock on transaction 15047015; blocked by [1-3] process 37015. [1-4] Process 37015

X.org 7.2 causes deadlock Read More »

Design contest results

The deadline for voting has passed. The Candidates | The Contest Details The table holding the results is: freshports.org=# \d design_results Table “public.design_results” Column | Type | Modifiers ———+————–+————————————————————- id | integer | not null default nextval(‘design_results_id_seq’::regclass) user_id | integer | not null choice1 | character(1) | not null choice2 | character(1) | not null

Design contest results Read More »

Scroll to Top