From owner-freebsd-ports@FreeBSD.ORG  Sun Feb 22 17:00:54 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id C75F09EA;
 Sun, 22 Feb 2015 17:00:54 +0000 (UTC)
Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com
 [IPv6:2a00:1450:400c:c05::229])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 69E24A1E;
 Sun, 22 Feb 2015 17:00:54 +0000 (UTC)
Received: by mail-wi0-f169.google.com with SMTP id em10so15083294wid.0;
 Sun, 22 Feb 2015 09:00:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=from:message-id:date:reply-to:user-agent:mime-version:to:cc:subject
 :content-type:content-transfer-encoding;
 bh=ie3ihXlSjyksl+QKwcPSnTD9IccMv82Qr+lYLJGZ09Q=;
 b=xN8PhetscFvz4Ii0yoc44ar2iUkhiyQ4SME0qJb3UX98xF0SOc2d7qucRlsuK3ii3A
 7Ks7G7pmfFq3Fio3SzxcoSd0T6O4J5KR9WkflBYQ/9VQyYhws/LSxG7UNMIAbG6OSzod
 //l+UeeIrDSC1rSrPxFAzZQgV9268+CfqcRHHYRy8SqUBScWnZvN3o9+Lf3enARQTgPE
 iUmonRdTrtstf0fS7oxHe5h/KKR0065iYpVRBtmKsCHld0XQRyVWBJjAbDR6beG7xCBO
 VV75u7OLkx+ZgYIErmGU7Y77M4bKTEyHcg9GPQBLLNoGv6vE1D0YdU4+5IFjA5fOYTEa
 oodg==
X-Received: by 10.180.184.230 with SMTP id ex6mr13014461wic.73.1424624452803; 
 Sun, 22 Feb 2015 09:00:52 -0800 (PST)
Received: from ?IPv6:2001:1620:f00:8233:ca2:5377:2672:c47b?
 ([2001:1620:f00:8233:ca2:5377:2672:c47b])
 by mx.google.com with ESMTPSA id fa3sm12142330wib.17.2015.02.22.09.00.51
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Sun, 22 Feb 2015 09:00:52 -0800 (PST)
From: Mattia Rossi <mattia.rossi.mate@gmail.com>
X-Google-Original-From: Mattia Rossi <mattia.rossi.mailinglists@gmail.com>
Message-ID: <54EA0B36.9050102@gmail.com>
Date: Sun, 22 Feb 2015 18:00:38 +0100
Reply-To: mattia.rossi.mailinglists@gmail.com
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
 rv:31.0) Gecko/20100101 Thunderbird/31.3.0
MIME-Version: 1.0
To: freebsd-ports@freebsd.org
Subject: Openldap24-server not building with ODBC support
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Cc: delphij@freebsd.org
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 22 Feb 2015 17:00:54 -0000

Hi all,

Using CLANG I can't compile openldap24-server with ODBC support.

The error has been described here as well:

https://forums.freebsd.org/threads/compiling-openldap24-server-with-odbc-checked-fails-with-linker-error-liodbc.48947/

I found a two problems connected with it:
1) If I select ODBC (SQL Backend) the port does not automatically add 
databases/libiodbc as dependency which in my opinion it should
2) The openldap port has a problem, as it's not using -L/usr/local/lib 
in it's linker path, and thus it fails the moment it's looking for -liodbc

The workaround at the moment is, to compile the port as far as it goes, 
and when it fails, cd into the working directory and re-run the last 
command adding -L/usr/local/lib before -liodbc. Then rerun make in the 
port directory without cleaning (or portmaster -C net/openldap24-server)

Please fix the issue though.

Thanks,

Mat

From owner-freebsd-ports@FreeBSD.ORG  Sun Feb 22 18:51:38 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id B0C9D7CA
 for <freebsd-ports@freebsd.org>; Sun, 22 Feb 2015 18:51:38 +0000 (UTC)
Received: from venus.morante.net (venus.morante.net [63.247.147.163])
 by mx1.freebsd.org (Postfix) with ESMTP id 6F2826BF
 for <freebsd-ports@freebsd.org>; Sun, 22 Feb 2015 18:51:37 +0000 (UTC)
Received: from saturn.morante.com (localhost [127.0.0.1])
 by venus.morante.net (Postfix) with ESMTP id 0B971E1B016
 for <freebsd-ports@freebsd.org>; Sun, 22 Feb 2015 13:42:45 -0500 (EST)
X-Virus-Scanned: amavisd-new at morante.net
Received: from venus.morante.net ([127.0.0.1])
 by saturn.morante.com (saturn.morante.com [127.0.0.1]) (amavisd-new,
 port 10024)
 with LMTP id Ei-rjvMoO7ds for <freebsd-ports@freebsd.org>;
 Sun, 22 Feb 2015 13:42:39 -0500 (EST)
Received: from [192.168.0.2] (my-room.morante.com [192.168.0.2])
 by venus.morante.net (Postfix) with ESMTPSA id AC40EE1B06C
 for <freebsd-ports@freebsd.org>; Sun, 22 Feb 2015 13:42:38 -0500 (EST)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=morante.net;
 s=default; t=1424630558;
 bh=IuXixTaB2ChLnG/AT+6YBojaUbLczG1lRWjSAqF//Og=;
 h=Date:From:To:Subject;
 b=Ttp9bYPkrRyM+cp2csqmcsTETbW/QHoouv+b5rEZT32LnP0MFe6DUUfxUHdEJOGtw
 mdnlkuNdufL0AbfiQ12D+SHmU/SzjqLxcykajhIgy5BJEBhiitQt7wWt7HxMqGQdPT
 srjitap7V+h3FHAY/ZqnolS+taBZ1LZyaw8hunVM=
Message-ID: <54EA221C.3@morante.net>
Date: Sun, 22 Feb 2015 13:38:20 -0500
From: Daniel Morante <daniel@morante.net>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64;
 rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: freebsd-ports@freebsd.org
Subject: portsnap didn't properly update www/neon
Content-Type: multipart/signed; protocol="application/pkcs7-signature";
 micalg=sha1; boundary="------------ms010607010405080700070101"
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 22 Feb 2015 18:51:38 -0000

This is a cryptographically signed message in MIME format.

--------------ms010607010405080700070101
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: quoted-printable

I have a system that started as FreeBSD 5.x.  Throughout the years it=20
has been updated and upgraded.  Today's it's currently at 9.3-RELEASE.

Recently:

"The port www/neon29 was renamed to www/neon and updated to version 0.30.=
1"

Back in 2008:

"Rename www/neon to www/neon26 to make the integration of www/neon28=20
possible"

Not sure what happened between no and then, but yesterday portsnap=20
failed to properly update the port skeleton under /usr/ports/www/neon. =20
There were still some left over files from the last time the port was=20
named neon.

  :/usr/ports/www/neon # ls -larths
total 78
  2 drwxr-xr-x     2 root  wheel   512B Apr 28  2008 files
  2 -rw-r--r--     1 root  wheel   821B Jan 22  2014 pkg-descr
  6 -rw-r--r--     1 root  wheel     6k Dec 24 01:03 pkg-plist
  2 -rw-r--r--     1 root  wheel   130B Dec 24 01:03 distinfo
  2 -rw-r--r--     1 root  wheel   1.8k Dec 24 01:03 Makefile
62 drwxr-xr-x  2332 root  wheel    61k Feb 22 12:32 ..
  2 drwxr-xr-x     3 root  wheel   512B Feb 22 13:37 .

  ls -larths files/
total 8
2 -rw-r--r--  1 root  wheel   503B Mar 16  2007 patch-ltmain.sh
2 -rw-r--r--  1 root  wheel   683B Mar 16  2007 patch-Makefile.in
2 drwxr-xr-x  2 root  wheel   512B Apr 28  2008 .
2 drwxr-xr-x  3 root  wheel   512B Feb 22 13:37 ..

Which of course would cause the port install to fail since those patches =

are outdated:

=3D=3D=3D>  Applying FreeBSD patches for neon-0.30.1
1 out of 1 hunks failed--saving rejects to ltmain.sh.rej
=3D> Patch patch-ltmain.sh failed to apply cleanly.
=3D> Patch(es) patch-Makefile.in applied cleanly.
*** [do-patch] Error code 1

Stop in /usr/ports/www/neon.
*** [install] Error code 1

Stop in /usr/ports/www/neon.

To fix, I delete the 'files' directory.


--------------ms010607010405080700070101
Content-Type: application/pkcs7-signature; name="smime.p7s"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="smime.p7s"
Content-Description: S/MIME Cryptographic Signature

MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIKRzCC
BRowggQCoAMCAQICEG0Z6qcZT2ozIuYiMnqqcd4wDQYJKoZIhvcNAQEFBQAwga4xCzAJBgNV
BAYTAlVTMQswCQYDVQQIEwJVVDEXMBUGA1UEBxMOU2FsdCBMYWtlIENpdHkxHjAcBgNVBAoT
FVRoZSBVU0VSVFJVU1QgTmV0d29yazEhMB8GA1UECxMYaHR0cDovL3d3dy51c2VydHJ1c3Qu
Y29tMTYwNAYDVQQDEy1VVE4tVVNFUkZpcnN0LUNsaWVudCBBdXRoZW50aWNhdGlvbiBhbmQg
RW1haWwwHhcNMTEwNDI4MDAwMDAwWhcNMjAwNTMwMTA0ODM4WjCBkzELMAkGA1UEBhMCR0Ix
GzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UE
ChMRQ09NT0RPIENBIExpbWl0ZWQxOTA3BgNVBAMTMENPTU9ETyBDbGllbnQgQXV0aGVudGlj
YXRpb24gYW5kIFNlY3VyZSBFbWFpbCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
ggEBAJKEhFtLV5jUXi+LpOFAyKNTWF9mZfEyTvefMn1V0HhMVbdClOD5J3EHxcZppLkyxPFA
GpDMJ1Zifxe1cWmu5SAb5MtjXmDKokH2auGj/7jfH0htZUOMKi4rYzh337EXrMLaggLW1DJq
1GdvIBOPXDX65VSAr9hxCh03CgJQU2yVHakQFLSZlVkSMf8JotJM3FLb3uJAAVtIaN3FSrTg
7SQfOq9xXwfjrL8UO7AlcWg99A/WF1hGFYE8aIuLgw9teiFX5jSw2zJ+40rhpVJyZCaRTqWS
D//gsWD9Gm9oUZljjRqLpcxCm5t9ImPTqaD8zp6Q30QZ9FxbNboW86eb/8ECAwEAAaOCAUsw
ggFHMB8GA1UdIwQYMBaAFImCZ33EnSZwAEu0UEh83j2uBG59MB0GA1UdDgQWBBR6E04AdFvG
eGNkJ8Ev4qBbvHnFezAOBgNVHQ8BAf8EBAMCAQYwEgYDVR0TAQH/BAgwBgEB/wIBADARBgNV
HSAECjAIMAYGBFUdIAAwWAYDVR0fBFEwTzBNoEugSYZHaHR0cDovL2NybC51c2VydHJ1c3Qu
Y29tL1VUTi1VU0VSRmlyc3QtQ2xpZW50QXV0aGVudGljYXRpb25hbmRFbWFpbC5jcmwwdAYI
KwYBBQUHAQEEaDBmMD0GCCsGAQUFBzAChjFodHRwOi8vY3J0LnVzZXJ0cnVzdC5jb20vVVRO
QWRkVHJ1c3RDbGllbnRfQ0EuY3J0MCUGCCsGAQUFBzABhhlodHRwOi8vb2NzcC51c2VydHJ1
c3QuY29tMA0GCSqGSIb3DQEBBQUAA4IBAQCF1r54V1VtM39EUv5C1QaoAQOAivsNsv1Kv/av
QUn1G1rF0q0bc24+6SZ85kyYwTAo38v7QjyhJT4KddbQPTmGZtGhm7VNm2+vKGwdr+XqdFqo
2rHA8XV6L566k3nK/uKRHlZ0sviN0+BDchvtj/1gOSBH+4uvOmVIPJg9pSW/ve9g4EnlFsjr
P0OD8ODuDcHTzTNfm9C9YGqzO/761Mk6PB/tm/+bSTO+Qik5g+4zaS6CnUVNqGnagBsePdIa
XXxHmaWbCG0SmYbWXVcHG6cwvktJRLiQfsrReTjrtDP6oDpdJlieYVUYtCHVmdXgQ0BCML7q
peeU0rD+83X5f27nMIIFJTCCBA2gAwIBAgIQUv6uOZ5jSVo+ZxxUhw8XxDANBgkqhkiG9w0B
AQUFADCBkzELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G
A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxOTA3BgNVBAMTMENP
TU9ETyBDbGllbnQgQXV0aGVudGljYXRpb24gYW5kIFNlY3VyZSBFbWFpbCBDQTAeFw0xNDA0
MDYwMDAwMDBaFw0xNTA0MDYyMzU5NTlaMCMxITAfBgkqhkiG9w0BCQEWEmRhbmllbEBtb3Jh
bnRlLm5ldDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOrDYZTJNIxlQlGbltv9
VOuBF2Slc24q36qAUfbSb1oCuYBMFt48tWcX79TreaEg/5BHKHbzyy9X4ufErMwWblcblmUU
UeRzc+JHqNiqBJd49pn2tjbZS8F+M1Fxyd0TEZWV0p9R5sHBUia8cnIeMMStRsEahKm73+DP
OBwlnozBjt7Uz1EYd9f4G40VmPIZLfUqlXbQEMdqwkqLSIwIGzBJ8x3xVejaZR/bjIFsSx2y
UcxhPjAWRmIj4SpyO7u2mKh9bIuUkoQhE4C6kaClgPXgIGP/Yh+QvagdQp0PlR17T62rSuOX
M8re7S4USH/viyYZhzzb/CFV2Cq5vh8FaEcCAwEAAaOCAeIwggHeMB8GA1UdIwQYMBaAFHoT
TgB0W8Z4Y2QnwS/ioFu8ecV7MB0GA1UdDgQWBBQIo4SCbZ3YNP7HTgkpCrYgtD516DAOBgNV
HQ8BAf8EBAMCBaAwDAYDVR0TAQH/BAIwADAgBgNVHSUEGTAXBggrBgEFBQcDBAYLKwYBBAGy
MQEDBQIwEQYJYIZIAYb4QgEBBAQDAgUgMEYGA1UdIAQ/MD0wOwYMKwYBBAGyMQECAQEBMCsw
KQYIKwYBBQUHAgEWHWh0dHBzOi8vc2VjdXJlLmNvbW9kby5uZXQvQ1BTMFcGA1UdHwRQME4w
TKBKoEiGRmh0dHA6Ly9jcmwuY29tb2RvY2EuY29tL0NPTU9ET0NsaWVudEF1dGhlbnRpY2F0
aW9uYW5kU2VjdXJlRW1haWxDQS5jcmwwgYgGCCsGAQUFBwEBBHwwejBSBggrBgEFBQcwAoZG
aHR0cDovL2NydC5jb21vZG9jYS5jb20vQ09NT0RPQ2xpZW50QXV0aGVudGljYXRpb25hbmRT
ZWN1cmVFbWFpbENBLmNydDAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuY29tb2RvY2EuY29t
MB0GA1UdEQQWMBSBEmRhbmllbEBtb3JhbnRlLm5ldDANBgkqhkiG9w0BAQUFAAOCAQEAEG8I
b+N/eBRvx4NADR0UiBiXo8r2dvzN/F9u9HpcdFRoE2kUUyrIJaux9DZ1GxVD0mktDxj/URGZ
EMjabAR6KOb7P5uOB2S530anaQ10Hey24vWobdASQuUZv2b3RhkL+Blyb9L+pDw2x+jK/Vat
cMpJk1fWQUj+hU0LGcK80gZolFZJTSKlnu49H3wEXl3Eij7yJCXOcF5qhZWycCirntbraxXQ
ouu32yCsgYWt9jOss1Z0fqTCvvh9vXsqDZ1k5I+nprhMxzsVnjZLQhZixG4MbMPHrF/+IhKU
1NR6zzYnTrjhhPKW+qyVVEMLdHOIKxbopv7JwW/s3eZ6yQtUfTGCBBkwggQVAgEBMIGoMIGT
MQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdT
YWxmb3JkMRowGAYDVQQKExFDT01PRE8gQ0EgTGltaXRlZDE5MDcGA1UEAxMwQ09NT0RPIENs
aWVudCBBdXRoZW50aWNhdGlvbiBhbmQgU2VjdXJlIEVtYWlsIENBAhBS/q45nmNJWj5nHFSH
DxfEMAkGBSsOAwIaBQCgggJFMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcN
AQkFMQ8XDTE1MDIyMjE4MzgyMFowIwYJKoZIhvcNAQkEMRYEFNoeAIenArf3i1jOxhSNkJcX
0B+GMGwGCSqGSIb3DQEJDzFfMF0wCwYJYIZIAWUDBAEqMAsGCWCGSAFlAwQBAjAKBggqhkiG
9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcN
AwICASgwgbkGCSsGAQQBgjcQBDGBqzCBqDCBkzELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdy
ZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENB
IExpbWl0ZWQxOTA3BgNVBAMTMENPTU9ETyBDbGllbnQgQXV0aGVudGljYXRpb24gYW5kIFNl
Y3VyZSBFbWFpbCBDQQIQUv6uOZ5jSVo+ZxxUhw8XxDCBuwYLKoZIhvcNAQkQAgsxgauggagw
gZMxCzAJBgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcT
B1NhbGZvcmQxGjAYBgNVBAoTEUNPTU9ETyBDQSBMaW1pdGVkMTkwNwYDVQQDEzBDT01PRE8g
Q2xpZW50IEF1dGhlbnRpY2F0aW9uIGFuZCBTZWN1cmUgRW1haWwgQ0ECEFL+rjmeY0laPmcc
VIcPF8QwDQYJKoZIhvcNAQEBBQAEggEAR+j8LhKbvNaTVVyEbJpj64bK/7V9YKFnBpKua6me
0X7C0OO2AuRAvu1O9nposlOzLHDyh7XRGFIDytEYCreYMvNwUf7Te8V/R3k2hz1jCoNZpqGZ
xBrvdhaJJSMFo4dRjdV4Lu0SztVRnPyQNt1Kee1ixenurEwBB0AYpJZeJRqjN3WWl+gM6f40
7MuHIELJCOSsMyQ0zdYiga97IpA/tlW/oW7DAUlfhfs++kVgRqmR2o8AZHh52wc+GJZ5rar7
Ze3e2irzGXLS3ZBGYOvVavzH9bN1qoGsb9mQV7ZiCUBMd3deD22SO4j5njyDEE194GPELYbf
a0aHzQZBNPpkXQAAAAAAAA==
--------------ms010607010405080700070101--

From owner-freebsd-ports@FreeBSD.ORG  Sun Feb 22 19:20:17 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id B6A77787
 for <freebsd-ports@freebsd.org>; Sun, 22 Feb 2015 19:20:17 +0000 (UTC)
Received: from mout.gmx.net (mout.gmx.net [212.227.15.19])
 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 31CB6975
 for <freebsd-ports@freebsd.org>; Sun, 22 Feb 2015 19:20:16 +0000 (UTC)
Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx003)
 with ESMTPSA (Nemesis) id 0MY86C-1Y3fKl41dQ-00UuuB; Sun, 22 Feb 2015 20:20:04
 +0100
Message-ID: <54EA2BFA.1080602@gmx.de>
Date: Sun, 22 Feb 2015 20:20:26 +0100
From: olli hauer <ohauer@gmx.de>
User-Agent: Mozilla/5.0 (Windows NT 5.1;
 rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: freebsd-ports@freebsd.org
Subject: Re: portsnap didn't properly update www/neon
References: <54EA221C.3@morante.net>
In-Reply-To: <54EA221C.3@morante.net>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Provags-ID: V03:K0:3ze1ieB7h91yyPtsioNgufpBIguwjQg4lS8p6DEfOLeM2mdCqYy
 cPcjIE7sp5XP4rBUWmB7N4VQ+tOLjTxn2kLh+uXVLi6RemEqQ9VZv49bPpoPFYNBBEXL6Fq
 OICtwavu1JfEyWMz2ovdxGernlz5MHS93JHK+BxzhOxgcZ01WWqBVmEr1H/xtYfpZmzSZ4f
 91u00EURPLvF8t1MkBHGQ==
X-UI-Out-Filterresults: notjunk:1;
Cc: Daniel Morante <daniel@morante.net>
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 22 Feb 2015 19:20:17 -0000

On 2015-02-22 19:38, Daniel Morante wrote:
> I have a system that started as FreeBSD 5.x.  Throughout the years it has been updated and upgraded.  Today's it's currently at 9.3-RELEASE.
> 
> Recently:
> 
> "The port www/neon29 was renamed to www/neon and updated to version 0.30.1"
> 
> Back in 2008:
> 
> "Rename www/neon to www/neon26 to make the integration of www/neon28 possible"
> 
> Not sure what happened between no and then, but yesterday portsnap failed to properly update the port skeleton under /usr/ports/www/neon.  There were still some left over files from the last time the port was named neon.
> 
>  :/usr/ports/www/neon # ls -larths
> total 78
>  2 drwxr-xr-x     2 root  wheel   512B Apr 28  2008 files
>  2 -rw-r--r--     1 root  wheel   821B Jan 22  2014 pkg-descr
>  6 -rw-r--r--     1 root  wheel     6k Dec 24 01:03 pkg-plist
>  2 -rw-r--r--     1 root  wheel   130B Dec 24 01:03 distinfo
>  2 -rw-r--r--     1 root  wheel   1.8k Dec 24 01:03 Makefile
> 62 drwxr-xr-x  2332 root  wheel    61k Feb 22 12:32 ..
>  2 drwxr-xr-x     3 root  wheel   512B Feb 22 13:37 .
> 
>  ls -larths files/
> total 8
> 2 -rw-r--r--  1 root  wheel   503B Mar 16  2007 patch-ltmain.sh
> 2 -rw-r--r--  1 root  wheel   683B Mar 16  2007 patch-Makefile.in
> 2 drwxr-xr-x  2 root  wheel   512B Apr 28  2008 .
> 2 drwxr-xr-x  3 root  wheel   512B Feb 22 13:37 ..
> 
> Which of course would cause the port install to fail since those patches are outdated:
> 
> ===>  Applying FreeBSD patches for neon-0.30.1
> 1 out of 1 hunks failed--saving rejects to ltmain.sh.rej
> => Patch patch-ltmain.sh failed to apply cleanly.
> => Patch(es) patch-Makefile.in applied cleanly.
> *** [do-patch] Error code 1
> 
> Stop in /usr/ports/www/neon.
> *** [install] Error code 1
> 
> Stop in /usr/ports/www/neon.
> 
> To fix, I delete the 'files' directory.
> 

Wow, that's really old leftovers!

The current neon port has no files directory so it can be removed.
Since portsnap is used to keep the tree current you can do the following

# rm -rf www/$all_neon_dirs
# portsnap extract www/neon


Hopefully there are no other leftovers in your portstree

-- 
olli

From owner-freebsd-ports@FreeBSD.ORG  Sun Feb 22 20:42:51 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 01DD6B03
 for <freebsd-ports@freebsd.org>; Sun, 22 Feb 2015 20:42:51 +0000 (UTC)
Received: from mail-in-10.arcor-online.net (mail-in-10.arcor-online.net
 [151.189.21.50])
 (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits))
 (Client CN "mx.arcor.de", Issuer "Thawte SSL CA" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id A690D1AA
 for <freebsd-ports@freebsd.org>; Sun, 22 Feb 2015 20:42:49 +0000 (UTC)
Received: from mail-in-15-z2.arcor-online.net (mail-in-15-z2.arcor-online.net
 [151.189.8.32])
 by mx.arcor.de (Postfix) with ESMTP id 3kqyNS3yZVzQPl9
 for <freebsd-ports@freebsd.org>; Sun, 22 Feb 2015 21:11:52 +0100 (CET)
Received: from mail-in-15.arcor-online.net (mail-in-15.arcor-online.net
 [151.189.21.55])
 by mail-in-15-z2.arcor-online.net (Postfix) with ESMTP id 84E5911215C
 for <freebsd-ports@freebsd.org>; Sun, 22 Feb 2015 21:11:52 +0100 (CET)
X-Greylist: Passed host: 188.105.80.95
X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-15.arcor-online.net 3kqyNS307RzF9vZ
Received: from lorvorc.mips.inka.de
 (dslb-188-105-080-095.188.105.pools.vodafone-ip.de [188.105.80.95])
 by mail-in-15.arcor-online.net (Postfix) with ESMTPS id 3kqyNS307RzF9vZ
 for <freebsd-ports@freebsd.org>; Sun, 22 Feb 2015 21:11:52 +0100 (CET)
Received: from lorvorc.mips.inka.de (localhost [127.0.0.1])
 by lorvorc.mips.inka.de (8.14.9/8.14.7) with ESMTP id t1MKBpGw057462
 for <freebsd-ports@freebsd.org>; Sun, 22 Feb 2015 21:11:51 +0100 (CET)
 (envelope-from news@lorvorc.mips.inka.de)
Received: (from news@localhost)
 by lorvorc.mips.inka.de (8.14.9/8.14.9/Submit) id t1MKBp3Y057461
 for freebsd-ports@freebsd.org; Sun, 22 Feb 2015 21:11:51 +0100 (CET)
 (envelope-from news)
To: freebsd-ports@freebsd.org
From: Christian Weisgerber <naddy@mips.inka.de>
Newsgroups: list.freebsd.ports
Subject: What causes libtool to relink?
Date: Sun, 22 Feb 2015 20:11:51 +0000 (UTC)
Lines: 10
Message-ID: <slrnmeke07.1nu7.naddy@lorvorc.mips.inka.de>
X-Trace: lorvorc.mips.inka.de 1424635911 57288 ::1 (22 Feb 2015 20:11:51 GMT)
X-Complaints-To: usenet@mips.inka.de
User-Agent: slrn/1.0.2 (FreeBSD)
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 22 Feb 2015 20:42:51 -0000

I'm completely stuck on a problem report that comes down to this:
"/bin/sh ../../libtool --mode=install" for a loadable module triggers
libtool to attempt to relink the .la file on the reporter's system,
which eventually fails.  I cannot reproduce this.  No such relinking
happens here, libtool simply installs the .so file.

What causes libtool to "relink" a .la file?

-- 
Christian "naddy" Weisgerber                          naddy@mips.inka.de

From owner-freebsd-ports@FreeBSD.ORG  Mon Feb 23 08:51:32 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id A82E119D
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 08:51:32 +0000 (UTC)
Received: from mailrelay102.isp.belgacom.be (mailrelay102.isp.belgacom.be
 [195.238.20.129]) by mx1.freebsd.org (Postfix) with ESMTP id 42DF318E
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 08:51:31 +0000 (UTC)
X-Belgacom-Dynamic: yes
X-Cloudmark-SP-Filtered: true
X-Cloudmark-SP-Result: v=1.1 cv=+BsAzE94k0WpM8AtezFGaEXBVpw1lpSE4R7UN5Nfg4g=
 c=1 sm=2
 a=kj9zAlcOel0A:10 a=4Dpl8wDXVjpmTsNBcuwA:9 a=CjuIK1q_8ugA:10
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: A2AKCQBR6epU/y+M8VFbgwaBLMkABAICgR9EAQEBAQEBfIQQAQU6HCMQCw4KCSUPKh4GE4gzAdJhAQEBAQEFAQEBAR6LE4RuB4QrAQSZFJM0IoNvPTGCQwEBAQ
Received: from 47.140-241-81.adsl-dyn.isp.belgacom.be (HELO
 kalimero.tijl.coosemans.org) ([81.241.140.47])
 by relay.skynet.be with ESMTP; 23 Feb 2015 09:50:23 +0100
Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org
 [127.0.0.1])
 by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id t1N8oLXM001098;
 Mon, 23 Feb 2015 09:50:21 +0100 (CET)
 (envelope-from tijl@FreeBSD.org)
Date: Mon, 23 Feb 2015 09:50:21 +0100
From: Tijl Coosemans <tijl@FreeBSD.org>
To: Christian Weisgerber <naddy@mips.inka.de>
Subject: Re: What causes libtool to relink?
Message-ID: <20150223095021.64819c10@kalimero.tijl.coosemans.org>
In-Reply-To: <slrnmeke07.1nu7.naddy@lorvorc.mips.inka.de>
References: <slrnmeke07.1nu7.naddy@lorvorc.mips.inka.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Cc: freebsd-ports@freebsd.org
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Feb 2015 08:51:32 -0000

On Sun, 22 Feb 2015 20:11:51 +0000 (UTC) Christian Weisgerber <naddy@mips.inka.de> wrote:
> I'm completely stuck on a problem report that comes down to this:
> "/bin/sh ../../libtool --mode=install" for a loadable module triggers
> libtool to attempt to relink the .la file on the reporter's system,
> which eventually fails.  I cannot reproduce this.  No such relinking
> happens here, libtool simply installs the .so file.
> 
> What causes libtool to "relink" a .la file?

When it links to another library in the work directory.  Then it needs
to be relinked so it links to the installed copy of that library.

From owner-freebsd-ports@FreeBSD.ORG  Mon Feb 23 09:25:55 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id D3F13B07
 for <ports@freebsd.org>; Mon, 23 Feb 2015 09:25:55 +0000 (UTC)
Received: from portscout.freebsd.org (portscout.freebsd.org
 [IPv6:2001:1900:2254:206a::50:6])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id BF6E3789
 for <ports@freebsd.org>; Mon, 23 Feb 2015 09:25:55 +0000 (UTC)
Received: from portscout.freebsd.org ([127.0.1.123])
 by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t1N9PtbS015575
 for <ports@freebsd.org>; Mon, 23 Feb 2015 09:25:55 GMT
 (envelope-from portscout@FreeBSD.org)
Received: (from portscout@localhost)
 by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t1N9PtZj015574;
 Mon, 23 Feb 2015 09:25:55 GMT (envelope-from portscout@FreeBSD.org)
Message-Id: <201502230925.t1N9PtZj015574@portscout.freebsd.org>
X-Authentication-Warning: portscout.freebsd.org: portscout set sender to
 portscout@FreeBSD.org using -f
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain
MIME-Version: 1.0
Date: Mon, 23 Feb 2015 09:25:55 +0000
From: portscout@FreeBSD.org
To: ports@freebsd.org
Subject: FreeBSD ports you maintain which are out of date
X-Mailer: portscout/0.8.1
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Feb 2015 09:25:55 -0000

Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/ports@freebsd.org.html


Port                                            | Current version | New version
------------------------------------------------+-----------------+------------
net-p2p/qbittorrent                             | 3.1.11          | 3.1.12
------------------------------------------------+-----------------+------------
net-p2p/qbittorrent-nox11                       | 3.1.11          | 3.1.12
------------------------------------------------+-----------------+------------


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.

From owner-freebsd-ports@FreeBSD.ORG  Mon Feb 23 13:40:54 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id BC229382
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 13:40:54 +0000 (UTC)
Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de
 [130.133.4.66])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 764A239D
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 13:40:54 +0000 (UTC)
Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69])
 by outpost.zedat.fu-berlin.de (Exim 4.85)
 for freebsd-ports@freebsd.org with esmtp
 (envelope-from <ohartman@zedat.fu-berlin.de>)
 id <1YPtFd-003fCE-Qc>; Mon, 23 Feb 2015 14:40:45 +0100
Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=hermann)
 by inpost2.zedat.fu-berlin.de (Exim 4.85)
 for freebsd-ports@freebsd.org with esmtpsa
 (envelope-from <ohartman@zedat.fu-berlin.de>)
 id <1YPtFd-000v0m-N1>; Mon, 23 Feb 2015 14:40:45 +0100
Date: Mon, 23 Feb 2015 11:36:05 +0100
From: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To: FreeBSD Ports <freebsd-ports@freebsd.org>
Subject: net-mgmt/net-snmp: compile error: error: variable has incomplete
 type 'struct ifaddr' struct ifaddr   ifaddr;
Message-ID: <20150223113605.5677ba4b@hermann>
Organization: FU Berlin
X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd11.0)
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Originating-IP: 87.138.105.249
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Feb 2015 13:40:54 -0000

Portnet-mgmt/net-snmp fails to update/build on CURRENT:

libtool: compile:  cc -I../../include -I. -I../../agent
-I../../agent/mibgroup -I../../snmplib -I/usr/include
-DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -O2 -pipe -O3 -march=native
-I/usr/local/include -I/include -D_WANT_IFADDR -fstack-protector
-fno-strict-aliasing -std=c99 -Ufreebsd11 -Dfreebsd11=freebsd11
-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe
-fstack-protector -I/usr/local/include
-I/usr/local/lib/perl5/5.18/mach/CORE -c mibII/ipv6.c  -fPIC -DPIC -o
mibII/.libs/ipv6.o mibII/ipv6.c:806:20: warning: returning 'char *'
from a function with result type 'u_char *' (aka 'unsigned char *')
converts between pointers to integer types with different sign
[-Wpointer-sign] return p; ^ mibII/ipv6.c:848:29: error: variable has
incomplete type 'struct ifaddr' struct ifaddr   ifaddr;

From owner-freebsd-ports@FreeBSD.ORG  Mon Feb 23 13:48:34 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 9EBEC79C
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 13:48:34 +0000 (UTC)
Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de
 [130.133.4.66])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 59921679
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 13:48:33 +0000 (UTC)
Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69])
 by outpost.zedat.fu-berlin.de (Exim 4.85)
 for freebsd-ports@freebsd.org with esmtp
 (envelope-from <ohartman@zedat.fu-berlin.de>)
 id <1YPtNA-003wI6-2F>; Mon, 23 Feb 2015 14:48:32 +0100
Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=hermann)
 by inpost2.zedat.fu-berlin.de (Exim 4.85)
 for freebsd-ports@freebsd.org with esmtpsa
 (envelope-from <ohartman@zedat.fu-berlin.de>)
 id <1YPtN9-000vkc-Ur>; Mon, 23 Feb 2015 14:48:32 +0100
Date: Mon, 23 Feb 2015 14:48:22 +0100
From: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To: FreeBSD Ports <freebsd-ports@freebsd.org>
Subject: editors/libreoffice[-i18n]: compile failure: cannot install: the
 port wants postgresql-client
Message-ID: <20150223144822.30dbc905@hermann>
Organization: FU Berlin
X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd11.0)
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Originating-IP: 87.138.105.249
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Feb 2015 13:48:34 -0000

Updating and installig of port editors/libreoffice[-i18n] fails with
the strange error shown below. Port
databases/postgresql94-[server|client] is installed on the system in
question, running 

11.0-CURRENT FreeBSD 11.0-CURRENT #1 r279201: Mon Feb 23 10:00:43 CET
2015 amd64

What is wrong with this installation/with the ports tree? Deleting the
port doesn't solve the problem.

Please CC 

Regards and thanks in advance,

OH

===>>> Port directory: /usr/ports/editors/libreoffice

        ===>>> This port is marked IGNORE
        ===>>> cannot install: the port wants postgresql-client version
        9.0 9.1 9.2 9.3 9.4 and you have version 9.4 installed


        ===>>> If you are sure you can build it, remove the
               IGNORE line in the Makefile and try again.

===>>> Update for editors/libreoffice failed

From owner-freebsd-ports@FreeBSD.ORG  Mon Feb 23 15:13:44 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 59A691E5
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 15:13:44 +0000 (UTC)
Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com
 [IPv6:2a00:1450:400c:c05::236])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id DF171B1
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 15:13:43 +0000 (UTC)
Received: by mail-wi0-f182.google.com with SMTP id l15so17859016wiw.3
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 07:13:42 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:in-reply-to:references:date:message-id:subject:from:to
 :cc:content-type;
 bh=vOHgWhLBJDzH1P7mYPYuA629bjDK6xVfiNAqcqpp46M=;
 b=BeyQaYDYd6IRhQ6+PQ+R9N4S13OrmtKC6MauuGFUVV+nVOGHMkA1aUkYmE9w3LHnuw
 7TDtq5+QrwovZLcezTHhy2zpk9Hvp5P2CABcUVHGHmVskjbD6ykGJb7z19df26z5Ag+T
 WJDc8r5sVWdb+Ex55fSK4kiiZE4VJhSJ9IVV2irDT459biLtrvPR/K4aImFQlxEp3vqV
 Cgi+nQpbHrUnPxUjtr91ZSFwGcK0+/mKVfsIUHtihCbZYzceCVx7vWQJnil94Z7Naj44
 Q0E2ETn3xLaNQxqSLZXe5zRDvQTT71FfFLIHf4kdDcr968BJRr4heUy8Lr2p7JZDHPoi
 gbGA==
MIME-Version: 1.0
X-Received: by 10.194.237.34 with SMTP id uz2mr22680585wjc.157.1424704422325; 
 Mon, 23 Feb 2015 07:13:42 -0800 (PST)
Received: by 10.194.241.132 with HTTP; Mon, 23 Feb 2015 07:13:42 -0800 (PST)
In-Reply-To: <20150223144822.30dbc905@hermann>
References: <20150223144822.30dbc905@hermann>
Date: Mon, 23 Feb 2015 23:13:42 +0800
Message-ID: <CAOc73CCvu3rT9-tSoL4kt=u=znKX-H8RRWFn1KELKMeA-K67Kw@mail.gmail.com>
Subject: Re: editors/libreoffice[-i18n]: compile failure: cannot install: the
 port wants postgresql-client
From: Ben Woods <woodsb02@gmail.com>
To: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
Content-Type: text/plain; charset=UTF-8
X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1
Cc: FreeBSD Ports <freebsd-ports@freebsd.org>
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Feb 2015 15:13:44 -0000

I think the issue is simply that you have the DEBUG options enabled for
your ports building (most likely in /etc/make.conf).

According to editors/libreoffice/Makefile, building libreoffice with DEBUG
enabled is broken.

Try building without DEBUG and see how you go.

Regards,
Ben

On Monday, February 23, 2015, O. Hartmann <ohartman@zedat.fu-berlin.de>
wrote:

> Updating and installig of port editors/libreoffice[-i18n] fails with
> the strange error shown below. Port
> databases/postgresql94-[server|client] is installed on the system in
> question, running
>
> 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r279201: Mon Feb 23 10:00:43 CET
> 2015 amd64
>
> What is wrong with this installation/with the ports tree? Deleting the
> port doesn't solve the problem.
>
> Please CC
>
> Regards and thanks in advance,
>
> OH
>
> ===>>> Port directory: /usr/ports/editors/libreoffice
>
>         ===>>> This port is marked IGNORE
>         ===>>> cannot install: the port wants postgresql-client version
>         9.0 9.1 9.2 9.3 9.4 and you have version 9.4 installed
>
>
>         ===>>> If you are sure you can build it, remove the
>                IGNORE line in the Makefile and try again.
>
> ===>>> Update for editors/libreoffice failed
> _______________________________________________
> freebsd-ports@freebsd.org <javascript:;> mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org
> <javascript:;>"
>


-- 

--
From: Benjamin Woods
woodsb02@gmail.com

From owner-freebsd-ports@FreeBSD.ORG  Mon Feb 23 15:22:56 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 763A4339
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 15:22:56 +0000 (UTC)
Received: from mail-la0-x235.google.com (mail-la0-x235.google.com
 [IPv6:2a00:1450:4010:c03::235])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id B174B1A7
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 15:22:55 +0000 (UTC)
Received: by labgd6 with SMTP id gd6so19000010lab.7
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 07:22:53 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:in-reply-to:references:date:message-id:subject:from:to
 :cc:content-type;
 bh=HqaT+ml4aIM4a/NeOlLTiOdLLB7UsLAgS4ehEnn8CHc=;
 b=pCh9BLVRMZlXPD0Z3y1Wptcm8zZ8xjinj9Zkvs5MggtvqPFERB3tUTmbb/Poer/oo4
 7J8Puy3QMYhH7u6iOG3QJURXX/Ii992u17lH8XLAP/4TX8cS3L9o6GI3OvzmmxitEd3h
 Bm2V+9JXwvfDQxJTICocYOlf+IQb9DhI18+O8HKoKaEFdlI4UjbvSkIzbQiQ9xd6R1Cy
 bm36/Uxtxz16KclNRYtxa+Zw4diDwRMS6m7HQWxNUSpMQwcl3xKQ6RzF6eH4ZYMhwVDL
 rD1yg5ycWjvcxpQ3ZFRbVDHFirJvjtIOzNyaSnYxgREDu0rieObBWABErAf8NelDaO0j
 ZewA==
MIME-Version: 1.0
X-Received: by 10.152.184.100 with SMTP id et4mr10341126lac.8.1424704973525;
 Mon, 23 Feb 2015 07:22:53 -0800 (PST)
Received: by 10.25.90.131 with HTTP; Mon, 23 Feb 2015 07:22:53 -0800 (PST)
In-Reply-To: <20150221082840.1c4d0571@efreet>
References: <CAKOb=YZEe05JLa3SwAdFsttWW1u8LfzYRF_zOG5_heCTnyoseA@mail.gmail.com>
 <CA+QLa9DrfyKWhH3-eTiNCSfLFsZHGrOr=vgoHSziFFyDhx3G-A@mail.gmail.com>
 <CAKOb=Ybr5EDg5wEEGVvcrYhkfnE9L-9U8G7ztZ6Y-dXZd7YPnA@mail.gmail.com>
 <CA+QLa9BcmB=zJbr+AB9bRqm+T0GJtZrXK92VWEzZA3D16XPuaQ@mail.gmail.com>
 <20150221082840.1c4d0571@efreet>
Date: Mon, 23 Feb 2015 07:22:53 -0800
Message-ID: <CAKOb=Ya9YX2D3H39dKwiQzq7UbsS-NvEjNYsSVqz9PAE09atXw@mail.gmail.com>
Subject: Re: squid 3.5 plans
From: Nick Rogers <ncrogers@gmail.com>
To: =?UTF-8?B?TWFya28gQ3VwYcSH?= <marko.cupac@mimar.rs>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1
Cc: "freebsd-ports@freebsd.org" <freebsd-ports@freebsd.org>
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Feb 2015 15:22:56 -0000

On Fri, Feb 20, 2015 at 11:28 PM, Marko Cupa=C4=87 <marko.cupac@mimar.rs> w=
rote:

> On Thu, 19 Feb 2015 21:23:15 -0500
> Robert Simmons <rsimmons0@gmail.com> wrote:
>
>
> > That is true. It looks like an update to both 3.5 and 3.4 were
> > released on the same day. How about dropping www/squid33 and creating
> > a www/squid34 port. Then updating the www/squid port to 3.5.2.
>
> I would say this is a bad idea, as squid 3.5 does not work on FreeBSD
> 10.1 with GENERIC kernel. Furthermore, it won't be fixed with
> binary patches (ie. until 10.2 or 11.0).


> I think www/squid should be recommended squid version for FreeBSD
> users. It wouldn't be appropriate to recommend version which does not
> work without recompiling kernel.
>
> We discussed it not so long ago:
>
> https://www.mail-archive.com/search?l=3Dfreebsd-ports@freebsd.org&q=3Dsub=
ject:%22Re%3A+www%2Fsquid+does+not+shutdown+via+rc%22&o=3Dnewest


The same kernel bug affects squid 3.4.12 (i.e., www/squid) in the same way.


>
> --
> Marko Cupa=C4=87
> https://www.mimar.rs
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
>

From owner-freebsd-ports@FreeBSD.ORG  Mon Feb 23 15:31:16 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 3E29A755
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 15:31:16 +0000 (UTC)
Received: from smtp.mimar.rs (smtp.mimar.rs [193.53.106.135])
 by mx1.freebsd.org (Postfix) with ESMTP id DC97C2BA
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 15:31:15 +0000 (UTC)
Received: from vscan.mimar.rs (vscan.mimar.rs [193.53.106.134])
 by smtp.mimar.rs (Postfix) with ESMTP id 3B16D898D2
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 16:31:08 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h=
 content-transfer-encoding:content-type:content-type:mime-version
 :x-mailer:organization:references:in-reply-to:message-id:subject
 :subject:from:from:date:date:received:received; s=mimar-0901; t=
 1424705461; x=1426519862; bh=6sXfV9giRpOiw+olWwuhxE31pHGHZ6WZMMv
 p5AKUdWI=; b=vVPBZnymzcYboN9lSqe9VwQFLxxj85zyv2ExENJWT7UvuEL2Nwk
 YqFiaVHygAavTrrisxu7HF05GLUvYIbHWilIsLbsrXweFo6nL1br+m9kOMwsrYdw
 t/cqILOmQOLn/BMx80kdSHIaYAzdRUg2qTptq1ETB7VXge28ESm6OI44=
X-Virus-Scanned: amavisd-new at mimar.rs
Received: from smtp.mimar.rs ([193.53.106.135])
 by vscan.mimar.rs (vscan.mimar.rs [193.53.106.134]) (amavisd-new, port 10026)
 with ESMTP id zQlBgWpyC1Fi for <freebsd-ports@freebsd.org>;
 Mon, 23 Feb 2015 16:31:01 +0100 (CET)
Received: from efreet (nat.kappastar.com [193.53.106.34])
 (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits))
 (No client certificate requested)
 (Authenticated sender: marko.cupac@mimar.rs)
 by smtp.mimar.rs (Postfix) with ESMTPSA id EC3D9898CB
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 16:31:00 +0100 (CET)
Date: Mon, 23 Feb 2015 16:31:00 +0100
From: Marko =?UTF-8?B?Q3VwYcSH?= <marko.cupac@mimar.rs>
To: freebsd-ports@freebsd.org
Subject: Re: squid 3.5 plans
Message-ID: <20150223163100.6232612c@efreet>
In-Reply-To: <20150221082840.1c4d0571@efreet>
References: <CAKOb=YZEe05JLa3SwAdFsttWW1u8LfzYRF_zOG5_heCTnyoseA@mail.gmail.com>
 <CA+QLa9DrfyKWhH3-eTiNCSfLFsZHGrOr=vgoHSziFFyDhx3G-A@mail.gmail.com>
 <CAKOb=Ybr5EDg5wEEGVvcrYhkfnE9L-9U8G7ztZ6Y-dXZd7YPnA@mail.gmail.com>
 <CA+QLa9BcmB=zJbr+AB9bRqm+T0GJtZrXK92VWEzZA3D16XPuaQ@mail.gmail.com>
 <20150221082840.1c4d0571@efreet>
Organization: Mimar
X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Feb 2015 15:31:16 -0000

On Sat, 21 Feb 2015 08:28:40 +0100
Marko Cupa=C4=87 <marko.cupac@mimar.rs> wrote:

> On Thu, 19 Feb 2015 21:23:15 -0500
> Robert Simmons <rsimmons0@gmail.com> wrote:
>=20
>=20
> > That is true. It looks like an update to both 3.5 and 3.4 were
> > released on the same day. How about dropping www/squid33 and
> > creating a www/squid34 port. Then updating the www/squid port to
> > 3.5.2.
>=20
> I would say this is a bad idea, as squid 3.5 does not work on FreeBSD
> 10.1 with GENERIC kernel. Furthermore, it won't be fixed with
> binary patches (ie. until 10.2 or 11.0).
>=20
> I think www/squid should be recommended squid version for FreeBSD
> users. It wouldn't be appropriate to recommend version which does not
> work without recompiling kernel.
>=20
> We discussed it not so long ago:
> https://www.mail-archive.com/search?l=3Dfreebsd-ports@freebsd.org&q=3Dsub=
ject:%22Re%3A+www%2Fsquid+does+not+shutdown+via+rc%22&o=3Dnewest

I have just installed www/squid33 because I wanted to avoid compiling
custom kernel, but apparently it does not shutdown via rc either.

I think we are closer to conclusion that no version of squid can be
controlled with included rc scripts on 10.1-pX. Perhaps users who
install squid on 10.1 should be warned somehow (pkg message or
something).
--=20
Marko Cupa=C4=87
https://www.mimar.rs

From owner-freebsd-ports@FreeBSD.ORG  Mon Feb 23 16:18:04 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id BE89C242
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 16:18:04 +0000 (UTC)
Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com
 [IPv6:2a00:1450:400c:c05::234])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 58C4F9E0
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 16:18:04 +0000 (UTC)
Received: by mail-wi0-f180.google.com with SMTP id h11so18594962wiw.1
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 08:18:02 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=message-id:date:from:user-agent:mime-version:to:subject:references
 :in-reply-to:content-type:content-transfer-encoding;
 bh=sejIWx6U/kp++HHb6d04UOuByLueP0qFjfhaW4EWiRw=;
 b=QW/KvSPk9mEanCYOnCysrWQ1Cguy6njMYgxi7/7NBRwASf6FPh8BjxaYVzItNHIdR2
 mCrlJPUkA80nX8erhA85q2tNY/LTWAh/N8D1YiTAGQu+jR4/38jjKfqvx5ZbskasZzDr
 Y+l1sPb0UU6Awv+KnaPHfuxwImuFrUhr6M3SatBkxeXoNGD95E1xm9wX3r7BK9Hq7G3i
 hw6imzOdBSFTRrq+giNPPzMsWHYvEl90H+Y2DAswNZb2xGucW8PNthY90V+rpajTOyF3
 r6vSU/hQfOp4hZ4WqSqaqPHGPC+b2KJpsYO0svLrvNJIqvHFM4WS4YIfoG1I0+WjCgIO
 yPyw==
X-Received: by 10.180.79.232 with SMTP id m8mr22448200wix.81.1424708282785;
 Mon, 23 Feb 2015 08:18:02 -0800 (PST)
Received: from [192.168.1.145] (static-228-200-167-83.thenetworkfactory.nl.
 [83.167.200.228])
 by mx.google.com with ESMTPSA id hv5sm56214994wjb.16.2015.02.23.08.18.01
 for <freebsd-ports@freebsd.org>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 23 Feb 2015 08:18:02 -0800 (PST)
Message-ID: <54EB52BA.1080100@gmail.com>
Date: Mon, 23 Feb 2015 17:18:02 +0100
From: Johan Hendriks <joh.hendriks@gmail.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
 rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: freebsd-ports@freebsd.org
Subject: Re: squid 3.5 plans
References: <CAKOb=YZEe05JLa3SwAdFsttWW1u8LfzYRF_zOG5_heCTnyoseA@mail.gmail.com>
 <CA+QLa9DrfyKWhH3-eTiNCSfLFsZHGrOr=vgoHSziFFyDhx3G-A@mail.gmail.com>
 <CAKOb=Ybr5EDg5wEEGVvcrYhkfnE9L-9U8G7ztZ6Y-dXZd7YPnA@mail.gmail.com>
 <CA+QLa9BcmB=zJbr+AB9bRqm+T0GJtZrXK92VWEzZA3D16XPuaQ@mail.gmail.com>
 <20150221082840.1c4d0571@efreet> <20150223163100.6232612c@efreet>
In-Reply-To: <20150223163100.6232612c@efreet>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Feb 2015 16:18:04 -0000


Op 23-02-15 om 16:31 schreef Marko Cupać:
> On Sat, 21 Feb 2015 08:28:40 +0100
> Marko Cupać <marko.cupac@mimar.rs> wrote:
>
>> On Thu, 19 Feb 2015 21:23:15 -0500
>> Robert Simmons <rsimmons0@gmail.com> wrote:
>>
>>
>>> That is true. It looks like an update to both 3.5 and 3.4 were
>>> released on the same day. How about dropping www/squid33 and
>>> creating a www/squid34 port. Then updating the www/squid port to
>>> 3.5.2.
>> I would say this is a bad idea, as squid 3.5 does not work on FreeBSD
>> 10.1 with GENERIC kernel. Furthermore, it won't be fixed with
>> binary patches (ie. until 10.2 or 11.0).
>>
>> I think www/squid should be recommended squid version for FreeBSD
>> users. It wouldn't be appropriate to recommend version which does not
>> work without recompiling kernel.
>>
>> We discussed it not so long ago:
>> https://www.mail-archive.com/search?l=freebsd-ports@freebsd.org&q=subject:%22Re%3A+www%2Fsquid+does+not+shutdown+via+rc%22&o=newest
> I have just installed www/squid33 because I wanted to avoid compiling
> custom kernel, but apparently it does not shutdown via rc either.
>
> I think we are closer to conclusion that no version of squid can be
> controlled with included rc scripts on 10.1-pX. Perhaps users who
> install squid on 10.1 should be warned somehow (pkg message or
> something).
Just a me to,  Squid33 on FreeBSD 10.1-RELEASE-p5 does not kill squid 
with /usr/local/etc/rc.d/squid stop

regards






From owner-freebsd-ports@FreeBSD.ORG  Mon Feb 23 16:45:12 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id D2403EE8
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 16:45:12 +0000 (UTC)
Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com
 [IPv6:2a00:1450:4010:c03::22a])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 4BE1DD3E
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 16:45:12 +0000 (UTC)
Received: by labgq15 with SMTP id gq15so19725186lab.6
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 08:45:10 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:in-reply-to:references:date:message-id:subject:from:to
 :cc:content-type;
 bh=sNPzszUX4q57ruFUzFA0gkypXShHhDBxJzq49dyQJpc=;
 b=hf6M38xOtdUc7x7wXJJia1gH/ATU7YJjeyKjoq/uL9170463VZffLcLjn4qmvBhw+9
 cVNHrblSWvWe2+P3bwa3XHrAA/t3Ln/+kquDo5xR/32cvkj6X/RLTyYiij/bzcR0+CqO
 xqAnRs/ezl/01CeqJEGciNOUR5kkNbwdHrChh7YOYm3QQ24yIZ+YLMWhReNSVbFsSUvB
 CRTjbdEQw7LNMJfIBgauwhCs+j9FLKmpjDDF+7g/ain2KtGJD6lhUke8rysbV+SddXu2
 PEIqL/PLJhY45PPLa4M38ppigQOM/XQsBIGLL7Tcv5wWk+/sqTuXgIVfvHBoU318m/R8
 X/YA==
MIME-Version: 1.0
X-Received: by 10.112.12.196 with SMTP id a4mr10692989lbc.8.1424709910274;
 Mon, 23 Feb 2015 08:45:10 -0800 (PST)
Received: by 10.25.90.131 with HTTP; Mon, 23 Feb 2015 08:45:10 -0800 (PST)
In-Reply-To: <54EB52BA.1080100@gmail.com>
References: <CAKOb=YZEe05JLa3SwAdFsttWW1u8LfzYRF_zOG5_heCTnyoseA@mail.gmail.com>
 <CA+QLa9DrfyKWhH3-eTiNCSfLFsZHGrOr=vgoHSziFFyDhx3G-A@mail.gmail.com>
 <CAKOb=Ybr5EDg5wEEGVvcrYhkfnE9L-9U8G7ztZ6Y-dXZd7YPnA@mail.gmail.com>
 <CA+QLa9BcmB=zJbr+AB9bRqm+T0GJtZrXK92VWEzZA3D16XPuaQ@mail.gmail.com>
 <20150221082840.1c4d0571@efreet> <20150223163100.6232612c@efreet>
 <54EB52BA.1080100@gmail.com>
Date: Mon, 23 Feb 2015 08:45:10 -0800
Message-ID: <CAKOb=YY9rR62H-BHV3v1=9PdR1W6FHkDkX4HyDKi3=xrEz2hpg@mail.gmail.com>
Subject: Re: squid 3.5 plans
From: Nick Rogers <ncrogers@gmail.com>
To: Johan Hendriks <joh.hendriks@gmail.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1
Cc: "freebsd-ports@freebsd.org" <freebsd-ports@freebsd.org>
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Feb 2015 16:45:12 -0000

On Mon, Feb 23, 2015 at 8:18 AM, Johan Hendriks <joh.hendriks@gmail.com>
wrote:

>
> Op 23-02-15 om 16:31 schreef Marko Cupa=C4=87:
>
>> On Sat, 21 Feb 2015 08:28:40 +0100
>> Marko Cupa=C4=87 <marko.cupac@mimar.rs> wrote:
>>
>>  On Thu, 19 Feb 2015 21:23:15 -0500
>>> Robert Simmons <rsimmons0@gmail.com> wrote:
>>>
>>>
>>>  That is true. It looks like an update to both 3.5 and 3.4 were
>>>> released on the same day. How about dropping www/squid33 and
>>>> creating a www/squid34 port. Then updating the www/squid port to
>>>> 3.5.2.
>>>>
>>> I would say this is a bad idea, as squid 3.5 does not work on FreeBSD
>>> 10.1 with GENERIC kernel. Furthermore, it won't be fixed with
>>> binary patches (ie. until 10.2 or 11.0).
>>>
>>> I think www/squid should be recommended squid version for FreeBSD
>>> users. It wouldn't be appropriate to recommend version which does not
>>> work without recompiling kernel.
>>>
>>> We discussed it not so long ago:
>>> https://www.mail-archive.com/search?l=3Dfreebsd-ports@
>>> freebsd.org&q=3Dsubject:%22Re%3A+www%2Fsquid+does+not+
>>> shutdown+via+rc%22&o=3Dnewest
>>>
>> I have just installed www/squid33 because I wanted to avoid compiling
>> custom kernel, but apparently it does not shutdown via rc either.
>>
>> I think we are closer to conclusion that no version of squid can be
>> controlled with included rc scripts on 10.1-pX. Perhaps users who
>> install squid on 10.1 should be warned somehow (pkg message or
>> something).
>>
> Just a me to,  Squid33 on FreeBSD 10.1-RELEASE-p5 does not kill squid wit=
h
> /usr/local/etc/rc.d/squid stop
>

Yeah, the FreeBSD bug definitely affects all 3.x versions of squid,
possibly even the old 2.7 stuff. Nobody on the FreeBSD side yet seems to
think its a big enough of a regression to patch 10.1-RELEASE. I tried
raising the problem with the squid team, thinking perhaps there is some
workaround they could implement, but there was no response.

http://lists.squid-cache.org/pipermail/squid-users/2015-January/001745.html

For now the consensus is you must patch the 10.1 kernel for the shutdown
behavior to work correctly. And the problem is not unique to the rc script.


> regards
>
>
>
>
>
>
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
>

From owner-freebsd-ports@FreeBSD.ORG  Mon Feb 23 17:13:07 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 5E3224ED
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 17:13:07 +0000 (UTC)
Received: from mail-yk0-x230.google.com (mail-yk0-x230.google.com
 [IPv6:2607:f8b0:4002:c07::230])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 1A6C1B7
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 17:13:07 +0000 (UTC)
Received: by ykp9 with SMTP id 9so35222ykp.10
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 09:13:06 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:date:message-id:subject:from:to:content-type;
 bh=aJZJxny0tl40/JgQWnYbNZkJrsQeeQ5pF4V+FcT6Hoo=;
 b=Yw1SNjQspcj1+7yIlMM4nZQkeepXDPVxC5bFfRRjlTYHHzOhNoz8+MxTDo4dSZAdzV
 Y4WoTT0N2z7IIzys34qCOag0c0lVkXxsKPuZW4b6tL805Igk7UpTREu9cNpoYmoaCwY2
 HXiiov7VoheeroosJWifyrRo8fu7fBbveIng2JziGAS3sIZJWNYSrSwu2ZZ/I2AWbOuM
 yIdrCc+KdP5KMYNcCTiyhF92XwEV7hRNYV8+nPRsOppTDoUr2sNy1YTePMUE7kvC5Rpq
 nENnAu9oBeicDIDzZqG4CXOhs0KpC+r9uAzVYYCrSlVjghQ/3iVWFQlcGZTou1OsV9B2
 5imw==
MIME-Version: 1.0
X-Received: by 10.236.53.97 with SMTP id f61mr10680224yhc.170.1424711586215;
 Mon, 23 Feb 2015 09:13:06 -0800 (PST)
Received: by 10.170.79.87 with HTTP; Mon, 23 Feb 2015 09:13:06 -0800 (PST)
Date: Mon, 23 Feb 2015 09:13:06 -0800
Message-ID: <CAOjFWZ7NSJ6WrM30zo2B04dj7p+syyNF6Me28JAcDEBKv-p6xQ@mail.gmail.com>
Subject: Could someone with a commit bit check this PR: 196814
From: Freddie Cash <fjwcash@gmail.com>
To: freebsd-ports <freebsd-ports@freebsd.org>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Feb 2015 17:13:07 -0000

It's been exactly 1 month since the patch[1] was posted and the port
maintainer approved it.  :)

There's also a separate PR[2] (197035) that details the issues (with
testing and logs and whatnot) that this PR should fix.

If there's anyone available that could commit this before the automated
package building on Wednesday, it would be muchly appreciated.

Thanks!


=E2=80=8B[1] =E2=80=8Bhttps://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D1=
96814
=E2=80=8B[2] =E2=80=8Bhttps://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D1=
97035


--=20
Freddie Cash
fjwcash@gmail.com

From owner-freebsd-ports@FreeBSD.ORG  Mon Feb 23 19:31:26 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id A88878F4
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 19:31:26 +0000 (UTC)
Received: from prod2.absolight.net (mx3.absolight.net
 [IPv6:2a01:678:2:100::25])
 (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits))
 (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id 67D41192
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 19:31:26 +0000 (UTC)
Received: from prod2.absolight.net (localhost [127.0.0.1])
 by prod2.absolight.net (Postfix) with ESMTP id 9BFC0BDC56
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 20:31:24 +0100 (CET)
Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client CN "gw.in.absolight.net",
 Issuer "CA Cert Signing Authority" (not verified))
 by prod2.absolight.net (Postfix) with ESMTPSA id 805E3BDC4C
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 20:31:24 +0100 (CET)
Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239])
 by gw.in.absolight.net (Postfix) with ESMTP id 98A3F6124
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 20:31:23 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
 by ogg.in.absolight.net (Postfix) with ESMTP id BF5127DE5ED4
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 20:31:22 +0100 (CET)
Date: Mon, 23 Feb 2015 20:31:22 +0100
From: Mathieu Arnold <mat@FreeBSD.org>
To: freebsd-ports@freebsd.org
Subject: [TESTING] BIND9 chroot trying to get back
Message-ID: <DAD2383CB1B877155535656A@ogg.in.absolight.net>
X-Mailer: Mulberry/4.0.8 (Mac OS X)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Feb 2015 19:31:26 -0000

Hi,

While I don't see a real need for it, I've heard you, and I'm getting the
named chroot back in the port.  I've only worked on dns/bind99 for now, but
when it's ready, I'll apply the patch to all the available BIND9 ports that
there is.

The diff is available on our phabric, at
<https://reviews.freebsd.org/D1952> you don't need an account to see, or
download the patch.  To download the patch, there is a "download raw diff"
on the right of the header.

Any testing done by someone else that me is appreciated, comments,
changes... are welcome too, as long as they are constructive ones.

WARNING: while I've tested it, it may unleash a troll that will your
configuration, or something, if you test on production servers, don't come
bitching about it breaking everything afterwards. :-)

-- 
Mathieu Arnold

From owner-freebsd-ports@FreeBSD.ORG  Mon Feb 23 22:58:22 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id F41997A0
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 22:58:21 +0000 (UTC)
Received: from hermes.heuristicsystems.com.au (hermes.heuristicsystems.com.au
 [203.41.22.115])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client CN "hermes.heuristicsystems.com.au",
 Issuer "Heuristic Systems Type 4 Host CA" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id 37A87D3E
 for <freebsd-ports@freebsd.org>; Mon, 23 Feb 2015 22:58:21 +0000 (UTC)
Received: from [10.0.5.3] (ewsw01.hs [10.0.5.3]) (authenticated bits=0)
 by hermes.heuristicsystems.com.au (8.14.5/8.13.6) with ESMTP id t1NMfQLT064273
 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT);
 Tue, 24 Feb 2015 09:41:27 +1100 (EST)
 (envelope-from dewayne.geraghty@heuristicsystems.com.au)
Message-ID: <54EBAC81.7000703@heuristicsystems.com.au>
Date: Tue, 24 Feb 2015 09:41:05 +1100
From: Dewayne Geraghty <dewayne.geraghty@heuristicsystems.com.au>
User-Agent: Mozilla/5.0 (Windows NT 6.1;
 rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: Nick Rogers <ncrogers@gmail.com>, Johan Hendriks <joh.hendriks@gmail.com>
Subject: Re: squid 3.5 plans
References: <CAKOb=YZEe05JLa3SwAdFsttWW1u8LfzYRF_zOG5_heCTnyoseA@mail.gmail.com>
 <CA+QLa9DrfyKWhH3-eTiNCSfLFsZHGrOr=vgoHSziFFyDhx3G-A@mail.gmail.com>
 <CAKOb=Ybr5EDg5wEEGVvcrYhkfnE9L-9U8G7ztZ6Y-dXZd7YPnA@mail.gmail.com>
 <CA+QLa9BcmB=zJbr+AB9bRqm+T0GJtZrXK92VWEzZA3D16XPuaQ@mail.gmail.com>
 <20150221082840.1c4d0571@efreet> <20150223163100.6232612c@efreet>
 <54EB52BA.1080100@gmail.com>
 <CAKOb=YY9rR62H-BHV3v1=9PdR1W6FHkDkX4HyDKi3=xrEz2hpg@mail.gmail.com>
In-Reply-To: <CAKOb=YY9rR62H-BHV3v1=9PdR1W6FHkDkX4HyDKi3=xrEz2hpg@mail.gmail.com>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1
Cc: "freebsd-ports@freebsd.org" <freebsd-ports@freebsd.org>
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Feb 2015 22:58:22 -0000


On 24/02/2015 3:45 AM, Nick Rogers wrote:
> On Mon, Feb 23, 2015 at 8:18 AM, Johan Hendriks <joh.hendriks@gmail.com>
> wrote:
>
>> Op 23-02-15 om 16:31 schreef Marko Cupać:
>>
>>> On Sat, 21 Feb 2015 08:28:40 +0100
>>> Marko Cupać <marko.cupac@mimar.rs> wrote:
>>>
>>>  On Thu, 19 Feb 2015 21:23:15 -0500
>>>> Robert Simmons <rsimmons0@gmail.com> wrote:
>>>>
>>>>
>>>>  That is true. It looks like an update to both 3.5 and 3.4 were
>>>>> released on the same day. How about dropping www/squid33 and
>>>>> creating a www/squid34 port. Then updating the www/squid port to
>>>>> 3.5.2.
>>>>>
>>>> I would say this is a bad idea, as squid 3.5 does not work on FreeBSD
>>>> 10.1 with GENERIC kernel. Furthermore, it won't be fixed with
>>>> binary patches (ie. until 10.2 or 11.0).
>>>>
>>>> I think www/squid should be recommended squid version for FreeBSD
>>>> users. It wouldn't be appropriate to recommend version which does not
>>>> work without recompiling kernel.
>>>>
>>>> We discussed it not so long ago:
>>>> https://www.mail-archive.com/search?l=freebsd-ports@
>>>> freebsd.org&q=subject:%22Re%3A+www%2Fsquid+does+not+
>>>> shutdown+via+rc%22&o=newest
>>>>
>>> I have just installed www/squid33 because I wanted to avoid compiling
>>> custom kernel, but apparently it does not shutdown via rc either.
>>>
>>> I think we are closer to conclusion that no version of squid can be
>>> controlled with included rc scripts on 10.1-pX. Perhaps users who
>>> install squid on 10.1 should be warned somehow (pkg message or
>>> something).
>>>
>> Just a me to,  Squid33 on FreeBSD 10.1-RELEASE-p5 does not kill squid with
>> /usr/local/etc/rc.d/squid stop
>>
> Yeah, the FreeBSD bug definitely affects all 3.x versions of squid,
> possibly even the old 2.7 stuff. Nobody on the FreeBSD side yet seems to
> think its a big enough of a regression to patch 10.1-RELEASE. I tried
> raising the problem with the squid team, thinking perhaps there is some
> workaround they could implement, but there was no response.
>
> http://lists.squid-cache.org/pipermail/squid-users/2015-January/001745.html
>
> For now the consensus is you must patch the 10.1 kernel for the shutdown
> behavior to work correctly. And the problem is not unique to the rc script.
>
>
Yes - that's correct.  This was covered late January and 10.1Stable contains the fix.

(Cut/paste of an email between ports@ and John Marshall which explains the situation :)

On Tue, 27 Jan 2015, 00:29 +0900, Yasuhiro KIMURA wrote:

> Yes, this is bug. But it is bug of 10.1-RELEASE rather than squid.
> See following bug report:
>
> Bug 195802 - www/squid restarts after shutdown and dumps core
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195802

Thank you so much for posting this link!  Merging r275456 and r275502
from stable/10 to my releng/10.1 src tree and rebuilding and installing
the kernel, means that I can once again manage squid 3.4.n via the rc.d
script instead of a prescribed series of kill(1) commands.

...and thank you rea@ and kib@ for the patches!

-- John Marshall


From owner-freebsd-ports@FreeBSD.ORG  Tue Feb 24 09:59:45 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 49D37DFD
 for <ports@freebsd.org>; Tue, 24 Feb 2015 09:59:45 +0000 (UTC)
Received: from portscout.freebsd.org (portscout.freebsd.org
 [IPv6:2001:1900:2254:206a::50:6])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 35BD5B6F
 for <ports@freebsd.org>; Tue, 24 Feb 2015 09:59:45 +0000 (UTC)
Received: from portscout.freebsd.org ([127.0.1.123])
 by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t1O9xja0022561
 for <ports@freebsd.org>; Tue, 24 Feb 2015 09:59:45 GMT
 (envelope-from portscout@FreeBSD.org)
Received: (from portscout@localhost)
 by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t1O9xjgx022560;
 Tue, 24 Feb 2015 09:59:45 GMT (envelope-from portscout@FreeBSD.org)
Message-Id: <201502240959.t1O9xjgx022560@portscout.freebsd.org>
X-Authentication-Warning: portscout.freebsd.org: portscout set sender to
 portscout@FreeBSD.org using -f
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain
MIME-Version: 1.0
Date: Tue, 24 Feb 2015 09:59:45 +0000
From: portscout@FreeBSD.org
To: ports@freebsd.org
Subject: FreeBSD ports you maintain which are out of date
X-Mailer: portscout/0.8.1
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Feb 2015 09:59:45 -0000

Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/ports@freebsd.org.html


Port                                            | Current version | New version
------------------------------------------------+-----------------+------------
devel/p5-File-MimeInfo                          | 0.26            | 0.27
------------------------------------------------+-----------------+------------


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.

From owner-freebsd-ports@FreeBSD.ORG  Tue Feb 24 10:49:20 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 57CB1552
 for <freebsd-ports@freebsd.org>; Tue, 24 Feb 2015 10:49:20 +0000 (UTC)
Received: from ne6-sys-email.precidata.net (ne-6.precidata.com [157.26.74.6])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256
 bits)) (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id B9BFDB6
 for <freebsd-ports@freebsd.org>; Tue, 24 Feb 2015 10:49:16 +0000 (UTC)
Received: from ne6-sys-proxy.precidata.net (ne6-sys-proxy.precidata.net
 [127.1.0.13]); 
 by ne6-sys-email.precidata.net (OpenSMTPD) with ESMTP id 39e34b15;
 Tue, 24 Feb 2015 11:42:33 +0100 (CET)
Message-ID: <54EC5598.9030805@precidata.com>
Date: Tue, 24 Feb 2015 11:42:32 +0100
From: Cedric Berger <cedric@precidata.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10;
 rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: misc@opensmtpd.org, freebsd-ports@freebsd.org
Subject: opensmtpd 5.4.4 in freebsd 9 jail
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Feb 2015 10:49:20 -0000

Hello,

Since I upgraded my freebsd 9 jail with the latest opensmtpd 5.4.4_1,1 port,
smtp-out refuse to send any email to the outside world.

I've seen a similar issue reported by "Meutel" here, but with no apparent
solution:

http://blog.gmane.org/gmane.mail.opensmtpd.general/day=20150211, 2nd post.

Based on ktrace analysis, I believe the faulty code starts at line 210 of
getaddrinfo_async.c in libasr:

https://github.com/OpenSMTPD/libasr/blob/libasr-1.0.1/src/getaddrinfo_async.c

This code returns EAI_NONAME if there is no non-loopback interface 
configured
in the jail. This is my case, as a jail by default has only loopback
interfaces configured (this doesn't prevent connecting to the outside 
world).

If my analysis is correct, I believe that if no non-loopback interface is
found, the code should also (in a second step) consider loopback interfaces
when selecting IPv4 versus IPv6, instead of just bailing out.

That would make the code more robust.

Thanks,
Cedric

-- 
Cedric Berger
Precidata Sarl
Maladière 71c
2000 Neuchâtel
cedric@precidata.com
032 930 29 62
079 934 11 02


From owner-freebsd-ports@FreeBSD.ORG  Tue Feb 24 13:56:42 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 1A0035FD
 for <freebsd-ports@freebsd.org>; Tue, 24 Feb 2015 13:56:42 +0000 (UTC)
Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com
 [IPv6:2607:f8b0:4001:c05::22b])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id CF84CCC1
 for <freebsd-ports@freebsd.org>; Tue, 24 Feb 2015 13:56:41 +0000 (UTC)
Received: by mail-ig0-f171.google.com with SMTP id h15so26638669igd.4
 for <freebsd-ports@freebsd.org>; Tue, 24 Feb 2015 05:56:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:in-reply-to:references:date:message-id:subject:from:to
 :content-type; bh=ib2DiX4n8UDwUxVKsOTLOqW2SSd2XHMgX8A8lH7MbyI=;
 b=tTkWKf4VRAGFCLGHnudMdyrW1JeChb2k7DB1OVVzI2uv9301oj5gKfkmr8za+V/cN/
 vdu1zvoj6fyZuzOD6c0PXrmDyooLTx1JKcXw+HkvvIlRusmjm0wnwtB+zzFdCAPH6iO3
 ZK7fJLabsnNsTmZhEFkS9HCn0SImLFBKBI10ujpB+dkN773egEqI2+MutnP3rU5JsgTL
 kDSCIvpxP1mJixpBRbAN+WPRjXFC/Ijs5CTnWp7FSYpDNT8lrMl6jc8j5/OdZDdCzjgU
 F6QwUtVzfhrI9DQRs0DpcwkAmBf1H9wVnRTtcZDI4W3tH9O1lMUz5PP3Jz+5DuTTqHVq
 VUwQ==
MIME-Version: 1.0
X-Received: by 10.107.12.167 with SMTP id 39mr21133901iom.71.1424786201198;
 Tue, 24 Feb 2015 05:56:41 -0800 (PST)
Received: by 10.36.55.213 with HTTP; Tue, 24 Feb 2015 05:56:41 -0800 (PST)
In-Reply-To: <54EBAC81.7000703@heuristicsystems.com.au>
References: <CAKOb=YZEe05JLa3SwAdFsttWW1u8LfzYRF_zOG5_heCTnyoseA@mail.gmail.com>
 <CA+QLa9DrfyKWhH3-eTiNCSfLFsZHGrOr=vgoHSziFFyDhx3G-A@mail.gmail.com>
 <CAKOb=Ybr5EDg5wEEGVvcrYhkfnE9L-9U8G7ztZ6Y-dXZd7YPnA@mail.gmail.com>
 <CA+QLa9BcmB=zJbr+AB9bRqm+T0GJtZrXK92VWEzZA3D16XPuaQ@mail.gmail.com>
 <20150221082840.1c4d0571@efreet> <20150223163100.6232612c@efreet>
 <54EB52BA.1080100@gmail.com>
 <CAKOb=YY9rR62H-BHV3v1=9PdR1W6FHkDkX4HyDKi3=xrEz2hpg@mail.gmail.com>
 <54EBAC81.7000703@heuristicsystems.com.au>
Date: Tue, 24 Feb 2015 08:56:41 -0500
Message-ID: <CA+QLa9DFz2dAWHhOfDPRoh6hYmn3=zeiR_+NY=KKMXGeUf+j9w@mail.gmail.com>
Subject: Re: squid 3.5 plans
From: Robert Simmons <rsimmons0@gmail.com>
To: "freebsd-ports@freebsd.org" <freebsd-ports@freebsd.org>
Content-Type: text/plain; charset=UTF-8
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Feb 2015 13:56:42 -0000

On Mon, Feb 23, 2015 at 5:41 PM, Dewayne Geraghty
<dewayne.geraghty@heuristicsystems.com.au> wrote:
> Thank you so much for posting this link!  Merging r275456 and r275502
> from stable/10 to my releng/10.1 src tree and rebuilding and installing
> the kernel, means that I can once again manage squid 3.4.n via the rc.d
> script instead of a prescribed series of kill(1) commands.

Back to the original question: lets drop 3.3x and only support 3.4/3.5 in ports.

From owner-freebsd-ports@FreeBSD.ORG  Tue Feb 24 21:07:44 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id E7861527
 for <freebsd-ports@freebsd.org>; Tue, 24 Feb 2015 21:07:44 +0000 (UTC)
Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [IPv6:2a01:e0c:1:1599::10])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id A2B70852
 for <freebsd-ports@freebsd.org>; Tue, 24 Feb 2015 21:07:44 +0000 (UTC)
Received: from yggdrasil.alkumuna.eu (unknown
 [IPv6:2a01:e35:8a74:6e70:232:36ff:fe5c:3a87])
 by smtp1-g21.free.fr (Postfix) with ESMTP id B34AC940048
 for <freebsd-ports@freebsd.org>; Tue, 24 Feb 2015 22:07:28 +0100 (CET)
Received: from freedom ([192.168.10.100]) (authenticated bits=0)
 by yggdrasil.alkumuna.eu (8.14.9/8.14.9) with ESMTP id t1OL7Zgf091631
 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT)
 for <freebsd-ports@freebsd.org>; Tue, 24 Feb 2015 22:07:39 +0100 (CET)
 (envelope-from mazhe@alkumuna.eu)
Date: Tue, 24 Feb 2015 22:07:26 +0100
From: Matthieu Volat <mazhe@alkumuna.eu>
To: freebsd-ports <freebsd-ports@freebsd.org>
Subject: Looking for a commiter
Message-ID: <20150224220726.6678e371@freedom>
X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd10.1)
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
 boundary="Sig_/HhProXj0jB+iSGj=2Q+Ms=_"; protocol="application/pgp-signature"
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Feb 2015 21:07:45 -0000

--Sig_/HhProXj0jB+iSGj=2Q+Ms=_
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

Hi,

I asked for a enchancement to print/gutenprint-base to which the maintainer=
 agreed, but now need a good soul with commit bit:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196321

I'd also like that if somebody with an interest in image processing ports w=
ould be nice enough to have a look at a graphic/lensfun update I posted mor=
e than two month without any reply:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196182

I'm not feeling this is the right way to bump issues, is there any way I do=
n't know of in the bugzilla to draw attention?

Thanks in advance

--=20
Matthieu Volat <mazhe@alkumuna.eu>


--Sig_/HhProXj0jB+iSGj=2Q+Ms=_
Content-Type: application/pgp-signature
Content-Description: OpenPGP digital signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iEYEARECAAYFAlTs6A8ACgkQ+ENDeYKZi37cmwCcDT1QbKY1RFuHVIoX6LuRlH60
2i4Anj6LbwxKc/Lxa0XcSAR5mDraIG08
=ayUZ
-----END PGP SIGNATURE-----

--Sig_/HhProXj0jB+iSGj=2Q+Ms=_--

From owner-freebsd-ports@FreeBSD.ORG  Tue Feb 24 21:11:03 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id D190768F;
 Tue, 24 Feb 2015 21:11:03 +0000 (UTC)
Received: from sdf.org (ma.sdf.org [192.94.73.31])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "ma.sdf.org", Issuer "ma.sdf.org" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id B380B885;
 Tue, 24 Feb 2015 21:11:03 +0000 (UTC)
Received: from ma.sdf.org
 (IDENT:U2FsdGVkX1/xABH8fIsAZhAwLs24sBFiftyhCDsVkw8@ma.sdf.org [192.94.73.31])
 by sdf.org (8.14.4/8.14.3) with ESMTP id t1OLAnV0023403;
 Tue, 24 Feb 2015 21:10:49 GMT
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII;
 format=flowed
Content-Transfer-Encoding: 7bit
Date: Tue, 24 Feb 2015 15:10:49 -0600
From: cpet <cpet@sdf.org>
To: Matthieu Volat <mazhe@alkumuna.eu>
Subject: Re: Looking for a commiter
In-Reply-To: <20150224220726.6678e371@freedom>
References: <20150224220726.6678e371@freedom>
Message-ID: <7df329860d6eea145c5d6c1079dbd2ee@sdf.org>
X-Sender: cpet@sdf.org
User-Agent: Roundcube Webmail/1.0.1
Cc: owner-freebsd-ports@freebsd.org, freebsd-ports <freebsd-ports@freebsd.org>
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Feb 2015 21:11:03 -0000

On 2015-02-24 15:07, Matthieu Volat wrote:
> Hi,
> 
> I asked for a enchancement to print/gutenprint-base to which the
> maintainer agreed, but now need a good soul with commit bit:
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196321
> 
> I'd also like that if somebody with an interest in image processing
> ports would be nice enough to have a look at a graphic/lensfun update
> I posted more than two month without any reply:
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196182
> 
> I'm not feeling this is the right way to bump issues, is there any way
> I don't know of in the bugzilla to draw attention?
> 
> Thanks in advance

Committers are busy working on making the ports the way they are so the 
updates will happen when a committer has time to do so and I am sure 
they are aware of this. However you may join #bsdports on efnet and talk 
to any op.


From owner-freebsd-ports@FreeBSD.ORG  Tue Feb 24 21:13:27 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 10376976
 for <freebsd-ports@freebsd.org>; Tue, 24 Feb 2015 21:13:27 +0000 (UTC)
Received: from udns.ultimatedns.net (unknown
 [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id DDE55947
 for <freebsd-ports@freebsd.org>; Tue, 24 Feb 2015 21:13:26 +0000 (UTC)
Received: from ultimatedns.net (localhost [127.0.0.1])
 by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t1OLDiU0067076;
 Tue, 24 Feb 2015 13:13:44 -0800 (PST)
 (envelope-from bsd-lists@bsdforge.com)
To: freebsd-ports <freebsd-ports@freebsd.org>,
 Matthieu Volat <mazhe@alkumuna.eu>
In-Reply-To: <20150224220726.6678e371@freedom>
References: <20150224220726.6678e371@freedom>
From: "Chris H" <bsd-lists@bsdforge.com>
Subject: Re: Looking for a commiter
Date: Tue, 24 Feb 2015 13:13:44 -0800
Content-Type: text/plain; charset=UTF-8; format=fixed
MIME-Version: 1.0
Message-id: <f413e7c9d012685be4215f7ecb65685f@ultimatedns.net>
Content-Transfer-Encoding: 8bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Feb 2015 21:13:27 -0000

On Tue, 24 Feb 2015 22:07:26 +0100 Matthieu Volat <mazhe@alkumuna.eu> wrote

> Hi,
> 
> I asked for a enchancement to print/gutenprint-base to which the maintainer
> agreed, but now need a good soul with commit bit:
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196321 
>
> I'd also like that if somebody with an interest in image processing ports
> would be nice enough to have a look at a graphic/lensfun update I posted more
> than two month without any reply:
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196182 
>
> I'm not feeling this is the right way to bump issues, is there any way I
> don't know of in the bugzilla to draw attention? 
Maybe this is what you'd like?

https://www.freebsd.org/doc/en_US.ISO8859-1/articles/problem-reports/article.html#pr-followup

HTH. Best wishes.

--Chris
>
> Thanks in advance
> 
> -- 
> Matthieu Volat <mazhe@alkumuna.eu>



From owner-freebsd-ports@FreeBSD.ORG  Tue Feb 24 21:26:40 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 0953FFB;
 Tue, 24 Feb 2015 21:26:40 +0000 (UTC)
Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [IPv6:2a01:e0c:1:1599::10])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id BD4D0AA8;
 Tue, 24 Feb 2015 21:26:39 +0000 (UTC)
Received: from yggdrasil.alkumuna.eu (unknown
 [IPv6:2a01:e35:8a74:6e70:232:36ff:fe5c:3a87])
 by smtp1-g21.free.fr (Postfix) with ESMTP id 9B484940008;
 Tue, 24 Feb 2015 22:26:23 +0100 (CET)
Received: from freedom ([192.168.10.100]) (authenticated bits=0)
 by yggdrasil.alkumuna.eu (8.14.9/8.14.9) with ESMTP id t1OLQVh5091763
 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT);
 Tue, 24 Feb 2015 22:26:34 +0100 (CET)
 (envelope-from mazhe@alkumuna.eu)
Date: Tue, 24 Feb 2015 22:26:30 +0100
From: Matthieu Volat <mazhe@alkumuna.eu>
To: cpet <cpet@sdf.org>
Subject: Re: Looking for a commiter
Message-ID: <20150224222630.33ab0560@freedom>
In-Reply-To: <7df329860d6eea145c5d6c1079dbd2ee@sdf.org>
References: <20150224220726.6678e371@freedom>
 <7df329860d6eea145c5d6c1079dbd2ee@sdf.org>
X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd10.1)
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
 boundary="Sig_/7I/EIA2kyQx_K7AfVsQ8HX9"; protocol="application/pgp-signature"
Cc: freebsd-ports <freebsd-ports@freebsd.org>, owner-freebsd-ports@freebsd.org
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Feb 2015 21:26:40 -0000

--Sig_/7I/EIA2kyQx_K7AfVsQ8HX9
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

On Tue, 24 Feb 2015 15:10:49 -0600
cpet <cpet@sdf.org> wrote:

> On 2015-02-24 15:07, Matthieu Volat wrote:
> > Hi,
> >=20
> > I asked for a enchancement to print/gutenprint-base to which the
> > maintainer agreed, but now need a good soul with commit bit:
> > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196321
> >=20
> > I'd also like that if somebody with an interest in image processing
> > ports would be nice enough to have a look at a graphic/lensfun update
> > I posted more than two month without any reply:
> > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196182
> >=20
> > I'm not feeling this is the right way to bump issues, is there any way
> > I don't know of in the bugzilla to draw attention?
> >=20
> > Thanks in advance
>=20
> Committers are busy working on making the ports the way they are so the=20
> updates will happen when a committer has time to do so and I am sure=20
> they are aware of this. However you may join #bsdports on efnet and talk=
=20
> to any op.
>=20

Of course, I am very aware of this, I hope the request did not sound like a=
 complain or such. I was just affraid that those PR would just never go any=
where, since I don't see how they would reach devs...

--=20
Matthieu Volat <mazhe@alkumuna.eu>

--Sig_/7I/EIA2kyQx_K7AfVsQ8HX9
Content-Type: application/pgp-signature
Content-Description: OpenPGP digital signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iEYEARECAAYFAlTs7IcACgkQ+ENDeYKZi34WoQCeOJKjqqdiPy9kdGePC/cwM94r
Uh8AoI/JsTecpYGtc0esIyu5mkjcqMY2
=6x2I
-----END PGP SIGNATURE-----

--Sig_/7I/EIA2kyQx_K7AfVsQ8HX9--

From owner-freebsd-ports@FreeBSD.ORG  Wed Feb 25 09:37:33 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id CF03057B
 for <ports@freebsd.org>; Wed, 25 Feb 2015 09:37:33 +0000 (UTC)
Received: from portscout.freebsd.org (portscout.freebsd.org
 [IPv6:2001:1900:2254:206a::50:6])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id BAAB18E5
 for <ports@freebsd.org>; Wed, 25 Feb 2015 09:37:33 +0000 (UTC)
Received: from portscout.freebsd.org ([127.0.1.123])
 by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t1P9bXIX047468
 for <ports@freebsd.org>; Wed, 25 Feb 2015 09:37:33 GMT
 (envelope-from portscout@FreeBSD.org)
Received: (from portscout@localhost)
 by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t1P9bXO3047467;
 Wed, 25 Feb 2015 09:37:33 GMT (envelope-from portscout@FreeBSD.org)
Message-Id: <201502250937.t1P9bXO3047467@portscout.freebsd.org>
X-Authentication-Warning: portscout.freebsd.org: portscout set sender to
 portscout@FreeBSD.org using -f
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain
MIME-Version: 1.0
Date: Wed, 25 Feb 2015 09:37:33 +0000
From: portscout@FreeBSD.org
To: ports@freebsd.org
Subject: FreeBSD ports you maintain which are out of date
X-Mailer: portscout/0.8.1
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 25 Feb 2015 09:37:33 -0000

Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/ports@freebsd.org.html


Port                                            | Current version | New version
------------------------------------------------+-----------------+------------
sysutils/runwhen                                | 2003.10.31      | 2015.02.24
------------------------------------------------+-----------------+------------


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.

From owner-freebsd-ports@FreeBSD.ORG  Wed Feb 25 12:03:17 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 654A657D
 for <freebsd-ports@freebsd.org>; Wed, 25 Feb 2015 12:03:17 +0000 (UTC)
Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com
 [IPv6:2607:f8b0:400e:c03::232])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 2E67BC80
 for <freebsd-ports@freebsd.org>; Wed, 25 Feb 2015 12:03:17 +0000 (UTC)
Received: by pabkx10 with SMTP id kx10so4711507pab.13
 for <freebsd-ports@freebsd.org>; Wed, 25 Feb 2015 04:03:16 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
 :subject:references:in-reply-to:content-type
 :content-transfer-encoding;
 bh=hvXL3v0yp364gyLdYydc7wi0YndjXm6d9beVOEWSMH0=;
 b=vtS5aVSq2CQ4vQG4RW6N3YsBrdNwDRyNN0Za3oAjKsh2MIuHUiTGB4UqHvPE0QCH+M
 mapQJnj0jMBN8f11HuQR4X9LRsE0MplqzyXEYUQYnWXzf2fKn0DbPwDGJNDF4/F8qjQW
 a9BSqBG7tjWsgzDaHlw0yjTiExjAAe/tIfRvuhO8QvXb9vBKE7/82n0FNZEEo4YpcF0i
 XNF1RoIHGAzjFUMGc+lWUtiKykuwpLC/cRNm8NahYUMNhqjGB8N6n/0FhACGkFBshVmB
 wP4cUK+9BvzzQfa696AdvOKNZKm83bV2NchOdcXIj8m0Ugih7sxKdtWRgVxCL+fgoymO
 2L7A==
X-Received: by 10.70.54.69 with SMTP id h5mr4720446pdp.37.1424865796656;
 Wed, 25 Feb 2015 04:03:16 -0800 (PST)
Received: from [192.168.1.107] (ppp59-167-128-11.static.internode.on.net.
 [59.167.128.11])
 by mx.google.com with ESMTPSA id rj7sm41085223pbc.58.2015.02.25.04.03.14
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 25 Feb 2015 04:03:16 -0800 (PST)
Sender: Kubilay Kocak <koobs.freebsd@gmail.com>
Message-ID: <54EDB9FC.7030003@FreeBSD.org>
Date: Wed, 25 Feb 2015 23:03:08 +1100
From: Kubilay Kocak <koobs@FreeBSD.org>
Reply-To: koobs@FreeBSD.org
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64;
 rv:36.0) Gecko/20100101 Thunderbird/36.0
MIME-Version: 1.0
To: Matthieu Volat <mazhe@alkumuna.eu>,
 freebsd-ports <freebsd-ports@freebsd.org>
Subject: Re: Looking for a commiter
References: <20150224220726.6678e371@freedom>
In-Reply-To: <20150224220726.6678e371@freedom>
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 8bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 25 Feb 2015 12:03:17 -0000

On 25/02/2015 8:07 AM, Matthieu Volat wrote:
> Hi,
> 
> I asked for a enchancement to print/gutenprint-base to which the
> maintainer agreed, but now need a good soul with commit bit: 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196321
> 
> I'd also like that if somebody with an interest in image processing
> ports would be nice enough to have a look at a graphic/lensfun update
> I posted more than two month without any reply: 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196182
> 
> I'm not feeling this is the right way to bump issues, is there any
> way I don't know of in the bugzilla to draw attention?

Hi Matthieu,

In the absence of alternatives or better methods, you are more than
welcome and encouraged to bump issues here.

At a minimum it helps to identify issues that might need better
classification (read: triage) and to point you in the right direction if
needed.

In your case, the best thing you can do is to add QA (quality assurance)
attachments for your two issues, in the form of:

- `poudriere testport` or `poudriere bulk -t` log output. See:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing-poudriere.html

- Output of portlint -AC

As Cpet also mentioned later in this thread, the following IRC channels
are also available to you and other Ports contributors:

- #bsdports (efnet)
- #freebsd-ports (freenode)

Thanks for helping out!

--
koobs

From owner-freebsd-ports@FreeBSD.ORG  Wed Feb 25 16:14:00 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 7E0AE1E2
 for <freebsd-ports@freebsd.org>; Wed, 25 Feb 2015 16:14:00 +0000 (UTC)
Received: from mail181.atl21.rsgsv.net (mail181.atl21.rsgsv.net
 [205.201.133.181])
 by mx1.freebsd.org (Postfix) with ESMTP id 41F16CEA
 for <freebsd-ports@freebsd.org>; Wed, 25 Feb 2015 16:14:00 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=k1;
 d=mail181.atl21.rsgsv.net; 
 h=Subject:From:Reply-To:To:Date:Message-ID:List-ID:List-Unsubscribe:Sender:Content-Type:MIME-Version;
 i=prima=3Drentacarprima.com@mail181.atl21.rsgsv.net; 
 bh=WOEwLelpvtwTqEmdt04keXzC6x8=;
 b=Bily3edmSeFErUVFimN7nDpbEciMxT6SGfwDrHLg5kpsQO+Ag5mu050y1166qsTgUN8tEoDO+r8s
 9IHsW4GEZ7w0DFuI4HsaIo+eWRt7Fn1DTtAK//d4HMUZR7PeDPawFA3OkDo4oJB/0nDA4ti9jDch
 sO3cvtoGHqb9rF0qHNs=
DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=k1;
 d=mail181.atl21.rsgsv.net; 
 b=141henZIelE3lSa4zfaCx4cBzUEKDnHywudVqOQYC0C5vuClnwovAOkF/1D2fgdAn4jUpzYfY4us
 voYj00uP0GRWysNAahr763UpSQ8L6oFnpVxSRgSfBlgq9MRDROhqnSQpdHmVTMsR0RGWTSrT6Ria
 GEIN9VSPaJCyET3I9zQ=;
Received: from (127.0.0.1) by mail181.atl21.rsgsv.net id htnqcg1lgi4f for
 <freebsd-ports@freebsd.org>;
 Wed, 25 Feb 2015 15:58:52 +0000 (envelope-from
 <bounce-mc.us2_6209146.2108949-freebsd-ports=freebsd.org@mail181.atl21.rsgsv.net>)
Subject: =?utf-8?Q?Itb=202015=20=3A=20Prima=20Rent=20a=20Car=20invites=20you?=
From: =?utf-8?Q?Prima=20Rent=20a=20Car?= <prima@rentacarprima.com>
Reply-To: =?utf-8?Q?Prima=20Rent=20a=20Car?= <prima@rentacarprima.com>
To: <freebsd-ports@freebsd.org>
Date: Wed, 25 Feb 2015 15:58:52 +0000
Message-ID: <b9847da4b7e67330bdeb1e761c05265e036.20150225155841@mail181.atl21.rsgsv.net>
X-Mailer: MailChimp Mailer - **CID6f242f82dec05265e036**
X-Campaign: mailchimpb9847da4b7e67330bdeb1e761.6f242f82de
X-campaignid: mailchimpb9847da4b7e67330bdeb1e761.6f242f82de
X-Report-Abuse: Please report abuse for this campaign here:
 http://www.mailchimp.com/abuse/abuse.phtml?u=b9847da4b7e67330bdeb1e761&id=6f242f82de&e=c05265e036
X-MC-User: b9847da4b7e67330bdeb1e761
X-Feedback-ID: 6209146:6209146.2108949:us2:mc
X-Accounttype: pd
Sender: "Prima Rent a Car" <prima=rentacarprima.com@mail181.atl21.rsgsv.net>
x-mcda: FALSE
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"; format="fixed"
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 25 Feb 2015 16:14:00 -0000

ITB 2015 : Prima Rent will be there
------------------------------------------------------------
http://us2.campaign-archive2.com/?u=3Db9847da4b7e67330bdeb1e761&id=3D6f242=
f82de&e=3Dc05265e036
You can find us at the ITB 2015=2C at the stand of the Malaga City Tourist=
 Board=2C Stand 4.2 / 121

Prima Rent a Car is going to be present again at the ITB 2015. Please do c=
ome around our desk to have a chat=2C and we will show you all our service=
s=2C our different products and vehicles=2C and the new rental locations w=
e have added to our Company.
With more than 20 years experience in the rental of Vehicles on the Costa=
 del Sol. We offer the rental of all kind of vehicles=2C including Cars fr=
om the Economy Class=2C till the Luxury Class=2C minivans and compact cars=
=2E We also offer Eco and Hybrid Vehicles. From our locations in M=C3=A1laga=
 Center and Marbella we also offer Bikes=2C Motorbikes=2C Segways=2C and M=
obility Scooters.

We offer our services from :
* M=C3=A1laga Airport : Including our Vip Service with delivery/return dir=
ectly at Arrivals=2C with no Queues.
* M=C3=A1laga Center : From the very center of the SoHo quarters=2C and wi=
th delivery to Hotels
* M=C3=A1laga Port : At the Cruise Terminal=2C ment for Cruise Travellers
* Puerto Ban=C3=BAs Marbella : At El Corte Ingl=C3=A9s Ban=C3=BAs=2C Eco a=
nd Luxury Cars=2C as well as Bikes and Mopeds

>From our New Marbella office we are offering all our well known services a=
nd VIP treatment to our customers=2C as well as :
* Luxury Cars=2C including Porsche=2C Mini=2C Audi=2C and Mercedes
* Delivery/Return of cars at the famous =E2=80=9CGolden Mile=E2=80=9D of t=
he Costa del Sol.
* Rental of Bicycles=2C electric and manual=2C Mopeds and Segways.
* Rental of Mobility Vehicles=2C for street use=2C as well as inside the S=
hopping Centre

COME SEE US !!

Kind Regards
Ana Mar=C3=ADa Garc=C3=ADa
Manager - Prima Rent a Car

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
** Twitter (https://www.twitter.com/PrimaRent/)
| ** Facebook (https://www.facebook.com/prima.rent.1)
| ** Recomendar a amigos (http://us2.forward-to-friend.com/forward?u=3Db98=
47da4b7e67330bdeb1e761&id=3D6f242f82de&e=3Dc05265e036)

Copyright =C2=A9 2015 Prima Rent a Car=2C All rights reserved.
 You are receiving this email because you rented from us at Prima Rent a C=
ar
Our Address is :
Prima Rent a Car
C/ Ildefonso Marzo=2C 9
Malaga=2C MALAGA 29003
Spain

 Email Marketing Powered by MailChimp
http://www.mailchimp.com/monkey-rewards/?utm_source=3Dfreemium_newsletter&=
utm_medium=3Demail&utm_campaign=3Dmonkey_rewards&aid=3Db9847da4b7e67330bde=
b1e761&afl=3D1
** Dar de baja de esta lista (http://rentacarprima.us2.list-manage.com/uns=
ubscribe?u=3Db9847da4b7e67330bdeb1e761&id=3D0831ec76b4&e=3Dc05265e036&c=3D6f=
242f82de)
| ** Actualizar Preferencias (http://rentacarprima.us2.list-manage.com/pro=
file?u=3Db9847da4b7e67330bdeb1e761&id=3D0831ec76b4&e=3Dc05265e036)
From owner-freebsd-ports@FreeBSD.ORG  Wed Feb 25 22:18:52 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 133A61A7
 for <freebsd-ports@freebsd.org>; Wed, 25 Feb 2015 22:18:52 +0000 (UTC)
Received: from chilled.skew.org (chilled.skew.org [70.90.116.205])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "*.skew.org", Issuer "AlphaSSL CA - G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id DF5D21FF
 for <freebsd-ports@freebsd.org>; Wed, 25 Feb 2015 22:18:51 +0000 (UTC)
Received: from chilled.skew.org (localhost [127.0.0.1])
 by chilled.skew.org (8.14.7/8.14.7) with ESMTP id t1PMIBYm079567
 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO)
 for <freebsd-ports@freebsd.org>; Wed, 25 Feb 2015 15:18:12 -0700 (MST)
 (envelope-from mike@chilled.skew.org)
Received: (from mike@localhost)
 by chilled.skew.org (8.14.7/8.14.7/Submit) id t1PMIBID079566
 for freebsd-ports@freebsd.org; Wed, 25 Feb 2015 15:18:11 -0700 (MST)
 (envelope-from mike)
From: Mike Brown <mike@skew.org>
Message-Id: <201502252218.t1PMIBID079566@chilled.skew.org>
Subject: PHP 5.6 is default. What do lang/php5 users do?
To: freebsd-ports@freebsd.org
Date: Wed, 25 Feb 2015 15:18:11 -0700 (MST)
X-Whoa: whoa.
X-Mailer: ELM [version 2.4ME+ PL126 (25)]
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="UTF-8"
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 25 Feb 2015 22:18:52 -0000

The default version of PHP is now 5.6, but lang/php5 is still 5.4.

>From looking at the commits,[1] it seems that if I didn't have lang/php5
(5.4) installed, and then I installed something that requires PHP, I'd get 
lang/php56. Is that right?

But since I do have lang/php5 installed, upgrading with 'portmaster php5' will 
just get me 5.4.38, not 5.6.

So should I install lang/php56 myself now, or is it expected that lang/php5 
will eventually become 5.6 and I should just wait, or what?

Sorry if this is a dumb question.

[1] https://docs.freebsd.org/cgi/getmsg.cgi?fetch=2313743+0+/usr/local/www/db/text/2015/svn-ports-head/20150222.svn-ports-head


From owner-freebsd-ports@FreeBSD.ORG  Wed Feb 25 22:28:10 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id BAEEE5C6
 for <freebsd-ports@freebsd.org>; Wed, 25 Feb 2015 22:28:10 +0000 (UTC)
Received: from lab.alexdupre.com
 (alexdupre-1-pt.tunnel.tserv23.zrh1.ipv6.he.net [IPv6:2001:470:25:450::2])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id CF2A4351
 for <freebsd-ports@freebsd.org>; Wed, 25 Feb 2015 22:28:09 +0000 (UTC)
Received: (qmail 5652 invoked from network); 25 Feb 2015 22:28:07 -0000
Received: from unknown (HELO ?192.168.178.115?)
 (sysadmin@alexdupre.com@192.168.178.115)
 by lab.alexdupre.com with ESMTPSA; 25 Feb 2015 22:28:07 -0000
Message-ID: <54EE4C7B.2090102@FreeBSD.org>
Date: Wed, 25 Feb 2015 23:28:11 +0100
From: Alex Dupre <ale@FreeBSD.org>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64;
 rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32.1
MIME-Version: 1.0
To: Mike Brown <mike@skew.org>, freebsd-ports@freebsd.org
Subject: Re: PHP 5.6 is default. What do lang/php5 users do?
References: <201502252218.t1PMIBID079566@chilled.skew.org>
In-Reply-To: <201502252218.t1PMIBID079566@chilled.skew.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 25 Feb 2015 22:28:10 -0000

Mike Brown ha scritto:
>  From looking at the commits,[1] it seems that if I didn't have lang/php5
> (5.4) installed, and then I installed something that requires PHP, I'd get
> lang/php56. Is that right?

Yes.

> But since I do have lang/php5 installed, upgrading with 'portmaster php5' will
> just get me 5.4.38, not 5.6.

Correct.

> So should I install lang/php56 myself now,

If you like.

> or is it expected that lang/php5
> will eventually become 5.6 and I should just wait,

No.

> or what?

You may also stay with php 5.4, it's your call.

-- 
Alex Dupre

From owner-freebsd-ports@FreeBSD.ORG  Thu Feb 26 00:21:46 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 82429301
 for <freebsd-ports@freebsd.org>; Thu, 26 Feb 2015 00:21:46 +0000 (UTC)
Received: from smtp70.ord1c.emailsrvr.com (smtp70.ord1c.emailsrvr.com
 [108.166.43.70])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 56CBD1C8
 for <freebsd-ports@freebsd.org>; Thu, 26 Feb 2015 00:21:46 +0000 (UTC)
Received: from smtp25.relay.ord1c.emailsrvr.com (localhost.localdomain
 [127.0.0.1])
 by smtp25.relay.ord1c.emailsrvr.com (SMTP Server) with ESMTP id 08BCD1804A7
 for <freebsd-ports@freebsd.org>; Wed, 25 Feb 2015 19:15:12 -0500 (EST)
Received: by smtp25.relay.ord1c.emailsrvr.com (Authenticated sender:
 rhavenn-AT-rhavenn.net) with ESMTPSA id AB24C18031D
 for <freebsd-ports@freebsd.org>; Wed, 25 Feb 2015 19:15:11 -0500 (EST)
X-Sender-Id: rhavenn@rhavenn.net
Received: from vash.rhavenn.local ([UNAVAILABLE]. [209.112.171.194])
 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384)
 by 0.0.0.0:25 (trex/5.4.2); Thu, 26 Feb 2015 00:15:12 GMT
Received: from localhost (vash.rhavenn.local [local]);
 by vash.rhavenn.local (OpenSMTPD) with ESMTPA id 92d2101c;
 for <freebsd-ports@freebsd.org>;
 Wed, 25 Feb 2015 15:15:10 -0900 (AKST)
Date: Wed, 25 Feb 2015 15:15:10 -0900
From: Henrik Hudson <lists@rhavenn.net>
To: freebsd-ports@freebsd.org
Subject: Re: PHP 5.6 is default. What do lang/php5 users do?
Message-ID: <20150226001510.GA17754@vash.rhavenn.local>
References: <201502252218.t1PMIBID079566@chilled.skew.org>
 <54EE4C7B.2090102@FreeBSD.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <54EE4C7B.2090102@FreeBSD.org>
User-Agent: Mutt/1.5.23 (2014-03-12)
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 Feb 2015 00:21:46 -0000

On Wed, 25 Feb 2015, Alex Dupre wrote:

> Mike Brown ha scritto:
> >  From looking at the commits,[1] it seems that if I didn't have lang/php5
> > (5.4) installed, and then I installed something that requires PHP, I'd get
> > lang/php56. Is that right?
> 
> Yes.
> 
> > But since I do have lang/php5 installed, upgrading with 'portmaster php5' will
> > just get me 5.4.38, not 5.6.
> 
> Correct.
> 
> > So should I install lang/php56 myself now,
> 
> If you like.
> 
> > or is it expected that lang/php5
> > will eventually become 5.6 and I should just wait,
> 
> No.
> 
> > or what?
> 
> You may also stay with php 5.4, it's your call.


FreeBSD won't version bump for you for most major ports. However,
that's up to the port maintainers. Since you're using portmaster and
ports vs. just binary packages via pkg the default version won't
change if a version is already installed.

If you want 5.6, then uninstall php5 and install php56, updating any
necessary apache / nginx and/or php.conf configs. It's also helpful
to set your make.conf USE=php=5.6 variable if you're doing port
builds.

note: don't quote me on the exact make.conf syntax, it might be
USE=php56 or USE=php=56 .


henrik




-- 
Henrik Hudson
lists@rhavenn.net
-----------------------------------------
"God, root, what is difference?" Pitr; UF 


From owner-freebsd-ports@FreeBSD.ORG  Thu Feb 26 02:58:53 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 6289E37A
 for <freebsd-ports@freebsd.org>; Thu, 26 Feb 2015 02:58:53 +0000 (UTC)
Received: from mail-ie0-x230.google.com (mail-ie0-x230.google.com
 [IPv6:2607:f8b0:4001:c03::230])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 252539E2
 for <freebsd-ports@freebsd.org>; Thu, 26 Feb 2015 02:58:53 +0000 (UTC)
Received: by iecrl12 with SMTP id rl12so10604312iec.4
 for <freebsd-ports@freebsd.org>; Wed, 25 Feb 2015 18:58:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=message-id:date:from:user-agent:mime-version:to:subject
 :content-type:content-transfer-encoding;
 bh=/a5Ll2kgAB2BV2THZ478xIDu05DZ6k5aOju4xxYBz8E=;
 b=RmOaTGfMHw7+xpuzXOlDdslwOnZ1WHwvSOI4LH8Cyld8UVOc84UA5QJadP7nib5R8I
 6QlRHemB7eR1FTzzzK99p0CgGVYtFfDaVXXELUkTKlfnCydw90Oih8cKM3poY1KiuOZg
 xojlx1S5eaOJfnxOE7gCjbqiLkPIzN7eKg8nxnxtAD4fUrtPoipxOkTF21gSPVxvd/Tp
 rx8inBEgi07T/Oj+v+YM31xOGQDV0S5/OKZxajGp9mNOUJCtWmJFL34ipYVnBXDH39wC
 6HlbSsyXYPeaIx88yfgDKJaVbpNJWQ546KbjZHY0SXORbrQcNeZfp2ekfeM+FH4v5YWx
 eaWg==
X-Received: by 10.43.54.4 with SMTP id vs4mr7359419icb.72.1424919531987;
 Wed, 25 Feb 2015 18:58:51 -0800 (PST)
Received: from [10.0.1.155] (d205-206-84-235.abhsia.telus.net.
 [205.206.84.235])
 by mx.google.com with ESMTPSA id n31sm26805852ioe.18.2015.02.25.18.58.51
 for <freebsd-ports@freebsd.org>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 25 Feb 2015 18:58:51 -0800 (PST)
Message-ID: <54EE8BE9.4020902@gmail.com>
Date: Wed, 25 Feb 2015 19:58:49 -0700
From: Scott Furry <scott.wl.furry@gmail.com>
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64;
 rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: freebsd-ports@freebsd.org
Subject: multimedia/handbrake-0.9.9 build error
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 Feb 2015 02:58:53 -0000

Attempted to install multimedia/handbrake via pkg. Installation was 
reported successful, but the executable binary (ghc) could not be 
located on the system. A build from port was attempted. Build will fail 
with the error message:
-----
common/pixel.c:1111:17: error: use of undeclared identifier 
'X264_CPU_SSE_MISALIGN'
         if( cpu&X264_CPU_SSE_MISALIGN )
                 ^
6 warnings and 1 error generated.
<builtin>: recipe for target 'common/pixel.o' failed
gmake[3]: *** [common/pixel.o] Error 1
gmake[3]: Leaving directory 
'/usr/ports/multimedia/handbrake/work/HandBrake-0.9.9/build/contrib/x264/x264'
../contrib/x264/module.rules:2: recipe for target 
'contrib/x264/.stamp.build' failed
gmake[2]: *** [contrib/x264/.stamp.build] Error 2
gmake[2]: Leaving directory 
'/usr/ports/multimedia/handbrake/work/HandBrake-0.9.9/build'
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/multimedia/handbrake
*** Error code 1
Stop.
make: stopped in /usr/ports/multimedia/handbrake
=====
-----

I could not find a reference in the forums or search engine to resolve 
this problem.
Has anyone else run into this issue lately?

Scott

From owner-freebsd-ports@FreeBSD.ORG  Thu Feb 26 03:38:44 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 56D16C66
 for <freebsd-ports@freebsd.org>; Thu, 26 Feb 2015 03:38:44 +0000 (UTC)
Received: from mail.auburn.protected-networks.net
 (mail.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::3])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "mail.auburn.protected-networks.net",
 Issuer "Protected Networks Certificate Authority" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id 1824DE92
 for <freebsd-ports@freebsd.org>; Thu, 26 Feb 2015 03:38:44 +0000 (UTC)
Received: from toshi.auburn.protected-networks.net
 (toshi.auburn.protected-networks.net [192.168.1.10])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA v2" (verified OK))
 (Authenticated sender: imb@mail.auburn.protected-networks.net)
 by mail.auburn.protected-networks.net (Postfix) with ESMTPSA id 26B6B1CC1F;
 Wed, 25 Feb 2015 22:38:34 -0500 (EST)
Message-ID: <54EE9533.9000606@protected-networks.net>
Date: Wed, 25 Feb 2015 22:38:27 -0500
From: Michael Butler <imb@protected-networks.net>
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64;
 rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: Scott Furry <scott.wl.furry@gmail.com>, freebsd-ports@freebsd.org
Subject: Re: multimedia/handbrake-0.9.9 build error
References: <54EE8BE9.4020902@gmail.com>
In-Reply-To: <54EE8BE9.4020902@gmail.com>
OpenPGP: id=0442D492
Content-Type: multipart/signed; micalg=pgp-sha1;
 protocol="application/pgp-signature";
 boundary="kCAcKV7QFImOr36Ll1QftFNBqJ8SqPk4k"
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 Feb 2015 03:38:44 -0000

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--kCAcKV7QFImOr36Ll1QftFNBqJ8SqPk4k
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

On 02/25/15 21:58, Scott Furry wrote:
> Attempted to install multimedia/handbrake via pkg. Installation was
> reported successful, but the executable binary (ghc) could not be
> located on the system. A build from port was attempted. Build will fail=

> with the error message:
> -----
> common/pixel.c:1111:17: error: use of undeclared identifier
> 'X264_CPU_SSE_MISALIGN'
>         if( cpu&X264_CPU_SSE_MISALIGN )
>                 ^
> 6 warnings and 1 error generated.
> <builtin>: recipe for target 'common/pixel.o' failed
> gmake[3]: *** [common/pixel.o] Error 1
> gmake[3]: Leaving directory
> '/usr/ports/multimedia/handbrake/work/HandBrake-0.9.9/build/contrib/x26=
4/x264'
>=20
> ../contrib/x264/module.rules:2: recipe for target
> 'contrib/x264/.stamp.build' failed
> gmake[2]: *** [contrib/x264/.stamp.build] Error 2
> gmake[2]: Leaving directory
> '/usr/ports/multimedia/handbrake/work/HandBrake-0.9.9/build'
> *** Error code 1
> Stop.
> make[1]: stopped in /usr/ports/multimedia/handbrake
> *** Error code 1
> Stop.
> make: stopped in /usr/ports/multimedia/handbrake
> =3D=3D=3D=3D=3D
> -----
>=20
> I could not find a reference in the forums or search engine to resolve
> this problem.
> Has anyone else run into this issue lately?

The problem appears to be the inclusion of /usr/local/include before the
local contrib includes .. I simply patched the Makefile as below and it
builds just fine

imb@toshi:/usr/ports/multimedia/handbrake> svn diff
Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Makefile    (revision 379979)
+++ Makefile    (working copy)
@@ -78,7 +78,7 @@

 .if ${PORT_OPTIONS:MX11}
 CONFIGURE_ARGS+=3D       --disable-gtk-update-checks --disable-gst
-CPPFLAGS+=3D     -I${LOCALBASE}/include
+#CPPFLAGS+=3D    -I${LOCALBASE}/include
 LIBS+=3D         -L${LOCALBASE}/lib
 LIB_DEPENDS+=3D  libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
                libnotify.so:${PORTSDIR}/devel/libnotify


	imb



--kCAcKV7QFImOr36Ll1QftFNBqJ8SqPk4k
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlTulTcACgkQQv9rrgRC1JJKqACgtvgFYc0dPjMyyJKhJ4ORZ7eE
19wAmgLfBiB7kdnme/WW3QsNUp+3M/1A
=DbeF
-----END PGP SIGNATURE-----

--kCAcKV7QFImOr36Ll1QftFNBqJ8SqPk4k--

From owner-freebsd-ports@FreeBSD.ORG  Thu Feb 26 04:11:48 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id CFDB3E9
 for <freebsd-ports@freebsd.org>; Thu, 26 Feb 2015 04:11:48 +0000 (UTC)
Received: from mail-ie0-x231.google.com (mail-ie0-x231.google.com
 [IPv6:2607:f8b0:4001:c03::231])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 9116B1A8
 for <freebsd-ports@freebsd.org>; Thu, 26 Feb 2015 04:11:48 +0000 (UTC)
Received: by iebtr6 with SMTP id tr6so10885946ieb.10
 for <freebsd-ports@freebsd.org>; Wed, 25 Feb 2015 20:11:48 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=message-id:date:from:user-agent:mime-version:to:subject:references
 :in-reply-to:content-type:content-transfer-encoding;
 bh=mb8eYiG8om2TYSWfKJLvDdzvw0npUI29jtEcKHF++fU=;
 b=JACArQuhJLKDSlw9ciWGy4NZlXR52enjPSkNfSgBU4h6b23rqSphaJC4hZWBk46fUP
 S4GxIs1KTlaW/wTspc+GvBlDHu7qTsume1w51I6Q6k6SJmMoeY8fhE7ASmUId/fzhHKn
 9oIFi/sV4WANFOxgcPl3KWTAb04iUV+zN7bXOuhciw1JfnmViCYePrxKII9kOOI7dvQf
 MWhwDmVc7C3GQfFyJ7d3g6qSXZMjw7tamqLVJXvFzk9xQE3+eqZTfpOrp+fCTz4yL/wu
 4Urrsv93Ytb05I4iFFAIRtpc5fPeiLxjD+CoxcgVlMGyYP8ZgbHBp+cDUqm4d9T30CbZ
 Wbig==
X-Received: by 10.50.20.228 with SMTP id q4mr9129871ige.1.1424923908109;
 Wed, 25 Feb 2015 20:11:48 -0800 (PST)
Received: from [10.0.1.155] (d205-206-84-235.abhsia.telus.net.
 [205.206.84.235])
 by mx.google.com with ESMTPSA id y2sm10435051ioi.8.2015.02.25.20.11.46
 for <freebsd-ports@freebsd.org>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 25 Feb 2015 20:11:47 -0800 (PST)
Message-ID: <54EE9D01.90708@gmail.com>
Date: Wed, 25 Feb 2015 21:11:45 -0700
From: Scott Furry <scott.wl.furry@gmail.com>
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64;
 rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: freebsd-ports@freebsd.org
Subject: Re: multimedia/handbrake-0.9.9 build error
References: <54EE8BE9.4020902@gmail.com>
 <54EE9533.9000606@protected-networks.net>
In-Reply-To: <54EE9533.9000606@protected-networks.net>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 Feb 2015 04:11:49 -0000


On 25/02/2015 20:38, Michael Butler wrote:
> On 02/25/15 21:58, Scott Furry wrote:
>> Attempted to install multimedia/handbrake via pkg. Installation was
>> reported successful, but the executable binary (ghc) could not be
>> located on the system. A build from port was attempted. Build will fail
>> with the error message:
>> -----
>> common/pixel.c:1111:17: error: use of undeclared identifier
>> 'X264_CPU_SSE_MISALIGN'
>>          if( cpu&X264_CPU_SSE_MISALIGN )
>>                  ^
>> 6 warnings and 1 error generated.
>> <builtin>: recipe for target 'common/pixel.o' failed
>> gmake[3]: *** [common/pixel.o] Error 1
>> gmake[3]: Leaving directory
>> '/usr/ports/multimedia/handbrake/work/HandBrake-0.9.9/build/contrib/x264/x264'
>>
>> ../contrib/x264/module.rules:2: recipe for target
>> 'contrib/x264/.stamp.build' failed
>> gmake[2]: *** [contrib/x264/.stamp.build] Error 2
>> gmake[2]: Leaving directory
>> '/usr/ports/multimedia/handbrake/work/HandBrake-0.9.9/build'
>> *** Error code 1
>> Stop.
>> make[1]: stopped in /usr/ports/multimedia/handbrake
>> *** Error code 1
>> Stop.
>> make: stopped in /usr/ports/multimedia/handbrake
>> =====
>> -----
>>
>> I could not find a reference in the forums or search engine to resolve
>> this problem.
>> Has anyone else run into this issue lately?
> The problem appears to be the inclusion of /usr/local/include before the
> local contrib includes .. I simply patched the Makefile as below and it
> builds just fine
>
> imb@toshi:/usr/ports/multimedia/handbrake> svn diff
> Index: Makefile
> ===================================================================
> --- Makefile    (revision 379979)
> +++ Makefile    (working copy)
> @@ -78,7 +78,7 @@
>
>   .if ${PORT_OPTIONS:MX11}
>   CONFIGURE_ARGS+=       --disable-gtk-update-checks --disable-gst
> -CPPFLAGS+=     -I${LOCALBASE}/include
> +#CPPFLAGS+=    -I${LOCALBASE}/include
>   LIBS+=         -L${LOCALBASE}/lib
>   LIB_DEPENDS+=  libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
>                  libnotify.so:${PORTSDIR}/devel/libnotify
>
>
> 	imb
Michael,
Perfect! Removing the one line and handbrake builds to the end without 
error.
Only item of note is that a desktop file is not included with the 
installation but that can be manually fixed.

Thank you for the workaround.

Scott

From owner-freebsd-ports@FreeBSD.ORG  Thu Feb 26 09:14:11 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id AF1498A2
 for <freebsd-ports@freebsd.org>; Thu, 26 Feb 2015 09:14:11 +0000 (UTC)
Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 649DD35C
 for <freebsd-ports@freebsd.org>; Thu, 26 Feb 2015 09:14:10 +0000 (UTC)
Received: from mail (mail [192.168.254.3])
 by mail.madpilot.net (Postfix) with ESMTP id 3kt7bM3MlPzZrp;
 Thu, 26 Feb 2015 10:13:51 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h=
 content-transfer-encoding:content-type:content-type:in-reply-to
 :references:subject:subject:mime-version:user-agent:from:from
 :date:date:message-id:received:received; s=mail; t=1424942029;
 x=1426756430; bh=vHqezmnoWWA5Z7vbULDMMgfDeiZxD7kPfLMaR4E0bKA=; b=
 iOY4YqgJCaNXnyQAXFM6jmWEy8vwP7efZ5cQhJ+GbL+IucUwF9hvhIYVDTsXdhQ7
 SI7IZwWbJeAZQHxZdahqSeP4XVQJ7jcCZVb4wIyED5S693ehBOGegQHZkbnjoLcw
 DDUtJ/gECBSLMg6lC5YSRX3Xyk6aJOYtLaUe/XRhifs=
Received: from mail.madpilot.net ([192.168.254.3])
 by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024)
 with ESMTP id cnA3nw1PyBQ2; Thu, 26 Feb 2015 10:13:49 +0100 (CET)
Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206])
 by mail.madpilot.net (Postfix) with ESMTPSA;
 Thu, 26 Feb 2015 10:13:49 +0100 (CET)
Message-ID: <54EEE3CD.2050306@madpilot.net>
Date: Thu, 26 Feb 2015 10:13:49 +0100
From: Guido Falsi <mad@madpilot.net>
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64;
 rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: Henrik Hudson <lists@rhavenn.net>, freebsd-ports@freebsd.org
Subject: Re: PHP 5.6 is default. What do lang/php5 users do?
References: <201502252218.t1PMIBID079566@chilled.skew.org>
 <54EE4C7B.2090102@FreeBSD.org> <20150226001510.GA17754@vash.rhavenn.local>
In-Reply-To: <20150226001510.GA17754@vash.rhavenn.local>
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 Feb 2015 09:14:11 -0000

On 02/26/15 01:15, Henrik Hudson wrote:
> On Wed, 25 Feb 2015, Alex Dupre wrote:
> 
>> Mike Brown ha scritto:
>>>  From looking at the commits,[1] it seems that if I didn't have lang/php5
>>> (5.4) installed, and then I installed something that requires PHP, I'd get
>>> lang/php56. Is that right?
>>
>> Yes.
>>
>>> But since I do have lang/php5 installed, upgrading with 'portmaster php5' will
>>> just get me 5.4.38, not 5.6.
>>
>> Correct.
>>
>>> So should I install lang/php56 myself now,
>>
>> If you like.
>>
>>> or is it expected that lang/php5
>>> will eventually become 5.6 and I should just wait,
>>
>> No.
>>
>>> or what?
>>
>> You may also stay with php 5.4, it's your call.
> 
> 
> FreeBSD won't version bump for you for most major ports. However,
> that's up to the port maintainers. Since you're using portmaster and
> ports vs. just binary packages via pkg the default version won't
> change if a version is already installed.
> 
> If you want 5.6, then uninstall php5 and install php56, updating any
> necessary apache / nginx and/or php.conf configs. It's also helpful
> to set your make.conf USE=php=5.6 variable if you're doing port
> builds.
> 
> note: don't quote me on the exact make.conf syntax, it might be
> USE=php56 or USE=php=56 .
> 

In make.conf you should use

DEFAULT_VERSIONS= php=5.6

-- 
Guido Falsi <mad@madpilot.net>

From owner-freebsd-ports@FreeBSD.ORG  Thu Feb 26 12:25:20 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id EB99AB2B
 for <freebsd-ports@freebsd.org>; Thu, 26 Feb 2015 12:25:20 +0000 (UTC)
Received: from avasout07.plus.net (avasout07.plus.net [84.93.230.235])
 (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))
 (Client CN "Bizanga Labs SMTP Client Certificate",
 Issuer "Bizanga Labs CA" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id 7D26BC72
 for <freebsd-ports@freebsd.org>; Thu, 26 Feb 2015 12:25:19 +0000 (UTC)
Received: from curlew.milibyte.co.uk ([84.92.153.232]) by avasout07 with smtp
 id x0N61p00D516WCc010N7gX; Thu, 26 Feb 2015 12:22:08 +0000
X-CM-Score: 0.00
X-CNFS-Analysis: v=2.1 cv=WK/xXxcR c=1 sm=1 tr=0
 a=lfSX4pPLp9EkufIcToJk/A==:117 a=lfSX4pPLp9EkufIcToJk/A==:17 a=D7rCoLxHAAAA:8
 a=0Bzu9jTXAAAA:8 a=kj9zAlcOel0A:10 a=0HtSIViG9nkA:10 a=njSpT0g49bWQPnkpY_IA:9
 a=CjuIK1q_8ugA:10
Received: from curlew.lan ([192.168.1.13])
 by curlew.milibyte.co.uk with esmtp (Exim 4.85)
 (envelope-from <jmc-freebsd2@milibyte.co.uk>) id 1YQxS0-000KDq-PO
 for freebsd-ports@freebsd.org; Thu, 26 Feb 2015 12:22:06 +0000
Date: Thu, 26 Feb 2015 12:21:56 +0000
From: Mike Clarke <jmc-freebsd2@milibyte.co.uk>
To: freebsd-ports@freebsd.org
Message-ID: <20150226122156.57c46001@curlew.lan>
X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd10.0)
MIME-Version: 1.0
X-SA-Exim-Connect-IP: 192.168.1.13
X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on curlew.lan
X-Spam-Level: 
X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00
 autolearn=ham autolearn_force=no version=3.4.0
Subject: pkg upgrade wants to leave me with a mix of php5.4 and php5.6
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-SA-Exim-Version: 4.2
X-SA-Exim-Scanned: Yes (on curlew.milibyte.co.uk)
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 Feb 2015 12:25:21 -0000


curlew:/# pkg info -x pkg-
pkg-1.4.12

curlew:/# pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking for upgrades (62 candidates):  77%
mod_php5 has no direct installation candidates, change it to mod_php5? [Y/n]: n
mod_php5 has no direct installation candidates, change it to mod_php55? [Y/n]: n
mod_php5 has no direct installation candidates, change it to mod_php56? [Y/n]: n
Checking for upgrades (62 candidates):
100% Processing candidates (62 candidates): 100%
The following 76 packages will be affected (of 0 checked):

New packages to be INSTALLED:
        php56-xml: 5.6.6
        php56: 5.6.6
        php56-hash: 5.6.6
        php56-gd: 5.6.6
        php56-curl: 5.6.6
        php56-tokenizer: 5.6.6
        php56-mysql: 5.6.6
        php56-zlib: 5.6.6
        php56-zip: 5.6.6
        php56-session: 5.6.6
        php56-ctype: 5.6.6
        php56-openssl: 5.6.6
        php56-mcrypt: 5.6.6_1
        php56-filter: 5.6.6
        php56-json: 5.6.6
        php56-mysqli: 5.6.6
        php56-mbstring: 5.6.6
        php56-bz2: 5.6.6

Installed packages to be UPGRADED:
        xcalc: 1.0.5 -> 1.0.6
        webkit-gtk3: 2.4.8 -> 2.4.8_1
        webkit-gtk2: 2.4.8 -> 2.4.8_1
        unzip: 6.0_5 -> 6.0_6
        unbound: 1.5.1_2 -> 1.5.2
        samba36-libsmbclient: 3.6.24_2 -> 3.6.25_2
        samba36: 3.6.24_2 -> 3.6.25
        rest: 0.7.92 -> 0.7.92_1
        py27-twistedCore: 14.0.0_1 -> 15.0.0_1
        phpMyAdmin: 4.3.9 -> 4.3.10
        php5-zlib: 5.4.37 -> 5.4.38
        php5-zip: 5.4.37 -> 5.4.38
        php5-xmlwriter: 5.4.37 -> 5.4.38
        php5-xmlreader: 5.4.37 -> 5.4.38
        php5-xml: 5.4.37 -> 5.4.38
        php5-tokenizer: 5.4.37 -> 5.4.38
        php5-sqlite3: 5.4.37_1 -> 5.4.38_1
        php5-simplexml: 5.4.37 -> 5.4.38
        php5-session: 5.4.37 -> 5.4.38
        php5-posix: 5.4.37 -> 5.4.38
        php5-phar: 5.4.37 -> 5.4.38
        php5-pdo_sqlite: 5.4.37_1 -> 5.4.38_1
        php5-pdo: 5.4.37 -> 5.4.38
        php5-openssl: 5.4.37 -> 5.4.38
        php5-mysqli: 5.4.37 -> 5.4.38
        php5-mysql: 5.4.37 -> 5.4.38
        php5-mcrypt: 5.4.37_1 -> 5.4.38_1
        php5-mbstring: 5.4.37 -> 5.4.38
        php5-json: 5.4.37 -> 5.4.38
        php5-iconv: 5.4.37 -> 5.4.38
        php5-hash: 5.4.37 -> 5.4.38
        php5-gd: 5.4.37 -> 5.4.38
        php5-filter: 5.4.37 -> 5.4.38
        php5-dom: 5.4.37 -> 5.4.38
        php5-curl: 5.4.37 -> 5.4.38
        php5-ctype: 5.4.37 -> 5.4.38
        php5-calendar: 5.4.37 -> 5.4.38
        php5-bz2: 5.4.37 -> 5.4.38
        php5: 5.4.37 -> 5.4.38
        phonon-gstreamer: 4.8.2 -> 4.8.2_1
        pciids: 20150124 -> 20150217
        p5-libwww: 6.08_1 -> 6.13
        p5-URI: 1.65 -> 1.67
        p5-Socket: 2.016_1 -> 2.018
        p5-IO-Socket-SSL: 2.009 -> 2.012
        libreoffice: 4.3.5_3 -> 4.3.6
        libraw: 0.15.4_1 -> 0.16.0
        libkdcraw: 4.14.2 -> 4.14.2_1
        libcmis: 0.4.1_3 -> 0.5.0
        krdc: 4.14.2 -> 4.14.2_1
        gnupg: 2.1.1_1 -> 2.1.2
        fusefs-libs: 2.9.3_3 -> 2.9.3_4
        en_GB-libreoffice: 4.3.5 -> 4.3.6
        chromium: 40.0.2214.111 -> 40.0.2214.115
        bind99: 9.9.6P1_3 -> 9.9.6P2
        babl: 0.1.10_2 -> 0.1.12

Installed packages to be REINSTALLED:
        wordpress-4.1,1 (direct dependency changed)
        cmake-3.1.3 (options changed)

The process will require 23 MiB more space.
195 MiB to be downloaded.

Proceed with this action? [y/N]: n

-------------------------------------------------------

Looks like I need to delete all my php* packages, install php56*
versions and then run pkg upgrade.

Is there a neater way of fixing this?

-- 
Mike Clarke

From owner-freebsd-ports@FreeBSD.ORG  Thu Feb 26 15:46:01 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 1C4E464B
 for <ports@freebsd.org>; Thu, 26 Feb 2015 15:46:01 +0000 (UTC)
Received: from a27-34.smtp-out.us-west-2.amazonses.com
 (a27-34.smtp-out.us-west-2.amazonses.com [54.240.27.34])
 (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id E604891D
 for <ports@freebsd.org>; Thu, 26 Feb 2015 15:46:00 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple;
 s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1424964288;
 h=MIME-Version:Content-Type:Content-Transfer-Encoding:Date:From:To:Subject:Message-ID:Feedback-ID;
 bh=PM/vREIGRqrtJYrsdCaRulFAIHAR5jb02fuAkh4VUz8=;
 b=aQ6GJvZzG8A+FgCFKGt9x3aVkmJgkCKi+gGOHwMluZ01VNp1pcrckFwARgOwIWN5
 +aeBt8+sk76GXz6fqN9KbT5gbU7GNxSKZ9C/HiWABrfCVcHZxBSzyoqm7SrVsi7tF4x
 hUK6JRgYbB9QcR3VcJQT2aQcW0Hct0vzXH2ajaOQ=
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple;
 s=7iuvfuckmdjngkit3px46zmjutqvp75o; d=vmeta.jp; t=1424964288;
 h=MIME-Version:Content-Type:Content-Transfer-Encoding:Date:From:To:Subject:Message-ID;
 bh=PM/vREIGRqrtJYrsdCaRulFAIHAR5jb02fuAkh4VUz8=;
 b=a8Xqzy1VQSVhfRrCq4c8bRPg82QDBKtWqjG9DEmow6V7p5nZbGp95qW5ro8IRaUx
 gqbmNjF7Fq4zxrs+VQqn9zV6k6QYbhpXiggp4gSdwuVcRtneMI5aTFDlkOS5EIfe+iR
 fGC+BSQLk6xxWjKonrTTnFiLZxp9D1QcBU+2/w78=
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on glory.vmeta.jp
X-Spam-Level: 
X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00
 autolearn=ham autolearn_force=no version=3.4.0
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII;
 format=flowed
Content-Transfer-Encoding: 7bit
Date: Thu, 26 Feb 2015 15:24:48 +0000
From: Koichiro IWAO <meta@vmeta.jp>
To: ports@freebsd.org
Subject: rubygems not working with ruby =?UTF-8?Q?=32=2E=32=3F?=
Message-ID: <0000014bc67d7e70-7e53f2f6-3f62-4eb2-a1ac-22bc8f082a63-000000@us-west-2.amazonses.com>
X-Sender: meta@vmeta.jp
User-Agent: Roundcube Webmail/1.0.5
X-SES-Outgoing: 2015.02.26-54.240.27.34
Feedback-ID: 1.us-west-2.ngRt4x2U/cWqug8pbfjwMxB6pcDw1fmN73bGmMLYyRI=:AmazonSES
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 Feb 2015 15:46:01 -0000

Hello,

I switched ruby version 2.1 -> 2.2 but rubygems seem not working.
I performed upgrade like ports/UPDATING 20141008.

Writing make.conf.
DEFAULT_VERSIONS= ruby=2.2

and then
portmaster -o lang/ruby22 lang/ruby21 # successfully finished
portmaster -R -r ruby-2.2 # failed with following message

===>  Configuring for rubygem-activesupport-3.2.19
===>  Building for rubygem-activesupport-3.2.19
/usr/local/lib/ruby/site_ruby/2.2/rubygems/specification.rb:1960:in 
`block (2 levels) in to_yaml': stack level too deep (SystemStackError)
         from /usr/local/lib/ruby/2.2/psych/coder.rb:36:in `map'
         from 
/usr/local/lib/ruby/site_ruby/2.2/rubygems/specification.rb:1959:in 
`block in to_yaml'
         from /usr/local/lib/ruby/2.2/psych/deprecated.rb:19:in `call'
         from /usr/local/lib/ruby/2.2/psych/deprecated.rb:19:in `block in 
quick_emit'
         from 
/usr/local/lib/ruby/site_ruby/2.2/rubygems/specification.rb:1960:in 
`block (2 levels) in to_yaml'
         from /usr/local/lib/ruby/2.2/psych/coder.rb:36:in `map'
         from 
/usr/local/lib/ruby/site_ruby/2.2/rubygems/specification.rb:1959:in 
`block in to_yaml'
         from /usr/local/lib/ruby/2.2/psych/deprecated.rb:19:in `call'
          ... 9619 levels...
         from 
/usr/local/lib/ruby/site_ruby/2.2/rubygems/command_manager.rb:147:in 
`process_args'
         from 
/usr/local/lib/ruby/site_ruby/2.2/rubygems/command_manager.rb:117:in 
`run'
         from 
/usr/local/lib/ruby/site_ruby/2.2/rubygems/gem_runner.rb:65:in `run'
         from /usr/local/bin/gem22:30:in `<main>'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure 
to
the maintainer.
*** Error code 1

Any ideas?
-- 
`whois vmeta.jp | nkf -w`
meta <meta@vmeta.jp>

From owner-freebsd-ports@FreeBSD.ORG  Thu Feb 26 20:25:50 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 20523D4C
 for <ports@freebsd.org>; Thu, 26 Feb 2015 20:25:50 +0000 (UTC)
Received: from miramanee.icarz.com (miramanee.icarz.com [207.99.22.55])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id D32C9FBE
 for <ports@freebsd.org>; Thu, 26 Feb 2015 20:25:49 +0000 (UTC)
Received: from donatra.icarz.com (donatra.icarz.com [207.99.22.66])
 by miramanee.icarz.com (8.14.3/8.14.3) with ESMTP id t1QKPmHt007686
 for <ports@freebsd.org>; Thu, 26 Feb 2015 15:25:48 -0500 (EST)
 (envelope-from kenm@icarz.com)
Received: from [10.10.31.175] ([10.10.31.175])
 by donatra.icarz.com (8.14.9/8.14.4) with ESMTP id t1QKPitJ072391
 for <ports@freebsd.org>; Thu, 26 Feb 2015 15:25:48 -0500 (EST)
 (envelope-from kenm@icarz.com)
Message-ID: <54EF815A.6010105@icarz.com>
Date: Thu, 26 Feb 2015 15:26:02 -0500
From: Ken Menzel <kenm@icarz.com>
Reply-To: kenm@icarz.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64;
 rv:31.0) Gecko/20100101 Thunderbird/31.5.0
MIME-Version: 1.0
To: ports@freebsd.org
Subject: install issue with net-snmp
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-Spam-Score: -1.106 () BAYES_00,RDNS_NONE,SPF_FAIL
X-Scanned-By: MIMEDefang 2.68 on 207.99.22.41
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 Feb 2015 20:25:50 -0000

I am having a problem installing net-snmp.  It seems it can't find the
work files to install.

root@mccoy:/usr/ports/net-mgmt/net-snmp # make install
===>  Installing for net-snmp-5.7.3_5
===>   net-snmp-5.7.3_5 depends on file: /usr/local/bin/perl5.16.2 - found
===>  Checking if net-snmp already installed
/usr/local/bin/perl5.16.2
===>   Registering installation for net-snmp-5.7.3_5
pkg-static: Unable to access file
/usr/ports/net-mgmt/net-snmp/work/stage/usr/local/lib/perl5/site_perl/mach/5.16/Bundle/Makefile.subs.pl:
No such file or directory
pkg-static: Unable to access file
/usr/ports/net-mgmt/net-snmp/work/stage/usr/local/lib/perl5/site_perl/mach/5.16/NetSNMP/ASN.pm:
No such file or directory

...
much of the same cut out.

I tried compiling with and without embedded perl and I get the error. I finally edit the Plist with %s/%%WITH_PERL%%%%SITE_ARCH%%/\/usr\/local\/lib\/perl5\/site_perl\/5.16.2\/mach/.

This changed the site from mach/5.16 to 5.16.2/mach and the install completed!

Is this a bug or is something wrong with my perl install.  Shouldn't my older perl installation still work?

Thanks for any advice.
Ken
 



From owner-freebsd-ports@FreeBSD.ORG  Thu Feb 26 22:46:07 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 12457574
 for <freebsd-ports@freebsd.org>; Thu, 26 Feb 2015 22:46:07 +0000 (UTC)
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id D0891376
 for <freebsd-ports@freebsd.org>; Thu, 26 Feb 2015 22:46:06 +0000 (UTC)
Received: from compute2.internal (compute2.nyi.internal [10.202.2.42])
 by mailout.nyi.internal (Postfix) with ESMTP id A47D220D0B
 for <freebsd-ports@freebsd.org>; Thu, 26 Feb 2015 17:46:04 -0500 (EST)
Received: from web6 ([10.202.2.216])
 by compute2.internal (MEProxy); Thu, 26 Feb 2015 17:46:05 -0500
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=skunkwerks.at; h=
 message-id:x-sasl-enc:from:to:mime-version
 :content-transfer-encoding:content-type:subject:date:in-reply-to
 :references; s=mesmtp; bh=TTHCazGtIbF5S/OqyBEDzOdpbjc=; b=JK6u/4
 rfy3ZohKm1DBf6rqDVwurFX71Bh7SEb2TkFZbaqtwKU2mI9MuKcs0lqTVRVAQqzP
 C8ty2vDXbDCcG1PHE8Pkw+Enn74SiEb89x9bCACNtlZS3v5HLZqSwrPMZ/l6O6/w
 MiBa5KxX+xrpmm8BrJq8xFVQIClgXaY9QxHz0=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=
 messagingengine.com; h=message-id:x-sasl-enc:from:to
 :mime-version:content-transfer-encoding:content-type:subject
 :date:in-reply-to:references; s=smtpout; bh=TTHCazGtIbF5S/OqyBED
 zOdpbjc=; b=ioOgU2CglR+elQCOI+2wir5GEjuT1xo7kSNTZ6vgSD2JaXCM447H
 ioKN/hIyTJKUNKlfwWStApWyx7dBTX/ydDk2cv1GmJ9OtNAKiASq9dGzBnyEaAFP
 jZ8o8tzLoyFRdd9a4vgVmT8t1/f8qjCLL4Q9OhR/tD8pcsyZJnVJrw4=
Received: by web6.nyi.internal (Postfix, from userid 99)
 id 602B95F6D6; Thu, 26 Feb 2015 17:46:05 -0500 (EST)
Message-Id: <1424990765.847400.233002877.2A26FCA0@webmail.messagingengine.com>
X-Sasl-Enc: vn5XaSVEwfnCZF86ii9nDe3liRr7nIIR6g0xgO7u6TIn 1424990765
From: Dave Cottlehuber <dch@skunkwerks.at>
To: freebsd-ports@freebsd.org
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain
X-Mailer: MessagingEngine.com Webmail Interface - ajax-4ba7306c
Subject: Re: net-mgmt/riemann (new java port)
Date: Thu, 26 Feb 2015 23:46:05 +0100
In-Reply-To: <1423583173.2736740.225669509.71C2F64E@webmail.messagingengine.com>
References: <1423583173.2736740.225669509.71C2F64E@webmail.messagingengine.com>
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 26 Feb 2015 22:46:07 -0000

[> Riemann: Java/Clojure-based event & monitoring system
> [1]: http://riemann.io/
> [2]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197403

AFAICT this is ready to roll, I've been using it happily for the last
month without issues too.

This is a simple jar-based daemon. Is somebody able to take a look?

Thanks

Dave
--
sent from my Couch

From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 03:08:45 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: ports@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 8E8FB2BF;
 Fri, 27 Feb 2015 03:08:45 +0000 (UTC)
Received: from mail.auburn.protected-networks.net
 (mail.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::3])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "mail.auburn.protected-networks.net",
 Issuer "Protected Networks Certificate Authority" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id 54B0131F;
 Fri, 27 Feb 2015 03:08:45 +0000 (UTC)
Received: from toshi.auburn.protected-networks.net
 (toshi.auburn.protected-networks.net [192.168.1.10])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA v2" (verified OK))
 (Authenticated sender: imb@mail.auburn.protected-networks.net)
 by mail.auburn.protected-networks.net (Postfix) with ESMTPSA id 39A671CC12;
 Thu, 26 Feb 2015 22:08:43 -0500 (EST)
Message-ID: <54EFDFB8.6020404@protected-networks.net>
Date: Thu, 26 Feb 2015 22:08:40 -0500
From: Michael Butler <imb@protected-networks.net>
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64;
 rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: Gleb Smirnoff <glebius@FreeBSD.org>, current@FreeBSD.org, 
 ports@FreeBSD.org
Subject: removing _WANT_IFADDR breaks net-snmp
OpenPGP: id=0442D492
Content-Type: multipart/signed; micalg=pgp-sha1;
 protocol="application/pgp-signature";
 boundary="6robXlSsvuiGwImOPUEQsoPf0NMlgDCJI"
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 03:08:45 -0000

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--6robXlSsvuiGwImOPUEQsoPf0NMlgDCJI
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

The recent changes which served to hide "struct ifaddr" have broken
net-snmp:

imb@toshi:/usr/ports/net-mgmt/net-snmp> sudo make
=3D=3D=3D>  Building for net-snmp-5.7.3_5
making all in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.3/snmplib
making all in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.3/agent
making all in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.3/agent/help=
ers
making all in
/usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.3/agent/mibgroup
/bin/sh ../../libtool --mode=3Dcompile cc -I../../include -I.
-I../../agent -I../../agent/mibgroup  -I../../snmplib -I/usr/include
-DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -O2 -pipe -march=3Dcore2
-I/usr/local/include -I/include -D_WANT_IFADDR -fstack-protector
-fno-strict-aliasing -std=3Dc99 -Ufreebsd11 -Dfreebsd11=3Dfreebsd11
-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe
-fstack-protector -I/usr/local/include
-I/usr/local/lib/perl5/5.18/mach/CORE -c -o mibII/ipv6.lo mibII/ipv6.c
libtool: compile:  cc -I../../include -I. -I../../agent
-I../../agent/mibgroup -I../../snmplib -I/usr/include
-DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -O2 -pipe -march=3Dcore2
-I/usr/local/include -I/include -D_WANT_IFADDR -fstack-protector
-fno-strict-aliasing -std=3Dc99 -Ufreebsd11 -Dfreebsd11=3Dfreebsd11
-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe
-fstack-protector -I/usr/local/include
-I/usr/local/lib/perl5/5.18/mach/CORE -c mibII/ipv6.c  -fPIC -DPIC -o
mibII/.libs/ipv6.o
mibII/ipv6.c:806:20: warning: returning 'char *' from a function with
result type 'u_char *' (aka 'unsigned char *') converts between pointers
to integer types with
      different sign [-Wpointer-sign]
            return p;
                   ^
mibII/ipv6.c:848:29: error: variable has incomplete type 'struct ifaddr'
            struct ifaddr   ifaddr;
                            ^
/usr/include/net/if_var.h:89:24: note: forward declaration of 'struct
ifaddr'
TAILQ_HEAD(ifaddrhead, ifaddr); /* instantiation is preserved in the list=
 */
                       ^
/usr/include/sys/queue.h:493:9: note: expanded from macro 'TAILQ_HEAD'
        struct type *tqh_first; /* first element */                     \=

               ^
1 warning and 1 error generated.
*** Error code 1


--6robXlSsvuiGwImOPUEQsoPf0NMlgDCJI
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlTv37gACgkQQv9rrgRC1JK1KgCgxIvfkOqDrqogdPWNvrVC8L9R
Vn8An38lYXDhQbwwPwwLe+VyFytOuZAl
=ok7l
-----END PGP SIGNATURE-----

--6robXlSsvuiGwImOPUEQsoPf0NMlgDCJI--

From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 06:27:45 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id E96F9B74
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 06:27:45 +0000 (UTC)
Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id A7A1B9A7
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 06:27:45 +0000 (UTC)
Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD))
 (envelope-from <pi@opsec.eu>)
 id 1YREOk-0000h8-57; Fri, 27 Feb 2015 07:27:42 +0100
Date: Fri, 27 Feb 2015 07:27:42 +0100
From: Kurt Jaeger <pi@opsec.eu>
To: Dave Cottlehuber <dch@skunkwerks.at>
Subject: Re: net-mgmt/riemann (new java port)
Message-ID: <20150227062742.GA62590@home.opsec.eu>
References: <1423583173.2736740.225669509.71C2F64E@webmail.messagingengine.com>
 <1424990765.847400.233002877.2A26FCA0@webmail.messagingengine.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <1424990765.847400.233002877.2A26FCA0@webmail.messagingengine.com>
Cc: freebsd-ports@freebsd.org
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 06:27:46 -0000

Hi!

> [> Riemann: Java/Clojure-based event & monitoring system
> > [1]: http://riemann.io/
> > [2]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197403
> 
> AFAICT this is ready to roll, I've been using it happily for the last
> month without issues too.
> 
> This is a simple jar-based daemon. Is somebody able to take a look?

I'll have a look.

-- 
pi@opsec.eu            +49 171 3101372                         5 years to go !

From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 09:57:16 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id A7762320
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 09:57:16 +0000 (UTC)
Received: from bamako.nerim.net (bamako.nerim.net [178.132.17.28])
 by mx1.freebsd.org (Postfix) with ESMTP id 6A3D215C
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 09:57:15 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by bamako.nerim.net (Postfix) with ESMTP id 5F06139DE5F;
 Fri, 27 Feb 2015 10:47:48 +0100 (CET)
X-Virus-Scanned: amavisd-new at nerim.net
Received: from bamako.nerim.net ([127.0.0.1])
 by localhost (bamako.nerim.net [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id ZJ4SRGSGIAyE; Fri, 27 Feb 2015 10:47:47 +0100 (CET)
Received: from x200.home.ekyo.net (ekyo.pck.nerim.net [213.41.242.247])
 by bamako.nerim.net (Postfix) with ESMTPSA id C0B5739DE5C;
 Fri, 27 Feb 2015 10:47:46 +0100 (CET)
Received: from localhost (x200.home.ekyo.net [local]);
 by x200.home.ekyo.net (OpenSMTPD) with ESMTPA id fe64cbb9;
 Fri, 27 Feb 2015 10:47:16 +0100 (CET)
Date: Fri, 27 Feb 2015 10:47:16 +0100
From: Eric Faurot <eric@faurot.net>
To: Cedric Berger <cedric@precidata.com>
Subject: Re: opensmtpd 5.4.4 in freebsd 9 jail
Message-ID: <20150227094716.GA23253@x200.home.ekyo.net>
References: <54EC5598.9030805@precidata.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <54EC5598.9030805@precidata.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
Cc: freebsd-ports@freebsd.org, misc@opensmtpd.org
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 09:57:16 -0000

On Tue, Feb 24, 2015 at 11:42:32AM +0100, Cedric Berger wrote:
> Hello,
> 
> Since I upgraded my freebsd 9 jail with the latest opensmtpd 5.4.4_1,1 port,
> smtp-out refuse to send any email to the outside world.
> 
> I've seen a similar issue reported by "Meutel" here, but with no apparent
> solution:
> 
> http://blog.gmane.org/gmane.mail.opensmtpd.general/day=20150211, 2nd post.
> 
> Based on ktrace analysis, I believe the faulty code starts at line 210 of
> getaddrinfo_async.c in libasr:
> 
> https://github.com/OpenSMTPD/libasr/blob/libasr-1.0.1/src/getaddrinfo_async.c
> 
> This code returns EAI_NONAME if there is no non-loopback interface
> configured
> in the jail. This is my case, as a jail by default has only loopback
> interfaces configured (this doesn't prevent connecting to the outside
> world).
> 
> If my analysis is correct, I believe that if no non-loopback interface is
> found, the code should also (in a second step) consider loopback interfaces
> when selecting IPv4 versus IPv6, instead of just bailing out.
> 
> That would make the code more robust.

Hello.

I'll think how asr can be improved in the way you suggest.  In the
meantime, the regression you see is actually due to the following
change in smtpd.  Try without it.  Note that it will also retreive
inet6 addresses, so you might want to add "limit mta inet4" in
smtpd.conf if inet6 is not routable on your system.

Eric.

diff --git a/smtpd/dns.c b/smtpd/dns.c
index fc8bce6..ea5d430 100644
--- a/smtpd/dns.c
+++ b/smtpd/dns.c
@@ -448,6 +448,7 @@ dns_lookup_host(struct dns_session *s, const char *host, int preference)
 	s->refcount++;
 
 	memset(&hints, 0, sizeof(hints));
+	hints.ai_flags = AI_ADDRCONFIG;
 	hints.ai_family = PF_UNSPEC;
 	hints.ai_socktype = SOCK_STREAM;
 	as = getaddrinfo_async(host, NULL, &hints, NULL);

From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 13:01:24 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 07C3DDAB
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 13:01:24 +0000 (UTC)
Received: from mail-vc0-x235.google.com (mail-vc0-x235.google.com
 [IPv6:2607:f8b0:400c:c03::235])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 876D88D3
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 13:01:23 +0000 (UTC)
Received: by mail-vc0-f181.google.com with SMTP id im6so6262368vcb.12
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 05:01:22 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:date:message-id:subject:from:to:content-type;
 bh=QWQT9c1E2u25pwaQHit4nEFSnPdCtuu0Xb6qKsAT09M=;
 b=pdo9SeG6rloogRA2XXn2EGMtBhytPbvqfdJZR8BbXWKuYndCsJtUX7sfyQD4m0E/m7
 Ec1qmALu8B5rX9edLIBoQ63POjdmsMhiqhZGcLv+lco2Ugu1Nwgl4whagUloUK32l39I
 PIYdcaWBl7YhjDf2OuUbuXBkozhuPyvZ1TyhVLvd1J2iNfsYta8kp2Lj4iNIHoFkdlAB
 yRaC+VnWuTBAjjmUulvCe4Vo8DeSoD0Bq/KXPWTtphDsmNYklvgwxSZ2c4Ttd0NAVddm
 n9tUyJ+MiKLX3uuzDTSpglTY5GHmXAv/SeGT+HkB3oSb6t8QV8HSxgoYEmIrYdUAz5Tj
 l9Xw==
MIME-Version: 1.0
X-Received: by 10.52.7.228 with SMTP id m4mr13222507vda.31.1425042082598; Fri,
 27 Feb 2015 05:01:22 -0800 (PST)
Received: by 10.52.29.106 with HTTP; Fri, 27 Feb 2015 05:01:22 -0800 (PST)
Date: Fri, 27 Feb 2015 16:01:22 +0300
Message-ID: <CAAoTqftY8=Px41Y32fNF1pPTg-zE2C-1POiCnEgv2LeyjErFSg@mail.gmail.com>
Subject: Initial squid 3.5 port
From: Pavel Timofeev <timp87@gmail.com>
To: ports-list freebsd <freebsd-ports@freebsd.org>
Content-Type: text/plain; charset=UTF-8
X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 13:01:24 -0000

Hi!
I created an initial port for squid-3.5.
It's squid-3.5.2.

Release notes for 3.5 branch are here http://wiki.squid-cache.org/Squid-3.5.

Port based on www/squid.

Existing problems with some options:
ECAP - marked as broken for now, because squid-3.5 needs eCAP version
1.0 which is not in ports tree.
AUTH_NIS - builds, but I made an ugly hack. See the second XXX comment
in Makefile:
....
# XXX: We need this ugly stuff on OS where bug 188247 isn't resolved.
# This allow us to build basic_nis_auth helper
....
Here is some details about that http://bugs.squid-cache.org/show_bug.cgi?id=4204


TODO:
1. rewrite rc script to support multiple instances
(http://wiki.squid-cache.org/MultipleInstances)

TODO not sure:
2. allow build with different crypt realizations.
3. allow build with different krb5 realizations.
Maybe somethis like
OPTIONS_SINGLE= SSL KRB5
OPTIONS_SINGLE_SSL= BASE OPENSSL GNUTLS
OPTIONS_SINGLE_KRB5= BASE HEIMDAL MIT GNUGSS.

Please, test it if you are interested! Ideas/suggestions/patches are
highly appreciated! Thank you!

From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 13:17:41 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id AAA50231
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 13:17:41 +0000 (UTC)
Received: from prod2.absolight.net (mx3.absolight.net
 [IPv6:2a01:678:2:100::25])
 (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits))
 (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id 68A13A56
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 13:17:41 +0000 (UTC)
Received: from prod2.absolight.net (localhost [127.0.0.1])
 by prod2.absolight.net (Postfix) with ESMTP id 782DFBDC5D
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 14:17:39 +0100 (CET)
Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client CN "gw.in.absolight.net",
 Issuer "CA Cert Signing Authority" (not verified))
 by prod2.absolight.net (Postfix) with ESMTPSA id 58F6FBDC5C
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 14:17:39 +0100 (CET)
Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239])
 by gw.in.absolight.net (Postfix) with ESMTP id 3CC41614F
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 14:17:38 +0100 (CET)
Received: from localhost (localhost [127.0.0.1])
 by ogg.in.absolight.net (Postfix) with ESMTP id C35457E0C2CD
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 14:17:36 +0100 (CET)
Date: Fri, 27 Feb 2015 14:17:36 +0100
From: Mathieu Arnold <mat@FreeBSD.org>
To: freebsd-ports@freebsd.org
Subject: Re: [TESTING] BIND9 chroot trying to get back
Message-ID: <833CBF66816BF9ABF8450C63@ogg.in.absolight.net>
In-Reply-To: <DAD2383CB1B877155535656A@ogg.in.absolight.net>
References: <DAD2383CB1B877155535656A@ogg.in.absolight.net>
X-Mailer: Mulberry/4.0.8 (Mac OS X)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 13:17:41 -0000

+--On 23 f=C3=A9vrier 2015 20:31:22 +0100 Mathieu Arnold <mat@FreeBSD.org>
wrote:
| Hi,

The patch has since grown dns/bind910.

I'll let it lie about a month, and then commit it.

Note that if you don't test it, review it, comment on it, you do forfeit
any right to bitch about it later. :-)

--=20
Mathieu Arnold

From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 13:53:34 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 0E65B63E
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 13:53:34 +0000 (UTC)
Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43])
 by mx1.freebsd.org (Postfix) with ESMTP id EBE13E2B
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 13:53:33 +0000 (UTC)
Received: from msam.nabble.com (unknown [162.253.133.85])
 by mwork.nabble.com (Postfix) with ESMTP id BC774153F9DF
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 05:53:35 -0800 (PST)
Date: Fri, 27 Feb 2015 06:53:33 -0700 (MST)
From: timp <timp87@gmail.com>
To: freebsd-ports@freebsd.org
Message-ID: <1425045213133-5992417.post@n5.nabble.com>
In-Reply-To: <CAKOb=YZEe05JLa3SwAdFsttWW1u8LfzYRF_zOG5_heCTnyoseA@mail.gmail.com>
References: <CAKOb=YZEe05JLa3SwAdFsttWW1u8LfzYRF_zOG5_heCTnyoseA@mail.gmail.com>
Subject: Re: squid 3.5 plans
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 13:53:34 -0000

There is no maintainer for squid ports, so I guess there is no plans.
IMO www/squid33 should be removed, no reason to keep it in ports.
www/squid should be moved to www/squid34 for some time (~3 or more months)
www/squid should be upgraded to 3.5 branch.

Meanwhile, I tried to create a port for 3.5.
https://lists.freebsd.org/pipermail/freebsd-ports/2015-February/098178.html
It's www/squid35, but it's not important for testing purpose.



--
View this message in context: http://freebsd.1045724.n5.nabble.com/squid-3-5-plans-tp5990062p5992417.html
Sent from the freebsd-ports mailing list archive at Nabble.com.

From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 14:16:26 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 95649ADE;
 Fri, 27 Feb 2015 14:16:26 +0000 (UTC)
Received: from sdf.org (ma.sdf.org [192.94.73.31])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "ma.sdf.org", Issuer "ma.sdf.org" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id 75514A6;
 Fri, 27 Feb 2015 14:16:25 +0000 (UTC)
Received: from ma.sdf.org
 (IDENT:U2FsdGVkX19zm+A/mocS5PZ+JZnWz4eOYPk8g21Agfo@ma.sdf.org [192.94.73.31])
 by sdf.org (8.14.4/8.14.3) with ESMTP id t1REGIKs013342;
 Fri, 27 Feb 2015 14:16:18 GMT
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII;
 format=flowed
Content-Transfer-Encoding: 7bit
Date: Fri, 27 Feb 2015 08:16:18 -0600
From: cpet <cpet@sdf.org>
To: Pavel Timofeev <timp87@gmail.com>
Subject: Re: Initial squid 3.5 port
In-Reply-To: <CAAoTqftY8=Px41Y32fNF1pPTg-zE2C-1POiCnEgv2LeyjErFSg@mail.gmail.com>
References: <CAAoTqftY8=Px41Y32fNF1pPTg-zE2C-1POiCnEgv2LeyjErFSg@mail.gmail.com>
Message-ID: <4c18dec0d168e393ff5dddfdc65c7ec6@sdf.org>
X-Sender: cpet@sdf.org
User-Agent: Roundcube Webmail/1.0.1
Cc: owner-freebsd-ports@freebsd.org,
 ports-list freebsd <freebsd-ports@freebsd.org>
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 14:16:26 -0000

On 2015-02-27 07:01, Pavel Timofeev wrote:
> Hi!
> I created an initial port for squid-3.5.
> It's squid-3.5.2.
> 
> Release notes for 3.5 branch are here 
> http://wiki.squid-cache.org/Squid-3.5.
> 
> Port based on www/squid.
> 
> Existing problems with some options:
> ECAP - marked as broken for now, because squid-3.5 needs eCAP version
> 1.0 which is not in ports tree.
> AUTH_NIS - builds, but I made an ugly hack. See the second XXX comment
> in Makefile:
> ....
> # XXX: We need this ugly stuff on OS where bug 188247 isn't resolved.
> # This allow us to build basic_nis_auth helper
> ....
> Here is some details about that 
> http://bugs.squid-cache.org/show_bug.cgi?id=4204
> 
> 
> TODO:
> 1. rewrite rc script to support multiple instances
> (http://wiki.squid-cache.org/MultipleInstances)
> 
> TODO not sure:
> 2. allow build with different crypt realizations.
> 3. allow build with different krb5 realizations.
> Maybe somethis like
> OPTIONS_SINGLE= SSL KRB5
> OPTIONS_SINGLE_SSL= BASE OPENSSL GNUTLS
> OPTIONS_SINGLE_KRB5= BASE HEIMDAL MIT GNUGSS.
> 
> Please, test it if you are interested! Ideas/suggestions/patches are
> highly appreciated! Thank you!
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to 
> "freebsd-ports-unsubscribe@freebsd.org"

Do you have a patch for 3.5 or do we have to use telepathy to figure 
this out?

From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 14:23:55 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 081EDC78;
 Fri, 27 Feb 2015 14:23:55 +0000 (UTC)
Received: from mail-vc0-x22c.google.com (mail-vc0-x22c.google.com
 [IPv6:2607:f8b0:400c:c03::22c])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id B230D1A5;
 Fri, 27 Feb 2015 14:23:54 +0000 (UTC)
Received: by mail-vc0-f172.google.com with SMTP id kv7so6368808vcb.3;
 Fri, 27 Feb 2015 06:23:53 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:in-reply-to:references:date:message-id:subject:from:to
 :cc:content-type;
 bh=gNc5UCfhWgRUT5JnKDAyhCzGOuhDO69ohIKGqDZ4WIQ=;
 b=YSVhWHiFuhOBbrGhlJ/z7oWzcap9UT2M/gslEQBa1oZ/dmXKgz9WmLZgmmXpHnElxk
 X/bvwFKC03KYnJ40IAzQ91m73IhuJHrK5S7FW64ZwJVRsg2K56apGdQS5Migh6+izp1T
 flZbFB+I8O3VTmrGqJqorL0nIeX6MXNhUUeWK71KYUqtSKL3DkzLWHB6BSdYpkf1wziK
 cO3YHpcqVxt5NYE/MfOYiKEuGA8ES/BJUQT0WsMQUISI9KlcD6/sm6KszvO0KNX6ifx0
 6ej+edQ3N18u8x8DilzTg07zIy4iALZ6800f8ZxlWPbzQFJUX27wYmh8mRf3WPrdWF9F
 kgUA==
MIME-Version: 1.0
X-Received: by 10.52.7.228 with SMTP id m4mr13478262vda.31.1425047033779; Fri,
 27 Feb 2015 06:23:53 -0800 (PST)
Received: by 10.52.29.106 with HTTP; Fri, 27 Feb 2015 06:23:53 -0800 (PST)
In-Reply-To: <4c18dec0d168e393ff5dddfdc65c7ec6@sdf.org>
References: <CAAoTqftY8=Px41Y32fNF1pPTg-zE2C-1POiCnEgv2LeyjErFSg@mail.gmail.com>
 <4c18dec0d168e393ff5dddfdc65c7ec6@sdf.org>
Date: Fri, 27 Feb 2015 17:23:53 +0300
Message-ID: <CAAoTqfunsuvFbK9Q_2yixwV61_vkjOd2X7s02VOr8jXpk1A6AQ@mail.gmail.com>
Subject: Re: Initial squid 3.5 port
From: Pavel Timofeev <timp87@gmail.com>
To: cpet <cpet@sdf.org>
Content-Type: text/plain; charset=UTF-8
Cc: owner-freebsd-ports@freebsd.org,
 ports-list freebsd <freebsd-ports@freebsd.org>
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 14:23:55 -0000

Sorry, my fault. Not a patch for existing port, but a shar file to
create new port, which was attached to original message.
Just in case, I uploaded it here https://yadi.sk/d/EcRxwc6BevgDc

2015-02-27 17:16 GMT+03:00 cpet <cpet@sdf.org>:
> On 2015-02-27 07:01, Pavel Timofeev wrote:
>>
>> Hi!
>> I created an initial port for squid-3.5.
>> It's squid-3.5.2.
>>
>> Release notes for 3.5 branch are here
>> http://wiki.squid-cache.org/Squid-3.5.
>>
>> Port based on www/squid.
>>
>> Existing problems with some options:
>> ECAP - marked as broken for now, because squid-3.5 needs eCAP version
>> 1.0 which is not in ports tree.
>> AUTH_NIS - builds, but I made an ugly hack. See the second XXX comment
>> in Makefile:
>> ....
>> # XXX: We need this ugly stuff on OS where bug 188247 isn't resolved.
>> # This allow us to build basic_nis_auth helper
>> ....
>> Here is some details about that
>> http://bugs.squid-cache.org/show_bug.cgi?id=4204
>>
>>
>> TODO:
>> 1. rewrite rc script to support multiple instances
>> (http://wiki.squid-cache.org/MultipleInstances)
>>
>> TODO not sure:
>> 2. allow build with different crypt realizations.
>> 3. allow build with different krb5 realizations.
>> Maybe somethis like
>> OPTIONS_SINGLE= SSL KRB5
>> OPTIONS_SINGLE_SSL= BASE OPENSSL GNUTLS
>> OPTIONS_SINGLE_KRB5= BASE HEIMDAL MIT GNUGSS.
>>
>> Please, test it if you are interested! Ideas/suggestions/patches are
>> highly appreciated! Thank you!
>> _______________________________________________
>> freebsd-ports@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
>> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
>
>
> Do you have a patch for 3.5 or do we have to use telepathy to figure this
> out?

From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 14:41:52 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 3F378F85
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 14:41:52 +0000 (UTC)
Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com
 [IPv6:2a00:1450:400c:c05::230])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id C8B783B8
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 14:41:51 +0000 (UTC)
Received: by wibbs8 with SMTP id bs8so695540wib.0
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 06:41:50 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=berentweb.com; s=google;
 h=date:from:to:subject:message-id:mime-version:content-type
 :content-transfer-encoding;
 bh=SSKmuThRdZ0qCkDt3qXgW/sZ5fcH+qpSDtDulrl5U1o=;
 b=fNlz6iIQB2hA9AZMo8DQa4HU6oC6S22zSLjSgLrvIe3RwHV7hIgqJEVIT015sLUL3g
 YS4ZoJWrcoyQNYEgTVGlXmY68/ccYG6jeCRQNsHogKMlJv1OtLchmwAufUdBUgorKKPP
 ADvq9N6jhH8sbo3PFm0M6042VLQ9xHzt8MiBM=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:date:from:to:subject:message-id:mime-version
 :content-type:content-transfer-encoding;
 bh=SSKmuThRdZ0qCkDt3qXgW/sZ5fcH+qpSDtDulrl5U1o=;
 b=SdUE1znHf9VrxzP3lPYx7ExjCk3Qx+NLaAb2IjbldEUAtDfzHuRYu3TaznTz+jIw+z
 Xbato8Xe9we6upRryw+PI4uqJIRE2+xNFL05MAdQMRz7MW7puQiEGqyxlVShbC9Qbwmq
 Tc8Z8w9WAFTkfD0ynMFfmdTyoe+d2224ZD2uycJS8VoCnPp7e/yPJJr8dT4Uu7e4tFfn
 6dY6QK9MaY50qv0dP4e892hhQQHAS7uwikM4BaKQiSBKwwxjcWj1G73C5HJbqlILSBCF
 MpsOg1GVEoGUktwhbai8np6Qx8SFmI9BbY3hMy31xQwxscS9lHtPzzCTnIoFshLerYyx
 i3yQ==
X-Gm-Message-State: ALoCoQkQFCP4Ys4Wvvm99kgJsqI7uZ95xe2ooWuerVN7qQVKt2oFWnGpVJewO9KCv5bbs1YUJKq4
X-Received: by 10.194.120.40 with SMTP id kz8mr28815607wjb.21.1425048110092;
 Fri, 27 Feb 2015 06:41:50 -0800 (PST)
Received: from rsbsd.rsb ([31.200.11.109])
 by mx.google.com with ESMTPSA id dt7sm3073535wib.19.2015.02.27.06.41.47
 for <freebsd-ports@freebsd.org>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 27 Feb 2015 06:41:49 -0800 (PST)
Date: Fri, 27 Feb 2015 16:41:46 +0200
From: Beeblebrox <zaphod@berentweb.com>
To: <freebsd-ports@freebsd.org>
Subject: www/midori dislikes the letter h
Message-ID: <20150227164146.768e0ef1@rsbsd.rsb>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 14:41:52 -0000

OK, this should be fun.

Open Midori, start typing a URL (without www)
Nothing out of the ordinary happens if the first char you type is a -g or i=
-z. But if you type "h" as the very first char, Midori segfaults and closes=
.=20

Segfaulting on the letter "h" does not look like a very good omen to me...

--=20
FreeBSD_amd64_11-Current_RadeonKMS

From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 15:01:44 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id E9C2C765
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 15:01:44 +0000 (UTC)
Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com
 [IPv6:2607:f8b0:4001:c05::22f])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id AB5CC797
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 15:01:44 +0000 (UTC)
Received: by igal13 with SMTP id l13so930228iga.5
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 07:01:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=message-id:date:from:user-agent:mime-version:to:subject:references
 :in-reply-to:content-type:content-transfer-encoding;
 bh=VAIh5OhCdsIhTaSuEHe8LH8XokB0c/tMpz3SI0UlsUc=;
 b=MYliEUvI1TMeSt4Dxzgb6ojEbDa0bGwjCdGYDAhJU9wr12YuwCm4UrI40BznYW6Pb2
 lQY9t39LQ8O901FF0muBo7HWKEllkGY4LBnoMgOrGqhY9/LZ7DvE86nW/wceDM8qrKDX
 eyobHUYp6KXbFz//1QamGbU6RIVkzAU780WhvX1r0Fcx11/9+SEWDqFpU754O0q1cK+m
 j9KVxbzPPDscW7KocCahjdjJ+lm3YAaIHc7RFP73dnvdb+KC7zAx12nZ9PadXdazMlhB
 sdw5ajgy6cJNYzoOwLItFFn0rirGhs4H+Csvz+eYS10j9GK0gIWXacsApZ2XDuEM+vDZ
 ICLw==
X-Received: by 10.50.137.99 with SMTP id qh3mr3414033igb.9.1425049304127;
 Fri, 27 Feb 2015 07:01:44 -0800 (PST)
Received: from [10.0.1.155] (d205-206-84-235.abhsia.telus.net.
 [205.206.84.235])
 by mx.google.com with ESMTPSA id f12sm2366393ioi.21.2015.02.27.07.01.40
 for <freebsd-ports@freebsd.org>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 27 Feb 2015 07:01:42 -0800 (PST)
Message-ID: <54F086D3.9060603@gmail.com>
Date: Fri, 27 Feb 2015 08:01:39 -0700
From: Scott Furry <scott.wl.furry@gmail.com>
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64;
 rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: freebsd-ports@freebsd.org
Subject: Re: www/midori dislikes the letter h
References: <20150227164146.768e0ef1@rsbsd.rsb>
In-Reply-To: <20150227164146.768e0ef1@rsbsd.rsb>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 15:01:45 -0000

On 27/02/2015 07:41, Beeblebrox wrote:
> OK, this should be fun.
>
> Open Midori, start typing a URL (without www)
> Nothing out of the ordinary happens if the first char you type is a -g or i-z. But if you type "h" as the very first char, Midori segfaults and closes.
>
> Segfaulting on the letter "h" does not look like a very good omen to me...
>
My first impression is typing "h", as in "http://", either Midori goes 
to start to fill url or starts looking for search suggestions. Just 
throwing it out there.

S

From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 15:06:27 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id B77669E2
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 15:06:27 +0000 (UTC)
Received: from mail-ie0-x230.google.com (mail-ie0-x230.google.com
 [IPv6:2607:f8b0:4001:c03::230])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 8358B86B
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 15:06:27 +0000 (UTC)
Received: by iecvy18 with SMTP id vy18so31429904iec.6
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 07:06:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=message-id:date:from:user-agent:mime-version:to:subject:references
 :in-reply-to:content-type:content-transfer-encoding;
 bh=Zxwoqk7euIdyhdoeDNiWxr+riMufNHh5+Z7cjKFOxGA=;
 b=e0ULWE/GTAFHRofKOC7v9iC1MaBkY82NpTHwNu+S8SAGrZngHZjLAZO2KRzjszsG2h
 7ThJpuoGstHYO5bfLgMKwz5YrKHNi49s/w8jO5EsfktaRwkpxYPomk5CBvs9vYxNAHgX
 Ov2/Y571OWT2xEe1lQfRbFFlMqrjVlyXksmcEEdllqY4TfJdXclhRFRPVpwfP2k+fGVK
 kzslnbqOEwCREyrcA1qc1mBXxPyuCbP7WTqb//isGozp3bnMWHqdQydRVjV+N4QKVCSe
 XSToESAzMmoBuMz3GwpgT9zqJYwOC+qk9sCt+bWRx/1f6bLPDgQ0+IOOpr1JvFfmJl6i
 KOeg==
X-Received: by 10.50.114.33 with SMTP id jd1mr4667962igb.31.1425049586855;
 Fri, 27 Feb 2015 07:06:26 -0800 (PST)
Received: from [10.0.1.155] (d205-206-84-235.abhsia.telus.net.
 [205.206.84.235])
 by mx.google.com with ESMTPSA id w9sm1336043igl.0.2015.02.27.07.06.25
 for <freebsd-ports@freebsd.org>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 27 Feb 2015 07:06:26 -0800 (PST)
Message-ID: <54F087EF.2070505@gmail.com>
Date: Fri, 27 Feb 2015 08:06:23 -0700
From: Scott Furry <scott.wl.furry@gmail.com>
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64;
 rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: freebsd-ports@freebsd.org
Subject: Re: multimedia/handbrake-0.9.9 build error
References: <54EE8BE9.4020902@gmail.com>
 <54EE9533.9000606@protected-networks.net> <54EE9D01.90708@gmail.com>
In-Reply-To: <54EE9D01.90708@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 15:06:27 -0000


On 25/02/2015 21:11, Scott Furry wrote:
>
> On 25/02/2015 20:38, Michael Butler wrote:
>> On 02/25/15 21:58, Scott Furry wrote:
>>> Attempted to install multimedia/handbrake via pkg. Installation was
>>> reported successful, but the executable binary (ghc) could not be
>>> located on the system. A build from port was attempted. Build will fail
>>> with the error message:
>>> -----
>>> common/pixel.c:1111:17: error: use of undeclared identifier
>>> 'X264_CPU_SSE_MISALIGN'
>>>          if( cpu&X264_CPU_SSE_MISALIGN )
>>>                  ^
>>> 6 warnings and 1 error generated.
>>> <builtin>: recipe for target 'common/pixel.o' failed
>>> gmake[3]: *** [common/pixel.o] Error 1
>>> gmake[3]: Leaving directory
>>> '/usr/ports/multimedia/handbrake/work/HandBrake-0.9.9/build/contrib/x264/x264' 
>>>
>>>
>>> ../contrib/x264/module.rules:2: recipe for target
>>> 'contrib/x264/.stamp.build' failed
>>> gmake[2]: *** [contrib/x264/.stamp.build] Error 2
>>> gmake[2]: Leaving directory
>>> '/usr/ports/multimedia/handbrake/work/HandBrake-0.9.9/build'
>>> *** Error code 1
>>> Stop.
>>> make[1]: stopped in /usr/ports/multimedia/handbrake
>>> *** Error code 1
>>> Stop.
>>> make: stopped in /usr/ports/multimedia/handbrake
>>> =====
>>> -----
>>>
>>> I could not find a reference in the forums or search engine to resolve
>>> this problem.
>>> Has anyone else run into this issue lately?
>> The problem appears to be the inclusion of /usr/local/include before the
>> local contrib includes .. I simply patched the Makefile as below and it
>> builds just fine
>>
>> imb@toshi:/usr/ports/multimedia/handbrake> svn diff
>> Index: Makefile
>> ===================================================================
>> --- Makefile    (revision 379979)
>> +++ Makefile    (working copy)
>> @@ -78,7 +78,7 @@
>>
>>   .if ${PORT_OPTIONS:MX11}
>>   CONFIGURE_ARGS+=       --disable-gtk-update-checks --disable-gst
>> -CPPFLAGS+=     -I${LOCALBASE}/include
>> +#CPPFLAGS+=    -I${LOCALBASE}/include
>>   LIBS+=         -L${LOCALBASE}/lib
>>   LIB_DEPENDS+=  libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
>>                  libnotify.so:${PORTSDIR}/devel/libnotify
>>
>>
>>     imb
> Michael,
> Perfect! Removing the one line and handbrake builds to the end without 
> error.
> Only item of note is that a desktop file is not included with the 
> installation but that can be manually fixed.
>
> Thank you for the workaround.
>
> Scott

Well that didn't go well....
After starting the application and going through the motions of 
converting mkv to mp4, as soon as I select "GO" to convert the queue the 
program segfaults. Not good.

From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 15:06:38 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id A0616A6C
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 15:06:38 +0000 (UTC)
Received: from mx.dvllc.co (mx.dvllc.co [108.61.207.97])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "mx.dvllc.co",
 Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 8266886D
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 15:06:37 +0000 (UTC)
Received: by mx.dvllc.co (OpenSMTPD) with ESMTPS id 6389d863;
 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256 verify=NO; 
 Fri, 27 Feb 2015 06:59:57 -0800 (PST)
Received: by mail.dvllc.co (OpenSMTPD) with ESMTPS id a16a4dd2;
 TLS version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO;
 Fri, 27 Feb 2015 06:59:56 -0800 (PST)
Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes
To: "Cedric Berger" <cedric@precidata.com>, "Eric Faurot" <eric@faurot.net>
Subject: Re: opensmtpd 5.4.4 in freebsd 9 jail
References: <54EC5598.9030805@precidata.com>
 <20150227094716.GA23253@x200.home.ekyo.net>
Date: Fri, 27 Feb 2015 06:59:47 -0800
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Seth <list@sysfu.com>
Message-ID: <op.xup09xxvbgbjo9@work-pc>
In-Reply-To: <20150227094716.GA23253@x200.home.ekyo.net>
User-Agent: Opera Mail/1.0 (Win32)
Cc: freebsd-ports@freebsd.org, misc@opensmtpd.org
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 15:06:38 -0000

On Fri, 27 Feb 2015 01:47:16 -0800, Eric Faurot <eric@faurot.net> wrote:
> I'll think how asr can be improved in the way you suggest.  In the
> meantime, the regression you see is actually due to the following
> change in smtpd.  Try without it.  Note that it will also retreive
> inet6 addresses, so you might want to add "limit mta inet4" in
> smtpd.conf if inet6 is not routable on your system.

I have these two lines in the smptd.conf for FreeBSD 9.3 jails running  
OpenSMTPD 5.4.4 and they're working fine.

limit mta inet4
listen on lo0 inet4

Probably why I did not experience the same problem after upgrading.

From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 15:14:07 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 9D662DB8
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 15:14:07 +0000 (UTC)
Received: from avasout08.plus.net (avasout08.plus.net [212.159.14.20])
 (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))
 (Client CN "Bizanga Labs SMTP Client Certificate",
 Issuer "Bizanga Labs CA" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id 2F37B962
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 15:14:06 +0000 (UTC)
Received: from curlew.milibyte.co.uk ([84.92.153.232]) by avasout08 with smtp
 id xTAs1p001516WCc01TAtX0; Fri, 27 Feb 2015 15:10:55 +0000
X-CM-Score: 0.00
X-CNFS-Analysis: v=2.1 cv=etFRz+ZX c=1 sm=1 tr=0
 a=lfSX4pPLp9EkufIcToJk/A==:117 a=lfSX4pPLp9EkufIcToJk/A==:17 a=D7rCoLxHAAAA:8
 a=0Bzu9jTXAAAA:8 a=kj9zAlcOel0A:10 a=0HtSIViG9nkA:10 a=wv5LYiahAAAA:8
 a=Ht_8GGmupSOdjwb-LycA:9 a=CjuIK1q_8ugA:10 a=mA0dPHo5UN8A:10 a=CHcDP-SM__4A:10
Received: from curlew.lan ([192.168.1.13])
 by curlew.milibyte.co.uk with esmtp (Exim 4.85)
 (envelope-from <jmc-freebsd2@milibyte.co.uk>)
 id 1YRMZ1-0001To-79; Fri, 27 Feb 2015 15:10:51 +0000
Date: Fri, 27 Feb 2015 15:10:50 +0000
From: Mike Clarke <jmc-freebsd2@milibyte.co.uk>
To: <freebsd-ports@freebsd.org>
Message-ID: <20150227151050.24f87d1e@curlew.lan>
In-Reply-To: <20150227164146.768e0ef1@rsbsd.rsb>
References: <20150227164146.768e0ef1@rsbsd.rsb>
X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd10.0)
MIME-Version: 1.0
X-SA-Exim-Connect-IP: 192.168.1.13
X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on curlew.lan
X-Spam-Level: 
X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00
 autolearn=ham autolearn_force=no version=3.4.0
Subject: Re: www/midori dislikes the letter h
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-SA-Exim-Version: 4.2
X-SA-Exim-Scanned: Yes (on curlew.milibyte.co.uk)
Cc: Beeblebrox <zaphod@berentweb.com>
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 15:14:07 -0000

On Fri, 27 Feb 2015 16:41:46 +0200
Beeblebrox <zaphod@berentweb.com> wrote:

> OK, this should be fun.
> 
> Open Midori, start typing a URL (without www)
> Nothing out of the ordinary happens if the first char you type is a -g or i-z. But if you type "h" as the very first char, Midori segfaults and closes. 
> 
> Segfaulting on the letter "h" does not look like a very good omen to me...
> 

I don't have the problems here with midori 0.5.9 on 10.1-RELEASE-p6

-- 
Mike Clarke

From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 16:11:39 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 4F5A34E8
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 16:11:39 +0000 (UTC)
Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 2605FF78
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 16:11:38 +0000 (UTC)
Received: from [192.168.1.23] (133.Red-83-58-4.dynamicIP.rima-tde.net
 [83.58.4.133])
 (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))
 (No client certificate requested)
 by shepard.synsport.net (Postfix) with ESMTP id A4387438BC;
 Fri, 27 Feb 2015 10:11:30 -0600 (CST)
Message-ID: <54F0972F.2060001@marino.st>
Date: Fri, 27 Feb 2015 17:11:27 +0100
From: John Marino <freebsd.contact@marino.st>
Reply-To: marino@freebsd.org
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64;
 rv:24.0) Gecko/20100101 Thunderbird/24.5.0
MIME-Version: 1.0
To: freebsd-ports@freebsd.org, timp87@gmail.com
Subject: Re: squid 3.5 plans
References: <1425045213133-5992417.post@n5.nabble.com>
In-Reply-To: <1425045213133-5992417.post@n5.nabble.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 16:11:39 -0000

Hi Pavel,
When we had 3 unmaintained squid ports, the idea was the get down to
one, www/squid.  The only reason www/squid33 is still in ports is
because you requested an extension on it's removal due to the FreeBSD
10.1 RC issues.

I personally don't want to see that contraction reversed.  Upstream
immediately EOL's the previous version, so we should too.  when squid
3.5 is ready, it should go to www/squid.

As far as we know, this is the intent of upstream
The last thing I want to do is create new unmaintained ports (which is
not even allowed anyway, all new ports must have a legit maintainer)

So I would say, do extensive testing on 3.5 and verify it replaces 3.4
without issues, then we'll do that.  It's still amazing to me how many
people use squid yet nobody wants to maintain it.

John

From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 16:39:08 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id C3083C76
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 16:39:08 +0000 (UTC)
Received: from mail-vc0-x22a.google.com (mail-vc0-x22a.google.com
 [IPv6:2607:f8b0:400c:c03::22a])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 6E1F5279
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 16:39:08 +0000 (UTC)
Received: by mail-vc0-f170.google.com with SMTP id hq12so6790480vcb.1
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 08:39:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=berentweb.com; s=google;
 h=date:from:cc:subject:message-id:in-reply-to:references:mime-version
 :content-type:content-transfer-encoding;
 bh=Q3Zj2H//+1NOHyccf7gY2nBCKdHT/HelWqo+XZwAZeQ=;
 b=S/LKh9DhMqDldHtMMgUjiyE5/5DX29uFNnzdeH8F0NFdoLD38cyIxlhbbnDZUoYbX9
 rCqIK054VtNKP6JmaUvmgeOZlhSzMfjucDiKZ57ksiIgDX8raqmmbcBYjXDxVg/3FV11
 cbbLp5UJpZvDDejz5fN0ykIcE0rB7iZTk6wiE=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:date:from:cc:subject:message-id:in-reply-to
 :references:mime-version:content-type:content-transfer-encoding;
 bh=Q3Zj2H//+1NOHyccf7gY2nBCKdHT/HelWqo+XZwAZeQ=;
 b=TXGbW5KKFDHrLeebgtRqsouKPj72yo1fvW7FHN7MYqrmsh2v0yPB58tDKGxJsxgedG
 8g9zeBxgYHsL9Cagbp6dhRGbC1oJZI51UmQgcDtjmH5k29BVnbipDmuq622VlFAy5mIr
 kGxEXSSJ1oIWxwQlMf0rNpMSMlUCDguYFfowKyf5LAAXPb0efGmkCKEXAvnjfDb046kQ
 FU1/lncZkGNrWAuiHmlbAPAVrxeHz6wcX+z8N0GhzDUUh5iZWZE2TpcgvWUT2qIyt9a2
 nhulRaszwPVB1kY1W/vWyhp7PhD/WYE+R1OqNRBQuQWVP9aHwQ8e8GPH7wS4CzINKFW9
 5w2Q==
X-Gm-Message-State: ALoCoQkH+rjmvQDxyF1oYz8KB7ZhgoSclFQvD5nBeaxzXMsQLkqYVPTnBbkRvm5sYCqsJ6Rg3WvQ
X-Received: by 10.52.3.74 with SMTP id a10mr13619359vda.95.1425055147424;
 Fri, 27 Feb 2015 08:39:07 -0800 (PST)
Received: from rsbsd.rsb ([31.200.11.109])
 by mx.google.com with ESMTPSA id qm9sm803390vdb.17.2015.02.27.08.39.06
 for <freebsd-ports@freebsd.org>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 27 Feb 2015 08:39:07 -0800 (PST)
Date: Fri, 27 Feb 2015 18:39:04 +0200
From: Beeblebrox <zaphod@berentweb.com>
Cc: <freebsd-ports@freebsd.org>
Subject: Re: www/midori dislikes the letter h
Message-ID: <20150227183904.56512d9c@rsbsd.rsb>
In-Reply-To: <20150227151050.24f87d1e@curlew.lan>
References: <20150227164146.768e0ef1@rsbsd.rsb>
 <20150227151050.24f87d1e@curlew.lan>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 16:39:08 -0000

Scott:
> My first impression is typing "h", as in "http://"
I figured that as well, but was interrupted by a harsher problem before I c=
ould attempt to clear the browser history.

This looks like a kernel-level problem, I have moved it to the freebsd-curr=
ent mail list. There seems to be an interaction between kernel and webkit-g=
tk3:
http://freebsd.1045724.n5.nabble.com/system-failure-cannot-kill-webkit-gtk3=
-if-using-dumbell-radeon-td5992450.html

Thanks for the input.

Please use "reply to all" as I do not receive posting to the mail-list
--=20
FreeBSD_amd64_11-Current_RadeonKMS

From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 16:46:40 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id E5B823FF
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 16:46:40 +0000 (UTC)
Received: from astart2.astart.com (wsip-72-214-30-30.sd.sd.cox.net
 [72.214.30.30])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id C081E3BA
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 16:46:39 +0000 (UTC)
Received: from laptop_93.private (localhost [127.0.0.1])
 by astart2.astart.com (8.14.9/8.14.9) with ESMTP id t1RGZJMx018726
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 08:35:19 -0800 (PST)
 (envelope-from papowell@astart.com)
Message-ID: <54F09CC7.1000407@astart.com>
Date: Fri, 27 Feb 2015 08:35:19 -0800
From: Patrick Powell <papowell@astart.com>
Reply-To: papowell@astart.com
Organization: Astart Technologies
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64;
 rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: FreeBSD Ports ML <freebsd-ports@freebsd.org>
Subject: Generating port changes easily
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 16:46:41 -0000

I have made some modifications to a port - couple of lines in the 
Makefile,  and an updated pkg-plist.

Once upon a time I was shown a script (run_this_script?) to help with 
updating a port.

1.  Copy the original files in the port to XXX.orig  (or something)
       For example cp Makefile Makefile.orig
2.  Make your changes
       For example: vi Makefile  ....
3.  Now run this script which will generate a DIFF file which can be posted:
       run_this_script ... >/tmp/changes.shar  ?
       run_this_script ... >/tmp/diffs                 ?
4.  Post the generated file to bugzilla with an update request.

Ummm... is there such a 'run_this_script' or am I indulging in wishful 
thinking?

-- 
Patrick Powell                 Astart Technologies
papowell@astart.com            1530 Jamacha Rd, Suite X
Network and System             San Diego, CA 92019
   Consulting                   858-874-6543 FAX 858-751-2435
Web: www.astart.com


From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 16:49:50 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id B6F38865
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 16:49:50 +0000 (UTC)
Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com
 [209.85.223.180])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 7A4AD400
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 16:49:50 +0000 (UTC)
Received: by iecar1 with SMTP id ar1so32268388iec.11
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 08:49:44 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=mime-version:in-reply-to:references:date:message-id:subject:from:to
 :cc:content-type;
 bh=FASfrXzcP/CcrXDB4+2OQgJMdy2Wr25TbdZky8cJfH0=;
 b=SDgRjiAZBfMyqRt//qHV4A5pIF8YvFasY3DZUCQs2LUu0rX6TMRnyQGhES8T7qAxO6
 58oHvqcd92wUZpRqcjSgc1PHThHRpfd+AvlQP9Tgj3rskDyiOYM16jsVT+v9+jCLjo34
 zK/SoPIg8Z+P2foS13JtQiluBftxA9xKvErjsMDK1qdAWDgGIyKWKO2RdEnVLTuaJE2A
 2quodF0T9D8AnWFk/Nmrwg5hJLHlqpx/4P+KFjKil1L5ivddbm5IiHHgxHKlYcruMKmN
 NoAL3/co8AfKCiN4MLG1qZwEafyuv/tDdsspsc8B62BsEFjjEy4FFK7jFlFEdWQ/40CI
 Qt1Q==
X-Received: by 10.43.107.196 with SMTP id dz4mr16925617icc.54.1425055784610;
 Fri, 27 Feb 2015 08:49:44 -0800 (PST)
Received: from mail-ie0-f177.google.com (mail-ie0-f177.google.com.
 [209.85.223.177])
 by mx.google.com with ESMTPSA id o1sm1487777igv.18.2015.02.27.08.49.43
 for <freebsd-ports@freebsd.org>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 27 Feb 2015 08:49:44 -0800 (PST)
Received: by iebtr6 with SMTP id tr6so32244797ieb.7
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 08:49:43 -0800 (PST)
MIME-Version: 1.0
X-Received: by 10.107.35.140 with SMTP id j134mr8451293ioj.11.1425055783927;
 Fri, 27 Feb 2015 08:49:43 -0800 (PST)
Received: by 10.64.192.70 with HTTP; Fri, 27 Feb 2015 08:49:43 -0800 (PST)
In-Reply-To: <54F09CC7.1000407@astart.com>
References: <54F09CC7.1000407@astart.com>
Date: Fri, 27 Feb 2015 22:49:43 +0600
Message-ID: <CA+nPUkwo-1n0Z22zL9n_Nc+5z9JXwoJ-HnpuS=HhXJ+TRYLESA@mail.gmail.com>
Subject: Re: Generating port changes easily
From: Muhammad Moinur Rahman <bofh@FreeBSD.org>
To: papowell@astart.com
Content-Type: text/plain; charset=UTF-8
X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1
Cc: FreeBSD Ports ML <freebsd-ports@freebsd.org>
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 16:49:50 -0000

Hi,

In previous we used porttools. You can try it out ports-mgmt/porttools.
port diff will give you the required stuff provided it is configured
properly.

BR,
Muhammad

On Fri, Feb 27, 2015 at 10:35 PM, Patrick Powell <papowell@astart.com>
wrote:

> I have made some modifications to a port - couple of lines in the
> Makefile,  and an updated pkg-plist.
>
> Once upon a time I was shown a script (run_this_script?) to help with
> updating a port.
>
> 1.  Copy the original files in the port to XXX.orig  (or something)
>       For example cp Makefile Makefile.orig
> 2.  Make your changes
>       For example: vi Makefile  ....
> 3.  Now run this script which will generate a DIFF file which can be
> posted:
>       run_this_script ... >/tmp/changes.shar  ?
>       run_this_script ... >/tmp/diffs                 ?
> 4.  Post the generated file to bugzilla with an update request.
>
> Ummm... is there such a 'run_this_script' or am I indulging in wishful
> thinking?
>
> --
> Patrick Powell                 Astart Technologies
> papowell@astart.com            1530 Jamacha Rd, Suite X
> Network and System             San Diego, CA 92019
>   Consulting                   858-874-6543 FAX 858-751-2435
> Web: www.astart.com
>
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
>

From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 18:07:53 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: ports@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 8B869B97;
 Fri, 27 Feb 2015 18:07:53 +0000 (UTC)
Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id F046CF18;
 Fri, 27 Feb 2015 18:07:52 +0000 (UTC)
Received: from cell.glebius.int.ru (localhost [127.0.0.1])
 by cell.glebius.int.ru (8.14.9/8.14.9) with ESMTP id t1RI7lbh036508
 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
 Fri, 27 Feb 2015 21:07:47 +0300 (MSK)
 (envelope-from glebius@FreeBSD.org)
Received: (from glebius@localhost)
 by cell.glebius.int.ru (8.14.9/8.14.9/Submit) id t1RI7k9f036507;
 Fri, 27 Feb 2015 21:07:46 +0300 (MSK)
 (envelope-from glebius@FreeBSD.org)
X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to
 glebius@FreeBSD.org using -f
Date: Fri, 27 Feb 2015 21:07:46 +0300
From: Gleb Smirnoff <glebius@FreeBSD.org>
To: Michael Butler <imb@protected-networks.net>
Subject: Re: removing _WANT_IFADDR breaks net-snmp
Message-ID: <20150227180746.GP17947@glebius.int.ru>
References: <54EFDFB8.6020404@protected-networks.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <54EFDFB8.6020404@protected-networks.net>
User-Agent: Mutt/1.5.23 (2014-03-12)
Cc: ports@FreeBSD.org, current@FreeBSD.org
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 18:07:53 -0000

On Thu, Feb 26, 2015 at 10:08:40PM -0500, Michael Butler wrote:
M> The recent changes which served to hide "struct ifaddr" have broken
M> net-snmp:

I know and slowly working on that:

https://lists.freebsd.org/pipermail/svn-src-head/2015-February/068674.html

-- 
Totus tuus, Glebius.

From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 18:35:17 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 3B9528FB
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 18:35:17 +0000 (UTC)
Received: from udns.ultimatedns.net (unknown
 [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 10C933F1
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 18:35:17 +0000 (UTC)
Received: from ultimatedns.net (localhost [127.0.0.1])
 by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t1RIa1os048208;
 Fri, 27 Feb 2015 10:36:01 -0800 (PST)
 (envelope-from bsd-lists@bsdforge.com)
To: FreeBSD Ports ML <freebsd-ports@freebsd.org>, Patrick Powell
 <papowell@astart.com>
In-Reply-To: <54F09CC7.1000407@astart.com>
References: <54F09CC7.1000407@astart.com>
From: "Chris H" <bsd-lists@bsdforge.com>
Subject: Re: Generating port changes easily
Date: Fri, 27 Feb 2015 10:36:01 -0800
Content-Type: text/plain; charset=UTF-8; format=fixed
MIME-Version: 1.0
Message-id: <8a1225bf495b7192cf46ffbfb88d1c79@ultimatedns.net>
Content-Transfer-Encoding: 8bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 18:35:17 -0000

On Fri, 27 Feb 2015 08:35:19 -0800 Patrick Powell <papowell@astart.com> wrote

> I have made some modifications to a port - couple of lines in the 
> Makefile,  and an updated pkg-plist.
> 
> Once upon a time I was shown a script (run_this_script?) to help with 
> updating a port.
> 
> 1.  Copy the original files in the port to XXX.orig  (or something)
>        For example cp Makefile Makefile.orig
> 2.  Make your changes
>        For example: vi Makefile  ....
> 3.  Now run this script which will generate a DIFF file which can be posted:
>        run_this_script ... >/tmp/changes.shar  ?
>        run_this_script ... >/tmp/diffs                 ?
> 4.  Post the generated file to bugzilla with an update request.
> 
> Ummm... is there such a 'run_this_script' or am I indulging in wishful 
> thinking?
svn(1) is your friend;

#check out the currently kisted version of your port:
$ svn co --depth empty svn://svn.freebsd.org/ports/head 2015-02-27
$ svn up --set-depth empty 2015-02-27/<port-category>
$ svn up 2015-02-27/<port-category>/<your-port-name>

# make your modifications to your port, then...
$ cd 2015-02-27/<you-port-name>
$ svn diff > 2015-02-27.diff

NOTE: if you add, or delete files in the port,
you will also need to issue the appropriate
command to svn(1) (delete/add) prior to creating the diff.
But the real answers lie within the svn man pages. :)

Also have a look at diff(1), and patch (1),
diff -u -N newfile.orig newfile > patch-pathname-newfile

and
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/
for even greater depth to these topics. :)

HTH

--Chris
> 
> -- 
> Patrick Powell                 Astart Technologies
> papowell@astart.com            1530 Jamacha Rd, Suite X
> Network and System             San Diego, CA 92019
>    Consulting                   858-874-6543 FAX 858-751-2435
> Web: www.astart.com
> 
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"



From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 18:57:15 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 4BEFFC81
 for <freebsd-ports@FreeBSD.org>; Fri, 27 Feb 2015 18:57:15 +0000 (UTC)
Received: from udns.ultimatedns.net (unknown
 [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id F3F048AA
 for <freebsd-ports@FreeBSD.org>; Fri, 27 Feb 2015 18:57:14 +0000 (UTC)
Received: from ultimatedns.net (localhost [127.0.0.1])
 by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t1RIw28A051200
 for <freebsd-ports@FreeBSD.org>; Fri, 27 Feb 2015 10:58:02 -0800 (PST)
 (envelope-from bsd-lists@bsdforge.com)
To: "FreeBSD ports" <freebsd-ports@FreeBSD.org>
From: "Chris H" <bsd-lists@bsdforge.com>
Subject: Is Gnome3 *officially* supported?
Date: Fri, 27 Feb 2015 10:58:02 -0800
Content-Type: text/plain; charset=UTF-8; format=fixed
MIME-Version: 1.0
Message-id: <e40f995ffbf2b36c9dde16a188c6b6a7@ultimatedns.net>
Content-Transfer-Encoding: 8bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 18:57:15 -0000

I ask, because I installed x11/gnome3-lite, which
also provided gnome-shell. But looking to best
utilize it in FreeBSD led me the the FreeBSD
Gnome page (https://www.freebsd.org/gnome/)
which only speaks of Gnome2. A trip to the
FreeBSD wiki only left me with Gnome2 info,
as well. Are there any FreeBSD Gnome3 desktop
resources? Or is Gnome3 still not *officially*
supported, and I'm just a lab rat/guinea pig for
Gnome3 on FreeBSD?

Thank you for all your time, and consideration.

--Chris

--



From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 19:37:35 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 188C919B
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 19:37:35 +0000 (UTC)
Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id CA6BDDF9
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 19:37:34 +0000 (UTC)
Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD))
 (envelope-from <lists@opsec.eu>)
 id 1YRQj8-0001yg-Jm; Fri, 27 Feb 2015 20:37:34 +0100
Date: Fri, 27 Feb 2015 20:37:34 +0100
From: Kurt Jaeger <lists@opsec.eu>
To: Dave Cottlehuber <dch@skunkwerks.at>
Subject: Re: net-mgmt/riemann (new java port)
Message-ID: <20150227193734.GB62590@home.opsec.eu>
References: <1423583173.2736740.225669509.71C2F64E@webmail.messagingengine.com>
 <1424990765.847400.233002877.2A26FCA0@webmail.messagingengine.com>
 <20150227062742.GA62590@home.opsec.eu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20150227062742.GA62590@home.opsec.eu>
Cc: freebsd-ports@freebsd.org
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 19:37:35 -0000

Hi!

> > [> Riemann: Java/Clojure-based event & monitoring system
> > > [1]: http://riemann.io/
> > > [2]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197403

> > This is a simple jar-based daemon. Is somebody able to take a look?
> 
> I'll have a look.

Committed, thanks.

-- 
pi@opsec.eu            +49 171 3101372                         5 years to go !

From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 20:02:42 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 811E061B
 for <freebsd-ports@FreeBSD.org>; Fri, 27 Feb 2015 20:02:42 +0000 (UTC)
Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4])
 (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 3BB6F124
 for <freebsd-ports@FreeBSD.org>; Fri, 27 Feb 2015 20:02:41 +0000 (UTC)
Received: from elsa.codelab.cz (localhost [127.0.0.1])
 by elsa.codelab.cz (Postfix) with ESMTP id 21F8028427;
 Fri, 27 Feb 2015 20:54:01 +0100 (CET)
Received: from illbsd.quip.test (ip-89-177-50-74.net.upcbroadband.cz
 [89.177.50.74])
 (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))
 (No client certificate requested)
 by elsa.codelab.cz (Postfix) with ESMTPSA id 16AF728422;
 Fri, 27 Feb 2015 20:54:00 +0100 (CET)
Message-ID: <54F0CB61.1070009@quip.cz>
Date: Fri, 27 Feb 2015 20:54:09 +0100
From: Miroslav Lachman <000.fbsd@quip.cz>
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64;
 rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32
MIME-Version: 1.0
To: Chris H <bsd-lists@bsdforge.com>, FreeBSD ports <freebsd-ports@FreeBSD.org>
Subject: Re: Is Gnome3 *officially* supported?
References: <e40f995ffbf2b36c9dde16a188c6b6a7@ultimatedns.net>
In-Reply-To: <e40f995ffbf2b36c9dde16a188c6b6a7@ultimatedns.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 20:02:42 -0000

Chris H wrote on 02/27/2015 19:58:
> I ask, because I installed x11/gnome3-lite, which
> also provided gnome-shell. But looking to best
> utilize it in FreeBSD led me the the FreeBSD
> Gnome page (https://www.freebsd.org/gnome/)
> which only speaks of Gnome2. A trip to the
> FreeBSD wiki only left me with Gnome2 info,
> as well. Are there any FreeBSD Gnome3 desktop
> resources? Or is Gnome3 still not *officially*
> supported, and I'm just a lab rat/guinea pig for
> Gnome3 on FreeBSD?

I am running GNOME 3.14 on my PC-BSD desktop (FreeBSD 10.1). It has some 
rough edges here and there, but overall is working fine. 3.14 is more 
responsive than 3.12, but some of my old tweaks doesn't work any more 
(some keyboard shortcuts for example)

GNOME on PC-BSD should be the same version from FreeBSD ports.

Miroslav Lachman


From owner-freebsd-ports@FreeBSD.ORG  Fri Feb 27 20:04:11 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 9EF1A6BB;
 Fri, 27 Feb 2015 20:04:11 +0000 (UTC)
Received: from sdf.org (ma.sdf.org [192.94.73.31])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "ma.sdf.org", Issuer "ma.sdf.org" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id 68A27132;
 Fri, 27 Feb 2015 20:04:11 +0000 (UTC)
Received: from ma.sdf.org
 (IDENT:U2FsdGVkX18UL1Son/O/vE+Q/ooHQte8qc94fQIDARA@ma.sdf.org [192.94.73.31])
 by sdf.org (8.14.4/8.14.3) with ESMTP id t1RK48LC010302;
 Fri, 27 Feb 2015 20:04:08 GMT
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII;
 format=flowed
Content-Transfer-Encoding: 7bit
Date: Fri, 27 Feb 2015 14:04:08 -0600
From: cpet <cpet@sdf.org>
To: freebsd-ports@freebsd.org
Subject: Enlightenment
Message-ID: <70a77a197c8c669a3ba3da23c48de985@sdf.org>
X-Sender: cpet@sdf.org
User-Agent: Roundcube Webmail/1.0.1
Cc: freebsd-questions@freebsd.org
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Feb 2015 20:04:11 -0000

I have created a Group/Mailing list for those who enjoy using this 
awesome windowing environment. it needs some work, and this is a call 
for anyone who uses it and wishes for it to be better. Even a simple bug 
report will help us make E better. Please use the ticket system on 
github for any issues and I will either fix the issue or find someone 
willing or able.

wiki.freebsd.org/Enlightenment
FreeBSD-enlightenment@freebsd.org
#bsd-enlightenment @efnet
#enlightenment @irc.bsdjunk.com
Eports @ github.com

Chris

From owner-freebsd-ports@FreeBSD.ORG  Sat Feb 28 07:12:58 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 930D227F;
 Sat, 28 Feb 2015 07:12:58 +0000 (UTC)
Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 70CB4EAB;
 Sat, 28 Feb 2015 07:12:55 +0000 (UTC)
Received: from agora.rdrop.com (66@localhost [127.0.0.1])
 by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id t1S7CW2p064228
 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
 Fri, 27 Feb 2015 23:12:32 -0800 (PST)
 (envelope-from perryh@pluto.rain.com)
Received: (from uucp@localhost)
 by agora.rdrop.com (8.13.1/8.14.2/Submit) with UUCP id t1S7CWag064227;
 Fri, 27 Feb 2015 23:12:32 -0800 (PST)
 (envelope-from perryh@pluto.rain.com)
Received: from fbsd81 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407)
 id AA20637; Fri, 27 Feb 15 22:27:40 PST
Date: Fri, 27 Feb 2015 22:27:36 -0800
From: perryh@pluto.rain.com (Perry Hutchison)
To: ports@freebsd.org, pkg-fallout@freebsd.org
Subject: Re: [package - head-i386-default][sysutils/diskcheckd] Failed for
 diskcheckd-20110729 in build
Message-Id: <54f15fd8.GPlprG2uK31NdHdR%perryh@pluto.rain.com>
References: <201502280058.t1S0wAVe069322@beefy1.isc.freebsd.org>
In-Reply-To: <201502280058.t1S0wAVe069322@beefy1.isc.freebsd.org>
User-Agent: nail 11.25 7/29/05
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Feb 2015 07:12:58 -0000

pkg-fallout@freebsd.org wrote:
> You are receiving this mail as a port that you maintain
> is failing to build on the FreeBSD package build server.
> Please investigate the failure and submit a PR to fix
> build.

PR#197841 was submitted about a week ago.  Is there a way to get
off the nag list temporarily while waiting for it to be committed?

From owner-freebsd-ports@FreeBSD.ORG  Sat Feb 28 07:34:53 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 1F68F3C6
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 07:34:53 +0000 (UTC)
Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com
 [IPv6:2607:f8b0:400e:c03::233])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id EA858B8
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 07:34:52 +0000 (UTC)
Received: by pablf10 with SMTP id lf10so28584147pab.6
 for <freebsd-ports@freebsd.org>; Fri, 27 Feb 2015 23:34:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=sender:message-id:date:from:reply-to:user-agent:mime-version:to
 :subject:references:in-reply-to:content-type
 :content-transfer-encoding;
 bh=claXuzW/GiAJVi4Mu0WEFm9DcoJDJIVX4B3MfM+NV8k=;
 b=oEUJAJSkxpZ+WjLIcx8LIBMyVa4372iyxV56zDBOWXq7KQXgDInaB6AjRey6n+s6WO
 A2nUXiNmZcWGcrVOLVGtCX1iFYaVHTQDT/tb2CXR5DJl1L3Ru0e0cwuVfT4rQxMCBWEV
 WeVNQCVZtcs92vNUI2+c1NvfSvE0KSKY45T7XCrvalzNMK9402kKzhrWAayopzlPAO9F
 7QjENkDU9h/+gxqSH/Cflq7xbz13ji5C4vOzwUox2grvjwReyI/pj1pONfCoVBKsyrqO
 7b34XWVeO7FKpCxG+5FkESWEkrTtpN0MIQq6PjgUMfhWpKHivY85gl0Fv56T0zVs/Tsl
 7ObQ==
X-Received: by 10.70.90.80 with SMTP id bu16mr30403158pdb.88.1425108892354;
 Fri, 27 Feb 2015 23:34:52 -0800 (PST)
Received: from [192.168.1.113] (ppp59-167-128-11.static.internode.on.net.
 [59.167.128.11])
 by mx.google.com with ESMTPSA id v2sm5871082pdm.77.2015.02.27.23.34.50
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 27 Feb 2015 23:34:51 -0800 (PST)
Sender: Kubilay Kocak <koobs.freebsd@gmail.com>
Message-ID: <54F16F90.2070600@FreeBSD.org>
Date: Sat, 28 Feb 2015 18:34:40 +1100
From: Kubilay Kocak <koobs@FreeBSD.org>
Reply-To: koobs@FreeBSD.org
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64;
 rv:36.0) Gecko/20100101 Thunderbird/36.0
MIME-Version: 1.0
To: papowell@astart.com, FreeBSD Ports ML <freebsd-ports@freebsd.org>
Subject: Re: Generating port changes easily
References: <54F09CC7.1000407@astart.com>
In-Reply-To: <54F09CC7.1000407@astart.com>
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 8bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Feb 2015 07:34:53 -0000

On 28/02/2015 3:35 AM, Patrick Powell wrote:
> I have made some modifications to a port - couple of lines in the
> Makefile,  and an updated pkg-plist.
> 
> Once upon a time I was shown a script (run_this_script?) to help with
> updating a port.
> 
> 1.  Copy the original files in the port to XXX.orig  (or something)
>       For example cp Makefile Makefile.orig
> 2.  Make your changes
>       For example: vi Makefile  ....
> 3.  Now run this script which will generate a DIFF file which can be
> posted:
>       run_this_script ... >/tmp/changes.shar  ?
>       run_this_script ... >/tmp/diffs                 ?
> 4.  Post the generated file to bugzilla with an update request.
> 
> Ummm... is there such a 'run_this_script' or am I indulging in wishful
> thinking?
> 

If the changes you make are in the ports files, porttools has a `port
diff` command (which uses a reference ports tree to create diffs
against. You can use /usr/ports as that reference, and in fact I believe
that is the default.

You can then just port diff > path-to-patch-file.diff, ready for
attachment into a new bugzilla issue.

If the patch is against WRKSRC source code, you can

a) cp WRKSRC/file WRKSRC/file.orig
b) edit file
c) make makepatch (from the port dir)

makepatch recursively searches WRKSRC for *.orig files, and
automatically creates correctly named patch-foo patch files in /files
for you.

Hope that helps

--

koobs

From owner-freebsd-ports@FreeBSD.ORG  Sat Feb 28 07:49:54 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id D3FF3595
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 07:49:54 +0000 (UTC)
Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 95B11195
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 07:49:54 +0000 (UTC)
Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD))
 (envelope-from <lists@opsec.eu>)
 id 1YRc9n-0008Rm-HX; Sat, 28 Feb 2015 08:49:51 +0100
Date: Sat, 28 Feb 2015 08:49:51 +0100
From: Kurt Jaeger <lists@opsec.eu>
To: Pavel Timofeev <timp87@gmail.com>
Subject: Re: Initial squid 3.5 port
Message-ID: <20150228074951.GD62590@home.opsec.eu>
References: <CAAoTqftY8=Px41Y32fNF1pPTg-zE2C-1POiCnEgv2LeyjErFSg@mail.gmail.com>
 <4c18dec0d168e393ff5dddfdc65c7ec6@sdf.org>
 <CAAoTqfunsuvFbK9Q_2yixwV61_vkjOd2X7s02VOr8jXpk1A6AQ@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <CAAoTqfunsuvFbK9Q_2yixwV61_vkjOd2X7s02VOr8jXpk1A6AQ@mail.gmail.com>
Cc: ports-list freebsd <freebsd-ports@freebsd.org>
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Feb 2015 07:49:54 -0000

Hi!

> Sorry, my fault. Not a patch for existing port, but a shar file to
> create new port, which was attached to original message.
> Just in case, I uploaded it here https://yadi.sk/d/EcRxwc6BevgDc

I've created 

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198089

with that shar and I'm build-testing it right now.

-- 
pi@opsec.eu            +49 171 3101372                         5 years to go !

From owner-freebsd-ports@FreeBSD.ORG  Sat Feb 28 08:00:56 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id ECEF46D0
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 08:00:56 +0000 (UTC)
Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id AD616314
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 08:00:56 +0000 (UTC)
Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD))
 (envelope-from <lists@opsec.eu>)
 id 1YRcKV-0008p1-3m; Sat, 28 Feb 2015 09:00:55 +0100
Date: Sat, 28 Feb 2015 09:00:55 +0100
From: Kurt Jaeger <lists@opsec.eu>
To: Pavel Timofeev <timp87@gmail.com>
Subject: Re: Initial squid 3.5 port
Message-ID: <20150228080055.GE62590@home.opsec.eu>
References: <CAAoTqftY8=Px41Y32fNF1pPTg-zE2C-1POiCnEgv2LeyjErFSg@mail.gmail.com>
 <4c18dec0d168e393ff5dddfdc65c7ec6@sdf.org>
 <CAAoTqfunsuvFbK9Q_2yixwV61_vkjOd2X7s02VOr8jXpk1A6AQ@mail.gmail.com>
 <20150228074951.GD62590@home.opsec.eu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20150228074951.GD62590@home.opsec.eu>
Cc: ports-list freebsd <freebsd-ports@freebsd.org>
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Feb 2015 08:00:57 -0000

Hi!

> > Sorry, my fault. Not a patch for existing port, but a shar file to
> > create new port, which was attached to original message.
> > Just in case, I uploaded it here https://yadi.sk/d/EcRxwc6BevgDc
> 
> I've created 
> 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198089
> 
> with that shar and I'm build-testing it right now.

Can I put your mail address in the maintainer field ?

-- 
pi@opsec.eu            +49 171 3101372                         5 years to go !

From owner-freebsd-ports@FreeBSD.ORG  Sat Feb 28 09:58:20 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 1F1C11E5
 for <ports@freebsd.org>; Sat, 28 Feb 2015 09:58:20 +0000 (UTC)
Received: from portscout.freebsd.org (portscout.freebsd.org
 [IPv6:2001:1900:2254:206a::50:6])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0AAB5EBA
 for <ports@freebsd.org>; Sat, 28 Feb 2015 09:58:20 +0000 (UTC)
Received: from portscout.freebsd.org ([127.0.1.123])
 by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t1S9wJ5D059976
 for <ports@freebsd.org>; Sat, 28 Feb 2015 09:58:19 GMT
 (envelope-from portscout@FreeBSD.org)
Received: (from portscout@localhost)
 by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t1S9wJ52059975;
 Sat, 28 Feb 2015 09:58:19 GMT (envelope-from portscout@FreeBSD.org)
Message-Id: <201502280958.t1S9wJ52059975@portscout.freebsd.org>
X-Authentication-Warning: portscout.freebsd.org: portscout set sender to
 portscout@FreeBSD.org using -f
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain
MIME-Version: 1.0
Date: Sat, 28 Feb 2015 09:58:19 +0000
From: portscout@FreeBSD.org
To: ports@freebsd.org
Subject: FreeBSD ports you maintain which are out of date
X-Mailer: portscout/0.8.1
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Feb 2015 09:58:20 -0000

Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/ports@freebsd.org.html


Port                                            | Current version | New version
------------------------------------------------+-----------------+------------
science/gramps                                  | 3.4.8           | 4.1.2
------------------------------------------------+-----------------+------------


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.

From owner-freebsd-ports@FreeBSD.ORG  Sat Feb 28 10:25:07 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 958655A6;
 Sat, 28 Feb 2015 10:25:07 +0000 (UTC)
Received: from freefall.freebsd.org (freefall.freebsd.org
 [IPv6:2001:1900:2254:206c::16:87])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 82F7C1D5;
 Sat, 28 Feb 2015 10:25:07 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
 by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id t1SAP7e4073026;
 Sat, 28 Feb 2015 10:25:07 GMT
 (envelope-from antoine@freefall.freebsd.org)
Received: (from antoine@localhost)
 by freefall.freebsd.org (8.14.9/8.14.9/Submit) id t1SAP7LP073025;
 Sat, 28 Feb 2015 10:25:07 GMT (envelope-from antoine)
Date: Sat, 28 Feb 2015 10:25:07 +0000
From: Antoine Brodin <antoine@FreeBSD.org>
To: ports@freebsd.org
Subject: FreeBSD Ports failing to build with clang 3.6
Message-ID: <20150228102507.GA73021@freefall.freebsd.org>
Reply-To: portmgr-feedback@FreeBSD.org
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.23 (2014-03-12)
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Feb 2015 10:25:07 -0000

Dear maintainer,

The FreeBSD project is working on updating llvm and clang to 3.6.0 in head [1].

The following ports you maintain fail to build after this update:

security/libtomcrypt
http://pb2.nyi.freebsd.org/data/headi386PR197395-default/2015-02-27_12h37m23s/logs/errors/libtomcrypt-1.17_4.log
http://package18.nyi.freebsd.org/data/headamd64PR197395-default/2015-02-27_12h37m16s/logs/errors/libtomcrypt-1.17_4.log
mail/milter-manager
http://pb2.nyi.freebsd.org/data/headi386PR197395-default/2015-02-27_12h37m23s/logs/errors/milter-manager-2.0.4.log
http://package18.nyi.freebsd.org/data/headamd64PR197395-default/2015-02-27_12h37m16s/logs/errors/milter-manager-2.0.4.log
games/stepmania-devel
http://pb2.nyi.freebsd.org/data/headi386PR197395-default/2015-02-27_12h37m23s/logs/errors/stepmania-devel-5.0.a3_4,1.log
http://package18.nyi.freebsd.org/data/headamd64PR197395-default/2015-02-27_12h37m16s/logs/errors/stepmania-devel-5.0.a3_4,1.log

If you have a patch to fix the ports, please submit them in FreeBSD Bugzilla [2].

[1] https://bugs.freebsd.org/197395
[2] https://bugs.freebsd.org/submit/

Cheers,

Antoine
on behalf of portmgr@

From owner-freebsd-ports@FreeBSD.ORG  Sat Feb 28 11:08:36 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 4B8058C8
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 11:08:36 +0000 (UTC)
Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0C8E376D
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 11:08:36 +0000 (UTC)
Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD))
 (envelope-from <lists@opsec.eu>)
 id 1YRfG6-000Bv3-Td; Sat, 28 Feb 2015 12:08:34 +0100
Date: Sat, 28 Feb 2015 12:08:34 +0100
From: Kurt Jaeger <lists@opsec.eu>
To: Pavel Timofeev <timp87@gmail.com>,
 ports-list freebsd <freebsd-ports@freebsd.org>
Subject: Re: Initial squid 3.5 port
Message-ID: <20150228110834.GF62590@home.opsec.eu>
References: <CAAoTqftY8=Px41Y32fNF1pPTg-zE2C-1POiCnEgv2LeyjErFSg@mail.gmail.com>
 <4c18dec0d168e393ff5dddfdc65c7ec6@sdf.org>
 <CAAoTqfunsuvFbK9Q_2yixwV61_vkjOd2X7s02VOr8jXpk1A6AQ@mail.gmail.com>
 <20150228074951.GD62590@home.opsec.eu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20150228074951.GD62590@home.opsec.eu>
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Feb 2015 11:08:36 -0000

Hi!

> > Just in case, I uploaded it here https://yadi.sk/d/EcRxwc6BevgDc
> 
> I've created 
> 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198089
> 
> with that shar and I'm build-testing it right now.

build testing: works on 10.1a, fails on 9.3a, 8.4i.

poudriere build logs can be found at

http://people.freebsd.org/~pi/logs/www__squid35*

Older builds are with a custom config, newer builds with the generic config.

Can you investigate the cause of the issue ?

-- 
pi@opsec.eu            +49 171 3101372                         5 years to go !

From owner-freebsd-ports@FreeBSD.ORG  Sat Feb 28 11:29:48 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id E5391BAB
 for <ports@freebsd.org>; Sat, 28 Feb 2015 11:29:47 +0000 (UTC)
Received: from nm8-vm0.bullet.mail.bf1.yahoo.com
 (nm8-vm0.bullet.mail.bf1.yahoo.com [98.139.213.95])
 (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 95BE0907
 for <ports@freebsd.org>; Sat, 28 Feb 2015 11:29:47 +0000 (UTC)
Received: from [98.139.215.143] by nm8.bullet.mail.bf1.yahoo.com with NNFMP;
 28 Feb 2015 11:29:40 -0000
Received: from [98.139.212.208] by tm14.bullet.mail.bf1.yahoo.com with NNFMP;
 28 Feb 2015 11:29:40 -0000
Received: from [127.0.0.1] by omp1017.mail.bf1.yahoo.com with NNFMP;
 28 Feb 2015 11:29:40 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 733129.28477.bm@omp1017.mail.bf1.yahoo.com
Received: (qmail 24915 invoked by uid 60001); 28 Feb 2015 11:29:40 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024;
 t=1425122980; bh=2Ad+u2BiKFyOG9H9vkGs2ly6HI2zf99lfUQ2KCIoruY=;
 h=Message-ID:Date:From:Subject:To:Cc:MIME-Version:Content-Type;
 b=XSQkB/JFrbCIW2eyOMXCSJ5nt2kUQlXO3mqSbeIWFf17EZVmOBQZzSutV2t57tp4p6IElNKuwfSmeaHXZmOh3wYor6fJ4jyBKj0BuTzVdU5n3PM4e0s9YgnpuIGrGGC3EAzGD/D2Tf2EVGuYCXYGjOsb89UHulrrMuEFMpgMbZY=
X-YMail-OSG: 0JoGsoEVM1lkGOP2QVPfZ0bT6Q2t.hDT4T57.iNaikc08ue
 a5a0HGhlM4hxyYUEA.Kii5xZEYIriXJYiUHy.AlxKCklpDx4Oqys2EVkZVVE
 .WyYLKg1ZhPqSEIb7ifUYyCaG_HC.4bYS1hIGB8eF4Sjg8X5ia1sC5mpU3xw
 TSM.1b1uqoDFiFwfE40pbek7UdxkPOu6UKO5ENGOJ19MGUQ913J8HIsRgd6Z
 q1LJLOCghBD5j6qqB.LmEpYNqZi5h4QLXL0yGJ5Dutc_h6v1uPjUIu6mnohf
 eaVDGpDiwEfKUJyWKeocXXA9_4mD5zhX9xUWCnCBJtqlM_CBJ2ucqO6dwkid
 QzFEpnQSZLuiqbXKiQywdb41zP7mkZs0tWRVoDoUbxnL87EdUiB7tBL4yqTB
 AQtyGPxWAX4.db0ccoMHbWyeHXqu1X.h278RhRcLExdc9HHXJkC6VhcQWbQX
 Hy4wgIc61Lyr8_cMkdP93stMEVv7Hv7WL0I7GSYtZ5sPDjfXx8AAY8gWIJ5h
 7gy0QJiM7lCFCtjY6C9E.058viWQ7gIMHZzwjUDV5XVAZ2spts3mz5WYV3Ix
 LrI0d9DDBun8-
Received: from [66.92.43.99] by web140906.mail.bf1.yahoo.com via HTTP;
 Sat, 28 Feb 2015 03:29:40 PST
X-Rocket-MIMEInfo: 002.001,
 Tm8gcGtnIGZhaWx1cmVzICwgYnV0IHF1aXJrczoNCi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uDQoxLg0KDQpCYWNraW5nIHVwIHBrZ25nIGRhdGFiYXNlOg0KcGtnOiBJZ25vcmluZyBiYWQgY29uZmlndXJhdGlvbiBlbnRyeSBpbiAvZXRjL3BrZy9wa2cuY29uZjogIi91c3IvY2FjaGUvcGtnIg0KcGtnOiBJZ25vcmluZyBiYWQgY29uZmlndXJhdGlvbiBlbnRyeSBpbiAvZXRjL3BrZy9wa2cuY29uZjogIklOREVYLTEwIg0KcGtnOiBJZ25vcmluZyBiYWQgY29uZmlndXJhdGlvbiBlbnRyeSBpbiAvZXQBMAEBAQE-
X-Mailer: YahooMailClassic/383 YahooMailWebService/0.8.203.740
Message-ID: <1425122980.77683.YahooMailBasic@web140906.mail.bf1.yahoo.com>
Date: Sat, 28 Feb 2015 03:29:40 -0800
From: Jeffrey Bouquet <jeffreybouquet@yahoo.com>
Subject: pkg wondering...
To: pkg@freebsd.org
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Cc: ports@freebsd.org
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Feb 2015 11:29:48 -0000

No pkg failures , but quirks:
.............................
1.

Backing up pkgng database:
pkg: Ignoring bad configuration entry in /etc/pkg/pkg.conf: "/usr/cache/pkg"
pkg: Ignoring bad configuration entry in /etc/pkg/pkg.conf: "INDEX-10"
pkg: Ignoring bad configuration entry in /etc/pkg/pkg.conf: "freebsd:10:x86:32"

Can pkg be smarter and suggest a proper configuration upon error, test a new one locally before 
suggesting it, or have one firmly tested as working...   hesitant to remove the improper entries 
because then oftentimes, IIRC, what remains causes, or has caused, pkg-* failures with not
solution suggested...

BTW that series of messages obscures  day to day portupgrade updates locally... ten or so
lines to each one of the upgrade by portupgrade ...  leaving the latter not in context.

Something like a sysinstall for pkg (all its files)  parsing each one for errors... would be useful for
new installs as well as existing ones maybe?
..............................
2.
Another feature maybe missng in pkg-install and pkg-upgrade is the "skip  this upgrade? new
dependencies" ; for instance audio/mous is qt4 so I do upgrades with
... | grep -v mous |   ...
an xargs pipe...  However the particular port has to be tested locally of all the list passing
through the pipe to xargs.  Slows it down some.

3. 4.
Less relevant, do not remember them right now...
...............................
A. 
Don't know if this should fit in this email, but every boot 
"libexpect.so.1" not found required by dbus-daemon 
... and another (uuid* ) ...
persists even after reinstall of everything known relevant.

Ignorable here, but...
..............................


From owner-freebsd-ports@FreeBSD.ORG  Sat Feb 28 12:30:19 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 68F19B4C
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 12:30:19 +0000 (UTC)
Received: from mail-vc0-x233.google.com (mail-vc0-x233.google.com
 [IPv6:2607:f8b0:400c:c03::233])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 1D3F0EA5
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 12:30:19 +0000 (UTC)
Received: by mail-vc0-f179.google.com with SMTP id hy4so8175304vcb.10
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 04:30:18 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:in-reply-to:references:date:message-id:subject:from:to
 :cc:content-type;
 bh=byjFDNtUCvJeYlFKZMbt2KJsRtWds79S67FwbbdI5z0=;
 b=Rfcb7kfW2wncAUspIb0alHD8Ec6tYYbvLh+TJ3hZwCU00UsyUzH7P++eMZZ3TzDdbI
 VOltEkmP/lAI9MdE12r4mSwRROn2XANB+KR205eNuJRhUqicSgizBJcaLykd/ngYU45e
 H1TD/BlLEhzVtQ7dwVdDgAEazKrilRxCSc7aPdWH0kYCNAas35gTVrOYdonhKJXP1xqL
 nnoUbrhNgZsJKx9VdK3VJn7yz637TbXXWfZ78QDK6/jWHfXvUTFLM9CKMBqUGh06KwVq
 IIIH/sgfj1fN70xx0egHNFHAAnlUX4ZjENiHf1GKy4+0T/ZlcQbcplZqMc+alV1Axfj/
 WNhw==
MIME-Version: 1.0
X-Received: by 10.52.7.228 with SMTP id m4mr17634389vda.31.1425126618331; Sat,
 28 Feb 2015 04:30:18 -0800 (PST)
Received: by 10.52.29.106 with HTTP; Sat, 28 Feb 2015 04:30:18 -0800 (PST)
In-Reply-To: <20150228080055.GE62590@home.opsec.eu>
References: <CAAoTqftY8=Px41Y32fNF1pPTg-zE2C-1POiCnEgv2LeyjErFSg@mail.gmail.com>
 <4c18dec0d168e393ff5dddfdc65c7ec6@sdf.org>
 <CAAoTqfunsuvFbK9Q_2yixwV61_vkjOd2X7s02VOr8jXpk1A6AQ@mail.gmail.com>
 <20150228074951.GD62590@home.opsec.eu>
 <20150228080055.GE62590@home.opsec.eu>
Date: Sat, 28 Feb 2015 15:30:18 +0300
Message-ID: <CAAoTqfs5mpz5btpocQ0fLiX-nOb1AGxAe8nnzduLzPsgv2Pveg@mail.gmail.com>
Subject: Re: Initial squid 3.5 port
From: Pavel Timofeev <timp87@gmail.com>
To: Kurt Jaeger <lists@opsec.eu>
Content-Type: text/plain; charset=UTF-8
Cc: ports-list freebsd <freebsd-ports@freebsd.org>
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Feb 2015 12:30:19 -0000

Well, in general, I don't mind, but I'm afraid I'm not a skillful person.

2015-02-28 11:00 GMT+03:00 Kurt Jaeger <lists@opsec.eu>:
> Hi!
>
>> > Sorry, my fault. Not a patch for existing port, but a shar file to
>> > create new port, which was attached to original message.
>> > Just in case, I uploaded it here https://yadi.sk/d/EcRxwc6BevgDc
>>
>> I've created
>>
>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198089
>>
>> with that shar and I'm build-testing it right now.
>
> Can I put your mail address in the maintainer field ?
>
> --
> pi@opsec.eu            +49 171 3101372                         5 years to go !

From owner-freebsd-ports@FreeBSD.ORG  Sat Feb 28 12:30:41 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 78D8EBDE
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 12:30:41 +0000 (UTC)
Received: from mail-vc0-x236.google.com (mail-vc0-x236.google.com
 [IPv6:2607:f8b0:400c:c03::236])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 2D52AEAE
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 12:30:41 +0000 (UTC)
Received: by mail-vc0-f182.google.com with SMTP id id10so8112486vcb.13
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 04:30:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:in-reply-to:references:date:message-id:subject:from:to
 :cc:content-type;
 bh=3S92tOZY05glJ+kaywbLk8vaA91alaRaRR9jaAqTEu4=;
 b=h4Zor4GQTBjIDlm4v2KMjIhRMz3YFcOYoVcgr78zp/u1Otg9FYtMM3TDLVT39yLb1W
 BhXWKfLAZdtIpV52+Kb9m8er3Offyocvt2xzYaZlr8ifcnF/RHvI85BGlPwK/BJBSTy8
 BEUk8ZHu+yIBbe/Y/1a01s2VLLxzXwWzJxtA1w/MLPJKXLUVqc5HGoPRYLXMeoI65ja1
 mhFxBNqepSaOyGEz2Q7oADudRUN7+InlTCVDBwwr2jURE/5Ht2EkvbE5ZzTEME9f9x9N
 o11Ero1IT7Uott8pzyqnsfFPQAPBetogT49CJK7CrAATTT8H6ZJy8J92Kgfq0tprzRG7
 w9Ng==
MIME-Version: 1.0
X-Received: by 10.52.107.227 with SMTP id hf3mr17356253vdb.44.1425126640185;
 Sat, 28 Feb 2015 04:30:40 -0800 (PST)
Received: by 10.52.29.106 with HTTP; Sat, 28 Feb 2015 04:30:39 -0800 (PST)
In-Reply-To: <20150228110834.GF62590@home.opsec.eu>
References: <CAAoTqftY8=Px41Y32fNF1pPTg-zE2C-1POiCnEgv2LeyjErFSg@mail.gmail.com>
 <4c18dec0d168e393ff5dddfdc65c7ec6@sdf.org>
 <CAAoTqfunsuvFbK9Q_2yixwV61_vkjOd2X7s02VOr8jXpk1A6AQ@mail.gmail.com>
 <20150228074951.GD62590@home.opsec.eu>
 <20150228110834.GF62590@home.opsec.eu>
Date: Sat, 28 Feb 2015 15:30:39 +0300
Message-ID: <CAAoTqfsQq3q7FTCbROeP5y-5BJS0cu=1dpK_QSE4qf8C2B=shQ@mail.gmail.com>
Subject: Re: Initial squid 3.5 port
From: Pavel Timofeev <timp87@gmail.com>
To: Kurt Jaeger <lists@opsec.eu>
Content-Type: text/plain; charset=UTF-8
Cc: ports-list freebsd <freebsd-ports@freebsd.org>
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Feb 2015 12:30:41 -0000

Ok, I'll do my best.

2015-02-28 14:08 GMT+03:00 Kurt Jaeger <lists@opsec.eu>:
> Hi!
>
>> > Just in case, I uploaded it here https://yadi.sk/d/EcRxwc6BevgDc
>>
>> I've created
>>
>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198089
>>
>> with that shar and I'm build-testing it right now.
>
> build testing: works on 10.1a, fails on 9.3a, 8.4i.
>
> poudriere build logs can be found at
>
> http://people.freebsd.org/~pi/logs/www__squid35*
>
> Older builds are with a custom config, newer builds with the generic config.
>
> Can you investigate the cause of the issue ?
>
> --
> pi@opsec.eu            +49 171 3101372                         5 years to go !

From owner-freebsd-ports@FreeBSD.ORG  Sat Feb 28 13:21:09 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id A4868538
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 13:21:09 +0000 (UTC)
Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com
 [IPv6:2a00:1450:400c:c00::232])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 39F2738C
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 13:21:09 +0000 (UTC)
Received: by wghl18 with SMTP id l18so25226062wgh.8
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 05:21:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:date:message-id:subject:from:to:content-type;
 bh=Yf1yR1G4nSk9ZhVzN3PJKPQiOnjlVL92y+w3i1ssbOg=;
 b=fJaTGF6HjGZsA7SzAmPPdXpbUSDPBPOGQ3ZXdMyKIjkwoENaKnkBxKrQeHr46v/Ijc
 b3unZ0LdSeo2pWfZq7XMYosYcE5lDmuUAIaYQsp5tbupdISjJRVtJhfCHmgn9ZOevtVx
 MIlQOvNdnqz3TFewRKPwmsUONI7giJCSv5ZIxwnASqKAOzncWcqPFFBZDjW6skshWgoD
 zIcK1AByqwKDKrEmuffFZDNT/4DZhJSBaOnCbjFM8oTQGRfcTZIq1d4DvEgWwaSNifHC
 k6PPKTJooFxyT0SM+7LGW1f1BkBib5cvCXIETYbuqglg/+uqEfI4LdZ4A06Wfa0EYS6g
 +A3A==
MIME-Version: 1.0
X-Received: by 10.180.189.35 with SMTP id gf3mr16403632wic.5.1425129667321;
 Sat, 28 Feb 2015 05:21:07 -0800 (PST)
Received: by 10.194.103.200 with HTTP; Sat, 28 Feb 2015 05:21:07 -0800 (PST)
Date: Sat, 28 Feb 2015 18:51:07 +0530
Message-ID: <CAHay0AYFZoqhJQxWS=hRVhqrLBckgdP+BYSiEC4SVtzJG6LP6A@mail.gmail.com>
Subject: Re: Enlightenment
From: Amit Sengupta <sengupta.amit@gmail.com>
To: freebsd-ports@freebsd.org
Content-Type: text/plain; charset=UTF-8
X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Feb 2015 13:21:09 -0000

Hi Chris,

I have been using Enlightenment for a while now and I do like it the best
of all Window Managers. However as you already know it has some quirks, so
it would be great if someone takes the trouble of trying to fix them. I can
send bug reports or related inputs if it helps.

Regards
Amit

From owner-freebsd-ports@FreeBSD.ORG  Sat Feb 28 16:21:28 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id D410CD7F;
 Sat, 28 Feb 2015 16:21:28 +0000 (UTC)
Received: from sdf.org (ma.sdf.org [192.94.73.31])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "ma.sdf.org", Issuer "ma.sdf.org" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id B4F47A3A;
 Sat, 28 Feb 2015 16:21:28 +0000 (UTC)
Received: from ma.sdf.org
 (IDENT:U2FsdGVkX19QzVCTXEUcWCKurtYR0PJPkFuw4nbujhA@ma.sdf.org [192.94.73.31])
 by sdf.org (8.14.4/8.14.3) with ESMTP id t1SGLLae014478;
 Sat, 28 Feb 2015 16:21:21 GMT
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII;
 format=flowed
Content-Transfer-Encoding: 7bit
Date: Sat, 28 Feb 2015 10:21:21 -0600
From: cpet <cpet@sdf.org>
To: Amit Sengupta <sengupta.amit@gmail.com>
Subject: Re: Enlightenment
In-Reply-To: <CAHay0AYFZoqhJQxWS=hRVhqrLBckgdP+BYSiEC4SVtzJG6LP6A@mail.gmail.com>
References: <CAHay0AYFZoqhJQxWS=hRVhqrLBckgdP+BYSiEC4SVtzJG6LP6A@mail.gmail.com>
Message-ID: <e6f05dcd83a77f969bdaad2509603b05@sdf.org>
X-Sender: cpet@sdf.org
User-Agent: Roundcube Webmail/1.0.1
Cc: owner-freebsd-ports@freebsd.org, freebsd-ports@freebsd.org
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Feb 2015 16:21:28 -0000

On 2015-02-28 07:21, Amit Sengupta wrote:
> Hi Chris,
> 
> I have been using Enlightenment for a while now and I do like it the 
> best
> of all Window Managers. However as you already know it has some quirks, 
> so
> it would be great if someone takes the trouble of trying to fix them. I 
> can
> send bug reports or related inputs if it helps.
> 
> Regards
> Amit
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to 
> "freebsd-ports-unsubscribe@freebsd.org"

Send issues on the github project named EPorts please. so once of us can 
fix them.

From owner-freebsd-ports@FreeBSD.ORG  Sat Feb 28 16:25:01 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: ports@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id ED7C5E98
 for <ports@FreeBSD.org>; Sat, 28 Feb 2015 16:25:01 +0000 (UTC)
Received: from mail-yh0-x231.google.com (mail-yh0-x231.google.com
 [IPv6:2607:f8b0:4002:c01::231])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id AB1A0A84
 for <ports@FreeBSD.org>; Sat, 28 Feb 2015 16:25:01 +0000 (UTC)
Received: by yhzz6 with SMTP id z6so10865102yhz.5
 for <ports@FreeBSD.org>; Sat, 28 Feb 2015 08:25:00 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:date:message-id:subject:from:to:content-type;
 bh=oCfbdXRATH778JWyRM4st3Hf4jpjqh5mcmemvH1p+Tg=;
 b=PQjw79/VSmJhXQvH5ZHMcmAR6yYVIUebknG1w6O0CgOBV9wGW57U1PSbLWMrOi93qd
 OsidvPsDxgvWKFEjGp5UjDOvHAJUY6x5cp6FZOULaYj6hZi5QjNiZmCMoBzwLPTZaH4A
 Piv4ziep4C4ZMFa3soe6P5cfX1iT+sAbd9kP8UYy8Eh7kQ0Tz0WUe9FgURN1mXO8+9LH
 83CCWsPJ72vtln8FrB/ZUl4kuAujX2+IRKFPz/jR/NUh0lGe+Ak3689JmvGyiSdaclKl
 bMb6GN8yHzmx6LgKYnPoSBztAHOhgEMx7wm1IYT5b5KrChRBp81Yu3zb8OyZ402bJpMX
 DjPw==
MIME-Version: 1.0
X-Received: by 10.170.217.9 with SMTP id j9mr19828169ykf.19.1425140700902;
 Sat, 28 Feb 2015 08:25:00 -0800 (PST)
Received: by 10.170.44.73 with HTTP; Sat, 28 Feb 2015 08:24:59 -0800 (PST)
Received: by 10.170.44.73 with HTTP; Sat, 28 Feb 2015 08:24:59 -0800 (PST)
Date: Sat, 28 Feb 2015 08:24:59 -0800
Message-ID: <CABRx=SV4J96sn5OFrWTjGb33LU5EJxqfFRTa3mF6xopKhgQC0A@mail.gmail.com>
Subject: 
From: DANA COLLEEN CAIN <danac4335@gmail.com>
To: ports@FreeBSD.org
Content-Type: text/plain; charset=UTF-8
X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Feb 2015 16:25:02 -0000

D.CAIN

From owner-freebsd-ports@FreeBSD.ORG  Sat Feb 28 20:20:18 2015
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 412DA25C
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 20:20:18 +0000 (UTC)
Received: from udns.ultimatedns.net (unknown
 [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 177C227A
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 20:20:17 +0000 (UTC)
Received: from ultimatedns.net (localhost [127.0.0.1])
 by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t1SKL9wu024392
 for <freebsd-ports@freebsd.org>; Sat, 28 Feb 2015 12:21:09 -0800 (PST)
 (envelope-from bsd-lists@bsdforge.com)
To: <freebsd-ports@freebsd.org>
In-Reply-To: <54F16F90.2070600@FreeBSD.org>
References: <54F09CC7.1000407@astart.com>, <54F16F90.2070600@FreeBSD.org>
From: "Chris H" <bsd-lists@bsdforge.com>
Subject: Re: Generating port changes easily
Date: Sat, 28 Feb 2015 12:21:09 -0800
Content-Type: text/plain; charset=UTF-8; format=fixed
MIME-Version: 1.0
Message-id: <ceafa4444ea73cab7857f2e7478ff0e4@ultimatedns.net>
Content-Transfer-Encoding: 8bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Feb 2015 20:20:18 -0000

On Sat, 28 Feb 2015 18:34:40 +1100 Kubilay Kocak <koobs@FreeBSD.org> wrote

> On 28/02/2015 3:35 AM, Patrick Powell wrote:
> > I have made some modifications to a port - couple of lines in the
> > Makefile,  and an updated pkg-plist.
> > 
> > Once upon a time I was shown a script (run_this_script?) to help with
> > updating a port.
> > 
> > 1.  Copy the original files in the port to XXX.orig  (or something)
> >       For example cp Makefile Makefile.orig
> > 2.  Make your changes
> >       For example: vi Makefile  ....
> > 3.  Now run this script which will generate a DIFF file which can be
> > posted:
> >       run_this_script ... >/tmp/changes.shar  ?
> >       run_this_script ... >/tmp/diffs                 ?
> > 4.  Post the generated file to bugzilla with an update request.
> > 
> > Ummm... is there such a 'run_this_script' or am I indulging in wishful
> > thinking?
> > 
> 
> If the changes you make are in the ports files, porttools has a 'port
> diff' command (which uses a reference ports tree to create diffs
> against. You can use /usr/ports as that reference, and in fact I believe
> that is the default.
> 
> You can then just port diff > path-to-patch-file.diff, ready for
> attachment into a new bugzilla issue.
> 
> If the patch is against WRKSRC source code, you can
> 
> a) cp WRKSRC/file WRKSRC/file.orig
> b) edit file
> c) make makepatch (from the port dir)
> 
> makepatch recursively searches WRKSRC for *.orig files, and
> automatically creates correctly named patch-foo patch files in /files
> for you.
> 
> Hope that helps
koobs' reply got me to thinking. So I did a little searching
around in ports/Tools/scripts and found, I think, exactly what
you were referring/hoping for;

update-patches

Give it a look. It's intended to work almost exactly as you
described.

HTH

--Chris
> 
> --
> 
> koobs
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"