From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 03:38:30 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 15A6B4DF for ; Sun, 28 Apr 2013 03:38:30 +0000 (UTC) (envelope-from daemon@dx.burplex.com) Received: from dx.burplex.com (dx.burplex.com [50.197.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id 070F61745 for ; Sun, 28 Apr 2013 03:38:29 +0000 (UTC) Received: by dx.burplex.com (Postfix, from userid 1) id 169E736F4F17; Sat, 27 Apr 2013 13:31:11 -0700 (PDT) To: freebsd-ports@FreeBSD.org Subject: graphics/rawtherapee 4.0.10 issue From: Waitman Gobble X-UUID-HOR: 2E8445F8-5F10-D4D5-D2E1-14AA304F4F06 Message-Id: <20130427203111.169E736F4F17@dx.burplex.com> Date: Sat, 27 Apr 2013 13:31:11 -0700 (PDT) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 03:38:30 -0000 Hi, I have updated the port for rawtherapee 4.0.10, the new version is totally awesome.. There is one issue that I do not understand how to address in my port. Since rawtherapee uses OpenMP / libgomp it links to /usr/lib/libgomp.so which is from base gcc, and too old. even if gcc4.6 is specified in the port it seems to link to gomp in /usr/lib.. my current work-around is to update: /etc/libmap.conf libgcc_s.so.1 gcc46/libgcc_s.so.1 libgomp.so.1 gcc46/libgomp.so.1 libobjc.so.3 gcc46/libobjc.so.2 libssp.so.0 gcc46/libssp.so.0 libstdc++.so.6 gcc46/libstdc++.so.6 then after make install, rawtherapee is linked to the proper libstdc++ and libgomp. and runs perfectly.. yay. SO the question is, how do I address this issue in the port Makefile?? using USE_GCC=4.6 does not seem to get it to link to the gcc4.6 libraries for some reason, I'm missing something. Here is the port if you want to test it. (I would like to solve the libmap issue and then submit properly with PR) https://dx.burplex.com/rawtherapee-port.tar.gz Here are some notes about what is updated: Update Makefile rawtherapee to 4.0.10 Notes: removed files/patch-AboutThisBuild.cmake removed files/patch-CMakeLists.txt These changes are no longer required with updated cmake files in wrksrc added canberra-gtk3:${PORTSDIR}/audio/libcanberra-gtk3 to LIB_DEPENDS. This depency will pull in x11-toolkits/gtk30 which cannot be built by base gcc because of a duplicate typdef of PointerBarrier in XInput2.h, however gcc4.6+ (tested with gcc4.8) will build gtk30 (and possibly clang, untested) USE_GNOME= gtk30 added USE_GCC= 4.6 (needs newer libgomp.so in /usr/local/lib/gcc46, base libgomp doesn't work) added cmake:outsource to avoid CMake error about in-source build updated pkg-plist Thanks so much for any help/pointers. -- Waitman Gobble San Jose California USA +1.5108307875 From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 06:05:35 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 91193FF3 for ; Sun, 28 Apr 2013 06:05:35 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 671281AA8 for ; Sun, 28 Apr 2013 06:05:35 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id k5so6307302iea.18 for ; Sat, 27 Apr 2013 23:05:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=nTn0TRzjEO01x9DEbRTOZ2z0PQNLaAb9yLVcGfJWbeA=; b=gRrBx2Sfazs8j3locZIJEygSZL37W3VgXUjM4+WAWmuc7fCE5W7aseH8jsI/XZovLQ BNpieGgh0vYQQnAWCA8QbUWcXxtXW4YW8M5gm3P+HCWpjIkllKCLaeXCGJUz9dDrkN/C QztvDsCdK4BbLa6PNdRtfDgcV8MJpdHxIiU1NO/czelzdXtUAttp6w6jrXG1wQ0aaS51 igYU5kHY+EQDB6F24GonhS1GKcah944gPv+8w9Fid55IPUMU9UFia8zB5lfVOhmaDMJH RVavnxz1+nyvUhMNiIO9/93WixNg7/5TEt3Tv3lOx8KiXx/ImEipT7auZFyCSapWvMXj IffQ== MIME-Version: 1.0 X-Received: by 10.50.73.133 with SMTP id l5mr5299157igv.108.1367129134504; Sat, 27 Apr 2013 23:05:34 -0700 (PDT) Received: by 10.50.57.84 with HTTP; Sat, 27 Apr 2013 23:05:34 -0700 (PDT) In-Reply-To: <517C43E6.4080907@peterschmitt.fr> References: <517C1DCE.2050603@peterschmitt.fr> <517C3F8F.2080602@FreeBSD.org> <517C43E6.4080907@peterschmitt.fr> Date: Sun, 28 Apr 2013 01:05:34 -0500 Message-ID: Subject: Re: poudriere - postgresql90-client, LDAP, requires ldap.h From: Scot Hetzel To: Florent Peterschmitt Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 06:05:35 -0000 On Sat, Apr 27, 2013 at 4:32 PM, Florent Peterschmitt < florent@peterschmitt.fr> wrote: > Le 27/04/2013 23:13, Matthew Seaman a =E9crit : > > On 27/04/2013 19:49, Florent Peterschmitt wrote: > >> Hello, > >> > >> I use the latest poudriere-devel to make my own pkg repository, and > >> would like to build postgresql with LDAP support. > >> > >> Since it's in a virgin jail, and because the log said =AB hey I need > >> ldap.h =BB, I understand that openldap should be installed but, is it = the > >> good way to do ? For each package requirement, it is needed to install > >> it by hand ? (or with previously built packages :) ) > >> > > > > You should use the 'poudriere options' command to enable LDAP support i= n > > the postgresql server. > > Yep, I did that. Sorry, I missed to say I already have done this. The > problem is that when building the package, the configure step fail > saying ldap.h is missing. > > > Now, when you use poudriere to build the postgresql package, it will > > have LDAP client added as a requirement -- so poudriere will also build > > you an LDAP package -- and when you go to install postgresql, ldap will > > be installed as well as a dependency. > > > > Cheers, > > > > Matthew > > > Yep. But how does work poudriere ? Because I have built postfix and > dovecot2 with LDAP support and there was no problem. I think it's a > problem from the port itself and not from poudriere, I should try in a > new system (perhaps, a jail, without poudriere). > The problem seems to be caused by the following from databases/postgresql91-server/Makefile: 66 .if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) 67 SERVER_ONLY=3D yes 68 USE_RC_SUBR=3D postgresql 69 USE_PGSQL=3D yes 70 WANT_PGSQL_VER=3D ${DISTVERSION:C/([0-9][0-9]*)\.([0-9][0-9]*).*/\1\2/g} 71 USERS=3D ${PG_USER} 72 GROUPS=3D ${PG_GROUP} 73 SUB_FILES+=3D 502.pgsql 74 .endif 81 .if !defined(SLAVE_ONLY) 82 OPTIONS_DEFINE+=3D NLS DTRACE PAM LDAP GSSAPI OPTIMIZED_CFLAGS XML TZDATA DEBUG KRB5 83 OPTIONS_SINGLE=3D KRB5 84 OPTIONS_SINGLE_KRB5=3D MIT_KRB5 HEIMDAL_KRB5 : 112 OPTIONS_DEFAULT=3D NLS XML TZDATA INTDATE SSL 113 .endif # !SLAVE_ONLY 159 . if ${PORT_OPTIONS:MLDAP} 160 CONFIGURE_ARGS+=3D--with-ldap 161 . if defined (SERVER_ONLY) 162 USE_OPENLDAP=3D yes 163 . endif 164 . endif NOTE: postgresql90-client/Makefile includes postgresql90-server/Makefile which then includes postgresql91-server/Makefile Unfortunately, you can't set USE_OPENLDAP as a build depends. Try commenting out lines 161 and 163 in the postgresql91-server/Makefile. This will add OpenLDAP as a LIB_DEPENDS to the postgresql*-client ports. Scot --=20 DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 06:36:00 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 031F137C for ; Sun, 28 Apr 2013 06:36:00 +0000 (UTC) (envelope-from freebsdml@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) by mx1.freebsd.org (Postfix) with ESMTP id D635F1B21 for ; Sun, 28 Apr 2013 06:35:59 +0000 (UTC) Received: from [192.168.0.20] (unknown [130.255.16.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 9382B43C32 for ; Sun, 28 Apr 2013 01:35:54 -0500 (CDT) Message-ID: <517CC341.6080300@marino.st> Date: Sun, 28 Apr 2013 08:35:45 +0200 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: graphics/rawtherapee 4.0.10 issue References: <20130427203111.169E736F4F17@dx.burplex.com> In-Reply-To: <20130427203111.169E736F4F17@dx.burplex.com> 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.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 06:36:00 -0000 On 4/27/2013 22:31, Waitman Gobble wrote: > I have updated the port for rawtherapee 4.0.10, the new version is totally > awesome.. > There is one issue that I do not understand how to address in my port. > > Since rawtherapee uses OpenMP / libgomp it links to /usr/lib/libgomp.so which > is from base gcc, and > too old. even if gcc4.6 is specified in the port it seems to link to gomp in > /usr/lib.. > > SO the question is, how do I address this issue in the port Makefile?? using > USE_GCC=4.6 does not seem to get it to link to the gcc4.6 libraries for some > reason, I'm missing something. From a conceptual point of view, rawtherapee needs to set the runpath of the executables (e.g. -Wl,-R) to gcc46 library path during linking. And then remove any ldconfig directives in the makefile. You may be able to set this in LDFLAGS in the makefile, or you may have to patch the rawtherepee makefile with a variable that the rawtherepee makefile can substitute later with REINPLACE_CMD. Obviously it needs to work with gcc47, 48, etc. as well. (Sorry, I didn't actually look at any files, I'm just talking about approaches and concepts.) John From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 06:42:48 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EA410440 for ; Sun, 28 Apr 2013 06:42:48 +0000 (UTC) (envelope-from t.mueller1@insightbb.com) Received: from mail.insightbb.com (smtp3.insight.synacor.com [208.47.185.25]) by mx1.freebsd.org (Postfix) with ESMTP id B9C111B3D for ; Sun, 28 Apr 2013 06:42:47 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=futelSEf c=1 sm=0 a=Dm9TOXL4taQ+Gy1KovpL+A==:17 a=evyqEfaa9_oA:10 a=DvSzqBOGy98A:10 a=pedpZTtsAAAA:8 a=_rJRtd9uu1AA:10 a=aYBiS8-gAhrussmRIN0A:9 a=Dm9TOXL4taQ+Gy1KovpL+A==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp02.insight.synacor.com header.from=mueller6724@bellsouth.net; sender-id=neutral Authentication-Results: smtp02.insight.synacor.com smtp.mail=t.mueller1@insightbb.com; spf=softfail; sender-id=softfail Received-SPF: softfail (smtp02.insight.synacor.com: transitional domain insightbb.com does not designate 74.130.198.7 as permitted sender) Received: from [74.130.198.7] ([74.130.198.7:27908] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP id CE/83-17959-0E4CC715; Sun, 28 Apr 2013 02:42:40 -0400 Date: Sun, 28 Apr 2013 02:42:40 -0400 Message-ID: From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Re: Status/version of graphics/png? Cc: Dirk Meyer , Chris Rees X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 06:42:49 -0000 from Chris Rees: > What new features are you trying to take advantage of with png? I went to the libpng website and couldn't find the desired changelog, but found libpng 1.4.x and 1.5.x were still in active development, and there was also a beta 1.7.0 . 1.6.2 is the latest release. I notice that, since I sent my last message, FreeBSD ports upgraded to png 1.5.15 . So I don't really know about the differences in features between the various releases. I follow changes to both FreeBSD ports and NetBSD pkgsrc daily, some time after midnight UTC, notice there are usually many more additions to FreeBSD ports than to NetBSD pkgsrc. Tom From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 08:38:04 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8C38C57D; Sun, 28 Apr 2013 08:38:04 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 590791DBD; Sun, 28 Apr 2013 08:38:04 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id k5so6350956iea.18 for ; Sun, 28 Apr 2013 01:38:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=JdBKmc4nLZzxRPbj0N2aBituqh3eOQ+0Es7Pkh+VWSA=; b=pmk4L0KIABcAvX12Qgc80Grs6LxwBIKee23wjjRFXkUYotBxRm2NmawhSgcLKjfCe4 JhmUhQDHdxD+7DTW2HgerTDCyFSU1vPtwjo5HWfj80nARLuciPZynreBKmMuzaF9MejQ 0fsAX9eHQE5MRUbDGrolj7Ghwuq7njFLcdl/Hly8korBCDis+hHriRzX8LA3RF+ZTy+j 3/pRZB9TFfW4RchOyx2ceSgF8ehX7LTXHzG/neSSKFoOpjmrL+ivN1HzwXQC5LSXjziW xQ567gMkQJfZfX75TfKTis5Ezkl8CydKNquqsH4+hpdISwjhI9+SZbYECKAX+cZLa+QM jyUg== X-Received: by 10.50.128.16 with SMTP id nk16mr5417912igb.15.1367138284113; Sun, 28 Apr 2013 01:38:04 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.58.52 with HTTP; Sun, 28 Apr 2013 01:37:34 -0700 (PDT) In-Reply-To: References: <517C1DCE.2050603@peterschmitt.fr> <517C3F8F.2080602@FreeBSD.org> <517C43E6.4080907@peterschmitt.fr> From: Chris Rees Date: Sun, 28 Apr 2013 09:37:34 +0100 X-Google-Sender-Auth: qN7VGwDRmcgcmfI3AubQELf6nJE Message-ID: Subject: Re: poudriere - postgresql90-client, LDAP, requires ldap.h To: Scot Hetzel Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "pgsql@freebsd.org" , FreeBSD Ports , Florent Peterschmitt X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 08:38:04 -0000 Please CC maintainers when you're asking about specific ports! On 28 April 2013 07:05, Scot Hetzel wrote: > On Sat, Apr 27, 2013 at 4:32 PM, Florent Peterschmitt < > florent@peterschmitt.fr> wrote: > >> Le 27/04/2013 23:13, Matthew Seaman a =E9crit : >> > On 27/04/2013 19:49, Florent Peterschmitt wrote: >> >> Hello, >> >> >> >> I use the latest poudriere-devel to make my own pkg repository, and >> >> would like to build postgresql with LDAP support. >> >> >> >> Since it's in a virgin jail, and because the log said =AB hey I need >> >> ldap.h =BB, I understand that openldap should be installed but, is it= the >> >> good way to do ? For each package requirement, it is needed to instal= l >> >> it by hand ? (or with previously built packages :) ) >> >> >> > >> > You should use the 'poudriere options' command to enable LDAP support = in >> > the postgresql server. >> >> Yep, I did that. Sorry, I missed to say I already have done this. The >> problem is that when building the package, the configure step fail >> saying ldap.h is missing. >> >> > Now, when you use poudriere to build the postgresql package, it will >> > have LDAP client added as a requirement -- so poudriere will also buil= d >> > you an LDAP package -- and when you go to install postgresql, ldap wil= l >> > be installed as well as a dependency. >> > >> > Cheers, >> > >> > Matthew >> > >> Yep. But how does work poudriere ? Because I have built postfix and >> dovecot2 with LDAP support and there was no problem. I think it's a >> problem from the port itself and not from poudriere, I should try in a >> new system (perhaps, a jail, without poudriere). >> > > The problem seems to be caused by the following from > databases/postgresql91-server/Makefile: > > 66 .if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) > 67 SERVER_ONLY=3D yes > 68 USE_RC_SUBR=3D postgresql > 69 USE_PGSQL=3D yes > 70 WANT_PGSQL_VER=3D > ${DISTVERSION:C/([0-9][0-9]*)\.([0-9][0-9]*).*/\1\2/g} > 71 USERS=3D ${PG_USER} > 72 GROUPS=3D ${PG_GROUP} > 73 SUB_FILES+=3D 502.pgsql > 74 .endif > > 81 .if !defined(SLAVE_ONLY) > 82 OPTIONS_DEFINE+=3D NLS DTRACE PAM LDAP GSSAPI OPTIMIZED_CFLAGS XML > TZDATA DEBUG KRB5 > 83 OPTIONS_SINGLE=3D KRB5 > 84 OPTIONS_SINGLE_KRB5=3D MIT_KRB5 HEIMDAL_KRB5 > : > 112 OPTIONS_DEFAULT=3D NLS XML TZDATA INTDATE SSL > 113 .endif # !SLAVE_ONLY > > 159 . if ${PORT_OPTIONS:MLDAP} > 160 CONFIGURE_ARGS+=3D--with-ldap > 161 . if defined (SERVER_ONLY) > 162 USE_OPENLDAP=3D yes > 163 . endif > 164 . endif > > NOTE: postgresql90-client/Makefile includes postgresql90-server/Makefile > which then includes postgresql91-server/Makefile > > Unfortunately, you can't set USE_OPENLDAP as a build depends. Try > commenting out lines 161 and 163 in the postgresql91-server/Makefile. Th= is > will add OpenLDAP as a LIB_DEPENDS to the postgresql*-client ports. > Actually, [crees@medusa]~% psql Shared object "libldap_r-2.4.so.8" not found, required by "libpq.so.5" [crees@medusa]~% LDAP is indeed a LIB_DEPENDS. Palle, Jason, if you don't object I'm going to add || defined (CLIENT_ONLY) to line 161 above. Chris From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 09:25:18 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 16D58D1B for ; Sun, 28 Apr 2013 09:25:18 +0000 (UTC) (envelope-from t.mueller1@insightbb.com) Received: from mail.insightbb.com (smtp1.insight.synacor.com [208.47.185.23]) by mx1.freebsd.org (Postfix) with ESMTP id D88551EFA for ; Sun, 28 Apr 2013 09:25:17 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=futelSEf c=1 sm=0 a=Dm9TOXL4taQ+Gy1KovpL+A==:17 a=l6cTtdn3kcoA:10 a=jLN7EqiLvroA:10 a=9YQ-1ebCAAAA:8 a=bH7LeHJBVZcA:10 a=gPFr8TKLRyCDIb9_ie0A:9 a=Dm9TOXL4taQ+Gy1KovpL+A==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp02.insight.synacor.com header.from=mueller23@insightbb.com; sender-id=softfail Authentication-Results: smtp02.insight.synacor.com smtp.mail=t.mueller1@insightbb.com; spf=softfail; sender-id=softfail Received-SPF: softfail (smtp02.insight.synacor.com: transitional domain insightbb.com does not designate 74.130.198.7 as permitted sender) Received: from [74.130.198.7] ([74.130.198.7:30347] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP id D1/1D-17959-6FAEC715; Sun, 28 Apr 2013 05:25:11 -0400 Date: Sun, 28 Apr 2013 05:25:10 -0400 Message-ID: From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Any way to keep two versions of Xorg? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 09:25:18 -0000 Is there any way to keep two versions of Xorg-server, using no more than one at a time? Reason is the newer but unstable version with KMS, permitting full use of the newer Intel graphics chips. I switched to the new version but then couldn't run X at all, immediately crashing the system and requiring Reset button. I had a hard time but finally succeeded switching back, but would like if possible to see if anything can be done to make the newer Xorg work but without leaving myself entirely without a usable X. Sort of like China and Hong Kong: one country, two systems. Portupgrading/portmastering from the older Xorg to the newer Xorg only to have to switch back is too much trouble! Would I have to have a second installation, on a separate partition, with FreeBSD current (HEAD), to try the new Xorg, while keeping the older Xorg on 9-STABLE? I have enough hard drive space and use GPT, so no problem running short of partitions. Tom From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 09:25:33 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4114FDC4 for ; Sun, 28 Apr 2013 09:25:33 +0000 (UTC) (envelope-from florent@peterschmitt.fr) Received: from peterschmitt.fr (peterschmitt.fr [5.135.177.31]) by mx1.freebsd.org (Postfix) with ESMTP id B94AB1EFF for ; Sun, 28 Apr 2013 09:25:32 +0000 (UTC) Received: from [192.168.0.128] (4ab54-4-88-163-248-31.fbx.proxad.net [88.163.248.31]) by peterschmitt.fr (Postfix) with ESMTPSA id 926B96DA0 for ; Sun, 28 Apr 2013 11:25:28 +0200 (CEST) Message-ID: <517CEAE4.9@peterschmitt.fr> Date: Sun, 28 Apr 2013 11:24:52 +0200 From: Florent Peterschmitt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130402 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: poudriere - postgresql90-client, LDAP, requires ldap.h References: <517C1DCE.2050603@peterschmitt.fr> <517C3F8F.2080602@FreeBSD.org> <517C43E6.4080907@peterschmitt.fr> In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2MDAETLEDKARDGHVHBFDX" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 09:25:33 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2MDAETLEDKARDGHVHBFDX Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Le 28/04/2013 08:05, Scot Hetzel a =E9crit : > On Sat, Apr 27, 2013 at 4:32 PM, Florent Peterschmitt < > florent@peterschmitt.fr> wrote: >=20 >> Le 27/04/2013 23:13, Matthew Seaman a =E9crit : >>> On 27/04/2013 19:49, Florent Peterschmitt wrote: >>>> Hello, >>>> >>>> I use the latest poudriere-devel to make my own pkg repository, and >>>> would like to build postgresql with LDAP support. >>>> >>>> Since it's in a virgin jail, and because the log said =AB hey I need= >>>> ldap.h =BB, I understand that openldap should be installed but, is i= t the >>>> good way to do ? For each package requirement, it is needed to insta= ll >>>> it by hand ? (or with previously built packages :) ) >>>> >>> >>> You should use the 'poudriere options' command to enable LDAP support= in >>> the postgresql server. >> >> Yep, I did that. Sorry, I missed to say I already have done this. The >> problem is that when building the package, the configure step fail >> saying ldap.h is missing. >> >>> Now, when you use poudriere to build the postgresql package, it will >>> have LDAP client added as a requirement -- so poudriere will also bui= ld >>> you an LDAP package -- and when you go to install postgresql, ldap wi= ll >>> be installed as well as a dependency. >>> >>> Cheers, >>> >>> Matthew >>> >> Yep. But how does work poudriere ? Because I have built postfix and >> dovecot2 with LDAP support and there was no problem. I think it's a >> problem from the port itself and not from poudriere, I should try in a= >> new system (perhaps, a jail, without poudriere). >> >=20 > The problem seems to be caused by the following from > databases/postgresql91-server/Makefile: >=20 > 66 .if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) > 67 SERVER_ONLY=3D yes > 68 USE_RC_SUBR=3D postgresql > 69 USE_PGSQL=3D yes > 70 WANT_PGSQL_VER=3D > ${DISTVERSION:C/([0-9][0-9]*)\.([0-9][0-9]*).*/\1\2/g} > 71 USERS=3D ${PG_USER} > 72 GROUPS=3D ${PG_GROUP} > 73 SUB_FILES+=3D 502.pgsql > 74 .endif >=20 > 81 .if !defined(SLAVE_ONLY) > 82 OPTIONS_DEFINE+=3D NLS DTRACE PAM LDAP GSSAPI OPTIMIZED_CFLAGS X= ML > TZDATA DEBUG KRB5 > 83 OPTIONS_SINGLE=3D KRB5 > 84 OPTIONS_SINGLE_KRB5=3D MIT_KRB5 HEIMDAL_KRB5 > : > 112 OPTIONS_DEFAULT=3D NLS XML TZDATA INTDATE SSL > 113 .endif # !SLAVE_ONLY >=20 > 159 . if ${PORT_OPTIONS:MLDAP} > 160 CONFIGURE_ARGS+=3D--with-ldap > 161 . if defined (SERVER_ONLY) > 162 USE_OPENLDAP=3D yes > 163 . endif > 164 . endif >=20 > NOTE: postgresql90-client/Makefile includes postgresql90-server/Makefil= e > which then includes postgresql91-server/Makefile >=20 > Unfortunately, you can't set USE_OPENLDAP as a build depends. Try > commenting out lines 161 and 163 in the postgresql91-server/Makefile. = This > will add OpenLDAP as a LIB_DEPENDS to the postgresql*-client ports. >=20 > Scot >=20 Ah ok so it's not a problem from poudriere :) So I'll do that and retry soon, thanks. --=20 Florent Peterschmitt +33 (0)6 64 33 97 92 florent@peterschmitt.fr ------------------------ O< ascii ribbon campaign - stop html mail - www.asciiribbon.org ------enig2MDAETLEDKARDGHVHBFDX 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.4.13 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJRfOrkAAoJEMtO2Sol0IImlKAH/i9d9c6qlzNveU6mxjR6YkQ3 96PMbJgBBIMYiWVhAYl6yTpl7X3nORL66F+2DjLsNHApcntUQxmaK/DNNIoFGfEn z6qbRL+S2JyQ3nvw3VD/KkemZJ3AmJa7wFTByDvEraGXzKGNcpDjbzy587oWtonH xyJo9V/QCPvezVO3uc+vStNxqXNPmErUsh10JEzD2FTj1MC5lSPJljipMGAD6RKQ 93Hgy6kqnk5lwfyVYW1yelf1TXQek1ogM3YGmacJOtlaL9vHTN29Rswu27yxDxn1 n8zn/lgXHuVwIH+lR1M28e5u7yQ30qOOk3u/ZqzW3c7L0tLq9FCZXTuwQ8kJ1e4= =Bgo9 -----END PGP SIGNATURE----- ------enig2MDAETLEDKARDGHVHBFDX-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 11:08:54 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 073248E1 for ; Sun, 28 Apr 2013 11:08:54 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-gg0-x22b.google.com (mail-gg0-x22b.google.com [IPv6:2607:f8b0:4002:c02::22b]) by mx1.freebsd.org (Postfix) with ESMTP id B59541126 for ; Sun, 28 Apr 2013 11:08:53 +0000 (UTC) Received: by mail-gg0-f171.google.com with SMTP id j1so773587ggn.2 for ; Sun, 28 Apr 2013 04:08:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=x-received:date:from:to:subject:message-id:reply-to:organization :x-mailer:face:mime-version:content-type:content-transfer-encoding; bh=3uyP5J7YX6u7ecglhd3+jOMRiLZ3nSbCcWpdC5D8L4o=; b=C1NIuG7hwyop6Xz1bt0jdHkErGAyoMvIobZZRfdd3c/AzlTVcS2CBshySBDRS0OUnl EMKxhZAXuJQvs/dkjxvSO28oFSVnnHbKCN55t0pkh61jCYHE6O/PfmqvZlQTYpYigpE+ vcwR326JdUXzryTBi1eltne/+Tb4wtKv2XKWs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:reply-to:organization :x-mailer:face:mime-version:content-type:content-transfer-encoding :x-gm-message-state; bh=3uyP5J7YX6u7ecglhd3+jOMRiLZ3nSbCcWpdC5D8L4o=; b=Y3dW6cTqO7iignXcXm43tn/7R+GnsQyHMvyTP+TTcgHtWQpSFfsZfJLzx7M8ic98lf MoHYh5c1ak0vYloq/Z4+dFsU4fVJCMGEJ/OQIdJZVqzJ2HOx7ol4X1WJZQ3klT7Pt2c+ cqR1DaLFldzwCZkQcatKPLFCIUmafgLPGFiz2QKnl1SEYCONXfbXwHgiB/xSfSlj2+x+ hhXW+URa+mC/R6dZzj1YpoyvE9DvawLYLV7TeNMELrgV7Gcl+ZDOZU8Xfri/mWhGido1 gDDS2fFY4ACOHGCv5mfi6pMUPVSmtkhoQ5pg7lIaNNIEsZwyNUk9YL+Sba8M28Zz8fid 7V9Q== X-Received: by 10.236.138.167 with SMTP id a27mr30547928yhj.116.1367147333136; Sun, 28 Apr 2013 04:08:53 -0700 (PDT) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPSA id g24sm10792567yhm.0.2013.04.28.04.08.52 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 28 Apr 2013 04:08:52 -0700 (PDT) Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerry@seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3Zz5pq3mN6z2CG57; Sun, 28 Apr 2013 07:08:51 -0400 (EDT) Date: Sun, 28 Apr 2013 07:08:51 -0400 From: Jerry To: freebsd-ports@freebsd.org, delphij@FreeBSD.org Subject: openldap-2.4.35: "failed to start slapd" Message-ID: <20130428070851.60d08788@scorpio> Organization: seibercom.net X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQnwRxtZK7UV4Ijy0UwNm1ouOm3CEis9W76Pxi/Xu1Y94heZK8Jx2FBpwiol8gg9z9gLJ5rF X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 11:08:54 -0000 FreeBSD-8.3 STABLE amd64 I updated the openldap port to the latest version last night: openldap-client-2.4.35/ openldap-server-2.4.35/ Now, LDAP will not start. All I get is this when I try to start it: /usr/local/etc/rc.d # ./slapd start Starting slapd. ./slapd: WARNING: failed to start slapd I tried rebuilding the programs and when that failed, I did a complete removal of them plus the "/usr/local/etc/openldap" directory and then rebuilt the ports. The problem still remains. I NEED openldap running. Has anyone else experienced this problem or have an idea how I can get it up and running? I don't want to file a PR if I am the only user with this problem. -- Jerry ♔ Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 11:25:52 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E8E4BB75; Sun, 28 Apr 2013 11:25:52 +0000 (UTC) (envelope-from girgen@pingpong.net) Received: from melon.pingpong.net (melon.pingpong.net [79.136.116.200]) by mx1.freebsd.org (Postfix) with ESMTP id 36F28118C; Sun, 28 Apr 2013 11:25:52 +0000 (UTC) Received: from [10.0.1.6] (c-ce57e155.1525-1-64736c12.cust.bredbandsbolaget.se [85.225.87.206]) by melon.pingpong.net (Postfix) with ESMTPA id 8688215184; Sun, 28 Apr 2013 13:25:44 +0200 (CEST) References: <517C1DCE.2050603@peterschmitt.fr> <517C3F8F.2080602@FreeBSD.org> <517C43E6.4080907@peterschmitt.fr> In-Reply-To: Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Message-Id: X-Mailer: iPad Mail (9B206) From: Palle Girgensohn Subject: Re: poudriere - postgresql90-client, LDAP, requires ldap.h Date: Sun, 28 Apr 2013 13:25:45 +0200 To: Chris Rees Cc: Scot Hetzel , "pgsql@freebsd.org" , FreeBSD Ports , Florent Peterschmitt X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 11:25:53 -0000 28 apr 2013 kl. 10:37 skrev Chris Rees : > Please CC maintainers when you're asking about specific ports! > On 28 April 2013 07:05, Scot Hetzel wrote: >> On Sat, Apr 27, 2013 at 4:32 PM, Florent Peterschmitt < >> florent@peterschmitt.fr> wrote: >>=20 >>> Le 27/04/2013 23:13, Matthew Seaman a =C3=A9crit : >>>> On 27/04/2013 19:49, Florent Peterschmitt wrote: >>>>> Hello, >>>>>=20 >>>>> I use the latest poudriere-devel to make my own pkg repository, and >>>>> would like to build postgresql with LDAP support. >>>>>=20 >>>>> Since it's in a virgin jail, and because the log said =C2=AB hey I nee= d >>>>> ldap.h =C2=BB, I understand that openldap should be installed but, is i= t the >>>>> good way to do ? For each package requirement, it is needed to install= >>>>> it by hand ? (or with previously built packages :) ) >>>>>=20 >>>>=20 >>>> You should use the 'poudriere options' command to enable LDAP support i= n >>>> the postgresql server. >>>=20 >>> Yep, I did that. Sorry, I missed to say I already have done this. The >>> problem is that when building the package, the configure step fail >>> saying ldap.h is missing. >>>=20 >>>> Now, when you use poudriere to build the postgresql package, it will >>>> have LDAP client added as a requirement -- so poudriere will also build= >>>> you an LDAP package -- and when you go to install postgresql, ldap will= >>>> be installed as well as a dependency. >>>>=20 >>>> Cheers, >>>>=20 >>>> Matthew >>>>=20 >>> Yep. But how does work poudriere ? Because I have built postfix and >>> dovecot2 with LDAP support and there was no problem. I think it's a >>> problem from the port itself and not from poudriere, I should try in a >>> new system (perhaps, a jail, without poudriere). >>>=20 >>=20 >> The problem seems to be caused by the following from >> databases/postgresql91-server/Makefile: >>=20 >> 66 .if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) >> 67 SERVER_ONLY=3D yes >> 68 USE_RC_SUBR=3D postgresql >> 69 USE_PGSQL=3D yes >> 70 WANT_PGSQL_VER=3D >> ${DISTVERSION:C/([0-9][0-9]*)\.([0-9][0-9]*).*/\1\2/g} >> 71 USERS=3D ${PG_USER} >> 72 GROUPS=3D ${PG_GROUP} >> 73 SUB_FILES+=3D 502.pgsql >> 74 .endif >>=20 >> 81 .if !defined(SLAVE_ONLY) >> 82 OPTIONS_DEFINE+=3D NLS DTRACE PAM LDAP GSSAPI OPTIMIZED_CFLAGS XML= >> TZDATA DEBUG KRB5 >> 83 OPTIONS_SINGLE=3D KRB5 >> 84 OPTIONS_SINGLE_KRB5=3D MIT_KRB5 HEIMDAL_KRB5 >> : >> 112 OPTIONS_DEFAULT=3D NLS XML TZDATA INTDATE SSL >> 113 .endif # !SLAVE_ONLY >>=20 >> 159 . if ${PORT_OPTIONS:MLDAP} >> 160 CONFIGURE_ARGS+=3D--with-ldap >> 161 . if defined (SERVER_ONLY) >> 162 USE_OPENLDAP=3D yes >> 163 . endif >> 164 . endif >>=20 >> NOTE: postgresql90-client/Makefile includes postgresql90-server/Makefile >> which then includes postgresql91-server/Makefile >>=20 >> Unfortunately, you can't set USE_OPENLDAP as a build depends. Try >> commenting out lines 161 and 163 in the postgresql91-server/Makefile. Th= is >> will add OpenLDAP as a LIB_DEPENDS to the postgresql*-client ports. >>=20 >=20 > Actually, >=20 > [crees@medusa]~% psql > Shared object "libldap_r-2.4.so.8" not found, required by "libpq.so.5" > [crees@medusa]~% >=20 > LDAP is indeed a LIB_DEPENDS. >=20 > Palle, Jason, if you don't object I'm going to add || defined > (CLIENT_ONLY) to line 161 above. >=20 > Chris It seems strange to me that psql should require libldap? That seems like a b= ug, or am I missing something? Why would the client side of the connection n= eed to use ldap?= From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 11:46:34 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 281C4F39; Sun, 28 Apr 2013 11:46:34 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id DDEFB1214; Sun, 28 Apr 2013 11:46:33 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1UWQ3j-0006Wl-3b; Sun, 28 Apr 2013 15:46:24 +0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:Subject:Cc:To:From; bh=a4C/PR48AUs84Hpd71fPgm7/d1QfElIpNx/ok8muI80=; b=l1IoHNKYebzyC1lIDImSeM0nSJOlWzSwdl9XsK8Svicr8n96ZLzHLyafnDynD3jUwdECOX8As9e2sASoYiUAo6Mfdw90gO4H4d0CexyvRw0F2E6vHxyjz9DiLMgoIH7P/SkSIoL/oFN27oFocNMIN6xkp8ZUswV5wtHvxuPUJ3M=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1UWQ0V-000Eda-TS; Sun, 28 Apr 2013 11:43:04 +0000 From: Jan Beich To: "Grant D. Watson" Subject: Re: A package for the ubuntu-font port? Date: Thu, 25 Apr 2013 09:07:20 -0200 References: <1366861249.50130.YahooMailNeo@web161201.mail.bf1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1UWQ0V-000Eda-TS@internal.tormail.org> Cc: ports@freebsd.org, Kevin Lo X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 11:46:34 -0000 "Grant D. Watson" writes: > Ports folks, > > I sent a message to Kevin Lo, since the ports search site lists his > address for ubuntu-font, but he said this isn't his area. > > I am a Linux user who's been playing with FreeBSD and enjoying it; in > creating and destroying experimental VMs I've made great use of binary > packages. For some reason the ubuntu-font port is not available as a > package. Would that be difficult to change? It's no hardship to > install it from ports of course, but having it as a package would be > convenient. $ make -V _LICENSE_RESTRICTED delete-package delete-distfiles When a port uses Mk/bsd.licenses.mk (defines LICENSE) the permissions must include pkg-mirror for the package to be redistributed across freebsd mirrors. ubuntu-font license is currently defined as # added by the current maintainer LICENSE= UFL LICENSE_FILE= ${WRKSRC}/LICENCE.txt LICENSE_NAME= Ubuntu Font License (UFL) LICENSE_PERMS= auto-accept where probably all of the following apply (IANAL) # Available components for LICENSE_PERMS: # dist-mirror - No free redistribution of distfile (like FTP mirroring; RESTRICTED). # dist-sell - No selling of distfile (like in CD-ROM; NO_CDROM). # pkg-mirror - No free redistribution of package (like FTP upload; NO_PACKAGE). # pkg-sell - No selling of package (like in CD-ROM; NO_CDROM). # auto-accept - If license is accepted by default, without presented # agreement, unless the user defines LICENSES_ASK. # And the fix Index: x11-fonts/ubuntu-font/Makefile =================================================================== --- x11-fonts/ubuntu-font/Makefile (revision 315726) +++ x11-fonts/ubuntu-font/Makefile (working copy) @@ -19,7 +19,7 @@ COMMENT= Ubuntu font family LICENSE= UFL LICENSE_FILE= ${WRKSRC}/LICENCE.txt LICENSE_NAME= Ubuntu Font License (UFL) -LICENSE_PERMS= auto-accept +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS:= ${BUILD_DEPENDS} From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 12:08:39 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9AB76819; Sun, 28 Apr 2013 12:08:39 +0000 (UTC) (envelope-from clangbsd@gmail.com) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) by mx1.freebsd.org (Postfix) with ESMTP id D6F0712E4; Sun, 28 Apr 2013 12:08:38 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id ep20so994347lab.10 for ; Sun, 28 Apr 2013 05:08:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=12wYd/3hGRI2K7Sp1iC+BzpmewnDk90sdxkY6FU3nWs=; b=hNKd1RUfcaHs4mgQjNTpFSzbDprzHnfbu92znV3LsX0njdgIKw4A2YLlVKc2J6HAcr 9oWMyk7qAsvRCdQDeK2VXubJHMbdIGoFFKORZDSxjyR+krG9c+M2ZaFrwmJh8D5p146J 7UINlfoaIiMeV4Du8iTTluhS9f4lFsjgSAhCKNnSUjf5DtDdaSJ4JknRiY1eduAXjCpj aOr4QGfJ+WhE7uEaA+VP/weoFAgTw5i6mI4x5VNps7iyVXQQu5+PZhA85xky8XHpMFLw NWair1fl7XOc4kehUFgM2K3hGE1zhjzU8SDGJsvypZqwLQ6Mz3XCD/Jurf5iaa4fgG++ be5w== X-Received: by 10.112.139.102 with SMTP id qx6mr24716796lbb.99.1367150544449; Sun, 28 Apr 2013 05:02:24 -0700 (PDT) Received: from [192.168.0.3] (host-2-60-144-16.pppoe.omsknet.ru. [2.60.144.16]) by mx.google.com with ESMTPSA id rn10sm7597754lbb.16.2013.04.28.05.02.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 28 Apr 2013 05:02:23 -0700 (PDT) Message-ID: <517D723C.2050504@gmail.com> Date: Mon, 29 Apr 2013 02:02:20 +0700 From: Dima Naumov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-ports-bugs@freebsd.org, freebsd-ports@freebsd.org Subject: emulators/tme broken ? Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 12:08:39 -0000 usr/ports/emulators/tme/work/tme-0.8/libtme/.libs/libtme.so: undefined reference to `lt_preloaded_symbols' gmake[2]: *** [tmesh] Error 1 gmake[2]: Leaving directory `/usr/ports/emulators/tme/work/tme-0.8/tmesh' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/emulators/tme/work/tme-0.8' gmake: *** [all] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/emulators/tme. FreeBSD station 9.1-RELEASE FreeBSD 9.1-RELEASE I have no changes in /etc/make.conf From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 12:33:19 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EBFBBE39 for ; Sun, 28 Apr 2013 12:33:19 +0000 (UTC) (envelope-from daemon@dx.burplex.com) Received: from dx.burplex.com (dx.burplex.com [50.197.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id DCA9E13BA for ; Sun, 28 Apr 2013 12:33:19 +0000 (UTC) Received: by dx.burplex.com (Postfix, from userid 1) id 0D31036F47BC; Sun, 28 Apr 2013 05:33:19 -0700 (PDT) To: freebsd-ports@FreeBSD.org Subject: Re: graphics/rawtherapee 4.0.10 issue From: Waitman Gobble X-UUID-HOR: e8c147fa-afcd-11e2-b2b3-902b34a86bc3 Message-Id: <20130428123319.0D31036F47BC@dx.burplex.com> Date: Sun, 28 Apr 2013 05:33:19 -0700 (PDT) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 12:33:20 -0000 On Sun, 28 Apr 2013 08:35:45 +0200, John Marino wrote: > >On 4/27/2013 22:31, Waitman Gobble wrote: >> I have updated the port for rawtherapee 4.0.10, the new version is totally >> awesome.. >> There is one issue that I do not understand how to address in my port. >> >> Since rawtherapee uses OpenMP / libgomp it links to /usr/lib/libgomp.so which >> is from base gcc, and >> too old. even if gcc4.6 is specified in the port it seems to link to gomp in >> /usr/lib.. >> >> SO the question is, how do I address this issue in the port Makefile?? using >> USE_GCC=4.6 does not seem to get it to link to the gcc4.6 libraries for some >> reason, I'm missing something. > > From a conceptual point of view, rawtherapee needs to set the runpath >of the executables (e.g. -Wl,-R) to gcc46 library path during >linking. And then remove any ldconfig directives in the makefile. > >You may be able to set this in LDFLAGS in the makefile, or you may have >to patch the rawtherepee makefile with a variable that the rawtherepee >makefile can substitute later with REINPLACE_CMD. Obviously it needs to >work with gcc47, 48, etc. as well. > >(Sorry, I didn't actually look at any files, I'm just talking about >approaches and concepts.) > >John >_______________________________________________ >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" > Thanks John, I agree it should be working with gcc47, 48. I'll try your suggestion. -- Waitman Gobble San Jose California USA +1.5108307875 From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 13:14:38 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9C239639 for ; Sun, 28 Apr 2013 13:14:38 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 4B02F153D for ; Sun, 28 Apr 2013 13:14:38 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r3SDEWGT066603 for ; Sun, 28 Apr 2013 09:14:32 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r3SDEW1k066431; Sun, 28 Apr 2013 09:14:32 -0400 (EDT) (envelope-from portscout) Message-Id: <201304281314.r3SDEW1k066431@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sun, 28 Apr 2013 09:14:32 -0400 From: portscout@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.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 13:14:38 -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/arm-rtems-gdb | 7.2 | 7.6 ------------------------------------------------+-----------------+------------ devel/cross-gdb | 7.2 | 7.6 ------------------------------------------------+-----------------+------------ devel/i386-rtems-gdb | 7.2 | 7.6 ------------------------------------------------+-----------------+------------ devel/m68k-rtems-gdb | 7.2 | 7.6 ------------------------------------------------+-----------------+------------ devel/mips-rtems-gdb | 7.2 | 7.6 ------------------------------------------------+-----------------+------------ devel/powerpc-rtems-gdb | 7.2 | 7.6 ------------------------------------------------+-----------------+------------ devel/sh-rtems-gdb | 7.2 | 7.6 ------------------------------------------------+-----------------+------------ devel/sparc-rtems-gdb | 7.2 | 7.6 ------------------------------------------------+-----------------+------------ graphics/scale2x | 2.4 | 3.0 ------------------------------------------------+-----------------+------------ textproc/py-jaxml | 3.02 | 12.00 ------------------------------------------------+-----------------+------------ 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 If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 14:03:58 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CD65C80A; Sun, 28 Apr 2013 14:03:58 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x22e.google.com (mail-ia0-x22e.google.com [IPv6:2607:f8b0:4001:c02::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 9729116C1; Sun, 28 Apr 2013 14:03:58 +0000 (UTC) Received: by mail-ia0-f174.google.com with SMTP id h23so4804351iae.19 for ; Sun, 28 Apr 2013 07:03:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=jZjYkTMusbwvgEFdTvAN+1EQ034PvIy5kPNBAwJPkho=; b=GLn5Gfas/TWfSMIWnb9VqmRiXdzbkke1TVeDwtAT3mI/WFPmXsbINq2qV/XbVNu8yi E37JGXfIWc626CToNv82fr6pW0dIYuzefnx0giyToJu4Z9d7ROhtaMb+CT4hmDy3yvPN la5NnWvcFbP0ztoHqHh6XLw+iJnJogzscNxe+5XqtAXdCCY9WBUwF62kf11xHtKikS2o PNdAGLdnq1TuXUTKbfdC8+ZxTGSmu2nh8Utukyp9zxXPONsE11yA+ZKp7DiyQN8Y8Zi3 7mHYCmJHYWX1Xii8uEMWuNoBr6lkBIIAAzu/PDani2x4sLCTYW2PAyOSrg034u+pDZci 0URA== X-Received: by 10.50.114.3 with SMTP id jc3mr3218305igb.75.1367157838355; Sun, 28 Apr 2013 07:03:58 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.58.52 with HTTP; Sun, 28 Apr 2013 07:03:28 -0700 (PDT) In-Reply-To: References: <517C1DCE.2050603@peterschmitt.fr> <517C3F8F.2080602@FreeBSD.org> <517C43E6.4080907@peterschmitt.fr> From: Chris Rees Date: Sun, 28 Apr 2013 15:03:28 +0100 X-Google-Sender-Auth: KzwUDq2xuToE1p-34OB1n6Z_GEU Message-ID: Subject: Re: poudriere - postgresql90-client, LDAP, requires ldap.h To: Palle Girgensohn Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Scot Hetzel , "pgsql@freebsd.org" , FreeBSD Ports , Florent Peterschmitt X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 14:03:58 -0000 On 28 April 2013 12:25, Palle Girgensohn wrote: > 28 apr 2013 kl. 10:37 skrev Chris Rees : > >> Please CC maintainers when you're asking about specific ports! >> On 28 April 2013 07:05, Scot Hetzel wrote: >>> On Sat, Apr 27, 2013 at 4:32 PM, Florent Peterschmitt < >>> florent@peterschmitt.fr> wrote: >>> >>>> Le 27/04/2013 23:13, Matthew Seaman a =E9crit : >>>>> On 27/04/2013 19:49, Florent Peterschmitt wrote: >>>>>> Hello, >>>>>> >>>>>> I use the latest poudriere-devel to make my own pkg repository, and >>>>>> would like to build postgresql with LDAP support. >>>>>> >>>>>> Since it's in a virgin jail, and because the log said =AB hey I need >>>>>> ldap.h =BB, I understand that openldap should be installed but, is i= t the >>>>>> good way to do ? For each package requirement, it is needed to insta= ll >>>>>> it by hand ? (or with previously built packages :) ) >>>>>> >>>>> >>>>> You should use the 'poudriere options' command to enable LDAP support= in >>>>> the postgresql server. >>>> >>>> Yep, I did that. Sorry, I missed to say I already have done this. The >>>> problem is that when building the package, the configure step fail >>>> saying ldap.h is missing. >>>> >>>>> Now, when you use poudriere to build the postgresql package, it will >>>>> have LDAP client added as a requirement -- so poudriere will also bui= ld >>>>> you an LDAP package -- and when you go to install postgresql, ldap wi= ll >>>>> be installed as well as a dependency. >>>>> >>>>> Cheers, >>>>> >>>>> Matthew >>>>> >>>> Yep. But how does work poudriere ? Because I have built postfix and >>>> dovecot2 with LDAP support and there was no problem. I think it's a >>>> problem from the port itself and not from poudriere, I should try in a >>>> new system (perhaps, a jail, without poudriere). >>>> >>> >>> The problem seems to be caused by the following from >>> databases/postgresql91-server/Makefile: >>> >>> 66 .if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) >>> 67 SERVER_ONLY=3D yes >>> 68 USE_RC_SUBR=3D postgresql >>> 69 USE_PGSQL=3D yes >>> 70 WANT_PGSQL_VER=3D >>> ${DISTVERSION:C/([0-9][0-9]*)\.([0-9][0-9]*).*/\1\2/g} >>> 71 USERS=3D ${PG_USER} >>> 72 GROUPS=3D ${PG_GROUP} >>> 73 SUB_FILES+=3D 502.pgsql >>> 74 .endif >>> >>> 81 .if !defined(SLAVE_ONLY) >>> 82 OPTIONS_DEFINE+=3D NLS DTRACE PAM LDAP GSSAPI OPTIMIZED_CFLAGS X= ML >>> TZDATA DEBUG KRB5 >>> 83 OPTIONS_SINGLE=3D KRB5 >>> 84 OPTIONS_SINGLE_KRB5=3D MIT_KRB5 HEIMDAL_KRB5 >>> : >>> 112 OPTIONS_DEFAULT=3D NLS XML TZDATA INTDATE SSL >>> 113 .endif # !SLAVE_ONLY >>> >>> 159 . if ${PORT_OPTIONS:MLDAP} >>> 160 CONFIGURE_ARGS+=3D--with-ldap >>> 161 . if defined (SERVER_ONLY) >>> 162 USE_OPENLDAP=3D yes >>> 163 . endif >>> 164 . endif >>> >>> NOTE: postgresql90-client/Makefile includes postgresql90-server/Makefil= e >>> which then includes postgresql91-server/Makefile >>> >>> Unfortunately, you can't set USE_OPENLDAP as a build depends. Try >>> commenting out lines 161 and 163 in the postgresql91-server/Makefile. = This >>> will add OpenLDAP as a LIB_DEPENDS to the postgresql*-client ports. >>> >> >> Actually, >> >> [crees@medusa]~% psql >> Shared object "libldap_r-2.4.so.8" not found, required by "libpq.so.5" >> [crees@medusa]~% >> >> LDAP is indeed a LIB_DEPENDS. >> >> Palle, Jason, if you don't object I'm going to add || defined >> (CLIENT_ONLY) to line 161 above. >> >> Chris > > It seems strange to me that psql should require libldap? That seems like = a bug, or am I missing something? Why would the client side of the connecti= on need to use ldap? I'm not sure, it may be a question for upstream. I'll ask the guys in IRC if they know. Chris From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 14:07:44 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BA5EC9BF; Sun, 28 Apr 2013 14:07:44 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-ia0-x22a.google.com (mail-ia0-x22a.google.com [IPv6:2607:f8b0:4001:c02::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 79E2516E0; Sun, 28 Apr 2013 14:07:44 +0000 (UTC) Received: by mail-ia0-f170.google.com with SMTP id k20so1887878iak.29 for ; Sun, 28 Apr 2013 07:07:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=k4X5yealqeGxTRSMJD6kUjCYThHVFcK38NZ29HS3Q68=; b=sAHhmBX5LqZiC49OpZVgUOPeY/a7wGmVKlaGbx0XSZLYemPi+hzzptEPTp15FEZDMT VCqZZCo+z7R7rt/xacFgtG37f+uUXikJT82fiHmHEo4XhIS69knk9Rf2ZtAguH+v5kel nTJ1lGCTsMfNvaqe6aCs/iRx9Y+4IpdRFVs53Z0XLQSdckTWXd9H6GIeUxnYgw4hv9s9 29+KwzHUH4WjngaAmMub8KWciwCcsLO6O9vNTFiGUVODtBvWRyEV/5uRU0Xt53Cc3AnF 1aGNfTJCQdOKpiPqkQUX2c4U0FG22ZIHSxEmOy0tNR05zI+KRxX7Mbdu3d5+uuz99fHp 8MEw== MIME-Version: 1.0 X-Received: by 10.50.73.133 with SMTP id l5mr530051igv.108.1367158064070; Sun, 28 Apr 2013 07:07:44 -0700 (PDT) Received: by 10.50.57.84 with HTTP; Sun, 28 Apr 2013 07:07:43 -0700 (PDT) In-Reply-To: References: <517C1DCE.2050603@peterschmitt.fr> <517C3F8F.2080602@FreeBSD.org> <517C43E6.4080907@peterschmitt.fr> Date: Sun, 28 Apr 2013 09:07:43 -0500 Message-ID: Subject: Re: poudriere - postgresql90-client, LDAP, requires ldap.h From: Scot Hetzel To: Palle Girgensohn Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Chris Rees , "pgsql@freebsd.org" , FreeBSD Ports , Florent Peterschmitt X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 14:07:44 -0000 On Sun, Apr 28, 2013 at 6:25 AM, Palle Girgensohn wrot= e: > > > 28 apr 2013 kl. 10:37 skrev Chris Rees : > > > Please CC maintainers when you're asking about specific ports! > > On 28 April 2013 07:05, Scot Hetzel wrote: > >> On Sat, Apr 27, 2013 at 4:32 PM, Florent Peterschmitt < > >> florent@peterschmitt.fr> wrote: > >> > >>> Le 27/04/2013 23:13, Matthew Seaman a =E9crit : > >>>> On 27/04/2013 19:49, Florent Peterschmitt wrote: > >>>>> Hello, > >>>>> > >>>>> I use the latest poudriere-devel to make my own pkg repository, and > >>>>> would like to build postgresql with LDAP support. > >>>>> > >>>>> Since it's in a virgin jail, and because the log said =AB hey I nee= d > >>>>> ldap.h =BB, I understand that openldap should be installed but, is = it > the > >>>>> good way to do ? For each package requirement, it is needed to > install > >>>>> it by hand ? (or with previously built packages :) ) > >>>>> > >>>> > >>>> You should use the 'poudriere options' command to enable LDAP suppor= t > in > >>>> the postgresql server. > >>> > >>> Yep, I did that. Sorry, I missed to say I already have done this. The > >>> problem is that when building the package, the configure step fail > >>> saying ldap.h is missing. > >>> > >>>> Now, when you use poudriere to build the postgresql package, it will > >>>> have LDAP client added as a requirement -- so poudriere will also > build > >>>> you an LDAP package -- and when you go to install postgresql, ldap > will > >>>> be installed as well as a dependency. > >>>> > >>>> Cheers, > >>>> > >>>> Matthew > >>>> > >>> Yep. But how does work poudriere ? Because I have built postfix and > >>> dovecot2 with LDAP support and there was no problem. I think it's a > >>> problem from the port itself and not from poudriere, I should try in = a > >>> new system (perhaps, a jail, without poudriere). > >>> > >> > >> The problem seems to be caused by the following from > >> databases/postgresql91-server/Makefile: > >> > >> 66 .if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) > >> 67 SERVER_ONLY=3D yes > >> 68 USE_RC_SUBR=3D postgresql > >> 69 USE_PGSQL=3D yes > >> 70 WANT_PGSQL_VER=3D > >> ${DISTVERSION:C/([0-9][0-9]*)\.([0-9][0-9]*).*/\1\2/g} > >> 71 USERS=3D ${PG_USER} > >> 72 GROUPS=3D ${PG_GROUP} > >> 73 SUB_FILES+=3D 502.pgsql > >> 74 .endif > >> > >> 81 .if !defined(SLAVE_ONLY) > >> 82 OPTIONS_DEFINE+=3D NLS DTRACE PAM LDAP GSSAPI OPTIMIZED_CFLAGS = XML > >> TZDATA DEBUG KRB5 > >> 83 OPTIONS_SINGLE=3D KRB5 > >> 84 OPTIONS_SINGLE_KRB5=3D MIT_KRB5 HEIMDAL_KRB5 > >> : > >> 112 OPTIONS_DEFAULT=3D NLS XML TZDATA INTDATE SSL > >> 113 .endif # !SLAVE_ONLY > >> > >> 159 . if ${PORT_OPTIONS:MLDAP} > >> 160 CONFIGURE_ARGS+=3D--with-ldap > >> 161 . if defined (SERVER_ONLY) > >> 162 USE_OPENLDAP=3D yes > >> 163 . endif > >> 164 . endif > >> > >> NOTE: postgresql90-client/Makefile includes postgresql90-server/Makefi= le > >> which then includes postgresql91-server/Makefile > >> > >> Unfortunately, you can't set USE_OPENLDAP as a build depends. Try > >> commenting out lines 161 and 163 in the postgresql91-server/Makefile. > This > >> will add OpenLDAP as a LIB_DEPENDS to the postgresql*-client ports. > >> > > > > Actually, > > > > [crees@medusa]~% psql > > Shared object "libldap_r-2.4.so.8" not found, required by "libpq.so.5" > > [crees@medusa]~% > > > > LDAP is indeed a LIB_DEPENDS. > > > > Palle, Jason, if you don't object I'm going to add || defined > > (CLIENT_ONLY) to line 161 above. > > > > Chris > > It seems strange to me that psql should require libldap? That seems like = a > bug, or am I missing something? Why would the client side of the connecti= on > need to use ldap? Since the postgresql*-client ports install the below files: bin/clusterdb bin/createdb bin/createlang bin/createuser bin/dropdb bin/droplang bin/dropuser bin/ecpg bin/pg_config bin/pg_dump bin/pg_dumpall bin/pg_restore bin/psql bin/reindexdb bin/vacuumdb lib/libecpg.so.6 lib/libecpg_compat.so.3 lib/libpgtypes.so.3 lib/libpq.so.5 We'll need someone to check with ldd to see if they require any of the ldap libraries after commenting out lines 161 and 163. If they don't require LDAP, then we just need to remove LDAP from line 82, and add the below between line 82 and 83: .if defined (SERVER_ONLY) OPTIONS_DEFINE+=3D LDAP .endif Then move line 161 to before line 159. --=20 DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 14:17:23 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A209EB62; Sun, 28 Apr 2013 14:17:23 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x234.google.com (mail-ia0-x234.google.com [IPv6:2607:f8b0:4001:c02::234]) by mx1.freebsd.org (Postfix) with ESMTP id 6B0031720; Sun, 28 Apr 2013 14:17:23 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id t4so3863487iag.25 for ; Sun, 28 Apr 2013 07:17:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=3z+ZbKN3aEitJ6g6uynzaBwLrP1D6hbPW7o0v/qJ0GA=; b=SIuTUPgc0rnS112iz7y82s5OKWPHml6egWIOwgAmj0DIz1Cj6+A+zqN4B8elt+45cU j+ap+SrYKhrfTXuswEHRB1ahUOfZuZyySQ7cNCYfJ1RDwVZbunrh4JufuM0D22AX7lkf 63OZLksecHL5O7rTQR6dc/ziyLHmBPG7rcs5BWB3ODKMco1ChYeQd9SXcXxqkCheZR0D RJ7iXrra75fKmX1Kko1KJhK2SYCTeyihN7bmYYXTcOZx13c2GwS57ZSKO9OecTfrElmH gDisBqNYb9We88890ke3A0F2jFwu+9IjkOlwsqMUNMPsDQy9dutFE08mmbLZlfNoMaOk CBbw== X-Received: by 10.50.42.165 with SMTP id p5mr5697830igl.75.1367158643115; Sun, 28 Apr 2013 07:17:23 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.58.52 with HTTP; Sun, 28 Apr 2013 07:16:53 -0700 (PDT) In-Reply-To: References: <517C1DCE.2050603@peterschmitt.fr> <517C3F8F.2080602@FreeBSD.org> <517C43E6.4080907@peterschmitt.fr> From: Chris Rees Date: Sun, 28 Apr 2013 15:16:53 +0100 X-Google-Sender-Auth: 2nX7bm0vcAWGJ-ufliIdi8dIrnk Message-ID: Subject: Re: poudriere - postgresql90-client, LDAP, requires ldap.h To: Scot Hetzel Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "pgsql@freebsd.org" , FreeBSD Ports , Palle Girgensohn , Florent Peterschmitt X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 14:17:23 -0000 On 28 April 2013 15:07, Scot Hetzel wrote: > On Sun, Apr 28, 2013 at 6:25 AM, Palle Girgensohn > wrote: >> 28 apr 2013 kl. 10:37 skrev Chris Rees : >> >> > Please CC maintainers when you're asking about specific ports! >> > On 28 April 2013 07:05, Scot Hetzel wrote: >> >> On Sat, Apr 27, 2013 at 4:32 PM, Florent Peterschmitt < >> >> florent@peterschmitt.fr> wrote: >> >> >> >>> Le 27/04/2013 23:13, Matthew Seaman a =E9crit : >> >>>> On 27/04/2013 19:49, Florent Peterschmitt wrote: >> >>>>> Hello, >> >>>>> >> >>>>> I use the latest poudriere-devel to make my own pkg repository, an= d >> >>>>> would like to build postgresql with LDAP support. >> >>>>> >> >>>>> Since it's in a virgin jail, and because the log said =AB hey I ne= ed >> >>>>> ldap.h =BB, I understand that openldap should be installed but, is= it >> >>>>> the >> >>>>> good way to do ? For each package requirement, it is needed to >> >>>>> install >> >>>>> it by hand ? (or with previously built packages :) ) >> >>>>> >> >>>> >> >>>> You should use the 'poudriere options' command to enable LDAP suppo= rt >> >>>> in >> >>>> the postgresql server. >> >>> >> >>> Yep, I did that. Sorry, I missed to say I already have done this. Th= e >> >>> problem is that when building the package, the configure step fail >> >>> saying ldap.h is missing. >> >>> >> >>>> Now, when you use poudriere to build the postgresql package, it wil= l >> >>>> have LDAP client added as a requirement -- so poudriere will also >> >>>> build >> >>>> you an LDAP package -- and when you go to install postgresql, ldap >> >>>> will >> >>>> be installed as well as a dependency. >> >>>> >> >>>> Cheers, >> >>>> >> >>>> Matthew >> >>>> >> >>> Yep. But how does work poudriere ? Because I have built postfix and >> >>> dovecot2 with LDAP support and there was no problem. I think it's a >> >>> problem from the port itself and not from poudriere, I should try in= a >> >>> new system (perhaps, a jail, without poudriere). >> >>> >> >> >> >> The problem seems to be caused by the following from >> >> databases/postgresql91-server/Makefile: >> >> >> >> 66 .if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) >> >> 67 SERVER_ONLY=3D yes >> >> 68 USE_RC_SUBR=3D postgresql >> >> 69 USE_PGSQL=3D yes >> >> 70 WANT_PGSQL_VER=3D >> >> ${DISTVERSION:C/([0-9][0-9]*)\.([0-9][0-9]*).*/\1\2/g} >> >> 71 USERS=3D ${PG_USER} >> >> 72 GROUPS=3D ${PG_GROUP} >> >> 73 SUB_FILES+=3D 502.pgsql >> >> 74 .endif >> >> >> >> 81 .if !defined(SLAVE_ONLY) >> >> 82 OPTIONS_DEFINE+=3D NLS DTRACE PAM LDAP GSSAPI OPTIMIZED_CFLAGS= XML >> >> TZDATA DEBUG KRB5 >> >> 83 OPTIONS_SINGLE=3D KRB5 >> >> 84 OPTIONS_SINGLE_KRB5=3D MIT_KRB5 HEIMDAL_KRB5 >> >> : >> >> 112 OPTIONS_DEFAULT=3D NLS XML TZDATA INTDATE SSL >> >> 113 .endif # !SLAVE_ONLY >> >> >> >> 159 . if ${PORT_OPTIONS:MLDAP} >> >> 160 CONFIGURE_ARGS+=3D--with-ldap >> >> 161 . if defined (SERVER_ONLY) >> >> 162 USE_OPENLDAP=3D yes >> >> 163 . endif >> >> 164 . endif >> >> >> >> NOTE: postgresql90-client/Makefile includes >> >> postgresql90-server/Makefile >> >> which then includes postgresql91-server/Makefile >> >> >> >> Unfortunately, you can't set USE_OPENLDAP as a build depends. Try >> >> commenting out lines 161 and 163 in the postgresql91-server/Makefile. >> >> This >> >> will add OpenLDAP as a LIB_DEPENDS to the postgresql*-client ports. >> >> >> > >> > Actually, >> > >> > [crees@medusa]~% psql >> > Shared object "libldap_r-2.4.so.8" not found, required by "libpq.so.5" >> > [crees@medusa]~% >> > >> > LDAP is indeed a LIB_DEPENDS. >> > >> > Palle, Jason, if you don't object I'm going to add || defined >> > (CLIENT_ONLY) to line 161 above. >> > >> > Chris >> >> It seems strange to me that psql should require libldap? That seems like= a >> bug, or am I missing something? Why would the client side of the connect= ion >> need to use ldap? > > > Since the postgresql*-client ports install the below files: > > bin/clusterdb > bin/createdb > bin/createlang > bin/createuser > bin/dropdb > bin/droplang > bin/dropuser > bin/ecpg > bin/pg_config > bin/pg_dump > bin/pg_dumpall > bin/pg_restore > bin/psql > bin/reindexdb > bin/vacuumdb > lib/libecpg.so.6 > lib/libecpg_compat.so.3 > lib/libpgtypes.so.3 > lib/libpq.so.5 > > We'll need someone to check with ldd to see if they require any of the ld= ap > libraries after commenting out lines 161 and 163. If they don't require > LDAP, then we just need to remove LDAP from line 82, and add the below > between line 82 and 83: > > .if defined (SERVER_ONLY) > OPTIONS_DEFINE+=3D LDAP > .endif > > Then move line 161 to before line 159. Ohononono, you can't just set different OPTIONS for each port, that makes them stomp over the saved ones for each variant-- I got bitten by that before. The simpler solution would be to ignore the setting for LDAP for anything !server. Can anyone find out whether a non-LDAP client works with an LDAP server? I'm pretty certain it shouldn't be a problem. Chris From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 14:36:44 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E8A35F67; Sun, 28 Apr 2013 14:36:44 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-ie0-x231.google.com (mail-ie0-x231.google.com [IPv6:2607:f8b0:4001:c03::231]) by mx1.freebsd.org (Postfix) with ESMTP id A539B17CA; Sun, 28 Apr 2013 14:36:44 +0000 (UTC) Received: by mail-ie0-f177.google.com with SMTP id 9so6262998iec.8 for ; Sun, 28 Apr 2013 07:36:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=mhTPZ0W+KM8I0Shw8Wnm+8FvyAMUqmg48yvidr4ZiIU=; b=xZrSppzt0B/20ST7b06jJ/SV3emoh94yNpk6prcXB7V8N7/YESkdnV9OhhLhfxebgx dYhn1XrmP53pNhOgU2qvcFNp+AbwrxNfyDoE3x8bTGxoybVrY/taE5Q8E4RuSSZskKF9 3YphOpWPTnLKtb2V8GwtNfNEvuOsA2H/jeBUIpdsXvHZ2/4wArCpWDGzDV7GAqaEuUOL WF8z4ihWIhEdPrjBjRqVkPb2s4yhYgn79wdQggmER5JVcWxdeQWjFWiXK/uNqzUewLH0 EhmukHyQXn4tvgFsHDymkJh8n6UbSFw1JQXJLQ4ntbkm2zTvKlLAXkAhIwj//i9Y3QGQ RW3g== MIME-Version: 1.0 X-Received: by 10.50.12.133 with SMTP id y5mr5676552igb.108.1367159804303; Sun, 28 Apr 2013 07:36:44 -0700 (PDT) Received: by 10.50.57.84 with HTTP; Sun, 28 Apr 2013 07:36:44 -0700 (PDT) In-Reply-To: References: <517C1DCE.2050603@peterschmitt.fr> <517C3F8F.2080602@FreeBSD.org> <517C43E6.4080907@peterschmitt.fr> Date: Sun, 28 Apr 2013 09:36:44 -0500 Message-ID: Subject: Re: poudriere - postgresql90-client, LDAP, requires ldap.h From: Scot Hetzel To: Chris Rees Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "pgsql@freebsd.org" , FreeBSD Ports , Palle Girgensohn , Florent Peterschmitt X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 14:36:45 -0000 On Sun, Apr 28, 2013 at 9:16 AM, Chris Rees wrote: > On 28 April 2013 15:07, Scot Hetzel wrote: > > On Sun, Apr 28, 2013 at 6:25 AM, Palle Girgensohn > > wrote: > >> 28 apr 2013 kl. 10:37 skrev Chris Rees : > >> > >> > Please CC maintainers when you're asking about specific ports! > >> > On 28 April 2013 07:05, Scot Hetzel wrote: > >> >> On Sat, Apr 27, 2013 at 4:32 PM, Florent Peterschmitt < > >> >> florent@peterschmitt.fr> wrote: > >> >> > >> >>> Le 27/04/2013 23:13, Matthew Seaman a =E9crit : > >> >>>> On 27/04/2013 19:49, Florent Peterschmitt wrote: > >> >>>>> Hello, > >> >>>>> > >> >>>>> I use the latest poudriere-devel to make my own pkg repository, > and > >> >>>>> would like to build postgresql with LDAP support. > >> >>>>> > >> >>>>> Since it's in a virgin jail, and because the log said =AB hey I = need > >> >>>>> ldap.h =BB, I understand that openldap should be installed but, = is > it > >> >>>>> the > >> >>>>> good way to do ? For each package requirement, it is needed to > >> >>>>> install > >> >>>>> it by hand ? (or with previously built packages :) ) > >> >>>>> > >> >>>> > >> >>>> You should use the 'poudriere options' command to enable LDAP > support > >> >>>> in > >> >>>> the postgresql server. > >> >>> > >> >>> Yep, I did that. Sorry, I missed to say I already have done this. > The > >> >>> problem is that when building the package, the configure step fail > >> >>> saying ldap.h is missing. > >> >>> > >> >>>> Now, when you use poudriere to build the postgresql package, it > will > >> >>>> have LDAP client added as a requirement -- so poudriere will also > >> >>>> build > >> >>>> you an LDAP package -- and when you go to install postgresql, lda= p > >> >>>> will > >> >>>> be installed as well as a dependency. > >> >>>> > >> >>>> Cheers, > >> >>>> > >> >>>> Matthew > >> >>>> > >> >>> Yep. But how does work poudriere ? Because I have built postfix an= d > >> >>> dovecot2 with LDAP support and there was no problem. I think it's = a > >> >>> problem from the port itself and not from poudriere, I should try > in a > >> >>> new system (perhaps, a jail, without poudriere). > >> >>> > >> >> > >> >> The problem seems to be caused by the following from > >> >> databases/postgresql91-server/Makefile: > >> >> > >> >> 66 .if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) > >> >> 67 SERVER_ONLY=3D yes > >> >> 68 USE_RC_SUBR=3D postgresql > >> >> 69 USE_PGSQL=3D yes > >> >> 70 WANT_PGSQL_VER=3D > >> >> ${DISTVERSION:C/([0-9][0-9]*)\.([0-9][0-9]*).*/\1\2/g} > >> >> 71 USERS=3D ${PG_USER} > >> >> 72 GROUPS=3D ${PG_GROUP} > >> >> 73 SUB_FILES+=3D 502.pgsql > >> >> 74 .endif > >> >> > >> >> 81 .if !defined(SLAVE_ONLY) > >> >> 82 OPTIONS_DEFINE+=3D NLS DTRACE PAM LDAP GSSAPI OPTIMIZED_CFLA= GS > XML > >> >> TZDATA DEBUG KRB5 > >> >> 83 OPTIONS_SINGLE=3D KRB5 > >> >> 84 OPTIONS_SINGLE_KRB5=3D MIT_KRB5 HEIMDAL_KRB5 > >> >> : > >> >> 112 OPTIONS_DEFAULT=3D NLS XML TZDATA INTDATE SSL > >> >> 113 .endif # !SLAVE_ONLY > >> >> > >> >> 159 . if ${PORT_OPTIONS:MLDAP} > >> >> 160 CONFIGURE_ARGS+=3D--with-ldap > >> >> 161 . if defined (SERVER_ONLY) > >> >> 162 USE_OPENLDAP=3D yes > >> >> 163 . endif > >> >> 164 . endif > >> >> > >> >> NOTE: postgresql90-client/Makefile includes > >> >> postgresql90-server/Makefile > >> >> which then includes postgresql91-server/Makefile > >> >> > >> >> Unfortunately, you can't set USE_OPENLDAP as a build depends. Try > >> >> commenting out lines 161 and 163 in the postgresql91-server/Makefil= e. > >> >> This > >> >> will add OpenLDAP as a LIB_DEPENDS to the postgresql*-client ports. > >> >> > >> > > >> > Actually, > >> > > >> > [crees@medusa]~% psql > >> > Shared object "libldap_r-2.4.so.8" not found, required by "libpq.so.= 5" > >> > [crees@medusa]~% > >> > > >> > LDAP is indeed a LIB_DEPENDS. > >> > > >> > Palle, Jason, if you don't object I'm going to add || defined > >> > (CLIENT_ONLY) to line 161 above. > >> > > >> > Chris > >> > >> It seems strange to me that psql should require libldap? That seems > like a > >> bug, or am I missing something? Why would the client side of the > connection > >> need to use ldap? > > > > > > Since the postgresql*-client ports install the below files: > > > > bin/clusterdb > > bin/createdb > > bin/createlang > > bin/createuser > > bin/dropdb > > bin/droplang > > bin/dropuser > > bin/ecpg > > bin/pg_config > > bin/pg_dump > > bin/pg_dumpall > > bin/pg_restore > > bin/psql > > bin/reindexdb > > bin/vacuumdb > > lib/libecpg.so.6 > > lib/libecpg_compat.so.3 > > lib/libpgtypes.so.3 > > lib/libpq.so.5 > > > > We'll need someone to check with ldd to see if they require any of the > ldap > > libraries after commenting out lines 161 and 163. If they don't require > > LDAP, then we just need to remove LDAP from line 82, and add the below > > between line 82 and 83: > > > > .if defined (SERVER_ONLY) > > OPTIONS_DEFINE+=3D LDAP > > .endif > > > > Then move line 161 to before line 159. > > Ohononono, you can't just set different OPTIONS for each port, that > makes them stomp over the saved ones for each variant-- I got bitten > by that before. The simpler solution would be to ignore the setting > for LDAP for anything !server. > > It shouldn't be a problem unless both the postgresql*-server and postgresql*-client are using the same OPTIONSFILE. What does make -V OPTIONSFILE display in databases/postgresql*-client and databases/postgresql*-server? --=20 DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 14:37:50 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7D4B56A; Sun, 28 Apr 2013 14:37:50 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x22e.google.com (mail-ie0-x22e.google.com [IPv6:2607:f8b0:4001:c03::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 444EC17D3; Sun, 28 Apr 2013 14:37:50 +0000 (UTC) Received: by mail-ie0-f174.google.com with SMTP id 10so6329671ied.19 for ; Sun, 28 Apr 2013 07:37:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=+jAKSMbyq46wyHLVrM+19N0pB4fAqHLsz0OZ/mQbRyI=; b=dIAsmw70TixK9kYhm9zLUZmLZ9zFcJd+BqfxY0pGKKp7WT6a4E+jElWl0bql70xBfZ ZVmnTC65p9GgRJh2ywuYKnghuLNoxojH2Pb65Yrq3lOAtYnqKe0Ku3CA/767V2QW10LF 6voElP1eCWYeV4LT3NQGJYS3a4xJFfUK3b64bGbP44GHZlPDE3pvyS15USxz5dQIkuaJ 5EtgwpJXI5pobO7hbQCt0LI3N+BbOiX+8zLnhjpMNhLCFjXSFdM465sMvhOYCmuUpkZQ eyhAG+e9hPFLjrV2+Cia/TJBmfctH/RSMum9+Fv4G3l5IP4fhKmvrt4JvBy8/mV9qy0Y Q/Yw== X-Received: by 10.50.114.3 with SMTP id jc3mr3264070igb.75.1367159869980; Sun, 28 Apr 2013 07:37:49 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.58.52 with HTTP; Sun, 28 Apr 2013 07:37:19 -0700 (PDT) In-Reply-To: References: <517C1DCE.2050603@peterschmitt.fr> <517C3F8F.2080602@FreeBSD.org> <517C43E6.4080907@peterschmitt.fr> From: Chris Rees Date: Sun, 28 Apr 2013 15:37:19 +0100 X-Google-Sender-Auth: h8QtdPGDAZ3uvSntqIrAn3jaeDc Message-ID: Subject: Re: poudriere - postgresql90-client, LDAP, requires ldap.h To: Scot Hetzel Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "pgsql@freebsd.org" , FreeBSD Ports , Palle Girgensohn , Florent Peterschmitt X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 14:37:50 -0000 On 28 April 2013 15:36, Scot Hetzel wrote: > On Sun, Apr 28, 2013 at 9:16 AM, Chris Rees wrote: >> >> On 28 April 2013 15:07, Scot Hetzel wrote: >> > On Sun, Apr 28, 2013 at 6:25 AM, Palle Girgensohn >> > wrote: >> >> 28 apr 2013 kl. 10:37 skrev Chris Rees : >> >> >> >> > Please CC maintainers when you're asking about specific ports! >> >> > On 28 April 2013 07:05, Scot Hetzel wrote: >> >> >> On Sat, Apr 27, 2013 at 4:32 PM, Florent Peterschmitt < >> >> >> florent@peterschmitt.fr> wrote: >> >> >> >> >> >>> Le 27/04/2013 23:13, Matthew Seaman a =E9crit : >> >> >>>> On 27/04/2013 19:49, Florent Peterschmitt wrote: >> >> >>>>> Hello, >> >> >>>>> >> >> >>>>> I use the latest poudriere-devel to make my own pkg repository, >> >> >>>>> and >> >> >>>>> would like to build postgresql with LDAP support. >> >> >>>>> >> >> >>>>> Since it's in a virgin jail, and because the log said =AB hey I >> >> >>>>> need >> >> >>>>> ldap.h =BB, I understand that openldap should be installed but,= is >> >> >>>>> it >> >> >>>>> the >> >> >>>>> good way to do ? For each package requirement, it is needed to >> >> >>>>> install >> >> >>>>> it by hand ? (or with previously built packages :) ) >> >> >>>>> >> >> >>>> >> >> >>>> You should use the 'poudriere options' command to enable LDAP >> >> >>>> support >> >> >>>> in >> >> >>>> the postgresql server. >> >> >>> >> >> >>> Yep, I did that. Sorry, I missed to say I already have done this. >> >> >>> The >> >> >>> problem is that when building the package, the configure step fai= l >> >> >>> saying ldap.h is missing. >> >> >>> >> >> >>>> Now, when you use poudriere to build the postgresql package, it >> >> >>>> will >> >> >>>> have LDAP client added as a requirement -- so poudriere will als= o >> >> >>>> build >> >> >>>> you an LDAP package -- and when you go to install postgresql, ld= ap >> >> >>>> will >> >> >>>> be installed as well as a dependency. >> >> >>>> >> >> >>>> Cheers, >> >> >>>> >> >> >>>> Matthew >> >> >>>> >> >> >>> Yep. But how does work poudriere ? Because I have built postfix a= nd >> >> >>> dovecot2 with LDAP support and there was no problem. I think it's= a >> >> >>> problem from the port itself and not from poudriere, I should try >> >> >>> in a >> >> >>> new system (perhaps, a jail, without poudriere). >> >> >>> >> >> >> >> >> >> The problem seems to be caused by the following from >> >> >> databases/postgresql91-server/Makefile: >> >> >> >> >> >> 66 .if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) >> >> >> 67 SERVER_ONLY=3D yes >> >> >> 68 USE_RC_SUBR=3D postgresql >> >> >> 69 USE_PGSQL=3D yes >> >> >> 70 WANT_PGSQL_VER=3D >> >> >> ${DISTVERSION:C/([0-9][0-9]*)\.([0-9][0-9]*).*/\1\2/g} >> >> >> 71 USERS=3D ${PG_USER} >> >> >> 72 GROUPS=3D ${PG_GROUP} >> >> >> 73 SUB_FILES+=3D 502.pgsql >> >> >> 74 .endif >> >> >> >> >> >> 81 .if !defined(SLAVE_ONLY) >> >> >> 82 OPTIONS_DEFINE+=3D NLS DTRACE PAM LDAP GSSAPI OPTIMIZED_CFL= AGS >> >> >> XML >> >> >> TZDATA DEBUG KRB5 >> >> >> 83 OPTIONS_SINGLE=3D KRB5 >> >> >> 84 OPTIONS_SINGLE_KRB5=3D MIT_KRB5 HEIMDAL_KRB5 >> >> >> : >> >> >> 112 OPTIONS_DEFAULT=3D NLS XML TZDATA INTDATE SSL >> >> >> 113 .endif # !SLAVE_ONLY >> >> >> >> >> >> 159 . if ${PORT_OPTIONS:MLDAP} >> >> >> 160 CONFIGURE_ARGS+=3D--with-ldap >> >> >> 161 . if defined (SERVER_ONLY) >> >> >> 162 USE_OPENLDAP=3D yes >> >> >> 163 . endif >> >> >> 164 . endif >> >> >> >> >> >> NOTE: postgresql90-client/Makefile includes >> >> >> postgresql90-server/Makefile >> >> >> which then includes postgresql91-server/Makefile >> >> >> >> >> >> Unfortunately, you can't set USE_OPENLDAP as a build depends. Try >> >> >> commenting out lines 161 and 163 in the >> >> >> postgresql91-server/Makefile. >> >> >> This >> >> >> will add OpenLDAP as a LIB_DEPENDS to the postgresql*-client ports= . >> >> >> >> >> > >> >> > Actually, >> >> > >> >> > [crees@medusa]~% psql >> >> > Shared object "libldap_r-2.4.so.8" not found, required by >> >> > "libpq.so.5" >> >> > [crees@medusa]~% >> >> > >> >> > LDAP is indeed a LIB_DEPENDS. >> >> > >> >> > Palle, Jason, if you don't object I'm going to add || defined >> >> > (CLIENT_ONLY) to line 161 above. >> >> > >> >> > Chris >> >> >> >> It seems strange to me that psql should require libldap? That seems >> >> like a >> >> bug, or am I missing something? Why would the client side of the >> >> connection >> >> need to use ldap? >> > >> > >> > Since the postgresql*-client ports install the below files: >> > >> > bin/clusterdb >> > bin/createdb >> > bin/createlang >> > bin/createuser >> > bin/dropdb >> > bin/droplang >> > bin/dropuser >> > bin/ecpg >> > bin/pg_config >> > bin/pg_dump >> > bin/pg_dumpall >> > bin/pg_restore >> > bin/psql >> > bin/reindexdb >> > bin/vacuumdb >> > lib/libecpg.so.6 >> > lib/libecpg_compat.so.3 >> > lib/libpgtypes.so.3 >> > lib/libpq.so.5 >> > >> > We'll need someone to check with ldd to see if they require any of the >> > ldap >> > libraries after commenting out lines 161 and 163. If they don't requir= e >> > LDAP, then we just need to remove LDAP from line 82, and add the below >> > between line 82 and 83: >> > >> > .if defined (SERVER_ONLY) >> > OPTIONS_DEFINE+=3D LDAP >> > .endif >> > >> > Then move line 161 to before line 159. >> >> Ohononono, you can't just set different OPTIONS for each port, that >> makes them stomp over the saved ones for each variant-- I got bitten >> by that before. The simpler solution would be to ignore the setting >> for LDAP for anything !server. >> > It shouldn't be a problem unless both the postgresql*-server and > postgresql*-client are using the same OPTIONSFILE. > > What does make -V OPTIONSFILE display in databases/postgresql*-client and > databases/postgresql*-server? It does use the same OPTIONSFILE. Chris From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 14:46:26 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F05462E3 for ; Sun, 28 Apr 2013 14:46:26 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-vc0-f171.google.com (mail-vc0-f171.google.com [209.85.220.171]) by mx1.freebsd.org (Postfix) with ESMTP id B6E9617FF for ; Sun, 28 Apr 2013 14:46:26 +0000 (UTC) Received: by mail-vc0-f171.google.com with SMTP id ha12so2277854vcb.16 for ; Sun, 28 Apr 2013 07:46:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=D6HeNDfXGsBvmtuDmC68IjpY+E7XSRtWh4uHOXbUaww=; b=Cm7FyhC9kqA6Yld41JrpT1FP+ou7OcfINVl4LXnu3Dd930zuzHvRzU3NBXRMsxe5UU BHcCu3CVaaF/MVhPoe/OGnILkNHBYFaqsl5rl1PlmMl5DTXjgoWyNaDax3q3/34SNwEi VShs6/g+a2XWyk007jjs+1nw1le3J8W7iD1pshFKphkXTu/lqhSF8cpZpqKMtRWQ0+KQ n3HLxV7ACE8x3fu7/9yvXnN2XKRFRZgiD3yUYbo3rZJexPXr6XG+SEnP6NltnYIlJ5ag WD3H426Vl9IMkE0R5eSZIKWWlSdMA80PkX7c6C3kGE/7bO1nffvNJiBD9xz61yfqKZ3A Y1zQ== MIME-Version: 1.0 X-Received: by 10.58.229.69 with SMTP id so5mr31537379vec.6.1367160380283; Sun, 28 Apr 2013 07:46:20 -0700 (PDT) Received: by 10.58.74.197 with HTTP; Sun, 28 Apr 2013 07:46:20 -0700 (PDT) In-Reply-To: References: Date: Sun, 28 Apr 2013 09:46:20 -0500 Message-ID: Subject: Re: Status/version of graphics/png? From: Jeremy Messenger To: Thomas Mueller Content-Type: text/plain; charset=ISO-8859-1 Cc: Dirk Meyer , Chris Rees , FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 14:46:27 -0000 On Sun, Apr 28, 2013 at 1:42 AM, Thomas Mueller wrote: > from Chris Rees: > >> What new features are you trying to take advantage of with png? > > I went to the libpng website and couldn't find the desired changelog, but found libpng 1.4.x and 1.5.x were still in active development, and there was also a beta 1.7.0 . 1.6.2 is the latest release. > > I notice that, since I sent my last message, FreeBSD ports upgraded to png 1.5.15 . > > So I don't really know about the differences in features between the various releases. So why are you whining about it then? > I follow changes to both FreeBSD ports and NetBSD pkgsrc daily, some time after midnight UTC, notice there are usually many more additions to FreeBSD ports than to NetBSD pkgsrc. > > Tom > > _______________________________________________ > 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" -- mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 15:19:55 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F19D27E2 for ; Sun, 28 Apr 2013 15:19:55 +0000 (UTC) (envelope-from niioka@kk.iij4u.or.jp) Received: from mfo.iij4u.or.jp (mfo10.iij4u.or.jp [210.138.174.80]) by mx1.freebsd.org (Postfix) with ESMTP id AF2BE1901 for ; Sun, 28 Apr 2013 15:19:54 +0000 (UTC) Received: by mfo.iij4u.or.jp (mfo10) id r3SEnloE002373; Sun, 28 Apr 2013 23:49:47 +0900 Received: by mo.iij4u.or.jp (mo10) id r3SEneZZ001827; Sun, 28 Apr 2013 23:49:40 +0900 Received: from localhost (w0109-49-135-166-57.uqwimax.jp [49.135.166.57]) by mbox.iij4u.or.jp (mbox10) id r3SEncI1008960 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Sun, 28 Apr 2013 23:49:39 +0900 Date: Sun, 28 Apr 2013 23:49:09 +0900 (JST) Message-Id: <20130428.234909.1246626834376249672.ken@iij4u.or.jp> To: freebsd-ports@freebsd.org Subject: mozc-server 1.10.1390.102_2 build fail From: Kenichi Niioka X-Mailer: Mew version 6.5 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) 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.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 15:19:56 -0000 Dear porters. I have following error with FreeBSD 10.0-CURRENT #0 r250017 amd64. $ cd /usr/ports/japanese/mozc-server $ make [snip] CXX(host) out_linux/Release/obj.host/gen_usage_rewriter_dictionary_main/rewriter/gen_usage_rewriter_dictionary_main.o LINK(host) out_linux/Release/gen_mock_segmenter_bitarray_main CXX(host) out_linux/Release/obj.host/gen_existence_data/rewriter/gen_existence_data.o /usr/bin/ld:out_linux/Release/obj.host/converter/libgen_segmenter_bitarray.a: file format not recognized; treating as linker script /usr/bin/ld:out_linux/Release/obj.host/converter/libgen_segmenter_bitarray.a:1: syntax error gmake: *** [out_linux/Release/gen_mock_segmenter_bitarray_main] Error 1 gmake: *** Waiting for unfinished jobs.... Traceback (most recent call last): File "build_mozc.py", line 1462, in main() File "build_mozc.py", line 1447, in main BuildToolsMain(cmd_opts, cmd_args, original_directory_name) File "build_mozc.py", line 982, in BuildToolsMain BuildMain(options, [build_tools_target], original_directory_name) File "build_mozc.py", line 1075, in BuildMain BuildOnLinux(options, targets, original_directory_name) File "build_mozc.py", line 1028, in BuildOnLinux RunOrDie([make_command] + build_args + target_names) File "/usr/ports/japanese/mozc-server/work/mozc-1.10.1390.102/build_tools/util.py", line 97, in RunOrDie '=========='])) build_tools.util.RunOrDieError: ========== ERROR: /usr/ports/japanese/mozc-server/work/mozc-1.10.1390.102/mozcmake -j16 MAKE_JOBS=16 BUILDTYPE=Release builddir_name=out_linux build_tools ========== *** [pre-build] Error code 1 Stop in /usr/ports/japanese/mozc-server. *** [/usr/ports/japanese/mozc-server/work/.build_done.mozc._usr_local] Error code 1 Stop in /usr/ports/japanese/mozc-server. Thanks in advance. -- Kenichi Niioka From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 15:32:12 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6C3CE93D for ; Sun, 28 Apr 2013 15:32:12 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (gatekeeper.allbsd.org [IPv6:2001:2f0:104:e001::32]) by mx1.freebsd.org (Postfix) with ESMTP id E450D1942 for ; Sun, 28 Apr 2013 15:32:11 +0000 (UTC) Received: from alph.d.allbsd.org (p2175-ipbf701funabasi.chiba.ocn.ne.jp [122.25.209.175]) (authenticated bits=128) by mail.allbsd.org (8.14.5/8.14.5) with ESMTP id r3SFVuJY001910 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 29 Apr 2013 00:32:06 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) (authenticated bits=0) by alph.d.allbsd.org (8.14.5/8.14.5) with ESMTP id r3SFVuJL055833; Mon, 29 Apr 2013 00:31:56 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Mon, 29 Apr 2013 00:31:42 +0900 (JST) Message-Id: <20130429.003142.675228605419898346.hrs@allbsd.org> To: niioka@kk.iij4u.or.jp Subject: Re: mozc-server 1.10.1390.102_2 build fail From: Hiroki Sato In-Reply-To: <20130428.234909.1246626834376249672.ken@iij4u.or.jp> References: <20130428.234909.1246626834376249672.ken@iij4u.or.jp> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 6.5 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Mon_Apr_29_00_31_42_2013_352)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.4 at gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (mail.allbsd.org [133.31.130.32]); Mon, 29 Apr 2013 00:32:06 +0900 (JST) X-Spam-Status: No, score=-93.3 required=13.0 tests=CONTENT_TYPE_PRESENT, ONLY1HOPDIRECT,RCVD_IN_PBL,RCVD_IN_RP_RNBL,SAMEHELOBY2HOP,USER_IN_WHITELIST autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on gatekeeper.allbsd.org Cc: freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 15:32:12 -0000 ----Security_Multipart(Mon_Apr_29_00_31_42_2013_352)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Kenichi Niioka wrote in <20130428.234909.1246626834376249672.ken@iij4u.or.jp>: ni> Dear porters. ni> ni> I have following error with FreeBSD 10.0-CURRENT #0 r250017 amd64. ni> ni> $ cd /usr/ports/japanese/mozc-server ni> $ make ni> ni> [snip] Please try the following and let me know if they work or not: http://people.allbsd.org/~hrs/FreeBSD/mozc_port_20130428-2.diff (patch) http://people.allbsd.org/~hrs/FreeBSD/mozc_port_full_20130428-2.tar.gz (tarball of the patched ports) -- Hiroki ----Security_Multipart(Mon_Apr_29_00_31_42_2013_352)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (FreeBSD) iEYEABECAAYFAlF9QN4ACgkQTyzT2CeTzy2XXQCgx09x0YxHNF/W08flLkEUBgnT SYEAoLUMBrOlkfuZ78jOtfzDKrM4PnH4 =6gdr -----END PGP SIGNATURE----- ----Security_Multipart(Mon_Apr_29_00_31_42_2013_352)---- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 15:48:34 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 79DCEB93; Sun, 28 Apr 2013 15:48:34 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 47E901AAA; Sun, 28 Apr 2013 15:48:34 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id k5so6521017iea.18 for ; Sun, 28 Apr 2013 08:48:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=oLqvpxHsSLJhc/eyhurOkU0+WbVOPX4PXr8oyjKK5/g=; b=IJkKfzgSjEHeivQHsBpaJQny5OVUDv2jSIqhTONLnOlJmlN/0ZXJ2RjJrZ/MIL4E9L RE1ETTawTh/hnzuaUW/hw49xn6HLJO5ToiBsBw79BeRZAqtqh7+gJtfWtEmMzdsip0gu /yrDLEzwZ/V88Lb7YYm+ZdTkCXvd5UJZMbYBrMYR3jSBIx/luqOdrm+MMffLeY0kYQQk OhYVC7Dh6sq7RCwMOX771GpyE+bQAqAcbp8ZY4uTErqs99b1HRKrK6wzP1YnClZCTKcU rFcW7zCeD33R59bnaxyvVXXhbuQfy+nFMEdSy59mXQgZlA5gAn9UCUCkk4qlifkSfQ6w 7jgw== MIME-Version: 1.0 X-Received: by 10.50.128.16 with SMTP id nk16mr5942337igb.15.1367164113981; Sun, 28 Apr 2013 08:48:33 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Sun, 28 Apr 2013 08:48:33 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Sun, 28 Apr 2013 08:48:33 -0700 (PDT) In-Reply-To: <20130428070851.60d08788@scorpio> References: <20130428070851.60d08788@scorpio> Date: Sun, 28 Apr 2013 16:48:33 +0100 Message-ID: Subject: Re: openldap-2.4.35: "failed to start slapd" From: Chris Rees To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Xin LI X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 15:48:34 -0000 On 28 Apr 2013 12:09, "Jerry" wrote: > > FreeBSD-8.3 STABLE amd64 > > I updated the openldap port to the latest version last night: > > openldap-client-2.4.35/ > openldap-server-2.4.35/ > > Now, LDAP will not start. All I get is this when I try to start it: > > /usr/local/etc/rc.d # ./slapd start > Starting slapd. > ./slapd: WARNING: failed to start slapd > > I tried rebuilding the programs and when that failed, I did a complete > removal of them plus the "/usr/local/etc/openldap" directory and then > rebuilt the ports. The problem still remains. I NEED openldap running. > Has anyone else experienced this problem or have an idea how I can get > it up and running? I don't want to file a PR if I am the only user with > this problem. Have you tried getting the older version and installing that? Ports-mgmt/portdowngrade will help you do that. Not a proper solution, but it'll get it working again if you're desperate. Chris From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 17:17:08 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 39B8D4E7 for ; Sun, 28 Apr 2013 17:17:08 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-gg0-x22f.google.com (mail-gg0-x22f.google.com [IPv6:2607:f8b0:4002:c02::22f]) by mx1.freebsd.org (Postfix) with ESMTP id E443C1DDB for ; Sun, 28 Apr 2013 17:17:07 +0000 (UTC) Received: by mail-gg0-f175.google.com with SMTP id l2so85681ggn.34 for ; Sun, 28 Apr 2013 10:17:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding; bh=LkKZku20Tw1LQOZ/BGt0cB3KmrY6ZIoDESHPLCrQAnM=; b=TOhLSWYQmy8JTYBQspZMBHKu7UCjc/gCoQIbnTD3qWBct64aqsdeb8qrG5OP0Y5MZf UpVWey8bB+dlsVHbERYhEx11vtqkFtPMEbrjlwgQjsMMO07NOgasuDeev5Fp49CsCJ28 kCGx5yvQvs3NK+sBlX3w5etfxUEsliAU1X4Zc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=LkKZku20Tw1LQOZ/BGt0cB3KmrY6ZIoDESHPLCrQAnM=; b=fzJKBL3JdnpkU2g2bNk8F3RdtF5GFHheg7eob5mMxJSv9LzWI77xBHxm1Dno6hz3+H jIQ98InSXY3/R1sM8Mbg5c8DSQaaOBlG+oSdncMClU4rjozkH5NMGoyj89ywpexWpNdS 7gWkOAkutoj6eX+lNc/JxhTusVtfTSSth8PUOftnXwvgVgP1Gf8upNRzakuaxO6t4NQZ e3L1bgRA7gxTpdMB2ZqEFZ7MRj1e1iw17ESIt5qMHOluXjjwC3lQdYjinwWnjT3nqGJF M3OZzEnNYdlpYMO6ygRQCqm5oh62lkGbDIMxiz1zJ2hetIn/y599wnVlUajNSrIBDzVW od2A== X-Received: by 10.236.43.111 with SMTP id k75mr9775814yhb.118.1367169427405; Sun, 28 Apr 2013 10:17:07 -0700 (PDT) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPSA id h68sm27325412yhj.24.2013.04.28.10.17.06 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 28 Apr 2013 10:17:06 -0700 (PDT) Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerry@seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3ZzFzj2Zw8z2CG57 for ; Sun, 28 Apr 2013 13:17:05 -0400 (EDT) Date: Sun, 28 Apr 2013 13:17:04 -0400 From: Jerry To: freebsd-ports@freebsd.org Subject: Re: openldap-2.4.35: "failed to start slapd" Message-ID: <20130428131704.1eb14721@scorpio> In-Reply-To: References: <20130428070851.60d08788@scorpio> Organization: seibercom.net X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQlcWz0pVN62GHhK4vpLvdRZgeGBwH1g4TaTOaKADW5dFysNef/GeRO0JoceVCuMC5IEVEfI X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 17:17:08 -0000 On Sun, 28 Apr 2013 16:48:33 +0100 Chris Rees articulated: > Have you tried getting the older version and installing that? > > Ports-mgmt/portdowngrade will help you do that. > > Not a proper solution, but it'll get it working again if you're > desperate. Actually, the database "log" got corrupted. Even the "db-recover" would not correct it. Luckily, I had a semi-recent backup of the directory. I had to run "/usr/local/libexec/slapd" via "GDB" to find out what the problem was. I have no idea what caused the corruption though. The only thing that comes to mind is that I DID NOT shut down openldap prior to updating it. That never caused a problem before though. -- Jerry ♔ Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 17:25:17 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5A026628 for ; Sun, 28 Apr 2013 17:25:17 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 331151E33 for ; Sun, 28 Apr 2013 17:25:17 +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 r3SHPGPm012294 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 28 Apr 2013 10:25:16 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.14.2/Submit) with UUCP id r3SHPG6d012293; Sun, 28 Apr 2013 10:25:16 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: from fbsd81 ([192.168.200.81]) by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA03462; Sun, 28 Apr 13 10:13:21 PDT Date: Sun, 28 Apr 2013 10:13:19 -0700 From: perryh@pluto.rain.com To: mueller23@insightbb.com Subject: Re: Any way to keep two versions of Xorg? Message-Id: <517d58af.NnrYJKxsbk7H3rWG%perryh@pluto.rain.com> References: In-Reply-To: User-Agent: nail 11.25 7/29/05 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.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 17:25:17 -0000 "Thomas Mueller" wrote: > Is there any way to keep two versions of Xorg-server, using no > more than one at a time? > > Reason is the newer but unstable version with KMS, permitting > full use of the newer Intel graphics chips. Provided you are OK with having the new KMS code in the kernel while running the older Xorg (so you don't need different kernels -- thus different base -- in addition to different Xorg userland), and if you don't mind having two entire ports/packages sets each including its own Xorg, this thread may help: http://lists.freebsd.org/pipermail/freebsd-ports/2013-April/082949.html From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 17:30:52 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8F347818 for ; Sun, 28 Apr 2013 17:30:52 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x235.google.com (mail-ia0-x235.google.com [IPv6:2607:f8b0:4001:c02::235]) by mx1.freebsd.org (Postfix) with ESMTP id 676E11E7F for ; Sun, 28 Apr 2013 17:30:52 +0000 (UTC) Received: by mail-ia0-f181.google.com with SMTP id k38so4945521iah.26 for ; Sun, 28 Apr 2013 10:30:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=pkoUjDpnco5BXFYjJmnMQ4AZJiQ0YtbdQ6ubyM9FA3I=; b=VfwLSlrS99sC5RfAnnjVdwuODtrYaZgSNVuUznS1JFvD+proq7HP0uqEpUr86l2nQJ DcMCe/woYVxXCMNHDfe1ruXNWr1sxCyYAGozXiRnwZFNC+pjQ3q5KzYkgGTEwSa4CG4d V7B/Gy9epNd5Uwg885sDTyNMK4cBpR+jKn6TuQlU2nvyEzl7uNTDi8maXRVO8uIQ6r2k R+lC6FHyPbmuvl3frbGgxD9//AGu/sry7qKKalOLwBByDKqQ+Cdpioun4khLYr7O3tHF TzSK5357UKNDjspedScoQ+Gc0ihdV7bLvIrotIqib+qTio23eP01W6H1Q9HrvyEdxJPN 3pXA== X-Received: by 10.50.114.3 with SMTP id jc3mr3484393igb.75.1367170252124; Sun, 28 Apr 2013 10:30:52 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.58.52 with HTTP; Sun, 28 Apr 2013 10:30:22 -0700 (PDT) In-Reply-To: <20130428131704.1eb14721@scorpio> References: <20130428070851.60d08788@scorpio> <20130428131704.1eb14721@scorpio> From: Chris Rees Date: Sun, 28 Apr 2013 18:30:22 +0100 X-Google-Sender-Auth: xMDp3QhWVtArvXiVZYXuodJ97aI Message-ID: Subject: Re: openldap-2.4.35: "failed to start slapd" To: FreeBSD Mailing List , Xin LI Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 17:30:52 -0000 On 28 April 2013 18:17, Jerry wrote: > On Sun, 28 Apr 2013 16:48:33 +0100 > Chris Rees articulated: > >> Have you tried getting the older version and installing that? >> >> Ports-mgmt/portdowngrade will help you do that. >> >> Not a proper solution, but it'll get it working again if you're >> desperate. > > Actually, the database "log" got corrupted. Even the "db-recover" would > not correct it. Luckily, I had a semi-recent backup of the directory. I > had to run "/usr/local/libexec/slapd" via "GDB" to find out what the > problem was. I have no idea what caused the corruption though. The only > thing that comes to mind is that I DID NOT shut down openldap prior to > updating it. That never caused a problem before though. I'm really glad you had backups. I'd be surprised if the in-place upgrade broke things, but it might cause a problem. I've never had an issue with any daemons like that. Xin Li, do you know if corruption due to this is possible? Would a @stopdaemon line be appropriate here? Chris From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 18:02:16 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 380EE60C for ; Sun, 28 Apr 2013 18:02:16 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id CA32B1FC8 for ; Sun, 28 Apr 2013 18:02:15 +0000 (UTC) Received: from [89.204.130.238] (helo=tiny.Sisis.de) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UWVvR-0005GK-HI; Sun, 28 Apr 2013 20:02:14 +0200 Received: from tiny.Sisis.de (localhost [127.0.0.1]) by tiny.Sisis.de (8.14.5/8.14.3) with ESMTP id r3SI1sJL001819; Sun, 28 Apr 2013 18:01:56 GMT (envelope-from guru@unixarea.de) Received: (from guru@localhost) by tiny.Sisis.de (8.14.5/8.14.3/Submit) id r3SI1h18001818; Sun, 28 Apr 2013 20:01:43 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: tiny.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Sun, 28 Apr 2013 20:01:35 +0200 From: Matthias Apitz To: freebsd-ports@freebsd.org Subject: astro/foxtrotgps (1.1.1_1 from ports SVN r315646) crashes on start Message-ID: <20130428180134.GA1770@tiny.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 10.0-CURRENT r235646 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 89.204.130.238 Cc: crwhipp@gmail.com X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 18:02:16 -0000 Hello, Foxtrotgps crashes on start on 10-CURRENT r235646 during 'pthread_mutex_unlock', details follow below; Thanks matthias $ uname -a FreeBSD tiny.Sisis.de 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r235646: Sat May 19 15:52:36 CEST 2012 guru@aurora.Sisis.de:/usr/obj/usr/src/sys/GENERIC i386 $ foxtrotgps (foxtrotgps:1759): Gtk-CRITICAL **: IA__gtk_toolbar_set_icon_size: assertion `icon_size != GTK_ICON_SIZE_INVALID' failed (foxtrotgps:1759): Gtk-CRITICAL **: IA__gtk_toolbar_set_icon_size: assertion `icon_size != GTK_ICON_SIZE_INVALID' failed (foxtrotgps:1759): Gtk-CRITICAL **: IA__gtk_entry_set_text: assertion `GTK_IS_ENTRY (entry)' failed GLib (gthread-posix.c): Unexpected error from C library during 'pthread_mutex_unlock': Operation not permitted. Aborting. REPOLIST == NULL *** on_drawingarea1_configure_event(): pixmap created Not autocentering map due to missing gps data Not autocentering map due to missing gps data (gdb) bt #0 0x2928368b in thr_kill () from /lib/libc.so.7 #1 0x2921aed6 in pthread_sigmask () from /lib/libthr.so.3 #2 0x2921b5ab in raise () from /lib/libthr.so.3 #3 0x29338dea in abort () from /lib/libc.so.7 #4 0x28bcfc18 in g_thread_yield () from /usr/local/lib/libglib-2.0.so.0 #5 0x28488a06 in gdk_threads_init () from /usr/local/lib/libgdk-x11-2.0.so.0 #6 0x281e0889 in gtk_main () from /usr/local/lib/libgtk-x11-2.0.so.0 #7 0x08053136 in main () -- Sent from my FreeBSD netbook Matthias Apitz | - No system with backdoors like Apple/Android E-mail: guru@unixarea.de | - Never being an iSlave WWW: http://www.unixarea.de/ | - No proprietary attachments, no HTML/RTF in E-mail phone: +49-170-4527211 | - Respect for open standards From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 18:03:10 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6156E6A8 for ; Sun, 28 Apr 2013 18:03:10 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-ve0-x232.google.com (mail-ve0-x232.google.com [IPv6:2607:f8b0:400c:c01::232]) by mx1.freebsd.org (Postfix) with ESMTP id 233361FD4 for ; Sun, 28 Apr 2013 18:03:10 +0000 (UTC) Received: by mail-ve0-f178.google.com with SMTP id c13so2641020vea.9 for ; Sun, 28 Apr 2013 11:03:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=qBerVigIBo0FJ96NnMN7udNY1Z7tkOJRYd8aPVbvSqQ=; b=lZGGwPZgFdV/qaEMMEm9eyAu+vrLkgWAbEwp00u1gb/FHJlJ8Zo5hszKEdC6+m/0Jb M4+MGtzGYXDfRro54qeCyHJXiLUf6uR5HFuJUP+MWfra/aFpN9kWEVWIm8tSc8ckqtlZ 04FAXwiTVJSmeMJmEeDLAiFgRkCgixSPgdrITzRDNeuP8UcgmJdzpB0gdcPhwypkwTb6 NEsajQ3jY8OZmYr9U4ZmTn5RQWpMWPawAi8+88GzGfUx1yRbbWd/dRsJrtCC/iboSCGI Lsf5uGh6SeRpFrNqDIidEEE3Kw2Qgk4N4Xr1CHdC2Xszlcoi7wmouycbcHKrr2hR8+GH PHXQ== MIME-Version: 1.0 X-Received: by 10.52.120.101 with SMTP id lb5mr6746790vdb.11.1367172189421; Sun, 28 Apr 2013 11:03:09 -0700 (PDT) Sender: bsd-src@helfman.org Received: by 10.58.146.39 with HTTP; Sun, 28 Apr 2013 11:03:09 -0700 (PDT) In-Reply-To: <1UWQ0V-000Eda-TS@internal.tormail.org> References: <1366861249.50130.YahooMailNeo@web161201.mail.bf1.yahoo.com> <1UWQ0V-000Eda-TS@internal.tormail.org> Date: Sun, 28 Apr 2013 11:03:09 -0700 X-Google-Sender-Auth: j_jPMF5HjHC-ryKwMpUdgCX0SjA Message-ID: Subject: Re: A package for the ubuntu-font port? From: Jason Helfman To: Jan Beich X-Gm-Message-State: ALoCoQkGEtYFn53hWFGgwJqnYosGkfxTZDd3wMKnpodyfJI9UivjVamgdQQsiaK/m60iiP90kPlJ Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Ports , Kevin Lo , "Grant D. Watson" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 18:03:10 -0000 On Thu, Apr 25, 2013 at 4:07 AM, Jan Beich wrote: > "Grant D. Watson" writes: > > > Ports folks, > > > > I sent a message to Kevin Lo, since the ports search site lists his > > address for ubuntu-font, but he said this isn't his area. > > > > I am a Linux user who's been playing with FreeBSD and enjoying it; in > > creating and destroying experimental VMs I've made great use of binary > > packages. For some reason the ubuntu-font port is not available as a > > package. Would that be difficult to change? It's no hardship to > > install it from ports of course, but having it as a package would be > > convenient. > > $ make -V _LICENSE_RESTRICTED > delete-package delete-distfiles > > When a port uses Mk/bsd.licenses.mk (defines LICENSE) the permissions > must include pkg-mirror for the package to be redistributed across > freebsd mirrors. ubuntu-font license is currently defined as > > # added by the current maintainer > LICENSE= UFL > LICENSE_FILE= ${WRKSRC}/LICENCE.txt > LICENSE_NAME= Ubuntu Font License (UFL) > LICENSE_PERMS= auto-accept > > where probably all of the following apply (IANAL) > > # Available components for LICENSE_PERMS: > # dist-mirror - No free redistribution of distfile (like FTP mirroring; > RESTRICTED). > # dist-sell - No selling of distfile (like in CD-ROM; > NO_CDROM). > # pkg-mirror - No free redistribution of package (like FTP upload; > NO_PACKAGE). > # pkg-sell - No selling of package (like in CD-ROM; NO_CDROM). > # auto-accept - If license is accepted by default, without presented > # agreement, unless the user defines > LICENSES_ASK. > # > > And the fix > > Index: x11-fonts/ubuntu-font/Makefile > =================================================================== > --- x11-fonts/ubuntu-font/Makefile (revision 315726) > +++ x11-fonts/ubuntu-font/Makefile (working copy) > @@ -19,7 +19,7 @@ COMMENT= Ubuntu font family > LICENSE= UFL > LICENSE_FILE= ${WRKSRC}/LICENCE.txt > LICENSE_NAME= Ubuntu Font License (UFL) > -LICENSE_PERMS= auto-accept > +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} > > BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig > RUN_DEPENDS:= ${BUILD_DEPENDS} > > > It is more acceptable to add the actual values of _LICENSE_PERMS_DEFAULT, rather than the variable. If _LICENSE_PERMS_DEFAULT changes, and the defaults are not acceptable anymore for that software, then it will still apply to the software as an acceptable license. IMHO, if this is defined within a port, it should be marked appropriately, at exit. -jgh -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 18:05:02 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8AC08756 for ; Sun, 28 Apr 2013 18:05:02 +0000 (UTC) (envelope-from indexbuild@FreeBSD.org) Received: from portsindexbuild.ysv.freebsd.org (portsindexbuild.ysv.freebsd.org [IPv6:2001:1900:2254:206a::16:6601]) by mx1.freebsd.org (Postfix) with ESMTP id 6CBB61FEA for ; Sun, 28 Apr 2013 18:05:02 +0000 (UTC) Received: from portsindexbuild.ysv.freebsd.org ([127.0.1.2]) by portsindexbuild.ysv.freebsd.org (8.14.6/8.14.6) with ESMTP id r3SI526m004934 for ; Sun, 28 Apr 2013 18:05:02 GMT (envelope-from indexbuild@portsindexbuild.ysv.freebsd.org) Received: (from indexbuild@localhost) by portsindexbuild.ysv.freebsd.org (8.14.6/8.14.5/Submit) id r3SI52Ri004933 for ports@FreeBSD.org; Sun, 28 Apr 2013 18:05:02 GMT (envelope-from indexbuild) Date: Sun, 28 Apr 2013 18:05:02 GMT From: Ports Index build Message-Id: <201304281805.r3SI52Ri004933@portsindexbuild.ysv.freebsd.org> To: ports@FreeBSD.org Subject: INDEX build failed for 8.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 18:05:02 -0000 INDEX build failed with errors: Generating INDEX-8 - please wait.. Done. make_index: gstreamer1-plugins-all-1.0_1: no entry for /usr/ports/multimedia/gstreamer1-plugins-rtmp make_index: gstreamer1-plugins-all-1.0_1: no entry for /usr/ports/multimedia/gstreamer1-plugins-rtmp Committers on the hook: crees culot hrs kwm nivit nox stefan Most recent SVN update was: Updating '.': U www/Makefile U www/firefox-remote/Makefile A www/joomla31 A www/joomla31/pkg-plist A www/joomla31/Makefile A www/joomla31/distinfo A www/joomla31/pkg-descr A www/joomla31/files A www/joomla31/files/pkg-message.in U devel/cross-gcc/Makefile U devel/cross-gcc/distinfo U Mk/bsd.gstreamer.mk U comms/Makefile A comms/dabstick-radio A comms/dabstick-radio/files A comms/dabstick-radio/files/patch-fmreceiver-dab_fmreceiver.pro A comms/dabstick-radio/files/patch-filters_iir-filters.cpp A comms/dabstick-radio/files/patch-utilities_decimator.cpp A comms/dabstick-radio/files/patch-dabreceiver-V2_dabreceiver.pro A comms/dabstick-radio/files/patch-jff-include.h A comms/dabstick-radio/files/patch-filters_fir-filters.cpp A comms/dabstick-radio/Makefile A comms/dabstick-radio/distinfo A comms/dabstick-radio/pkg-descr A multimedia/gstreamer1-plugins-rtmp A multimedia/gstreamer1-plugins-rtmp/Makefile U multimedia/gstreamer1-plugins/Makefile.common U multimedia/gstreamer1-plugins-all/Makefile U multimedia/gstreamer1-plugins-core/Makefile U finance/kmymoney2/Makefile U MOVED U databases/py-swift/pkg-plist U databases/py-swift/Makefile U databases/py-swift/distinfo D print/html2ps-letter D print/html2ps-a4 U print/ghostscript8-nox11/Makefile A print/ghostscript9-agpl A print/ghostscript9-agpl/Makefile A print/ghostscript9-agpl/distinfo A print/ghostscript9-agpl/pkg-descr A print/ghostscript9-agpl/files A print/ghostscript9-agpl/files/patch-base-gdevplib.c A print/ghostscript9-agpl/files/patch-base-openjpeg.mak A print/ghostscript9-agpl/files/patch-base-gs.mak A print/ghostscript9-agpl/files/patch-Resource-Init-cidfmap A print/ghostscript9-agpl/files/Makefile.epag A print/ghostscript9-agpl/files/lqx70ch.upp A print/ghostscript9-agpl/files/patch-base-unixinst.mak A print/ghostscript9-agpl/files/lqx70cl.upp A print/ghostscript9-agpl/files/lqx70cm.upp A print/ghostscript9-agpl/files/Makefile.drivers_post A print/ghostscript9-agpl/files/patch-psi-zicc.c A print/ghostscript9-agpl/files/patch-base-gsicc_create.c A print/ghostscript9-agpl/files/patch-Resource-Init-pdf_font.ps A print/ghostscript9-agpl/files/patch-openjpeg-libopenjpeg-opj_malloc.h A print/ghostscript9-agpl/files/patch-base-gxobj.h A print/ghostscript9-agpl/files/patch-contrib__japanese__dmp_site.ps A print/ghostscript9-agpl/files/patch-contrib__gomni.c A print/ghostscript9-agpl/files/patch-base-configure.ac A print/ghostscript9-agpl/files/patch-base-contrib.mak A print/ghostscript9-agpl/files/Makefile.pcl3 A print/ghostscript9-agpl/files/patch-lips:gdevlips.c A print/ghostscript9-agpl/files/epag.contrib.mak A print/ghostscript9-agpl/files/patch-epag-ert.c A print/ghostscript9-agpl/files/patch-lips:gdevlips.h A print/ghostscript9-agpl/files/patch-base-gdevl256.c A print/ghostscript9-agpl/files/patch-base-gdevvglb.c A print/ghostscript9-agpl/files/patch-Resource-Init-FAPIcidfmap A print/ghostscript9-agpl/files/patch-base-Makefile.in A print/ghostscript9-agpl/files/patch-Resource-Init-FAPIconfig A print/ghostscript9-agpl/files/patch-base-unix-gcc.mak A print/ghostscript9-agpl/files/patch-Resource-Init-gs_ttf.ps A print/ghostscript9-agpl/files/patch-epag__gdevepag.c A print/ghostscript9-agpl/files/patch-base-gdevperm.c A print/ghostscript9-agpl/files/patch-openjpeg-libopenjpeg-opj_includes.h A print/ghostscript9-agpl/files/Makefile.dmprt A print/ghostscript9-agpl/files/patch-contrib-contrib.mak A print/ghostscript9-agpl/files/pkg-message.in A print/ghostscript9-agpl/files/patch-contrib__japanese__gdevdmpr.c A print/ghostscript9-agpl/files/patch-Resource-Init-gs_statd.ps A print/ghostscript9-agpl/files/patch-base-devs.mak A print/ghostscript9-agpl/Makefile.drivers A print/ghostscript9-agpl/pkg-plist U print/ghostscript8/Makefile U print/Makefile U print/ghostscript9-nox11/Makefile A print/html2ps A print/html2ps/Makefile A print/html2ps/distinfo A print/html2ps/pkg-descr A print/html2ps/files A print/html2ps/files/html2psrc.in A print/html2ps/files/patch-html2ps.1 A print/html2ps/files/patch-html2ps U print/yatex/distinfo U print/yatex/Makefile A print/ghostscript9-agpl-nox11 A print/ghostscript9-agpl-nox11/Makefile U print/apsfilter/Makefile Updated to revision 316738. From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 18:59:37 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EB57A888; Sun, 28 Apr 2013 18:59:37 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id B1AB41162; Sun, 28 Apr 2013 18:59:36 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 1483D1E007AF; Sun, 28 Apr 2013 20:59:26 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.5/8.14.4) with ESMTP id r3SIwVb5086875; Sun, 28 Apr 2013 20:58:31 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.5/8.14.3/Submit) id r3SIwVq5086874; Sun, 28 Apr 2013 20:58:31 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sun, 28 Apr 2013 20:58:31 +0200 To: freebsd-multimedia@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: FreeBSD can now receive DAB(+) radio (and stereo wideband FM) Message-ID: <20130428185831.GA86865@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 18:59:38 -0000 Just thought this might interest some... http://www.freshports.org/comms/dabstick-radio Homepage: http://www.sdr-j.tk/ Enjoy! :) Juergen From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 19:36:04 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D2F977F6; Sun, 28 Apr 2013 19:36:04 +0000 (UTC) (envelope-from qat@redports.org) Received: from qat.redports.org (qat.redports.org [96.47.72.233]) by mx1.freebsd.org (Postfix) with ESMTP id A46371260; Sun, 28 Apr 2013 19:36:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=0xnSmkpYhJF5Kxn0GVPwRrhObnZS67U9uH8H54BqCuk=; b=dPSiAicbbyaF5BUH+mlkSfcUVGauKANgORzxqy6cSiopHBbfxX+hDqEc5yzLxRDA5mLax6squKsmZmmzFT6Ez/tl4BVDWvU+8Fx8+DlmAKvNiXL0Fj0wZ9B40RuiqgDi7lBapfcewSUtVTt9QdImo/Z2e6z0vslt1FxfNfncuF0=; Received: from www by qat.redports.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UWXOB-000Ocs-1C; Sun, 28 Apr 2013 19:35:59 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 0.12.5 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 0.12.5, by Edgewall Software To: kwm@FreeBSD.org X-Trac-Project: redports Date: Sun, 28 Apr 2013 19:35:58 -0000 X-URL: https://qat.redports.org/ Subject: [QAT] r316738: 2x depend (depend_package in x11/libxcb), 1x depend (depend_package in textproc/docbook-xsl), 10x success, 3x leftovers To: kwm@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20130428175400-10327 X-Trac-Build-ID: 20130428175400-10327 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Reply-To: qat@redports.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 19:36:04 -0000 Provide the rtmp streaming plugin [1]. Provide complete version for gstreamer1-plugins-core so it passes the version check. [2] Reported by: Olivier Duchateau [2] Requested by: Vanilla Hsu [1] --------------------------------------------------------------------- Build ID: 20130428175400-10327 Job owner: kwm@FreeBSD.org Buildtime: 102 minutes Enddate: Sun, 28 Apr 2013 19:35:55 GMT Revision: r316738 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=316738 --------------------------------------------------------------------- Port: multimedia/gstreamer1-plugins 1.0.7 Buildgroup: 9.1-QAT/amd64 Buildstatus: DEPEND (DEPEND_PACKAGE IN X11/LIBXCB) Log: https://qat.redports.org//~kwm@FreeBSD.org/20130428175400-10327-131244/libxcb-1.7.log Buildgroup: 9.1-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~kwm@FreeBSD.org/20130428175400-10327-131245/gstreamer1-plugins-1.0.7.log Buildgroup: 8.3-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~kwm@FreeBSD.org/20130428175400-10327-131246/gstreamer1-plugins-1.0.7.log Buildgroup: 8.3-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~kwm@FreeBSD.org/20130428175400-10327-131247/gstreamer1-plugins-1.0.7.log --------------------------------------------------------------------- Port: multimedia/gstreamer1-plugins-all 1.0_1 Buildgroup: 9.1-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~kwm@FreeBSD.org/20130428175400-10327-131248/gstreamer1-plugins-all-1.0_1.log Buildgroup: 9.1-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~kwm@FreeBSD.org/20130428175400-10327-131249/gstreamer1-plugins-all-1.0_1.log Buildgroup: 8.3-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~kwm@FreeBSD.org/20130428175400-10327-131250/gstreamer1-plugins-all-1.0_1.log Buildgroup: 8.3-QAT/i386 Buildstatus: DEPEND (DEPEND_PACKAGE IN TEXTPROC/DOCBOOK-XSL) Log: https://qat.redports.org//~kwm@FreeBSD.org/20130428175400-10327-131251/docbook-xsl-1.76.1.log --------------------------------------------------------------------- Port: multimedia/gstreamer1-plugins-core Buildgroup: 9.1-QAT/amd64 Buildstatus: DEPEND (DEPEND_PACKAGE IN X11/LIBXCB) Log: https://qat.redports.org//~kwm@FreeBSD.org/20130428175400-10327-131252/libxcb-1.7.log Buildgroup: 9.1-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~kwm@FreeBSD.org/20130428175400-10327-131253/gstreamer1-plugins-core-1.0.5.log Buildgroup: 8.3-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~kwm@FreeBSD.org/20130428175400-10327-131254/gstreamer1-plugins-core-1.0.5.log Buildgroup: 8.3-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~kwm@FreeBSD.org/20130428175400-10327-131255/gstreamer1-plugins-core-1.0.5.log --------------------------------------------------------------------- Port: multimedia/gstreamer1-plugins-rtmp Buildgroup: 9.1-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~kwm@FreeBSD.org/20130428175400-10327-131256/gstreamer1-plugins-rtmp-1.0.7.log Buildgroup: 9.1-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~kwm@FreeBSD.org/20130428175400-10327-131257/gstreamer1-plugins-rtmp-1.0.7.log Buildgroup: 8.3-QAT/amd64 Buildstatus: SUCCESS Log: https://qat.redports.org//~kwm@FreeBSD.org/20130428175400-10327-131258/gstreamer1-plugins-rtmp-1.0.7.log Buildgroup: 8.3-QAT/i386 Buildstatus: SUCCESS Log: https://qat.redports.org//~kwm@FreeBSD.org/20130428175400-10327-131259/gstreamer1-plugins-rtmp-1.0.7.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 20:06:47 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4BA8FE89 for ; Sun, 28 Apr 2013 20:06:47 +0000 (UTC) (envelope-from grant_watson@yahoo.com) Received: from nm11-vm0.bullet.mail.bf1.yahoo.com (nm11-vm0.bullet.mail.bf1.yahoo.com [98.139.213.136]) by mx1.freebsd.org (Postfix) with SMTP id E18521339 for ; Sun, 28 Apr 2013 20:06:46 +0000 (UTC) Received: from [98.139.212.153] by nm11.bullet.mail.bf1.yahoo.com with NNFMP; 28 Apr 2013 20:06:40 -0000 Received: from [98.139.212.207] by tm10.bullet.mail.bf1.yahoo.com with NNFMP; 28 Apr 2013 20:06:40 -0000 Received: from [127.0.0.1] by omp1016.mail.bf1.yahoo.com with NNFMP; 28 Apr 2013 20:06:40 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 463776.45038.bm@omp1016.mail.bf1.yahoo.com Received: (qmail 50133 invoked by uid 60001); 28 Apr 2013 20:06:40 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1367179600; bh=KP9egmr/n5CpeErDdlLfpfj+BdWufvb7hPu21t8Zr/k=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=hox0OEmOMVs395pHqbrRyb3NKJbSQEGDoxvd+ypyaI+QzECy/use3m/F1oMM8vP7Jxtc8CxTyj/IrXDPvVbsxeE79uo7ll92PR0O70juN0KJgDANHzcVMCwJdD+OKkiLk1SsoS+rYzfI1e4EarbaWHeSXur8OgD5VjqiSCXxGgo= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=cYWCvlZV8aUhBiNqTpjtCdgLniM0g7ORxKp+ZlnjolHT4mQX4OF8xgzjwWnHJaJ9Y2fEXcdXL2wetBlSKA8J0h9xQg2+/cRCQ1Y1MP5leAAStijjEZPxIdyzXUvOn08uP5OegT8nKQAXsvwiKaGMbG0mfrQE2+OMkFDY8sF8kvs=; X-YMail-OSG: 49tZMAwVM1mfSYeO9M3nrSfHD1bxmXF5lUHP4rBxgXd7WIY mGGNF0OMqcICS12i.Rtt0K0kDTHkLCd0IVqVfmnUWizs21URD7ZO0hQfZ9JM ZF.zCvNGz1Ax6lQJFrTPhTtPT3.sOwcJVj1CelRYn46I52UVh6L7_0Yiuhyi yvRKegD8WdY2IhqofwUenNDS3sieU_qdvUN6v3LWDSQ2cFwXuEhz6PkiNsUG YMDSDrKtYvXWVhaoYf4Jh8zOIaxk2faMSJG8e1_VchXRLKTCBWG9FNk3tTNd LTbKP86jALozw6ae2xY4KT6LxhUAgboWGiM6__EXJNG34iDmBPDqyGLcZr3k GddiZIGd.RSTGtp8T0xkQXo0ox9_CKfIY99MXORvhZxlV4pDMfvItYvcdNdS d6xlQTcAp1qEdsu1xZTU3BvslaRD94wpAYDiBzDIDJR3QeUJqOcfK6COqkq_ oXf8yasyDwX0p1a4UOCbJqlBThcTuIAYAFzzcX8i3FVDV2wg4wpINQTT_AN2 XIB_SPOkCRSHU3N7Wr8Lx8g-- Received: from [207.224.21.147] by web161202.mail.bf1.yahoo.com via HTTP; Sun, 28 Apr 2013 13:06:39 PDT X-Rocket-MIMEInfo: 002.001, WW91IGNvdWxkIGNyZWF0ZSB5b3VyIG93biBwYWNrYWdlIGFmdGVyIGl0IGlzIGluc3RhbGxlZCBmcm9tIHBvcnRzLgoKCj4.fHBrZ19jcmVhdGUgLWIgdWJ1bnR1LWZvbnQtMC44MF8xCj4.Cj4.cGtnX2FkZCA8ZmlsZW5hbWU.IHdpbGwgaW5zdGFsbCB0aGUgcGFja2FnZS4KPj4KPj5ncgo.PmpvaGFuCj4.Cj4.Cj4.T3IsIG1vcmUgc2ltcGx5LCBidWlsZCBhbmQgaW5zdGFsbCB0aGUgcG9ydCBhbmQgdGhlbiAnbWFrZSBwYWNrYWdlJy7CoCAKQm90aCBwb3J0bWFzdGVyIGFuIHBvcnR1cGdyYWRlIHN1cHBvcnQBMAEBAQE- X-Mailer: YahooMailWebService/0.8.141.536 References: <1366861249.50130.YahooMailNeo@web161201.mail.bf1.yahoo.com> <517A50D8.50503@gmail.com> Message-ID: <1367179599.49878.YahooMailNeo@web161202.mail.bf1.yahoo.com> Date: Sun, 28 Apr 2013 13:06:39 -0700 (PDT) From: "Grant D. Watson" Subject: Re: A package for the ubuntu-font port? To: Kevin Oberman , Johan Hendriks In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "Grant D. Watson" List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 20:06:47 -0000 You could create your own package after it is installed from ports.=0A=0A= =0A>>|pkg_create -b ubuntu-font-0.80_1=0A>>=0A>>pkg_add will ins= tall the package.=0A>>=0A>>gr=0A>>johan=0A>>=0A>>=0A>>Or, more simply, buil= d and install the port and then 'make package'.=A0 =0ABoth portmaster an po= rtupgrade support package building that is =0Agenerally cleaner. For portma= ster, '-g' is the option=0A>=0A>-- =0A>R. Kevin Oberman, Network Engineer= =0A>E-mail: rkoberman@gmail.com=0A>=0A>=0AThanks for the help; I will keep = that in mind in the future.=0A=0AGrant=0A From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 20:50:43 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6BF9F74A; Sun, 28 Apr 2013 20:50:43 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [IPv6:2a01:4f8:131:60a2::2]) by mx1.freebsd.org (Postfix) with ESMTP id 33E0F145E; Sun, 28 Apr 2013 20:50:43 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:c1ca:3dbc:5137:8c40]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPA id 385ED4AC59; Mon, 29 Apr 2013 00:50:42 +0400 (MSK) Date: Mon, 29 Apr 2013 00:50:41 +0400 From: Lev Serebryakov X-Priority: 3 (Normal) Message-ID: <436868773.20130429005041@serebryakov.spb.ru> To: Juergen Lock Subject: Re: FreeBSD can now receive DAB(+) radio (and stereo wideband FM) In-Reply-To: <20130428185831.GA86865@triton8.kn-bremen.de> References: <20130428185831.GA86865@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-multimedia@FreeBSD.org, freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 20:50:43 -0000 Hello, Juergen. You wrote 28 =D0=B0=D0=BF=D1=80=D0=B5=D0=BB=D1=8F 2013 =D0=B3., 22:58:31: JL> http://www.freshports.org/comms/dabstick-radio JL> Homepage: JL> http://www.sdr-j.tk/ Cool! And what about support for DVB-T sticks with Realtek chipset, which could be used as wideband SDR? --=20 // Black Lion AKA Lev Serebryakov From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 20:53:07 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 114F0826; Sun, 28 Apr 2013 20:53:07 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [46.4.40.135]) by mx1.freebsd.org (Postfix) with ESMTP id CAF7A1477; Sun, 28 Apr 2013 20:53:06 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:c1ca:3dbc:5137:8c40]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPA id 6983E4AC57; Mon, 29 Apr 2013 00:53:05 +0400 (MSK) Date: Mon, 29 Apr 2013 00:53:04 +0400 From: Lev Serebryakov X-Priority: 3 (Normal) Message-ID: <1272550530.20130429005304@serebryakov.spb.ru> To: Lev Serebryakov Subject: Re: FreeBSD can now receive DAB(+) radio (and stereo wideband FM) In-Reply-To: <436868773.20130429005041@serebryakov.spb.ru> References: <20130428185831.GA86865@triton8.kn-bremen.de> <436868773.20130429005041@serebryakov.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-multimedia@FreeBSD.org, Juergen Lock , freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 20:53:07 -0000 Hello, Lev. You wrote 29 =D0=B0=D0=BF=D1=80=D0=B5=D0=BB=D1=8F 2013 =D0=B3., 0:50:41: LS> Cool! And what about support for DVB-T sticks with Realtek chipset, LS> which could be used as wideband SDR? Ok, I need to sleep more, sorry! :) Now I see `comms/rtl-sdr' :) --=20 // Black Lion AKA Lev Serebryakov From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 21:05:02 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2D3D8EBC for ; Sun, 28 Apr 2013 21:05:02 +0000 (UTC) (envelope-from indexbuild@FreeBSD.org) Received: from portsindexbuild.ysv.freebsd.org (portsindexbuild.ysv.freebsd.org [IPv6:2001:1900:2254:206a::16:6601]) by mx1.freebsd.org (Postfix) with ESMTP id 088BB1501 for ; Sun, 28 Apr 2013 21:05:02 +0000 (UTC) Received: from portsindexbuild.ysv.freebsd.org ([127.0.1.2]) by portsindexbuild.ysv.freebsd.org (8.14.6/8.14.6) with ESMTP id r3SL51w7072371 for ; Sun, 28 Apr 2013 21:05:01 GMT (envelope-from indexbuild@portsindexbuild.ysv.freebsd.org) Received: (from indexbuild@localhost) by portsindexbuild.ysv.freebsd.org (8.14.6/8.14.5/Submit) id r3SL51j4072369 for ports@FreeBSD.org; Sun, 28 Apr 2013 21:05:01 GMT (envelope-from indexbuild) Date: Sun, 28 Apr 2013 21:05:01 GMT From: Ports Index build Message-Id: <201304282105.r3SL51j4072369@portsindexbuild.ysv.freebsd.org> To: ports@FreeBSD.org Subject: INDEX now builds successfully on 8.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 21:05:02 -0000 From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 21:25:01 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 57F70609; Sun, 28 Apr 2013 21:25:01 +0000 (UTC) (envelope-from db@db.net) Received: from diana.db.net (diana.db.net [66.113.102.10]) by mx1.freebsd.org (Postfix) with ESMTP id 4270C15AE; Sun, 28 Apr 2013 21:25:01 +0000 (UTC) Received: from night.db.net (localhost [127.0.0.1]) by diana.db.net (Postfix) with ESMTP id CE8092AA37C; Sun, 28 Apr 2013 15:24:53 -0600 (MDT) Received: by night.db.net (Postfix, from userid 1000) id 373F21CC1B; Sun, 28 Apr 2013 16:24:53 -0500 (EST) Date: Sun, 28 Apr 2013 16:24:53 -0500 From: Diane Bruce To: Lev Serebryakov Subject: Re: FreeBSD can now receive DAB(+) radio (and stereo wideband FM) Message-ID: <20130428212453.GB50358@night.db.net> References: <20130428185831.GA86865@triton8.kn-bremen.de> <436868773.20130429005041@serebryakov.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <436868773.20130429005041@serebryakov.spb.ru> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@FreeBSD.org, Juergen Lock , freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 21:25:01 -0000 On Mon, Apr 29, 2013 at 12:50:41AM +0400, Lev Serebryakov wrote: > Hello, Juergen. > You wrote 28 ???????????? 2013 ??., 22:58:31: > > JL> http://www.freshports.org/comms/dabstick-radio > JL> Homepage: > JL> http://www.sdr-j.tk/ > Cool! And what about support for DVB-T sticks with Realtek chipset, > which could be used as wideband SDR? martymac and I have been working on that. gnuradio 3.6.3 will shortly be in ports and when martymac is back from vaction, we will have gr-osmosdr / gqrx ports. > > -- > // Black Lion AKA Lev Serebryakov > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" - Diane (VA3DB) -- - db@FreeBSD.org db@db.net http://www.db.net/~db From owner-freebsd-ports@FreeBSD.ORG Sun Apr 28 23:29:02 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 31D90AF1 for ; Sun, 28 Apr 2013 23:29:02 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail06.adl6.internode.on.net (ipmail06.adl6.internode.on.net [IPv6:2001:44b8:8060:ff02:300:1:6:6]) by mx1.freebsd.org (Postfix) with ESMTP id BF08D1B4D for ; Sun, 28 Apr 2013 23:29:01 +0000 (UTC) Received: from ppp247-71.static.internode.on.net (HELO leader.local) ([203.122.247.71]) by ipmail06.adl6.internode.on.net with ESMTP; 29 Apr 2013 08:58:59 +0930 Message-ID: <517DB0B9.3020304@ShaneWare.Biz> Date: Mon, 29 Apr 2013 08:58:57 +0930 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: perryh@pluto.rain.com Subject: Re: Any way to keep two versions of Xorg? References: <517d58af.NnrYJKxsbk7H3rWG%perryh@pluto.rain.com> In-Reply-To: <517d58af.NnrYJKxsbk7H3rWG%perryh@pluto.rain.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: mueller23@insightbb.com, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 23:29:02 -0000 On 29/04/2013 02:43, perryh@pluto.rain.com wrote: > "Thomas Mueller" wrote: > >> Is there any way to keep two versions of Xorg-server, using no more >> than one at a time? >> >> Reason is the newer but unstable version with KMS, permitting full >> use of the newer Intel graphics chips. > > Provided you are OK with having the new KMS code in the kernel while > running the older Xorg (so you don't need different kernels -- thus > different base -- in addition to different Xorg userland), and if you > don't mind having two entire ports/packages sets each including its > own Xorg, this thread may help: > I would say set PREFIX to install the port in a non-default location. With Xorg every gui app wants to use the X libs so I think setting LD_LIBRARY_PATH could get around that, but I would keep the old version in /usr/local and install the new version elsewhere until you get it running. See chapter 9.4 PREFIX and DESTDIR of porters handbook for more info. From owner-freebsd-ports@FreeBSD.ORG Mon Apr 29 05:25:22 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 49AD5ADE; Mon, 29 Apr 2013 05:25:22 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from anubis.delphij.net (anubis.delphij.net [IPv6:2001:470:1:117::25]) by mx1.freebsd.org (Postfix) with ESMTP id 2FA5615CE; Mon, 29 Apr 2013 05:25:22 +0000 (UTC) Received: from delphij-macbook.local (c-67-188-85-47.hsd1.ca.comcast.net [67.188.85.47]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by anubis.delphij.net (Postfix) with ESMTPSA id CF0B711F70; Sun, 28 Apr 2013 22:25:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=delphij.net; s=anubis; t=1367213121; bh=6CIU+CoSE2rx2BSDHyOtQ5qxg/tmU0dFpgyrshvUr4c=; h=Date:From:Reply-To:To:CC:Subject:References:In-Reply-To; b=VBoZcr32C4k/n3luEpwmRbphrRx042sIQco5+XSxNTxoOq9T+/lZEpLKO0LurvQKc uBtPGtiQhFFZhnjn7mOv/CrbqiLs4uwm8k+h4bQVfgbjqhpdwU6fle1eIQv8jKUuHY 7WVTlKipj+M6U55h9F9LH3HMH4rvGLnUt+jx5gOQ= Message-ID: <517E0443.2050804@delphij.net> Date: Sun, 28 Apr 2013 22:25:23 -0700 From: Xin Li Organization: The FreeBSD Project MIME-Version: 1.0 To: Chris Rees Subject: Re: openldap-2.4.35: "failed to start slapd" References: <20130428070851.60d08788@scorpio> <20130428131704.1eb14721@scorpio> In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Xin LI , FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: d@delphij.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 05:25:22 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 4/28/13 10:30 AM, Chris Rees wrote: > On 28 April 2013 18:17, Jerry wrote: >> On Sun, 28 Apr 2013 16:48:33 +0100 Chris Rees articulated: >> >>> Have you tried getting the older version and installing that? >>> >>> Ports-mgmt/portdowngrade will help you do that. >>> >>> Not a proper solution, but it'll get it working again if >>> you're desperate. >> >> Actually, the database "log" got corrupted. Even the "db-recover" >> would not correct it. Luckily, I had a semi-recent backup of the >> directory. I had to run "/usr/local/libexec/slapd" via "GDB" to >> find out what the problem was. I have no idea what caused the >> corruption though. The only thing that comes to mind is that I >> DID NOT shut down openldap prior to updating it. That never >> caused a problem before though. > > I'm really glad you had backups. I'd be surprised if the in-place > upgrade broke things, but it might cause a problem. I've never had > an issue with any daemons like that. > > Xin Li, do you know if corruption due to this is possible? Would > a @stopdaemon line be appropriate here? This is weird. We do have some similar construct for the server package -- if the package is being removed, the daemon would be stopped. I haven't seen similar issue in the past, what's the BDB version used with OpenLDAP? Cheers, -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJRfgRDAAoJEG80Jeu8UPuz3D0IAIVthtvgUOT2+jhyJ3I1uZXp 7xmvKQXUfHXHvsEmu8eLlkjWGaHjuPgE0Ssvap4nkl5NcEENw9YlIIrm8GDCwsC5 uPphCjLhR+RcX0Z6QOjaoHGR3hj29e1nG/Ei9O4pRxiHnPqJz+sZSbIyzrmaeb1v BAl7df88vlE45e40WuCm9W6QPbaAPqXi9ZMzk9YN9crdB3YKvGMgZT89liS40zQN uBNRE2sBXJUPhtqjEVE04o9QdIYYIuP9zNH1BFqup4XMybIxdrKCtYbW5iKfkDtB 6cRG014/YxhZRvgRvriaifP6SLXu6pTMIuuFWeC8MQn5uEz9mrczrB5RaHIgwPU= =FQom -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 29 08:41:53 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EBB238E0 for ; Mon, 29 Apr 2013 08:41:53 +0000 (UTC) (envelope-from bounces1@mail.emobimail.com) Received: from mail.emobimail.com (mail.emobimail.com [183.82.9.2]) by mx1.freebsd.org (Postfix) with ESMTP id A015D1FC7 for ; Mon, 29 Apr 2013 08:41:53 +0000 (UTC) Received: from mail.emobimail.com (localhost [127.0.0.1]) by mail.emobimail.com (Postfix) with ESMTP id 71148E80E7D for ; Mon, 29 Apr 2013 14:11:30 +0530 (IST) X-DKIM: Sendmail DKIM Filter v2.8.3 mail.emobimail.com 71148E80E7D To: freebsd-ports@freebsd.org Subject: SpaceDart.com Offers Pay Per Click Campaign! Message-ID: <248be2dbebf673ec5e47267af8d43a5c@mail.emobimail.com> Date: Mon, 29 Apr 2013 13:42:03 +0530 From: "Spacedart" MIME-Version: 1.0 X-Mailer-LID: 527 X-Mailer-RecptId: 5464998 X-Mailer-SID: 550 X-Mailer-Sent-By: 40 Content-Type: text/plain; format=flowed; charset="UTF-8" Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: promo@spacedart.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 08:41:54 -0000 Greetings, SpaceDart.com is India’s real estate destination. Users can find and post properties as well as search to buy/sale/rent, both new or resale Flats,homes and villas. Affiliates can leverage SpaceDart.com’s presence as the premiere real estate company in India to grow this affiliate program. Here are the program specifics: SpaceDart.com provides tracking links that you can put on your site. Visitors click on the links and search for property on SpaceDart.com. We happily pay our affiliates for the traffic referred to us. Sign up Today! http://mail.emobimail.com/link.php?M=5464998&N=550&L=271&F=T If your site reaches a Indian audience and you are promoting other real estate affiliate programs then you need to be promoting SpaceDart.com. Feel free to contact us if you have questions or if you need anything, we are here to help. Thanks! Uday Bhaskar Affiliate Manager www.spacedart.com e-mail: udayabhaskar@spacedart.com From owner-freebsd-ports@FreeBSD.ORG Mon Apr 29 09:38:04 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B02981B6 for ; Mon, 29 Apr 2013 09:38:04 +0000 (UTC) (envelope-from niioka@kk.iij4u.or.jp) Received: from mfo.iij4u.or.jp (mfo10.iij4u.or.jp [210.138.174.80]) by mx1.freebsd.org (Postfix) with ESMTP id 6C4BE13D5 for ; Mon, 29 Apr 2013 09:38:03 +0000 (UTC) Received: by mfo.iij4u.or.jp (mfo10) id r3T9c2QI030306; Mon, 29 Apr 2013 18:38:02 +0900 Received: by mo.iij4u.or.jp (mo11) id r3T9btMn008267; Mon, 29 Apr 2013 18:37:55 +0900 Received: from localhost (w0109-49-135-166-57.uqwimax.jp [49.135.166.57]) by mbox.iij4u.or.jp (mbox10) id r3T9bpfq025604 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Mon, 29 Apr 2013 18:37:54 +0900 Date: Mon, 29 Apr 2013 18:37:38 +0900 (JST) Message-Id: <20130429.183738.696763324454038489.ken@iij4u.or.jp> To: freebsd-ports@FreeBSD.org Subject: Re: mozc-server 1.10.1390.102_2 build fail From: Kenichi Niioka In-Reply-To: <20130429.003142.675228605419898346.hrs@allbsd.org> References: <20130428.234909.1246626834376249672.ken@iij4u.or.jp> <20130429.003142.675228605419898346.hrs@allbsd.org> X-Mailer: Mew version 6.5 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) 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.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 09:38:04 -0000 From: hrs@FreeBSD.org Subject: Re: mozc-server 1.10.1390.102_2 build fail Date: Mon, 29 Apr 2013 00:31:42 +0900 (JST) > > Kenichi Niioka wrote > in <20130428.234909.1246626834376249672.ken@iij4u.or.jp>: > > ni> Dear porters. > ni> > ni> I have following error with FreeBSD 10.0-CURRENT #0 r250017 amd64. > ni> > ni> $ cd /usr/ports/japanese/mozc-server > ni> $ make > ni> > ni> [snip] > > Please try the following and let me know if they work or not: > > http://people.allbsd.org/~hrs/FreeBSD/mozc_port_20130428-2.diff (patch) > http://people.allbsd.org/~hrs/FreeBSD/mozc_port_full_20130428-2.tar.gz (tarball of the patched ports) I have folloing error. $ make ===> ja-mozc-server-1.10.1390.102_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-mozc-server-1.10.1390.102_3 for building ===> Extracting for ja-mozc-server-1.10.1390.102_3 => SHA256 Checksum OK for mozc-1.10.1390.102.tar.bz2. ===> Patching for ja-mozc-server-1.10.1390.102_3 [snip] CXX(host) out_linux/Release/obj.host/gen_symbol_rewriter_dictionary_main/rewriter/gen_symbol_rewriter_dictionary_main.o CXX(host) out_linux/Release/obj.host/gen_usage_rewriter_dictionary_main/rewriter/gen_usage_rewriter_dictionary_main.o LINK(host) out_linux/Release/gen_mock_segmenter_bitarray_main CXX(host) out_linux/Release/obj.host/gen_existence_data/rewriter/gen_existence_data.o /usr/bin/ld:out_linux/Release/obj.host/converter/libgen_segmenter_bitarray.a: file format not recognized; treating as linker script /usr/bin/ld:out_linux/Release/obj.host/converter/libgen_segmenter_bitarray.a:1: syntax error gmake: *** [out_linux/Release/gen_mock_segmenter_bitarray_main] Error 1 gmake: *** Waiting for unfinished jobs.... Traceback (most recent call last): File "build_mozc.py", line 1485, in main() File "build_mozc.py", line 1470, in main BuildToolsMain(cmd_opts, cmd_args, original_directory_name) File "build_mozc.py", line 1005, in BuildToolsMain BuildMain(options, [build_tools_target], original_directory_name) File "build_mozc.py", line 1098, in BuildMain BuildOnLinux(options, targets, original_directory_name) File "build_mozc.py", line 1051, in BuildOnLinux RunOrDie([make_command] + build_args + target_names) File "/home/ken/src/ports/japanese/mozc-server/work/mozc-1.10.1390.102/build_tools/util.py", line 97, in RunOrDie '=========='])) build_tools.util.RunOrDieError: ========== ERROR: /home/ken/src/ports/japanese/mozc-server/work/mozc-1.10.1390.102/mozcmake -j16 MAKE_JOBS=16 BUILDTYPE=Release builddir_name=out_linux build_tools ========== *** [pre-build] Error code 1 Stop in /home/ken/src/ports/japanese/mozc-server. ken@ken:~/src/ports/japanese/mozc-server Thanks in advance. -- Kenichi Niioka From owner-freebsd-ports@FreeBSD.ORG Mon Apr 29 11:06:03 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D1EE5D5 for ; Mon, 29 Apr 2013 11:06:03 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B47B71872 for ; Mon, 29 Apr 2013 11:06:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3TB63nK017181 for ; Mon, 29 Apr 2013 11:06:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3TB63MJ017179 for freebsd-ports@FreeBSD.org; Mon, 29 Apr 2013 11:06:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 29 Apr 2013 11:06:03 GMT Message-Id: <201304291106.r3TB63MJ017179@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 11:06:03 -0000 (Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/178229 Gnustep failed install - no objective c compiler o ports/178226 [Patch] Update multimedia/gst123 to version 0.3.2 f ports/178222 [PATCH] www/gallery3: security update to 3.0.7 f ports/178219 [PATCH] multimedia/py27-subliminal: fix compatibility f ports/178217 [patch] update games/gemrb 0.7.2 to 0.8.0 o ports/178214 [games/unknown-horizons] Update to 2013.2 o ports/178206 [updated port] graphics/rawtherapee to 4.0.10 f ports/178204 Upgrade port version databases/mydumper o ports/178200 dns/dualserver port update to 7.01 o ports/178196 /usr/ports/www/trac-mercurial broken f ports/178193 [PATCH] Tools/scripts/addport: Fix behavior with -c op f ports/178187 [PATCH] games/freedink-dfarc: Fix build and plist o ports/178185 [maintainer][patch] math/ggobi: build problem with gra o ports/178182 net-mgmt/zabbix2-server: update to 2.0.6 f ports/178165 mail/roundcube-sieverules: unfetchable o ports/178160 emulators/sness9express: Fix build o ports/178148 [patch] update www/piwigo to 2.5.1 o ports/178142 java/jboss72 update of changed github tarballs plus en o ports/178126 [NEW PORT] databases/mysql56-server-cluster: MySQL Clu o ports/178125 [NEW PORT] databases/mysql56-client-cluster: Multithre f ports/178106 update mail/imapsync from 1.508 to 1.536 o ports/178100 Update security/ike to 2.2.0 f ports/178097 [PATCH] devel/libconfuse: use USE_PKGCONFIG=build inst o ports/178096 [exp-run] LEGAL variable to capture generic issues o ports/178089 [patch] update games/lwjgl to 2.9.0 o ports/178078 [new port]: lang/angelscript AngelCode Scripting Libra o ports/178072 [PATCH] [ports] look for Makefile.local in ${PORTSDIR} o ports/178070 [PATCH] [ports] fix bareword calls to make preventing o ports/178052 New port submission: dns/mDNSRedponder_nss f ports/178050 [patch] devel/tclmore -- fix build o ports/178048 Milter installations failwhen sendmail is installed fr f ports/178042 sysutils/ezjail: zsh completion does not work o ports/178025 [NEW PORT] net/grive: An open source client for Google f ports/178024 mail/archmbox -- uses fuser(1) with incompatible flags o ports/178022 [MAINTAINER] japanese/ja-ruby20-ming: Fix to work with f ports/178019 [patch] editors/textroom: trim header, lib depends, an o ports/178013 new port: www/rest - accessing RESTful web services f ports/178004 games/minecraft-server: [PATCH] bad checksum, bad sche f ports/178002 sysutils/password-store: checksum mismatch f ports/178001 games/capitalism: unfetchable, subsite gone o ports/177998 net/netembryo: unfetchable (bad master_site) f ports/177997 databases/innobackup: unfetchable (www.innodb.com gone o ports/177993 editors/xxe: unfetchable o ports/177992 new port: astro/garmindev Garmin device drivers for QL f ports/177991 astro/qlandkartegt : upgrade to 1.7.0 f ports/177987 games/megaglest: fix build f ports/177967 redrawing text bolts and occasionally blinks from unde f ports/177961 Update port science/veusz to 1.17.1 f ports/177959 mail/mailfront: patch for default options o ports/177958 [MAINTAINER] net-mgmt/netdisco-mibs: update to 1.3 o ports/177956 [MAINTAINER] net-mgmt/netdisco: update to 1.2 o ports/177954 devel/bglibs: patch: perl is only needed runtime o ports/177951 Update ports/samba4 to 4.0.5 o ports/177945 [PATCH] dns/powerdns-recursor: update to 3.5 o ports/177906 [new port] x11-fonts/fpf Free Persian font o ports/177900 New port: net/owncloud-csync, a backend app for Ownclo f ports/177857 [patch] Update x11/slim to 1.3.5 f ports/177839 New version of news/nzbget (10.1) f ports/177797 [PATCH] mail/postfix-policyd-spf-python: update to 1.1 o ports/177790 [new port] security/axTLS o ports/177785 security/ipsec-tools: ipsec-tools 0.8.0 racoon tends t f ports/177775 multimedia/gtk-youtube-viewer: properly support depend o ports/177774 [patch] net/nbd-server update to 3.3 f ports/177758 security/amavisd-milter does not build on FreeBSD 9.1 f ports/177757 [PATCH] www/awstats: update to 7.1.1,1 f ports/177755 [patch] devel/rbenv: fix rbenv-init completions o ports/177753 New port: sysutils/slurm-devel o ports/177745 New port: science/lammps o ports/177744 New port: science/lammps-openmpi f ports/177741 net-mgmt/sipcalc cannot handle ipv6 zone index o ports/177733 [maintainer update] graphics/nomacs update to version o ports/177726 cad/p5-Verilog-Perl: update of p5-Verilog-Perl o ports/177724 New port: math/matlab-R2012a-installer o ports/177723 New port: devel/linux-f10-ncurses-base f ports/177721 multimedia/mplayer: Missing dependency o ports/177719 maintainer update: devel/swig20 o ports/177717 update finance/opentaxsolver for TY 2012 o ports/177715 Port: sysutils/procenv Utility to show process environ o ports/177692 New port: science/openkim o ports/177684 [maintainer update] www/xpi-pentadactyl o ports/177676 [PATCH] net-mgmt/net-mgmt/argus3: Fix MANPAGES=no o ports/177675 [PATCH] net-mgmt/argus3-clients: Fix MANPAGES=no f ports/177669 news/nzbget - PostProcess script terminated with unkno o ports/177651 New port: security/openiked OpenBSD's IKEv2 daemon o ports/177649 [NEW PORT] net/hanstunnel: Hans makes it possible to t o ports/177643 Update port graphics/fotoxx to latest version o ports/177641 [new port] devel/kyua-cli Kyua (automated testing fram o ports/177640 [new port] devel/kyua-atf-compat ATF compatibility too o ports/177637 [new port] devel/kyua-testers: pluggable test interfac o ports/177632 [MAINTAINER] net-mgmt/netdisco: rc script corrections o ports/177626 Update port net/nbd-server to 3.2 f ports/177612 mail/dovecot2: [PATCH] fix bad plist o ports/177603 [update]: databases/tarantool up to date o ports/177589 [maintainer update] misc/vifm: update to 0.7.4b f ports/177588 ports-mgmt/porttools: does not permit SVN diff mode ou o ports/177584 New port: sysutils/graffer - utility which collects n o ports/177579 [update]: devel/avro-cpp up to date o ports/177575 new port: security/rcracki_mt o ports/177567 Port Maintainer Upgrade: sysutils/tbku o ports/177565 [NEW PORT] www/trac-keywordsecretticket: Adds ticket s o ports/177562 [update]: security/ckpass up to latest version o ports/177561 [update]: security/libkpass up to latest version o ports/177543 [MAINTAINER-UPDATE] from sysutils/zogftw 2013-02-08 to o ports/177541 [new port] devel/lunit unit testing framework for lua o ports/177524 [patch] audio/squeezeboxserver: p5-Path-Class-0.32 inc o ports/177512 Make emulators/snes9express compile again o ports/177508 Apache License not part of Copyfree Standard Definitio o ports/177506 irc/unreal: Update UnrealIRCD to 3.2.10 f ports/177503 textproc/pdfgrep ffails to build, upgrade required f ports/177497 mail/dovecot startup script breaks onestart functional f ports/177494 [patch] lang/gauche update to 0.9.3.3 f ports/177493 [patch] change games/minecraft-client to use openjdk7 o ports/177486 [NEW PORT] mail/opendmarc: DMARC library an milter imp f ports/177467 mail/dbmail install error when lang/perl5.14 has unset o ports/177441 [NEW PORT] net/tcpsplit: Breaks a libpcap trace along o ports/177438 [New port] textproc/rubygem-zmq: a simple gem wrapper o ports/177418 [New Port] math/cloog o ports/177411 [NEW PORT] databases/mysql-udf-ipv6: MySQL UDFs provid f ports/177407 graphics/fotoxx: MASTER_SITES kornelix.squarespace.com f ports/177406 update port and add arch: lang/mlton o ports/177401 Mk/bsd.ldap.mk move -DLDAP_DEPRECATED from CFLAGS to C f ports/177397 [patch] security/heimdal: fix conflict between heimdal o ports/177391 multimedia/libcec update to 2.1.1 f ports/177371 sysutils/smartmontools - triggers channel blocking o ports/177370 New port: audio/opusfile o ports/177364 [patch] math/scilab port build fails configuration ste o ports/177363 graphics/pqiv aborts when opening an image f ports/177357 [UPDATE] x11-themes/gtk-murrine-engine to 0.98.2 o ports/177347 [patch] x11/xtrlock needs to run setuid root f ports/177340 [PATCH] devel/php-xdebug: update to 2.2.2 o ports/177300 New port: java/intellij IntelliJ IDEA Community Editi f ports/177242 x11-wm/wmconfig port update to version 1.3.8 o ports/177236 devel/pmd - fix for building with strict unicode Java f ports/177222 deskutils/cairo-dock-plugins won't build o ports/177220 New Port: ports-mgmt/chucky f ports/177212 [PATCH] net/nss_ldap: options ng o ports/177211 net-mgmt/cflowd: cflowd CflowdPacketQueue.cc fix o ports/177208 [NEW PORT] databases/yac: Yac is a user data cache bas f ports/177207 multimedia/xbmc maint update to 12.1 o ports/177206 [patch] graphics/optipng: update to 0.7.4 and fix CVE- f ports/177193 audio/moc: please include FLAC support by default in p o ports/177182 audio/mixxx segmentation fault f ports/177152 sysutils/fusefs-kmod missing pkg-message file o ports/177113 [MAINTAINER] update net/torsocks to version 1.2_1 o ports/177112 [maintainer] devel/ocaml-camlp5 update to 6.08 o ports/177103 security/secure_delete & bsd.sites.mk: MASTER_SITES is o ports/177100 [maintainer] security/libgcrypt update to 1.5.1 o ports/177074 [fix] audio/timidity and audio/guspat o ports/177071 editors/slime not working with emacs-24 o ports/177042 [new port] emulators/ucon64 o ports/177014 new port: databases/sqlayer o ports/177006 [PATCH] lang/perl5.12, lang/perl5.14, lang/perl5.16: D f ports/176932 [PATCH] net-mgmt/nfsen: add missing RUN_DEPENDS o ports/176893 editors/libreoffice 4.0.1.2 doesn't start - crashed f ports/176874 sysutils/fusefs-sshfs crashes on amd64 o ports/176823 [NEW PORT] www/redaxo: The REDAXO content management s f ports/176816 www/privoxy+ipv6 is obsolete f ports/176805 rc scripts provided with security/heimdal haven't a co o ports/176782 new port: dns/bind10 o ports/176767 [patch] net-im/ari-yahoo broken on freebsd-head o ports/176745 [new ports] www/eaccelerator-devel: PHP 5.4 compatible o ports/176720 sysutils/syslinux 5.01 not installing all c32 files o ports/176716 [patch] devel/boehm-gc update to 7.2d combining previo o ports/176706 www/mambo: MASTER_SITES dns expired o ports/176700 Update ports-mgmt/kports and kports-qt4 to prevent bui f ports/176677 sysutils/ezjail does not support jailnames with non-ap f ports/176676 [patch] net/ss5: syslog option is noisy o ports/176666 x11/fireflies buildfailure o ports/176660 [ports] editors/pdfedit: build failure on ia64 -curren o ports/176651 NEW PORT: graphics/flashprojector - Adobe standalone S o ports/176640 [PATCH] databases/pgbouncer: update 1.5.2 -> 1.5.4 o ports/176625 New Port: ports-mgmt/prhistory-sync-perl Sync GNATS PR o ports/176615 New port: deskutils/cairo-dock3, Cairo-Dock is a light o ports/176613 New port: devel/libgdbmgr, vim interface to gdb o ports/176480 [NEW PORT] x11-wm/compton: Compton is a compositor for o ports/176468 www/sams can not use the mask /32, with authorization o ports/176456 NEW PORT: lang/jsawk - Command-line JSON parser o ports/176445 New port: audio/icecast-kh Streaming mp3/ogg-vorbis au s ports/176442 Port files with double-colons cannot exist on FAT part f ports/176438 net-mgmt/nrpe2 consuming cpu when handling new connect o ports/176429 New Port: sysutils/ori - Ori Distributed File System f ports/176423 audio/clementine-player: always needs two starts f ports/176383 sysutils/ipmitool cannot connect over SOL o ports/176382 ports dependencies not being recorded o ports/176378 [PATCH] Fix several typos in the ports tree o ports/176377 New port: sysutils/cbsd Yet another FreeBSD Jail Manag o ports/176352 ports rebuilds unneeded packages o ports/176290 Utilize sf.net CDN o ports/176195 [PATCH] games/cre: Set NO_WRKSUBDIR and BUILD_WRKSRC i f ports/176180 mail/mailman broken without NLS f ports/176178 Implement upstream fix where multiple net/iaxmodem ins f ports/176172 graphics/povray37: /usr/local/bin/ld: disp_sdl.o: unde o ports/176130 New port: www/cakephp23 o ports/176096 [NEW PORT] www/xibo-server: Xibo - Digital Signage (se o ports/176095 [NEW PORT] www/zikula: MVC web application framework ( o ports/176050 [PATCH] lang/perl5.12,perl5.14,perl5.16: fix OptionsNG f ports/176047 ports: graphics/ImageMagick: -delay option spurious me f ports/176012 irc/inspircd fails to detect OpenSSL in base running r f ports/175987 audio/clementine-player 1.1.0_1 - album art not displ o ports/175947 [NEW PORT] www/sogo: Groupware server with a focus on o ports/175946 [NEW PORT] devel/sope: An extensive set of GNUstep web f ports/175944 [PATCH] x11-wm/obmenu: OptionsNG, changed Makefile, De f ports/175936 [NEW PORT] x11-wm/lxmed: LXDE Main Menu Editor f ports/175868 security/nessus-libnasl: nasl_crypto.c:25:10: fatal er f ports/175813 [patch] mail/dovecot2 doesn't detect libstemmer or ext f ports/175798 FreeBSD 10 unable to build sysutils/fusefs-kmod f ports/175772 Update to finance/php-tclink o ports/175748 New port: www/your-freedom A SOCKS proxy application f ports/175733 devel/libatomic_ops: Segmentation fault : install - o ports/175620 New port: devel/bashdb, Bash debugger o ports/175612 New port: devel/remake version of GNU make utility th f ports/175611 sysutils/zfs-periodic package do not enable cron to ho f ports/175534 [patch] net-mgmt/rackmonkey: Fix a redirect o ports/175527 security/expiretable doesn't work in FreeBSD 9.x f ports/175523 pkgng: mail/dovecot2-pigeonhole conflicts with mail/do f ports/175429 audio/clementine-player: build error o ports/175385 dns/fastresolve does not compile o ports/175308 [NEW PORT] graphics/linux-f10-sdl_ttf: SDL graphics dr o ports/175307 [NEW PORT] graphics/linux-f10-sdl_gfx: SDL graphics dr o ports/175274 [NEW PORT] audio/linux-f10-libsndfile: Reading and wri o ports/175234 update multimedia/qmmp, multimedia/qmmp-plugin-pack o ports/175233 devel/boehm-gc: GC does not scan static roots in share o ports/175229 x11-toolkit/swt-devel fails o ports/175219 www/yabb upgrade o ports/175187 lang/perl5.12: perl-after-upgrade script is busted wit f ports/175121 devel/buildapp does not produce executable file o ports/175113 devel/freeocl: Port revision PORTREVISION=1 f ports/175107 devel/opencl: bug in CL/cl_ext.h (upstream): o ports/175068 [PATCH] net/proxychains: update to 4.4, take maintaine o ports/174988 New port: net/tclsoap o ports/174960 sysutils/fusefs-ntfs mkntfs fails because of "no block o ports/174951 [PATCH] games/vamos: added OptionsNG, icon, desktop en o ports/174947 [new port] ftp/php5-dav, php5 webdav module, allowing o ports/174940 [new port]: misc/valspeak, a filter that converts Engl o ports/174911 [PATCH] cad/leocad: update to 0.79.1, take maintainers f ports/174898 graphics/openimageio: pkg: (openimageio-1.1.2) /usr/lo o ports/174883 databases/grass: cut: ../dist.amd64-portbld-freebsd10. f ports/174867 irc/unreal: Port Update to UnrealIRCD o ports/174841 graphics/sane-frontends fails to build f ports/174815 [PATCH] print/cups-base: Fixed 3 fatal errors, icons, f ports/174798 audio/soundtracker: request to add system menu item/en o ports/174795 x11-toolskits/open-motif: Installing open-motif-2.3.4. s ports/174788 www/squid32 fails to build when heimdal 1.5.2 installe f ports/174764 [patch] upgrade databases/postgis to 1.5.8 (fixes comp o ports/174746 Segmentation fault in security/prelude-lml o ports/174705 update devel/php5-ice to new version and rename existi o ports/174667 [new port] sysutils/ksysguardd3 (KDE3 ksysguardd) o ports/174655 japanese/mutt-devel: mutt ja patch new version release o ports/174647 [NEW PORT] net/infinispan: Open source highly scalable f ports/174583 devel/libreadline-java: patch for UTF8 support o ports/174567 [PATCH]: Fix mxml linking on amd64 o ports/174561 [patch] upgrade devel/avr-binutils from 2.20.1 to 2.22 o ports/174560 [patch] upgrade devel/avr-gcc from 4.5.1 to 4.6.2 o ports/174559 [patch] add vendor patchset to devel/avr-libc f ports/174553 editors/tea fails to upgrade from 'tea-33.3.0' to 'tea f ports/174487 mail/notmuch fails to build during portupgrade o ports/174368 New port: lang/nimrod The Nimrod programming language. s ports/174342 [NEW PORT] irc/shirk: Modular IRC bot based on the Twi o ports/174308 [bsd.database.mk] cyrus-sasl-2.1.25_2 will not compile f ports/174303 [PATCH] Update devel/libgta to version 1.0.4 o ports/174289 net/ssvnc build fails - configure: error: /usr/bin/cpp o ports/174280 lang/perl5.16 make install fails on pkgng database fil f ports/174237 databases/php5-redis - zAdd does not set the correct s o ports/174131 net/citrix_ica: Update port to 12.0.0.189834 f ports/174129 [Maintainer-Update] print/cups-bjnp to latest f ports/174118 graphics/pecl-gmagick o ports/174069 [PATCH] misc/explosions: OptionsNG, added categories, o ports/174057 [PATCH] misc/cmatrix: OptionsNG, added license, mtx.pc o ports/174055 Default Linux ALSA configuration update request o ports/174022 [PATCH] games/gnurobots: Added OptionsNG, license, des f ports/174018 Can't disable security/sshguard -b option o ports/174015 [PATCH] finance/venice: update to 0.751beta, take main o ports/173998 textproc/xalan-c from version 1.10 to 1.11 o ports/173996 net-mgmt/p5-Cflow: add support for net-mgmt/flow-tools o ports/173920 lang/perl5.16 chokes when building GDBM o ports/173888 [NEW PORT] games/sudoku-sensei: Enjoy playing with Sud o ports/173882 [PATCH] games/xsc: Changed Comment, added Deskop entri o ports/173881 [NEW PORT] games/vodovod: Cross-platform pipe connecti o ports/173880 [PATCH] games/pipenightdreams: Added Portdoss, Desktop o ports/173875 [PATCH] games/cuyo: update to 2.0.0,1, Added License, f ports/173858 sysutils/bsdadminscripts installs pkg_libchk that does f ports/173726 [patch] games/stonesoup o ports/173581 new port submission, security/sagan o ports/173542 [PATCH] graphics/fracplanet: take maintainership, Make o ports/173534 [NEW PORT] games/wizznic: Implementation of the arcade f ports/173490 www/squid32 - missing kerberos helper f ports/173489 [PATCH] databases/mysqltuner: [SUMMARIZE CHANGES] o ports/173464 [PATCH] emulators/linux-pete-mesagpu: update to 1.77, o ports/173463 [PATCH] emulators/linux-peops-softgpu: update to 1.18, o ports/173462 [PATCH] emulators/linux-pete-xgl2gpu: update to 2.9, t o ports/173457 [NEW PORT] games/edgar: 2D platform game with a persis o ports/173412 failed to install lang/gnat-aux f ports/173369 math/gnuplot+: avoid conflicts with math/gnuplot o ports/173368 [PATCH] games/glmaze: OptionsNG, changed Makefile, add o ports/173352 [PATCH] games/gtkatlantic: OptionsNG, changed Makefile o ports/173351 [PATCH] games/4stattack: OptionsNG, Makefile simplifie o ports/173350 [PATCH] games/ppracer: OptionsNG, Makefile changed, ta o ports/173335 [PATCH] games/xarchon: OptionsNG, changed Makefile, pk o ports/173314 [PATCH] graphics/comix: OptionsNG, changed Makefile, p o ports/173282 New port: security/keepassx2 Cross Platform Password M o ports/173241 devel/pmd fails to install o ports/173237 [PATCH] www/htmlcompressor: update to 1.5.3 f ports/173230 sysutils/parallel 20121022 complains about defined(@ar o ports/173194 [new port] java/eclipse-birt: BIRT plugin for Eclipse o ports/173188 [PATCH] games/wordplay: Makefile changed, OptionsNG, t o ports/173184 [PATCH] games/abe: Makefile changed, removed pkg-plist o ports/173179 [PATCH] games/aop: Makefile changed, OptionsNG, take m o kern/173030 [atf] [patch] emulators/open-vm-tools: fix clang compi o ports/173021 [NEW PORT] www/jetspeed2: Open Source Portal, written o ports/172981 [NEW PORT] devel/allegro-devel5: Cross-platform librar o ports/172967 [restore port] www/asterisk-gui for asterisk 1.6 to as o ports/172944 [NEW PORT] games/oneisenough: Economic development in o ports/172917 textproc/syck: LuaYAML-Testcases test-suite for lua ex o ports/172863 [NEW PORT] net/pjsip: Multimedia communication library f ports/172837 lang/swi-pl compiles with databases/libiodbc f ports/172800 [PATCH] fix build/install for audio/hydrogen f ports/172750 graphics/luminance does not compile if graphics/libraw f ports/172713 ports-mgmt/portbuilder hangs building x11/xorg on i386 f ports/172595 New port: net-p2p/pushpoold bitcoin push-mining pool s f ports/172441 chinese/fcitx should be in 'textproc' instead of 'chin o ports/172439 [New Port] chinese/fcitx-table-yonh: Pinyin-like input f ports/172361 lang/gnustep-base fail to configure with clang f ports/172353 multimedia/mencoder does not build with clang on amd64 f ports/172272 www/speedtest-mini - port not working o ports/172168 [new port] comms/libdlo: the basis for the DisplayPort f ports/172141 [PATCH] deskutils/q4wine: update to 0.121, OptionsNG, f ports/172139 www/squid31 f ports/171950 devel/tnt: include/tnt/tnt_sparse_matrix_csr.h:97:3: e o ports/171945 sysutils/fusefs-smbnetfs crash since fusefs-libs updat o ports/171932 wrong excutable program installed in ports/biology/mop o ports/171921 New port: devel/ocltools: o ports/171903 net-mgmt/observium port should only provide dependenci f ports/171886 [PATCH] multimedia/gpac-mp4box: [SUMMARIZE CHANGES] o ports/171870 [NEW PORT] games/visualspell: Challenges players to us o ports/171869 [NEW PORT] games/multiplik12: Educational game for lea f ports/171868 [new port] net/remotebox: Open Source VirtualBox Clien o ports/171855 [NEW PORT] net-mgmt/node-statsd - Simple daemon for ea f ports/171850 Misleading pkg install option in sysutils/fusefs-kmod f ports/171849 databases/postgis: port switches compiler! GCC -> CLAN f ports/171818 Please add option for Python-integration to sysutils/b o ports/171801 [patch] www/sams: Problem with creating MySQL database o ports/171798 [PATCH] textproc/sablotron: MASTER_SITES, CFLAGS, Docu o ports/171793 lang/perl5.16 w/ POD complains of old groff version o ports/171792 patch: allow games/xmille to select starting player ra o ports/171735 [NEW PORT] editors/py31-loook-devel: Simple Python too o ports/171734 [NEW PORT] editors/py27-loook: Simple Python tool that o ports/171675 [NEW PORT] games/cocos2d: Framework for building 2D ga f ports/171669 www/hastymail2 clobbers plugin settings o ports/171603 [NEW PORT] games/py27-dcross: Blocks fall from the top o ports/171602 [NEW PORT] games/py27-cargocarrier: Collect cargo crat o ports/171576 [NEW PORT] games/py27-bombz: Simple 2D puzzle game wit o ports/171559 [NEW PORT] games/airstrike: 2d biplane dogfight game o ports/171552 [NEW PORT] games/traingame: Game about Trains f ports/171539 [patch] net-mgmt/nrpe2 small fixes o ports/171392 [NEW PORT] games/py27-super_mario_bros_python: Clone o o ports/171391 [NEW PORT] games/py27-pytowerdefense: Tower Defense Ga f ports/171338 both databases/mariadb-scripts and databases/mariadb-s o ports/171332 [NEW PORT] games/py27-pythonsudoku: Text and graphical o ports/171236 [NEW PORT] games/schwarzweiss: Tank game for 2 players f ports/171231 audio/clementine-player starts only at the second time o ports/171224 [NEW PORT] games/bouncy: You are a hungry rabbit. Eat o ports/171176 new port: net/winexe f ports/171160 sysutils/loganalyzer depends on php5 o ports/171149 new port: textproc/imsettings - a framework manages in o ports/171106 New Port: net/jdownloader - Download manager (java) f ports/171079 graphics/rawtherapee hangs x11 o ports/171019 [new port] science/isis3: USGS ISIS3 planetary mapping o ports/171017 [new port] astro/cspice: New scientific port: NASA/NAI f ports/170882 sysutils/bacula-server - Feature Request - Change sysc o ports/170819 New port: net-mgmt/UniFi UniFi Wireless Controller o ports/170695 sysutils/fusefs-ntfs - instant reboot when mv from UFS o ports/170662 [NEW PORT] devel/pymunk: A easy-to-use pythonic 2d phy o ports/170661 [NEW PORT] graphics/py27-pyglet-devel: Cross-platform f ports/170537 devel/libftdi seems broken on i386 and amd64 o ports/170448 [NEW PORT] devel/allegro5: Allegro 5 is a game program o ports/170417 Update port: sysutils/grub2 to 2.00 o ports/170406 [patch] audio/oss: implicit declaration of 'device_set o ports/170405 [patch] audio/oss: respect SYSDIR/SRC_BASE f ports/170381 x11/slim window manager gives dbus errors starting xfc f ports/170366 lang/libobjc2: update to 1.6.1 f ports/170339 www/node: segmentation violation in v8::internal::Hand o ports/170241 [PATCH] devel/libftdi: upgrade to 0.20 and fix automak o ports/170219 [exp-run] lang/perl5.14: get rid of USE_PERL f ports/170100 astro/orsa: version 0.7.0 in ports hopelessly outdated o ports/169807 multimedia/gnome-mplayer fails to build with NOTIFY su o ports/169741 [new port] devel/visualparadigm f ports/169716 net-mgmt/ndpmon several problems with build and instal o ports/169628 sysutils/devcpu-data o ports/169371 port graphics/sane-backends segfaults f ports/169333 [PATCH] sysutils/syslog-ng2: move sample config to EXA f ports/169322 New port: net/armsd: SMFv2/ARMS Service Adapter daemon f ports/169165 sysutils/fusefs-kmod: calling fchown(2) on sshfs files o ports/169138 net/dhcp6 rc.d script should run BEFORE: NETWORKING o ports/168926 Second '59.xxx' out of range 0..59 at security/snort-r o ports/168861 devel/tkcvs: tkdiff no longer runs correctly o ports/168647 Remove trailing spaces from all ports-related files f ports/168407 [patch] lang/gauche: update to 0.9.3.2, unbreak o ports/168404 [NEW PORT] databases/dev-sqlite3: This is a developmen o ports/168328 [REPOCOPY] devel/codeblocks --> devel/codeblocks-devel o ports/168114 [NEW PORT] games/duckmaze: A game about a duck that is o ports/167759 [New Ports] x11-wm/e17-modules-ecomorph and x11-wm/eco f ports/167691 security/heimdal: problem compiling kerberos/heimdal o ports/167042 New port: net-p2p/tahoe-lafs f ports/167031 security/heimdal ignore environment after process call o ports/166826 New port: misc/libphidget The driver for Phidgets devi o ports/166812 New port: mail/bounceHammer o ports/165586 New port german/lx-office-erp, sql-ledger fork with ex o ports/165565 New port: www/mod_auth_token Token-based authenticatio o ports/164197 smsd(comms/smstools3) doesn't read some configurations o ports/163850 New port: cad/linux-bricscad a ports/163323 x11/rxvt-unicode fails to build with perl-5.12.4_3 and o ports/162463 lang/perl5.12: perldoc shows escape codes f ports/161278 net/dante: getoutaddr(): address [...] selected, but n o ports/159087 lang/perl5.14: perl package conflicts with JSON::PP an o ports/158983 [NEW PORT] devel/pecl-dtrace: PHP DTrace provider o ports/158791 Update security/openvas-* o ports/157313 cad/spice SEGV o ports/157107 conflict between mail/p5-Mail-SPF and mail/libspf2 o ports/156834 New port: games/fairymax-devel latest version of games o ports/156492 Multiple versions of Perl not supported o i386/138737 [endian] [patch] Patch for bswap64(9) operation on IA o ports/107354 net/icmpinfo: icmpinfo -vvv does not recocnize any ICM 422 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Apr 29 11:13:10 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D8565F7B for ; Mon, 29 Apr 2013 11:13:10 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-yh0-x22d.google.com (mail-yh0-x22d.google.com [IPv6:2607:f8b0:4002:c01::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 8FCAC1C32 for ; Mon, 29 Apr 2013 11:13:10 +0000 (UTC) Received: by mail-yh0-f45.google.com with SMTP id f43so696409yha.4 for ; Mon, 29 Apr 2013 04:13:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding; bh=95qXnmBqfQfu8ejOrKMhlqqPBfea+QhO4U75KdEsnfo=; b=SPd35jC+X6eo21/Lf56pkTyj7WjiM7rGV591Q/GErmM0jJYqvFfdbM4pCBvBx+OW+M 4MHraB2uiFxSrT8QzgnGuVNCsX0lNhmVH/8pJc7kJxuXWA/0Gb5Cgov17WFF2vPpZbMa 93I4j1SFGMLyLQy8hqpDhmaeEhPY401+joYic= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=95qXnmBqfQfu8ejOrKMhlqqPBfea+QhO4U75KdEsnfo=; b=WbIGQrFfKZwyz+BbTVWvXa4G+sF7AL2R++VJ3E7ieF2q/aATMBNu16+IHkJfqbG7ZP 8giAbCdsDHyhzhlblHtJFvIxcD8ecL1hh5VlXvM0txjD7XRwyFD1v5KmRYN3jGQg9ceC WLjemwlb/f8zTEDexCL8xq9CuzYLrNK96t1VKMue0HBHk0t2ouaY59hH/JnQ0Qnntkls JcXjRT078iNfvAJTIP09MoettshuKXKOIkxRw+23+b5j8xGNBpeDPb5HsRjyUOzzXuN6 AnHvVN9ftGr964whsKdylcY7C2qr3DpQkx0MNa1IqiC2GKUXG+ow6oOOiFUrUdnCesmC AqVQ== X-Received: by 10.236.132.196 with SMTP id o44mr16394197yhi.37.1367233990193; Mon, 29 Apr 2013 04:13:10 -0700 (PDT) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPSA id a24sm31141240yhj.23.2013.04.29.04.13.09 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Apr 2013 04:13:09 -0700 (PDT) Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerry@seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3ZzjsJ24Xcz2CG57 for ; Mon, 29 Apr 2013 07:13:08 -0400 (EDT) Date: Mon, 29 Apr 2013 07:13:07 -0400 From: Jerry To: freebsd-ports@freebsd.org Subject: Re: openldap-2.4.35: "failed to start slapd" Message-ID: <20130429071307.50874b19@scorpio> In-Reply-To: <517E0443.2050804@delphij.net> References: <20130428070851.60d08788@scorpio> <20130428131704.1eb14721@scorpio> <517E0443.2050804@delphij.net> Organization: seibercom.net X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQlf0BBPCY2MiEX7yLC171YAolU6L5cRs5aI7XRd2VsOyHxkvWWEZRSr4TzuskIao0GIABtn X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 11:13:10 -0000 On Sun, 28 Apr 2013 22:25:23 -0700 Xin Li articulated: > This is weird. We do have some similar construct for the server > package -- if the package is being removed, the daemon would be > stopped. > > I haven't seen similar issue in the past, what's the BDB version used > with OpenLDAP? It is using "db46" although I have both "db48" and "db5" on my system. I would like to switch everything over to using "db5"; however, I am not sure how to accomplish that with openldap. I did see a patch for Debian a while back though. In any case, this is the first time this has happened in over 12 years of using and updating "openldap". It may have just been a fluke. -- Jerry ♔ Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ From owner-freebsd-ports@FreeBSD.ORG Mon Apr 29 11:17:47 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 025C6206 for ; Mon, 29 Apr 2013 11:17:46 +0000 (UTC) (envelope-from carmel_ny@hotmail.com) Received: from blu0-omc3-s14.blu0.hotmail.com (blu0-omc3-s14.blu0.hotmail.com [65.55.116.89]) by mx1.freebsd.org (Postfix) with ESMTP id BC4B71CCE for ; Mon, 29 Apr 2013 11:17:46 +0000 (UTC) Received: from BLU0-SMTP56 ([65.55.116.73]) by blu0-omc3-s14.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 29 Apr 2013 04:17:40 -0700 X-EIP: [h89+Ac0LDJx4sfiNgyA62HKRG/fPXjdp] X-Originating-Email: [carmel_ny@hotmail.com] Message-ID: Received: from scorpio.seibercom.net ([76.182.104.150]) by BLU0-SMTP56.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 29 Apr 2013 04:17:40 -0700 Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: carmel_ny@seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3ZzjyT6hWjz2CG57 for ; Mon, 29 Apr 2013 07:17:37 -0400 (EDT) Date: Mon, 29 Apr 2013 07:17:37 -0400 From: Carmel To: freebsd-ports@freebsd.org Subject: eliminating "x11-toolkits/qt33" X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 29 Apr 2013 11:17:40.0261 (UTC) FILETIME=[2951F550:01CE44CB] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 11:17:47 -0000 On a FreeBSD-8.3 system, I still have several programs linked against "/x11-toolkits/qt33/" Information for qt-3.3.8_14: Required by: kde-runtime-4.10.1 kde-workspace-4.10.1 kdeadmin-4.10.1 kdeartwork-4.10.1 kdenetwork-4.10.1 kdepim-4.10.1 kdepim-runtime-4.10.1 kdepimlibs-4.10.1_1 kdeplasma-addons-4.10.1 kdesdk-4.10.1 kdetoys-4.10.1 kdewebdev-4.10.1 kgpg-4.10.1 kopete-4.10.1 pinentry-0.8.1_2 plasma-scriptengine-python-4.10.1 plasma-scriptengine-ruby-4.10.1 py27-pykde4-4.10.1 py27-pykdeuic4-4.10.1 ruby19-korundum-4.10.1 smokekde-4.10.1 Would running: "portupgrade -o devel/qt4 x11-toolkits/qt33" be sufficient to eliminate that problem? -- Carmel carmel_ny@hotmail.com From owner-freebsd-ports@FreeBSD.ORG Mon Apr 29 12:56:37 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4F107D2C; Mon, 29 Apr 2013 12:56:37 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) by mx1.freebsd.org (Postfix) with ESMTP id B8C051309; Mon, 29 Apr 2013 12:56:36 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id h11so2736252wiv.1 for ; Mon, 29 Apr 2013 05:56:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=0LncWjWMETFATUfEz8ur5bQGEqNKTalZC8UbC+t1RJE=; b=m/K9fYjp2u6k7N3qT+3AQ/yhNKgWgk/B392hdU9UEqcjts6OfYUYoWkph4X97WjilK m3OI+kJNQgrJ1Ls9ewbrVQ1meQMwxV58lN29/XNqezU1tHoK1Z+eMd6k2aUUHqmlsfoh ymIwnSAgG17WrJwugPNn0jw0JEby5ZUEfu4eujpQSqDnQ78MAL7D4YhxhTDB5p+uEcP6 Pzzbmg+o5zXpfJ08KQWSAgAKi6roMZDz72q9WXQg1uvlysO7TwASlKSAXKnr/ZJ5Luqj vjh1NbzmHE4OIweDUIhnbc82AmKXfuRxrkZggtTJEiKntl+Zy/YTEKyINVSKja64UFSC dzEA== MIME-Version: 1.0 X-Received: by 10.180.86.230 with SMTP id s6mr17608426wiz.6.1367240195946; Mon, 29 Apr 2013 05:56:35 -0700 (PDT) Received: by 10.194.76.147 with HTTP; Mon, 29 Apr 2013 05:56:35 -0700 (PDT) In-Reply-To: References: <20130227.074141.1411089036796311344.hrs@allbsd.org> Date: Mon, 29 Apr 2013 14:56:35 +0200 Message-ID: Subject: Re: CFT: texlive ports From: David Demelier To: Hiroki Sato Content-Type: text/plain; charset=UTF-8 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 12:56:37 -0000 2013/4/17 David Demelier : > 2013/2/26 Hiroki Sato : >> Hello, >> >> Ports to replace print/*teTeX* with TeX Live 2012 are ready for >> testing. Please note that this is not the final version and >> committing the new ones into the ports tree will go in the following >> phases: >> >> 1. Commit print/texlive-full for full version of TeX Live. >> >> 2. Update ports which depend on teTeX to make them possible to >> select teTeX or TeX Live. teTeX by default at this phase. Split >> TeX Live ports into smaller ones as necessary in parallel. >> >> 3. Switch the default to TeX Live. >> >> 4. Remove print/*teTeX*. >> >> The patch for phase 1 can be found at the following URL: >> >> http://people.allbsd.org/~hrs/FreeBSD/texlive-20130227-1.tar.gz >> >> This consists of the following ports: >> >> print/texlive-full >> print/texlive-base >> print/texlive-texmf >> print/tex-ptexenc >> print/xetex >> print/luatex >> devel/kpathsea >> devel/web2c >> >> Please try to install print/texlive-full. The total size of the >> installed files will be ~3GB, so be careful of free space on your >> disk. While these ports still include some rough edges, all bits of >> the TeX Live 2012 should be installed. Note that they cannot coexist >> with the other TeX-related ports based on teTeX---this means you need >> to remove all of TeX-related ports first. If you want a stable >> version, please wait for migration procedure which will be submitted >> in the end of phase 2. >> >> Non-English engines like pTeX also work but dviware (xdvi, dvips, >> dvipdfmx, ...) for them and non-standard font maps are not included >> (or activated) yet. They will be added when updating the existing >> ports for the engine-specific versions of dviware. >> >> Some combinations of the ports on which TeX Live depends may lead to >> a build problem due to version mismatch. If you notice build failure >> or something wrong with the behavior, please send a report to me >> directly via email. Thank you. >> > > Thanks for your work! I've never touched LaTeX in my life and wanted > texlive to be in ports before starting learning it. However I can't > believe it takes 3Go of disk space. Why is this so big? > > Regards, > > -- > Demelier David Hello there, Can you fix the dependency issue? The port print/texlive-base requires print/psutils-a4 but it has moved to print/psutils, so I just edited the makefile and built it. And again, thank for you work :) Hope the port will be added soon. -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Mon Apr 29 13:17:27 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7AD993AD for ; Mon, 29 Apr 2013 13:17:27 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 422231457 for ; Mon, 29 Apr 2013 13:17:27 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r3TDHKNg043160 for ; Mon, 29 Apr 2013 09:17:20 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r3TDHKU7043132; Mon, 29 Apr 2013 09:17:20 -0400 (EDT) (envelope-from portscout) Message-Id: <201304291317.r3TDHKU7043132@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Mon, 29 Apr 2013 09:17:20 -0400 From: portscout@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.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 13:17:27 -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 ------------------------------------------------+-----------------+------------ databases/jasperreports | 3.7.6 | 5.1.0 ------------------------------------------------+-----------------+------------ 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 If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ports@FreeBSD.ORG Mon Apr 29 15:40:42 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1F1371A2 for ; Mon, 29 Apr 2013 15:40:42 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id B19A51CEF for ; Mon, 29 Apr 2013 15:40:41 +0000 (UTC) Received: from [46.244.147.75] (helo=localhost.my.domain) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UWqBt-0006lx-GX; Mon, 29 Apr 2013 17:40:33 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.4/8.14.3) with ESMTP id r3TFeXg0002232; Mon, 29 Apr 2013 17:40:33 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.4/8.14.3/Submit) id r3TFeWSq002231; Mon, 29 Apr 2013 17:40:32 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Mon, 29 Apr 2013 17:40:32 +0200 From: Matthias Apitz To: freebsd-ports@freebsd.org Subject: Re: astro/foxtrotgps (1.1.1_1 from ports SVN r315646) crashes on start Message-ID: <20130429154031.GA2206@tinyCurrent> References: <20130428180134.GA1770@tiny.Sisis.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20130428180134.GA1770@tiny.Sisis.de> X-Operating-System: FreeBSD 9.0-CURRENT r214444 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 46.244.147.75 Cc: crwhipp@gmail.com, Pierre Pronchery X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 15:40:42 -0000 --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit El da Sunday, April 28, 2013 a las 08:01:35PM +0200, Matthias Apitz escribi: > > Hello, > > Foxtrotgps crashes on start on 10-CURRENT r235646 during 'pthread_mutex_unlock', > details follow below; > Thanks > Hi, The attached patch (to be placed in astro/foxtrotgps/files/patch-src-main before 'make install') fixes the bug; HIH matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: www.asciiribbon.org E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-src-main --- src/main.c.orig 2012-06-14 06:41:11.000000000 +0200 +++ src/main.c 2013-04-29 17:19:50.000000000 +0200 @@ -200,9 +200,17 @@ init(); - gtk_main (); - - - + /* Properly call gdk_threads_enter() and gdk_threads_leave() to prevent + abort() on startup due to gtk trying to unlock a uninitialized + mutex + see also: http://openbsd.7691.n7.nabble.com/geo-tangogps-abort-trap-td147777.html + */ + + gdk_threads_enter(); + + gtk_main (); + + gdk_threads_leave(); + return 0; } --WIyZ46R2i8wDzkSu-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 29 17:45:51 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EA3D290 for ; Mon, 29 Apr 2013 17:45:51 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 69A0B13AD for ; Mon, 29 Apr 2013 17:45:51 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.2.117.99]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.7/8.14.7) with ESMTP id r3THjkxb078134 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Mon, 29 Apr 2013 18:45:46 +0100 (BST) (envelope-from matthew@FreeBSD.org) DKIM-Filter: OpenDKIM Filter v2.8.2 smtp.infracaninophile.co.uk r3THjkxb078134 Authentication-Results: smtp.infracaninophile.co.uk/r3THjkxb078134; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy) Message-ID: <517EB1C0.4020409@FreeBSD.org> Date: Mon, 29 Apr 2013 18:45:36 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: openldap-2.4.35: "failed to start slapd" References: <20130428070851.60d08788@scorpio> <20130428131704.1eb14721@scorpio> <517E0443.2050804@delphij.net> <20130429071307.50874b19@scorpio> In-Reply-To: <20130429071307.50874b19@scorpio> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2IUQMLJQNASTSIDPUSFBL" X-Virus-Scanned: clamav-milter 0.97.8 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 17:45:52 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2IUQMLJQNASTSIDPUSFBL Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 29/04/2013 12:13, Jerry wrote: > On Sun, 28 Apr 2013 22:25:23 -0700 > Xin Li articulated: >=20 >> This is weird. We do have some similar construct for the server >> package -- if the package is being removed, the daemon would be >> stopped. >> >> I haven't seen similar issue in the past, what's the BDB version used >> with OpenLDAP? >=20 > It is using "db46" although I have both "db48" and "db5" on my system. > I would like to switch everything over to using "db5"; however, I am > not sure how to accomplish that with openldap. I did see a patch for > Debian a while back though. >=20 > In any case, this is the first time this has happened in over 12 years > of using and updating "openldap". It may have just been a fluke. To rebuild openldap based on db5, add WITH_BDB_VER?=3D 5 to /etc/make.conf and then rebuild the openldap client and server ports. However, beware that you will need to dump out your database using slapcat before installing the newly compiled ldap packages, and then reload using slapadd afterwards. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey ------enig2IUQMLJQNASTSIDPUSFBL Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlF+scoACgkQ8Mjk52CukIziiwCgkLfxlfQuYYvTZL4StGTEFA3N PcwAnjuCkEAait5mCbyAg+XSw1XBS7+R =WNVp -----END PGP SIGNATURE----- ------enig2IUQMLJQNASTSIDPUSFBL-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 29 18:27:01 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C1857F1D for ; Mon, 29 Apr 2013 18:27:01 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-yh0-x22f.google.com (mail-yh0-x22f.google.com [IPv6:2607:f8b0:4002:c01::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 72C7516B7 for ; Mon, 29 Apr 2013 18:27:01 +0000 (UTC) Received: by mail-yh0-f47.google.com with SMTP id f64so565054yha.6 for ; Mon, 29 Apr 2013 11:27:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type; bh=aIejvuvUur/nnGw3nkbBVymgtGF/daTnWG05jsQNSSI=; b=PgV+gIeI4GFFX+4y7nxqhfLqa3ufkIYEsHyt6SNzZ55oXYD0AEmWXGrXF5iHC2BDDx a/tPDm6tSg0oKCw+Y5Ih+jDABXDWD/HSjagnbGBZ5UhTADxBthpwp5MY3Ekan/JB/2fv OFO1jicBbaAY6iPpnfSpMn8z6ya6RBLpLRMjU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :x-gm-message-state; bh=aIejvuvUur/nnGw3nkbBVymgtGF/daTnWG05jsQNSSI=; b=h6j3IEjus6LlUQUQ7Nf8tjQRd9qGKNMqWVILYF/JyArtS2F950BfTlQURI/26Sz6FO vyHkWUzTGINOgN4G1SEIt69iYarwKTj8bDGWixKxwqxHGJZhO3ASv1tIJ5lGGEjes5AG M/cPOvGYOg2L0PZVnaJbY9Hwvd0ROb9pE0g3MrZLi3a6dd1yiXd+jggZKivke6HMgroi AnUZBQk9L6cviQEJtyaeVHpWgjF5qPq0UG1nNlnpc/A5YhgFdRVPRcSP2+cRN4NVyeDz HgenC7j3UkI1yE4BCoYm6U9/8D3/Pa1NfehQ6HNa0x8dtPhVq4+TkEO5U9YJnDPGHdrJ euoA== X-Received: by 10.236.0.107 with SMTP id 71mr33234849yha.177.1367260020859; Mon, 29 Apr 2013 11:27:00 -0700 (PDT) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPSA id a24sm33209091yhj.23.2013.04.29.11.26.59 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Apr 2013 11:27:00 -0700 (PDT) Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerry@seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3ZzvTt5vPfz2CG57 for ; Mon, 29 Apr 2013 14:26:58 -0400 (EDT) Date: Mon, 29 Apr 2013 14:26:48 -0400 From: Jerry To: freebsd-ports@freebsd.org Subject: Re: openldap-2.4.35: "failed to start slapd" Message-ID: <20130429142648.089ed8fe@scorpio> In-Reply-To: <517EB1C0.4020409@FreeBSD.org> References: <20130428070851.60d08788@scorpio> <20130428131704.1eb14721@scorpio> <517E0443.2050804@delphij.net> <20130429071307.50874b19@scorpio> <517EB1C0.4020409@FreeBSD.org> Organization: seibercom.net X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/SH1e10oD+vf26CbaZUgFYk0"; protocol="application/pgp-signature" X-Gm-Message-State: ALoCoQmf11lqKyHwmok8kULoVZj7afY66cdg2uCtLrci3TCEw6/WJArU1yaqOxtnIEDRu5reL/Li X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 18:27:01 -0000 --Sig_/SH1e10oD+vf26CbaZUgFYk0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, 29 Apr 2013 18:45:36 +0100 Matthew Seaman articulated: > On 29/04/2013 12:13, Jerry wrote: > > On Sun, 28 Apr 2013 22:25:23 -0700 > > Xin Li articulated: > >=20 > >> This is weird. We do have some similar construct for the server > >> package -- if the package is being removed, the daemon would be > >> stopped. > >> > >> I haven't seen similar issue in the past, what's the BDB version > >> used with OpenLDAP? > >=20 > > It is using "db46" although I have both "db48" and "db5" on my > > system. I would like to switch everything over to using "db5"; > > however, I am not sure how to accomplish that with openldap. I did > > see a patch for Debian a while back though. > >=20 > > In any case, this is the first time this has happened in over 12 > > years of using and updating "openldap". It may have just been a > > fluke. >=20 > To rebuild openldap based on db5, add >=20 > WITH_BDB_VER?=3D 5 >=20 > to /etc/make.conf and then rebuild the openldap client and server > ports. >=20 > However, beware that you will need to dump out your database using > slapcat before installing the newly compiled ldap packages, and then > reload using slapadd afterwards. Thanks Matthew, I was wondering if I would have to rebuild the database. I kind of thought that I would. One question though, why "WITH_BDB_VER?=3D5" instead of the same setting sans the "?" question mark? Plus, is there really a need for a space or tab between the directive and the setting? I have seen several such flags using one style or the other. Is it just a matter of style or does it actually make any difference? --=20 Jerry =E2=99=94 Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ --Sig_/SH1e10oD+vf26CbaZUgFYk0 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBAgAGBQJRfrtyAAoJEF2rWD2do7dNFWAIAJis2hN+MosxhzNPwybMSzeF eEcNXlx5ROkjEVF0IJ+oidZi7Qz13uCE7FDRXbL9XyR6DAuCczT/vW+s3wagJSju 8C26glIsFrqX5mXivr8C+DZ0/qE8XbQzrGftyRYSH0Nysabx6pFcXVWGIG8d+UHr oM4tXZEUnJ0Yutn4FClv+c8/d46upzLTj0N0k/eOUeCieGUeTphBb/1J3QBEJrwY DzELRHXGYWYYygAgXHaHLsrlR9Dh4yCxt2T1KPytAnbLj+OqEVbgTdQpKDVnAY6P Y4LKwe8nvp8Qju4CcVzTjI17wMh5YLqNXtlnYGQOLvDfbhaYJOOuqgeA8BdTI4M= =MzY0 -----END PGP SIGNATURE----- --Sig_/SH1e10oD+vf26CbaZUgFYk0-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 29 19:04:12 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BAA59D9E for ; Mon, 29 Apr 2013 19:04:12 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 4F8101893 for ; Mon, 29 Apr 2013 19:04:12 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.2.117.99]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.7/8.14.7) with ESMTP id r3TJ43NQ079450 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Mon, 29 Apr 2013 20:04:03 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) DKIM-Filter: OpenDKIM Filter v2.8.2 smtp.infracaninophile.co.uk r3TJ43NQ079450 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1367262243; bh=dTIgdJjJ5K4FIaV+3TqFF1xjzcuKf5ab+TXVMqGvFMM=; h=Date:From:To:Subject:References:In-Reply-To; z=Date:=20Mon,=2029=20Apr=202013=2020:03:53=20+0100|From:=20Matthew =20Seaman=20|To:=20freebsd-ports@ freebsd.org|Subject:=20Re:=20openldap-2.4.35:=20"failed=20to=20sta rt=20slapd"|References:=20<20130428070851.60d08788@scorpio>=20=2 0<20130428131704.1eb14721@scorpio>=20=20<517E0443.2050804@delphi j.net>=20<20130429071307.50874b19@scorpio>=20<517EB1C0.4020409@Fre eBSD.org>=20<20130429142648.089ed8fe@scorpio>|In-Reply-To:=20<2013 0429142648.089ed8fe@scorpio>; b=kwfEC3Jo/M7KOo/eHitfE+meGPvRoAfMFixQXZ5gy8c8v1B8YNGvfDcAXoDmdseSd FYZMj9U9LFHNuxYcPzet7EEOz/yLu0Ehq/rKK/mvFnHmKcvsId3qWBF2SxIYsqBRCc 1PP2bpcdKkMyufs+iVP8i9vsVOlszjzMiBJEXJUI= Message-ID: <517EC419.9060501@infracaninophile.co.uk> Date: Mon, 29 Apr 2013 20:03:53 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: openldap-2.4.35: "failed to start slapd" References: <20130428070851.60d08788@scorpio> <20130428131704.1eb14721@scorpio> <517E0443.2050804@delphij.net> <20130429071307.50874b19@scorpio> <517EB1C0.4020409@FreeBSD.org> <20130429142648.089ed8fe@scorpio> In-Reply-To: <20130429142648.089ed8fe@scorpio> X-Enigmail-Version: 1.5.1 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2LRJXDSXUSDPOQGDUXADM" X-Virus-Scanned: clamav-milter 0.97.8 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_FAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 19:04:12 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2LRJXDSXUSDPOQGDUXADM Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 29/04/2013 19:26, Jerry wrote: > Thanks Matthew, I was wondering if I would have to rebuild the > database. I kind of thought that I would. One question though, why > "WITH_BDB_VER?=3D5" instead of the same setting sans the "?" question > mark? Plus, is there really a need for a space or tab between the > directive and the setting? I have seen several such flags using one > style or the other. Is it just a matter of style or does it actually > make any difference? '?=3D' means 'assign if variable is not already initialised' -- so it allows ports to override your choice of settings; for instance if you wanted to install a port that only worked with an earlier version of BDB.= No, you don't need a space or tab in there at all. It's just a habit since the standard in ports Makefiles is to put a tab (or two) after all assignments so the data lines up nicely. Style only. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey JID: matthew@infracaninophile.co.uk ------enig2LRJXDSXUSDPOQGDUXADM Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlF+xCIACgkQ8Mjk52CukIzNhACfXP2zwOQHjIV5Q39N4anZ/cKy 1LAAniZeFyldYPZtl/z1KciXF5kKNUNw =07dM -----END PGP SIGNATURE----- ------enig2LRJXDSXUSDPOQGDUXADM-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 29 19:11:36 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D82CA19A for ; Mon, 29 Apr 2013 19:11:36 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from anubis.delphij.net (anubis.delphij.net [IPv6:2001:470:1:117::25]) by mx1.freebsd.org (Postfix) with ESMTP id BC76B1930 for ; Mon, 29 Apr 2013 19:11:36 +0000 (UTC) Received: from zeta.ixsystems.com (drawbridge.ixsystems.com [206.40.55.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by anubis.delphij.net (Postfix) with ESMTPSA id 116BA110A2; Mon, 29 Apr 2013 12:11:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=delphij.net; s=anubis; t=1367262696; bh=MmLr0kQ8Xh0jXbZgj38D0xPmnOX6yBpAuSLK7+jCEuI=; h=Date:From:Reply-To:To:CC:Subject:References:In-Reply-To; b=Xh7uyYma4b17SQx7P51ugyg6EwmZEVAKgpyG4SoL65bYnq+jBtwPX9GFKdG+S8tLz c8xff7l0phckZQV7JI41L+6LFomM5g5uZouIH+vg85Q+va4ria+uS4ThXG60QpFd1E 65Ba8JMfWo1N9qa/hcDC8DSEiU9HfryRo4c8KYlg= Message-ID: <517EC5E1.4080203@delphij.net> Date: Mon, 29 Apr 2013 12:11:29 -0700 From: Xin Li Organization: The FreeBSD Project MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: openldap-2.4.35: "failed to start slapd" References: <20130428070851.60d08788@scorpio> <20130428131704.1eb14721@scorpio> <517E0443.2050804@delphij.net> <20130429071307.50874b19@scorpio> <517EB1C0.4020409@FreeBSD.org> <20130429142648.089ed8fe@scorpio> In-Reply-To: <20130429142648.089ed8fe@scorpio> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Jerry X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: d@delphij.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 19:11:36 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 04/29/13 11:26, Jerry wrote: > Thanks Matthew, I was wondering if I would have to rebuild the > database. Yes, you do. What I would recommend is that you do a slapcat before everything, upgrade and move /var/db/openldap-data to /var/db/openldap-data.old, copy the DB configuration to the new openldap-data directory, then slapadd. Cheers, - -- Xin LI https://www.delphij.net/ FreeBSD - The Power to Serve! Live free or die -----BEGIN PGP SIGNATURE----- iQEcBAEBCgAGBQJRfsXhAAoJEG80Jeu8UPuzjFEH/0SiOoibaFk5i6srAhoLSxwX NnTvqRR+UwcKpsVymfH6dj7ubFuvwl6jv4+dH14pgndXtfCxuQPW0q9qIRlKv64g LalxFdpv0+wOgj9Mp6JijCu1gZE3DoIx0VKSk3roTW5+s+eS5z8M1BeqEuGIAlWQ pA45MEDA4lpNdNaSFQyEp0zx28JCRPYVaBWVsRebDDGsNTrcnxH188gxmPY51ICZ hVvcMiOnynCtwwDB4TqzsAjCMCSTvrN/yAU2WXacjACVP+nS6Y0hW/z3X8r+2O8j KyzAeTLrjsc/1g131MlMn9PFm2sFQoXEEbFawEPjHMLTLKf0+3H10NVIK31daY0= =RXDa -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 29 20:00:01 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 86ED8175 for ; Mon, 29 Apr 2013 20:00:01 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x232.google.com (mail-ie0-x232.google.com [IPv6:2607:f8b0:4001:c03::232]) by mx1.freebsd.org (Postfix) with ESMTP id 5BE221CA5 for ; Mon, 29 Apr 2013 20:00:01 +0000 (UTC) Received: by mail-ie0-f178.google.com with SMTP id aq17so8026952iec.9 for ; Mon, 29 Apr 2013 13:00:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=i7SZdDswCEXvl3r7vcHUNVSpiQG/ohJGq/+T7tZlUqU=; b=TLMqf+SK+D9tWDRE7Waf74ml1qRa+K3EBwDZzp0ET1H/ek4BUXj7flDfIxgM2/cCdS ZcOC72JidO9KLBPnF3KL79or69Z742atnV4UUfAq3PA9Zlc9brZ156gxpgxy/a3URBY6 +20rIxpZa/aObMzeuyOwniUSWkGyucH81GNmegfhEC0wYyUbuIvYbIUAKh7Bl2f7vsSJ 8Igbgqk9+ASGY9ewoA8kKdLWCMwfgXqIG9KzcMdsF8OkckB/tIGMglTnx4PaZt8T2R2a Hw3B7h/gc0rIQHGGtEyeSIXex31qBE4Z//ypjSuIQ6Givh/dmta+6XT2w0GVrJHwYpou SYcQ== MIME-Version: 1.0 X-Received: by 10.50.114.3 with SMTP id jc3mr1979475igb.75.1367265600673; Mon, 29 Apr 2013 13:00:00 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Mon, 29 Apr 2013 13:00:00 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Mon, 29 Apr 2013 13:00:00 -0700 (PDT) In-Reply-To: <517EC419.9060501@infracaninophile.co.uk> References: <20130428070851.60d08788@scorpio> <20130428131704.1eb14721@scorpio> <517E0443.2050804@delphij.net> <20130429071307.50874b19@scorpio> <517EB1C0.4020409@FreeBSD.org> <20130429142648.089ed8fe@scorpio> <517EC419.9060501@infracaninophile.co.uk> Date: Mon, 29 Apr 2013 21:00:00 +0100 Message-ID: Subject: Re: openldap-2.4.35: "failed to start slapd" From: Chris Rees To: Matthew Seaman Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 20:00:01 -0000 On 29 Apr 2013 20:04, "Matthew Seaman" wrote: > > On 29/04/2013 19:26, Jerry wrote: > > Thanks Matthew, I was wondering if I would have to rebuild the > > database. I kind of thought that I would. One question though, why > > "WITH_BDB_VER?=5" instead of the same setting sans the "?" question > > mark? Plus, is there really a need for a space or tab between the > > directive and the setting? I have seen several such flags using one > > style or the other. Is it just a matter of style or does it actually > > make any difference? > > '?=' means 'assign if variable is not already initialised' -- so it > allows ports to override your choice of settings; for instance if you > wanted to install a port that only worked with an earlier version of BDB. I'm pretty sure ?= is inappropriate here; make.conf is read first(ish) and thus WITH_OPENLDAP_VER should not be defined at this point. Chris From owner-freebsd-ports@FreeBSD.ORG Mon Apr 29 20:34:29 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D997E9F6; Mon, 29 Apr 2013 20:34:29 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (lrosenman-1-pt.tunnel.tserv8.dal1.ipv6.he.net [IPv6:2001:470:1f0e:3ad::2]) by mx1.freebsd.org (Postfix) with ESMTP id AA4C31E14; Mon, 29 Apr 2013 20:34:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Message-ID:Subject:To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=aDAxkhyKhTs0AygYTioQU3SRTHSs1QsEPqWWMdopqEg=; b=Ra2RcxYhMrUlkWQNacP7NwKKdwl6dbdMbaeaevZjvbAdnZFfvglMJVK1QzsXzBdaj30IXXZHighj24ctGZUiZv4axw4kndSGgzrItLm52QQl366pJHo+YvoVriu9BAWoEhvjZfsdFpj6ngaG1P1UIZh3RTvecMt3SSdiUfE9z5s=; Received: from localhost.lerctr.org ([127.0.0.1]:22146 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpa (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UWumJ-000Kqz-4q; Mon, 29 Apr 2013 15:34:28 -0500 Received: from [32.97.110.60] by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Mon, 29 Apr 2013 15:34:26 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 29 Apr 2013 15:34:26 -0500 From: Larry Rosenman To: , Subject: =?UTF-8?Q?b=32=37=5F=32=20to=20b=32=37=5F=33=20failure=20=5Bjava/?= =?UTF-8?Q?openjdk=36=5D?= Message-ID: <7802adaae9177a85add30432831ddb67@webmail.lerctr.org> X-Sender: ler@lerctr.org User-Agent: Roundcube Webmail/0.8.5 X-Spam-Score: -5.3 (-----) X-LERCTR-Spam-Score: -5.3 (-----) X-Spam-Report: SpamScore (-5.3/5.0) ALL_TRUSTED=-1, BAYES_00=-1.9, RP_MATCHES_RCVD=-2.442 X-LERCTR-Spam-Report: SpamScore (-5.3/5.0) ALL_TRUSTED=-1, BAYES_00=-1.9, RP_MATCHES_RCVD=-2.442 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 20:34:29 -0000 get the following either trying(!) to update from b27_2 to b27_3, or trying with NO java installed via the bootstrap.... -CURRENT. Begin Processing SUBDIRS: registry >>> Recursively making registry all @ Mon Apr 29 15:32:08 CDT 2013 ... gmake[7]: Entering directory `/usr/ports/java/openjdk6/work/jdk/make/com/sun/jndi/rmi/registry' /usr/local/bootstrap-openjdk/bin/rmic -J-Xmx896m -J-Xms128m -classpath "/usr/ports/java/openjdk6/work/build/bsd-amd64/classes" \ -d /usr/ports/java/openjdk6/work/build/bsd-amd64/classes \ com.sun.jndi.rmi.registry.ReferenceWrapper gmake[7]: Leaving directory `/usr/ports/java/openjdk6/work/jdk/make/com/sun/jndi/rmi/registry' Timing: 00000 seconds or 0s for make-com-sun-jndi-rmi-registry <<>> Recursively making dns all @ Mon Apr 29 15:32:08 CDT 2013 ... gmake[6]: Entering directory `/usr/ports/java/openjdk6/work/jdk/make/com/sun/jndi/dns' gmake[6]: Leaving directory `/usr/ports/java/openjdk6/work/jdk/make/com/sun/jndi/dns' Timing: 00000 seconds or 0s for make-com-sun-jndi-dns <<>> Recursively making jmx all @ Mon Apr 29 15:32:08 CDT 2013 ... gmake[5]: Entering directory `/usr/ports/java/openjdk6/work/jdk/make/com/sun/jmx' /bin/mkdir -p /usr/ports/java/openjdk6/work/build/bsd-amd64/classes/javax/management/remote/rmi rm -f /usr/ports/java/openjdk6/work/build/bsd-amd64/classes/javax/management/remote/rmi/RMIConnectionImpl_Stub.class /usr/ports/java/openjdk6/work/build/bsd-amd64/bin/java -Xmx896m -Xms128m -cp /usr/ports/java/openjdk6/work/build/bsd-amd64/classes sun.rmi.rmic.Main -classpath "/usr/ports/java/openjdk6/work/build/bsd-amd64/classes" \ -d /usr/ports/java/openjdk6/work/build/bsd-amd64/classes \ -v1.2 \ -keepgenerated \ javax.management.remote.rmi.RMIConnectionImpl /bin/mkdir -p /usr/ports/java/openjdk6/work/build/bsd-amd64/gensrc/javax/management/remote/rmi /bin/cp /usr/ports/java/openjdk6/work/build/bsd-amd64/classes/javax/management/remote/rmi/RMIConnectionImpl_Stub.java \ /usr/ports/java/openjdk6/work/build/bsd-amd64/gensrc/javax/management/remote/rmi /usr/ports/java/openjdk6/work/build/bsd-amd64/bin/java -Xmx896m -Xms128m -cp /usr/ports/java/openjdk6/work/build/bsd-amd64/classes sun.rmi.rmic.Main -classpath "/usr/ports/java/openjdk6/work/build/bsd-amd64/classes" \ -d /usr/ports/java/openjdk6/work/build/bsd-amd64/classes \ -iiop -v1.2 \ javax.management.remote.rmi.RMIConnectionImpl gmake[5]: *** [/usr/ports/java/openjdk6/work/build/bsd-amd64/classes/javax/management/remote/rmi/RMIConnectionImpl_Stub.class] Segmentation fault (core dumped) gmake[5]: *** Deleting file `/usr/ports/java/openjdk6/work/build/bsd-amd64/classes/javax/management/remote/rmi/RMIConnectionImpl_Stub.class' gmake[5]: Leaving directory `/usr/ports/java/openjdk6/work/jdk/make/com/sun/jmx' gmake[4]: *** [all] Error 1 gmake[4]: Leaving directory `/usr/ports/java/openjdk6/work/jdk/make/com/sun' gmake[3]: *** [all] Error 1 gmake[3]: Leaving directory `/usr/ports/java/openjdk6/work/jdk/make/com' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/ports/java/openjdk6/work/jdk/make' gmake[1]: *** [jdk-build] Error 2 gmake[1]: Leaving directory `/usr/ports/java/openjdk6/work' gmake: *** [build_product_image] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/java/openjdk6. *** [build] Error code 1 Stop in /usr/ports/java/openjdk6. ===>>> make failed for java/openjdk6 ===>>> Aborting update ===>>> Update for java/openjdk6 failed ===>>> Aborting update ===>>> Killing background jobs Terminated ===>>> There are messages from installed ports to display, but first take a moment to review the error messages above. Then press Enter when ready to proceed. # uname -a FreeBSD borg.lerctr.org 10.0-CURRENT FreeBSD 10.0-CURRENT #136 r250047: Mon Apr 29 11:00:17 CDT 2013 root@borg.lerctr.org:/usr/obj/usr/src/sys/BORG-DTRACE amd64 # -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 (c) E-Mail: ler@lerctr.org US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 From owner-freebsd-ports@FreeBSD.ORG Mon Apr 29 20:35:17 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 33F3EAED for ; Mon, 29 Apr 2013 20:35:17 +0000 (UTC) (envelope-from coco@executive-computing.de) Received: from mail.moehre.org (mail.moehre.org [195.96.35.7]) by mx1.freebsd.org (Postfix) with ESMTP id B1D381E28 for ; Mon, 29 Apr 2013 20:35:16 +0000 (UTC) Received: from mail.moehre.org (unknown [195.96.35.7]) by mail.moehre.org (Postfix) with ESMTP id B3DC78B1420 for ; Mon, 29 Apr 2013 22:35:15 +0200 (CEST) X-Spam-Flag: NO X-Spam-Score: -100.962 X-Spam-Level: X-Spam-Status: No, score=-100.962 tagged_above=-999 required=5 tests=[ALL_TRUSTED=-1, AWL=0.038, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mail.moehre.org ([195.96.35.7]) by mail.moehre.org (mail.moehre.org [195.96.35.7]) (amavisd-new, port 10024) with ESMTP id pNDm2ODj0bhi for ; Mon, 29 Apr 2013 22:35:14 +0200 (CEST) Received: from [192.168.100.30] (p54B09FDE.dip0.t-ipconnect.de [84.176.159.222]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: coco@executive-computing.de) by mail.moehre.org (Postfix) with ESMTPSA id 092498B143C for ; Mon, 29 Apr 2013 22:35:14 +0200 (CEST) Message-ID: <517ED95E.9090907@executive-computing.de> Date: Mon, 29 Apr 2013 22:34:38 +0200 From: Marco Steinbach User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: FreeBSD Ports Mailing List Subject: Re: OPTIONSng: Overide options in /var/db/ports/*/options ? References: <5145B415.80303@executive-computing.de> <5145C9DC.6010300@infracaninophile.co.uk> <5145E47D.4050201@executive-computing.de> <51460B2C.6080500@executive-computing.de> <20130317184927.GF72627@ithaqua.etoilebsd.net> <5146213E.3080005@executive-computing.de> <5150B75F.6030908@executive-computing.de> <20130325212341.GC64932@ithaqua.etoilebsd.net> In-Reply-To: <20130325212341.GC64932@ithaqua.etoilebsd.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 20:35:17 -0000 Baptiste Daroussin wrote on 25.03.2013 22:23: > On Mon, Mar 25, 2013 at 09:45:19PM +0100, Marco Steinbach wrote: >> Marco Steinbach wrote on 17.03.2013 21:02: >>> Baptiste Daroussin wrote on 17.03.2013 19:49: >>>> On Sun, Mar 17, 2013 at 07:27:56PM +0100, Marco Steinbach wrote: >>>>> Chris Rees wrote on 17.03.2013 17:15: >>>>>> On 17 Mar 2013 15:45, "Marco Steinbach" >>>>>> wrote: >>>>>>> Matthew Seaman wrote on 17.03.2013 14:49: >>>>>>> >>>>>>>> On 17/03/2013 12:16, Marco Steinbach wrote: >>>>>>>>> Hi, >>>>>>>>> >>>>>>>>> is there a way to overide options stored in /var/db/ports/*/options, >>>>>>>>> basically getting back the pre-OPTIONSng behaviour of being able to >>>>>>>>> overide port options in /etc/make.conf ? >>>>>>>>> >>>>>>>>> Before OPTIONSng was introduced, I was able to specify options in >>>>>>>>> /etc/make.conf (WITHOUT_X11, WITHOUT_CUPS, WITH_MAILHEAD, WITH_SSL, >>>>>>>>> WITH_MYSQL, WITH_DOVECOT, ...), which then overode any occurency >>>>>>>>> of that >>>>>>>>> option in any port (or just specific ones, by e.g. checking >>>>>>>>> .CURDIR), >>>>>>>>> regardless of the setting the ports option file contained. >>>>>>>> Find the uniquename of the port[*] (by 'make -V UNIQUENAME') then in >>>>>>>> /etc/make.conf >>>>>>>> >>>>>>>> uniquename_SET= FOO BAR BAZ >>>>>>>> uniquename_UNSET= BLURFL >>>>>>>> >>>>>>>> will override the default settings in that port's Makefile for the >>>>>>>> FOO, >>>>>>>> BAR, BAZ and BLURFL options. >>>>>>>> >>>>>>>> Note: this won't override any settings you make from an options >>>>>>>> dialog. >>>>>>>> Might be a good idea to 'make rmconfig' if you only want to rely on >>>>>>>> /etc/make.conf >>>>>>> [...] >>>>>>> >>>>>>> Exactly my point. Currently, with OPTIONSng there seems to be no >>>>>>> way to >>>>>> overide anything in /var/db/ports/*/options. >>>>>>> I find it irritating, that I no longer can be sure about options in >>>>>> /etc/make.conf. I have to check/reconfigure to make sure. >>>>>>> As much as I like OPTIONSng (especially in combination with >>>>>> dialog4ports), this is one thing I'd very much like OPTIONSng to >>>>>> relearn: >>>>>> Enforce options regardless of what's in a ports options file. >>>>>> >>>>>> No, that's a bad idea. It's more confusing to have options not >>>>>> being set >>>>>> that are checked in the OPTIONS dialog. >>>>>> >>>>>> Setting those in make.conf sets defaults, and allows them to be >>>>>> overridden >>>>>> in individual ports. >>>>> Let's say I never want CUPS, X11, EXAMPLES and DOCS, regardless of >>>>> what I willingly or accidentially configured in an OPTIONS dialog (or >>>>> is defaulted to in a ports Makefile), either because I didn't >>>>> understand the dependancy of a choice, I fat-fingered something or >>>>> someone helps me configuring something, and wants to make sure I get >>>>> it right: >>>>> >>>>> OPTIONS_UNSET_FORCE= CUPS X11 EXAMPLES DOCS >>>>> >>>>> Same goes for the complementary case of having options set forcibly, >>>>> either system-wide or per port: >>>>> >>>>> particularport_SET_FORCE= EXAMPLES DOCS >>>>> >>>>> I'd set these in /etc/make.conf, and be done for good. >>>>> >>>>> I have a local patch for that kind of behaviour, but wanted to check >>>>> for possible alternatives besides the beaten path, before bothering >>>>> bapt@. >>>>> >>>> The thing is half of people wants the /var/db/*/options to be the last >>>> word, the >>>> other half want the behaviour you are exposing, so getting a final >>>> word that >>>> will satisfy everyone is hard. >>> I think the approach of having a choice between the two by allowing for >>> a new 'force it down the throat'-mechanism could serve both quite nicely. >>> >>> Existing /var/db/*/options files would still be read, but options can be >>> forcibly set or unset from /etc/make.conf, overriding the corresponding >>> options setting in options files. >>> >>>> I personnally really dislike /var/db/port/*/options and the dialog :). >>>> >>>> The new option framework has been design to: >>>> 1/ respect the same behaviour has it used to be before: >>>> /var/db/port/*/options >>>> has the final word. >>>> >>>> 2/ provide the ability to users to be able to tune the whole system in a >>>> consistent way. >>>> >>>> 3/ provide a way to totally disable the dialog thing (NO_DIALOG) so >>>> that you >>>> can't save a option file by mistake. >>>> >>>> What we can probably do in the end is provide a new macro to totally >>>> in all >>>> cases ignore /var/db/port/*/options. >>>> >>>> Would that satisfy your needs? >>> I'll recap the approaches: >>> >>> a) Options in /etc/make.conf only take precedence, if no >>> /var/db/ports/*/options file exists for a given port >>> >>> b) Options in /etc/make.conf always take precedence over options of the >>> same name read from /var/db/ports/*/options >>> >>> c) Options in /etc/make.conf are the only source of wisdom, anything in >>> /var/db/ports/*/options is ignored >>> >>> >>> a) is currently in place (*_SET, *_UNSET) >>> b) is what I'd very much like to see added (*_SET_FORCE, *_UNSET_FORCE) >>> c) probably comes closer to what you're suggesting >>> >>> I've attached my current workaround for b), where I simply duplicated >>> parts of your code in bsd.options.mk, adding a new suffix. Maybe this >>> further clarifies, what I'm currently missing. >>> >>> c) would come in handy, if you'd like to make sure nothing whatsoever >>> from /var/db/ports/*/options impacts a build. >> >> Baptiste, are you considering b) ? >> >> MfG CoCo > > I will definitly I need to review you patch and some others I recieved, just I > need to find time to do it. > > Thanks for reminding and for the patch. > > regards, > Bapt Baptiste found the time, reviewed and committed in ports r316825. Thank you :) MfG CoCo From owner-freebsd-ports@FreeBSD.ORG Mon Apr 29 20:57:39 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 620357FE for ; Mon, 29 Apr 2013 20:57:39 +0000 (UTC) (envelope-from khorben@defora.org) Received: from mahce.defora.org (mahce.defora.org [176.28.20.185]) by mx1.freebsd.org (Postfix) with ESMTP id 27E6F1FDC for ; Mon, 29 Apr 2013 20:57:38 +0000 (UTC) Received: by mahce.defora.org (Postfix, from userid 1000) id 78B871A87C02D; Mon, 29 Apr 2013 22:50:32 +0200 (CEST) Date: Mon, 29 Apr 2013 22:50:32 +0200 From: Pierre Pronchery To: Matthias Apitz Subject: Re: astro/foxtrotgps (1.1.1_1 from ports SVN r315646) crashes on start Message-ID: <20130429205032.GO3880@defora.org> References: <20130428180134.GA1770@tiny.Sisis.de> <20130429154031.GA2206@tinyCurrent> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20130429154031.GA2206@tinyCurrent> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: crwhipp@gmail.com, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Apr 2013 20:57:39 -0000 Hey, On Mon, Apr 29, 2013 at 05:40:32PM +0200, Matthias Apitz wrote: > El da Sunday, April 28, 2013 a las 08:01:35PM +0200, Matthias Apitz escribi: > > > Foxtrotgps crashes on start on 10-CURRENT r235646 during 'pthread_mutex_unlock', > > details follow below; > > The attached patch (to be placed in astro/foxtrotgps/files/patch-src-main > before 'make install') fixes the bug; thank you for the patch, it fixes the reproducible crash upon startup, and I have committed it to pkgsrc-wip. However, I am afraid that it may break functionality, and allow only the main Gtk+ thread to start. Map download in particular was performed in a separate thread in TangoGPS IIRC, and here foxtrot doesn't download anything... I'm afraid this issue results from the patch. It may be more work than just this to get it to run properly :/ Please let me know if it works better for you. Cheers, -- khorben > --- src/main.c.orig 2012-06-14 06:41:11.000000000 +0200 > +++ src/main.c 2013-04-29 17:19:50.000000000 +0200 > @@ -200,9 +200,17 @@ > > init(); > > - gtk_main (); > - > - > - > + /* Properly call gdk_threads_enter() and gdk_threads_leave() to prevent > + abort() on startup due to gtk trying to unlock a uninitialized > + mutex > + see also: http://openbsd.7691.n7.nabble.com/geo-tangogps-abort-trap-td147777.html > + */ > + > + gdk_threads_enter(); > + > + gtk_main (); > + > + gdk_threads_leave(); > + > return 0; > } -- khorben From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 03:28:57 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6CDDED6A; Tue, 30 Apr 2013 03:28:57 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-ob0-x22e.google.com (mail-ob0-x22e.google.com [IPv6:2607:f8b0:4003:c01::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 308BF16FB; Tue, 30 Apr 2013 03:28:57 +0000 (UTC) Received: by mail-ob0-f174.google.com with SMTP id wc20so64195obb.33 for ; Mon, 29 Apr 2013 20:28:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=SERqygSoTIPfkR4vpyoykVojfb0r1QxuX8cQpaIkmC4=; b=myG7xOjhaBMrGXrGcvXMCToh7Rn0tIVJ2A1hBrGKBZn/WAd/gED9JAYPftyuj3Twlm bFkrOk8zThYCkuNyKvmJATOkaKd8/eUDfxRVzrFyanBEfdmMpZ1IKvqC4+XCodSWEvyR NkXCfjTY9OwGcAFSZeKTEi9v0RK8pWTvaP3G8PHiFCWpsnQzT2fVJjcqkOk4qp0Dmnio JY1b1RhBupK2Mzi0z63KxDjEWKU5yo/Q8BiSs92Y2sEJBUs8+yjjX24YAu/b+KubAVGy cr3r389g6P3wxTpnjzG96UjsFOibltQdK5KE5FxMv3jKH2iRPff8EbQkLytZVOqqKi2q 8U6A== MIME-Version: 1.0 X-Received: by 10.182.81.65 with SMTP id y1mr24467819obx.82.1367292536833; Mon, 29 Apr 2013 20:28:56 -0700 (PDT) Received: by 10.182.89.232 with HTTP; Mon, 29 Apr 2013 20:28:56 -0700 (PDT) In-Reply-To: <517187B9.40106@smeets.im> References: <20130419020021.GA16918@test.yahoo.com> <51716917.90101@smeets.im> <517187B9.40106@smeets.im> Date: Mon, 29 Apr 2013 22:28:56 -0500 Message-ID: Subject: Re: firefox build broken under clang 3.3 From: Brandon Gooch To: Florian Smeets Content-Type: text/plain; charset=ISO-8859-1 Cc: kit , Dimitry Andric , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 03:28:57 -0000 On Fri, Apr 19, 2013 at 1:06 PM, Florian Smeets wrote: > On 19.04.13 19:48, Dimitry Andric wrote: >> On Apr 19, 2013, at 17:56, Florian Smeets wrote: >> >>> On 19.04.13 04:01, kit wrote: >>>> updated current and now firefox and thunderbird both fail to build under >>>> the new clang 3.3. has anyone seen this or know how to fix? >>> >>> The fix is here: >>> >>> http://tb.smeets.im/~flo/gecko-clang33-fixes.diff >>> >>> It will be committed after the freeze. >> >> Are these fixes from upstream? If not, it would be nice to send them there... >> >> > > patch-bug854936 is a workaround because we don't have > http://llvm.org/viewvc/llvm-project?view=revision&revision=178950 yet. > > firefox-nightly (in our gecko svn repo) already compiles fine without > patch-clang33 > > So everything should be fine :) > > Florian Thanks for fixing the build issues. Now, I've built Firefox with Clang, but the darn thing segfaults at the drop of a hat: $ gdb /usr/local/bin/firefox firefox.core ... (gdb) bt #0 0x00000008011eefaa in thr_kill () from /lib/libc.so.7 #1 0x00000008024d254d in XRE_InstallX11ErrorHandler () from /usr/local/lib/firefox/libxul.so #2 0x0000000800f74116 in swapcontext () from /lib/libthr.so.3 #3 0x0000000800f73d39 in sigaction () from /lib/libthr.so.3 #4 0x00007ffffffff193 in ?? () #5 0x0000000800f73c20 in sigaction () from /lib/libthr.so.3 Previous frame inner to this frame (corrupt stack?) Rebuilding with debugging symbols provides no further insight, as that seems to provide a work-around for whatever the root cause may be (i.e. no more segfaults). Are any of you seeing something similar? -Brandon From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 03:33:44 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 17EF2E33; Tue, 30 Apr 2013 03:33:44 +0000 (UTC) (envelope-from qat@redports.org) Received: from qat.redports.org (qat.redports.org [96.47.72.233]) by mx1.freebsd.org (Postfix) with ESMTP id E4E72171F; Tue, 30 Apr 2013 03:33:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=gr+BHwXspGGl5bie2m7zvPTh9zoC7AiEFIuJ0JFPcvo=; b=B/DyWPe908wO8MrUsGEUUYXworc2u6riSXPIYSnUHfl5dRCTS1e12r5NfG7HRUTjKrci7uyYXo82XP1SSWk9AttxiYPSRHCaCjgbbWOQnZPdC0OecZrsRYeQlL1eEWXXuJ6oIQk7Vy2UY0xzbfCwLl+gfUrTa86uI6gYtEZbx2A=; Received: from www by qat.redports.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UX1Jx-000MQK-9O; Tue, 30 Apr 2013 03:33:37 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 0.12.5 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 0.12.5, by Edgewall Software To: miwi@FreeBSD.org X-Trac-Project: redports Date: Tue, 30 Apr 2013 03:33:37 -0000 X-URL: https://qat.redports.org/ Subject: [QAT] r316872: 4x leftovers To: miwi@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20130430031400-10931 X-Trac-Build-ID: 20130430031400-10931 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Reply-To: qat@redports.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 03:33:44 -0000 - Update to 7.22 --------------------------------------------------------------------- Build ID: 20130430031400-10931 Job owner: miwi@FreeBSD.org Buildtime: 20 minutes Enddate: Tue, 30 Apr 2013 03:33:35 GMT Revision: r316872 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=316872 --------------------------------------------------------------------- Port: www/drupal7 7.22 Buildgroup: 9.1-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~miwi@FreeBSD.org/20130430031400-10931-131904/drupal7-7.22.log Buildgroup: 9.1-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~miwi@FreeBSD.org/20130430031400-10931-131905/drupal7-7.22.log Buildgroup: 8.3-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~miwi@FreeBSD.org/20130430031400-10931-131906/drupal7-7.22.log Buildgroup: 8.3-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~miwi@FreeBSD.org/20130430031400-10931-131907/drupal7-7.22.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 04:24:29 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A87CB901 for ; Tue, 30 Apr 2013 04:24:29 +0000 (UTC) (envelope-from crwhipp@gmail.com) Received: from mail-pd0-f182.google.com (mail-pd0-f182.google.com [209.85.192.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8627C18C3 for ; Tue, 30 Apr 2013 04:24:29 +0000 (UTC) Received: by mail-pd0-f182.google.com with SMTP id 14so75146pdj.41 for ; Mon, 29 Apr 2013 21:24:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=l7XZuQtV3nBuKnjCY2IELLIvY/J8JAFwfewXOpFJowU=; b=Yw0neCWDms65bRGKLfLdASklsh3LaCcxIDoQbCbqEzVLY/5kTx1FTZKBH+/rZX1nuF mDHeaIxHALEqDvy9gYtXv9p4cez+00TMHaYjuTqpdt9VUD7SrOe/1C5RbRpyUDDQ4uEf iVqEovhjkak6V2cZ+bNYaUxxdq7tdq/mGIfF9SKOkcCZsG75sNYrHzb2FOPz7a908UeE W2BeDDYWYY3Svq1PPECiSIeBQY1lrPhj78FxDXI2uGab9HiP1zZr+5tEHS3fCuZjyvhK rZYisovxv0PqvcjSkgGl1+bjMvYlsiWYuSHMhCgdvdNRx5U3jPjaQDsArulGyd+uh+cj UmYQ== X-Received: by 10.68.213.162 with SMTP id nt2mr63333551pbc.179.1367295863839; Mon, 29 Apr 2013 21:24:23 -0700 (PDT) Received: from localhost (97-117-169-77.phnx.qwest.net. [97.117.169.77]) by mx.google.com with ESMTPSA id dr6sm28768627pac.11.2013.04.29.21.24.21 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 29 Apr 2013 21:24:23 -0700 (PDT) Date: Mon, 29 Apr 2013 21:24:16 -0700 From: Craig Whipp To: Pierre Pronchery Subject: Re: astro/foxtrotgps (1.1.1_1 from ports SVN r315646) crashes on start Message-ID: <20130429212416.4039e3d6@gmail.com> In-Reply-To: <20130429205032.GO3880@defora.org> References: <20130428180134.GA1770@tiny.Sisis.de> <20130429154031.GA2206@tinyCurrent> <20130429205032.GO3880@defora.org> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; i386-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Matthias Apitz , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 04:24:29 -0000 On Mon, 29 Apr 2013 22:50:32 +0200 Pierre Pronchery wrote: > Hey, >=20 > On Mon, Apr 29, 2013 at 05:40:32PM +0200, Matthias Apitz wrote: > > El d=EDa Sunday, April 28, 2013 a las 08:01:35PM +0200, Matthias > > Apitz escribi=F3: > >=20 > > > Foxtrotgps crashes on start on 10-CURRENT r235646 during > > > 'pthread_mutex_unlock', details follow below; > >=20 > > The attached patch (to be placed in > > astro/foxtrotgps/files/patch-src-main before 'make install') fixes > > the bug; >=20 > thank you for the patch, it fixes the reproducible crash upon startup, > and I have committed it to pkgsrc-wip. >=20 > However, I am afraid that it may break functionality, and allow only > the main Gtk+ thread to start. Map download in particular was > performed in a separate thread in TangoGPS IIRC, and here foxtrot > doesn't download anything... I'm afraid this issue results from the > patch. It may be more work than just this to get it to run properly :/ >=20 > Please let me know if it works better for you. >=20 I don't have a CURRENT machine to test this on. FoxtrotGPS works fine on 9.1-RELEASE, without the patch. What's the difference between 9.1 and -CURRENT that would cause this to break? For what it's worth, my initial testing shows that map tile downloads seem to work fine on 9.1-RELEASE with the patch applied, too. - Craig From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 08:42:45 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A330DB8F for ; Tue, 30 Apr 2013 08:42:45 +0000 (UTC) (envelope-from ftp51246-2575596@sh4-5.1blu.de) Received: from sh4-5.1blu.de (sh4-5.1blu.de [178.254.11.41]) by mx1.freebsd.org (Postfix) with ESMTP id 449371328 for ; Tue, 30 Apr 2013 08:42:45 +0000 (UTC) Received: from ftp51246-2575596 by sh4-5.1blu.de with local (Exim 4.69) (envelope-from ) id 1UX5ji-0008Sr-2V; Tue, 30 Apr 2013 10:16:30 +0200 Date: Tue, 30 Apr 2013 10:16:30 +0200 From: Matthias Apitz To: Craig Whipp Subject: Re: astro/foxtrotgps (1.1.1_1 from ports SVN r315646) crashes on start Message-ID: <20130430081629.GA26813@sh4-5.1blu.de> References: <20130428180134.GA1770@tiny.Sisis.de> <20130429154031.GA2206@tinyCurrent> <20130429205032.GO3880@defora.org> <20130429212416.4039e3d6@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20130429212416.4039e3d6@gmail.com> X-Operating-System: FreeBSD 7.0-RELEASE (i386) User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Cc: freebsd-ports@freebsd.org, Pierre Pronchery X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 08:42:45 -0000 El da Monday, April 29, 2013 a las 09:24:16PM -0700, Craig Whipp escribi: > On Mon, 29 Apr 2013 22:50:32 +0200 > Pierre Pronchery wrote: > > > Hey, > > > > On Mon, Apr 29, 2013 at 05:40:32PM +0200, Matthias Apitz wrote: > > > El da Sunday, April 28, 2013 a las 08:01:35PM +0200, Matthias > > > Apitz escribi: > > > > > > > Foxtrotgps crashes on start on 10-CURRENT r235646 during > > > > 'pthread_mutex_unlock', details follow below; > > > > > > The attached patch (to be placed in > > > astro/foxtrotgps/files/patch-src-main before 'make install') fixes > > > the bug; > > > > thank you for the patch, it fixes the reproducible crash upon startup, > > and I have committed it to pkgsrc-wip. > > > > However, I am afraid that it may break functionality, and allow only > > the main Gtk+ thread to start. Map download in particular was > > performed in a separate thread in TangoGPS IIRC, and here foxtrot > > doesn't download anything... I'm afraid this issue results from the > > patch. It may be more work than just this to get it to run properly :/ > > > > Please let me know if it works better for you. I've tested the patched foxtrotgps this morning and can confirm: - it does not crash on startup anymore - it fetches missing tiles (I watched with TCPDUMP to make that sure); > I don't have a CURRENT machine to test this on. FoxtrotGPS works fine > on 9.1-RELEASE, without the patch. What's the difference between 9.1 > and -CURRENT that would cause this to break? I have an older VM with: $ uname -a FreeBSD vm-9Current 9.0-CURRENT FreeBSD 9.0-CURRENT #2 r220692: Sun Apr 17 03:28:12 CEST 2011 $ head Makefile ... # $FreeBSD: ports/astro/foxtrotgps/Makefile,v 1.3 2011/03/25 20:30:54 amdmi3 Exp $ # PORTNAME= foxtrotgps PORTVERSION= 1.0.0 PORTREVISION= 2 in this older kernel + ports the foxtrotgps works as well unpatched; maybe now in -CURRENT (and ports from SVN head) there has something changed in the Gtk shared libs; my patch contains a comment to some thread about a discussion of the same problem in tangGPS and I have just derived as I wild guess the change from this discussion (see the reply there from Kirill of 9th October 2012). For sure, one could compile gdk and gtk with debug symbols and step down with gdb to verify this. I will let this for someone else :-) > For what it's worth, my initial testing shows that map tile downloads > seem to work fine on 9.1-RELEASE with the patch applied, too. Good to know. I'd apply the patch to ports /head if it works for me and Pierre and does not break 9.1-RELEASE Thanks matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 09:40:05 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 53250B54 for ; Tue, 30 Apr 2013 09:40:05 +0000 (UTC) (envelope-from telkiki@tpg.com.au) Received: from mail15.tpgi.com.au (smtp-out15.tpgi.com.au [220.244.226.125]) by mx1.freebsd.org (Postfix) with ESMTP id 981A015D1 for ; Tue, 30 Apr 2013 09:40:03 +0000 (UTC) X-TPG-Junk-Status: Message not scanned X-TPG-Antivirus: Passed DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tpg.com.au; s=alpha; t=1367314083; bh=WC9oS/zxTXUYFaL8UspKjsJ4EPO3ivuory3dH+bNauw=; h=X-TPG-Abuse:From:To:Subject:Date:Message-ID:MIME-Version: Content-Type; b=ax0UP9Y6Ucgk/IaQmIl6FL0QwrwMqcUsJy6RzBZxRpzpY9gj8WoEdnWxry1kXFzp1 aCP28cHmYgFx/N4sePkuSj9cgbzmC66GyAngx0QAUFFfz9YgHze6QbTxABIvFh+ZAy IcCX1GixtTw5D2FZurSRHbCr2DISifYcmt2LYB+k= X-TPG-Abuse: host=123-243-66-127.static.tpgi.com.au; ip=123.243.66.127; date=Tue, 30 Apr 2013 19:28:02 +1000 Received: from TarekPC (123-243-66-127.static.tpgi.com.au [123.243.66.127]) by mail15.tpgi.com.au (envelope-from telkiki@tpg.com.au) (8.14.3/8.14.3) with ESMTP id r3U9S0PO028541 for ; Tue, 30 Apr 2013 19:28:02 +1000 From: "Dr Tarek El-Kiki" To: Subject: help with packaging squidGuard beta Date: Tue, 30 Apr 2013 19:27:57 +1000 Message-ID: MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: Ac5FhB4VSwuSvZjAS5SP8cHGecmHgg== Content-Language: en-au Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 09:40:05 -0000 Dear Admins, I had an issue with regex statements on SquidGuard-1.4_4 which I addressed with SquidGuard people, as per my embedded message below, and the solution for that issue was to use a better version of SquidGuard. As I found squidGuard-1.5_b, it was in the format that I wouldn't be able to install on my pfSense box, as I do with SquidGuard-1.4_4. For one and half months I have been looking around for someone to help producing the suitable squidGuard package, until I was given your email address in the hope that you would help me. The required file is found at: http://www.squidguard.org/Downloads/Devel/squidGuard-1.5-beta.tar.gz I shall be more than grateful if you could help me with this request. Hope to hear from you very soon. Best regards. Dr Tarek El-Kiki President International Academy of Higher Education, Australia, Pty Ltd PO Box 124 Greenacre NSW 2190, Australia M. 0449 900 400 T. +61 2 9750 4616 F. +61 2 9740 8402 www.heacademy.com.au -----------------------------------------------------------------------Embed ded Message ---------------------------------------------------------------------------- -- -----Original Message----- From: similla@shalla.de [mailto:similla@shalla.de] On Behalf Of Christine Kronberg Sent: Monday, 18 March 2013 7:55 AM To: (IAHEA) Dr Tarek El-Kiki Cc: sg-bugs@squidguard.org Subject: Re: regex help Hi Dr Tarek, > Please kindly pay this message your immediate attention as my request > is of a significant nature to me and my family. > > I'm running pfSense with great squid and squidGuard packages. On > squidGuard lies my problem as follows: > > I have a blacklist of bad words that are blocked if they are used on > any web search engine. Examples of those words are: anal, ass, bum > bra, butt, cum, dick, lust, tit. > > On the other hand, normal words that contain any of these previous > words as part of their structures are accordingly blocked. Examples of > those good words are: analog, canal, analysis, asset, compass, album, > brand, button, circumstance, dickson, illustrate, repetition. > > My suggested solution is to use "word boundary \b" regex on those bad words. > Hence, \banal\b, or \blust\b will block only anal or lust but not > analysis or illustrate. Unfortunately this solution is not working on squidGuard. > What is actually blocked is the expression itself, so \banal\b and > \blust\b are blocked and anal or lust are passed!! Which version of squidGuard are you using? My current installation runs 1.5-alpha and the following expressionlist seems to work correctly: (=)(\banal\b|\bcum\b) This block all searches for anal and cum but not canal or circumstance. Can you please try this version? Kind Regards, Christine Kronberg. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 10:38:25 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A2F99EE0 for ; Tue, 30 Apr 2013 10:38:25 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-we0-x22f.google.com (mail-we0-x22f.google.com [IPv6:2a00:1450:400c:c03::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 3E1B718A8 for ; Tue, 30 Apr 2013 10:38:25 +0000 (UTC) Received: by mail-we0-f175.google.com with SMTP id i48so295196wef.6 for ; Tue, 30 Apr 2013 03:38:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:subject:message-id:mime-version :content-type:content-disposition:user-agent; bh=q3HfrE4PspksYKLlJ8Tm7nklGFA4LmSVSkYRtVPN28c=; b=fJ0VAt38Abt87egX2NvDCBHV1T3Nmq9kn5/OYZ3KMZRhHY437l/7+CwhUhaeTcoup6 SUTasuxoqIgbCDiWF3oevR3PwAqs+SMZf/tZ6CSKY/4pVItVJ7NjT03IZom+/nfR3uWC 0ZfQRQRdsfpFsaN5+4P5Uz5sFKNrzAiPN5rZIQ1yn/d208XtvGM+FyHJR4zWXHxmgUIr goX0ArxNsD5QAdwGmS4fAkIWRBGTJoPBlfQbl6ERCIegH+ISrFgshHuDntesaB7fpJnJ lDtgtrTQdeR5y95S1l4PHPUbo08DbAofJGygx1b0SzNaK7yQPrhtmALFBNyHFslhRsq6 fexg== X-Received: by 10.194.92.176 with SMTP id cn16mr84336385wjb.51.1367318304196; Tue, 30 Apr 2013 03:38:24 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id g4sm28019716wib.11.2013.04.30.03.38.22 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 30 Apr 2013 03:38:23 -0700 (PDT) Sender: Baptiste Daroussin Date: Tue, 30 Apr 2013 12:38:21 +0200 From: Baptiste Daroussin To: ports@FreeBSD.org Subject: [BRAINSTORM] shebang fixing framework Message-ID: <20130430103821.GJ3577@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2fjX3cMESU3XgGmZ" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 10:38:25 -0000 --2fjX3cMESU3XgGmZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi all, For a while now: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/51152 we are looking for a framework/helpers to help patching scripts shebang so that they fit where the interpreters is on FreeBSD. We also want to get rid of /usr/bin/perl http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170219 and such helpers would help here is what I do propose: http://people.freebsd.org/~bapt/shebangfix.mk.txt How the above works: USES= shebangfix SHEBANG_LANG= perl perl_FILES= *.pl you want to create a custom one for the joescript? USES= shebangfix SHEBANG_LANG= joescript joescript_FILES= *.joe joescript_OLD_CMD= /usr/bin/joe joescript_CMD= ${LOCALBASE}/bin/joe How to fix both python and perl scripts: USES= shebangfix SHEBANG_LANG= perl python perl_FILES= *.pl python_FILES= bin/*.py myscript/script.py the _FILES should be relative to ${WRKSRC} it can be globbing So far what has been proposed already is: - replace ${lang}_FILES by FIX_${lang} - nuke SHEBANG_LANG in favor of USES= shebangfix:perl:python - nuke SHEBANG_LANG in favor of USES= shebangfix:"perl python" - nuke SHEBANG_LANG in favor of USES= shebangfix:perl+python What do you guys think about it, what do you propose. What majority prefers will be implemented and committed during BSDCan! regards, Bapt --2fjX3cMESU3XgGmZ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlF/nx0ACgkQ8kTtMUmk6ExHQgCfSq98GCnS/63P1DF4ToWWCuh8 yusAmwUG+mq/6Ik5ZQjkQG5J3VC9DAbh =msZK -----END PGP SIGNATURE----- --2fjX3cMESU3XgGmZ-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 11:52:14 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AFDF1DC6; Tue, 30 Apr 2013 11:52:14 +0000 (UTC) (envelope-from qat@redports.org) Received: from qat.redports.org (qat.redports.org [96.47.72.233]) by mx1.freebsd.org (Postfix) with ESMTP id 890691DD9; Tue, 30 Apr 2013 11:52:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=SJROqOmqKJlrxc0wySZ7AvD4b+bE44wGyu8ZyVSxzEM=; b=Am4LVPZtFlM4r1YDRDGsIRoYFUgzsTlTh7FcZVPwIoOn8xEJpgDgpYbPXyJk6ZhOzR+sipIGGDbcBCJczHzIThfg4VgSZ+RAGhNVlhQmYCdhpCgMrnOHUprBxw5zEzEHZpWU061j9zMQBTwAmAdwOfjrvzBM6zairiNiInpSErU=; Received: from www by qat.redports.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UX96U-0004EG-4C; Tue, 30 Apr 2013 11:52:14 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 0.12.5 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 0.12.5, by Edgewall Software To: demon@FreeBSD.org X-Trac-Project: redports Date: Tue, 30 Apr 2013 11:52:14 -0000 X-URL: https://qat.redports.org/ Subject: [QAT] r316917: 4x leftovers To: demon@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20130430114400-56224 X-Trac-Build-ID: 20130430114400-56224 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Reply-To: qat@redports.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 11:52:14 -0000 Update to latest snapshot. --------------------------------------------------------------------- Build ID: 20130430114400-56224 Job owner: demon@FreeBSD.org Buildtime: 8 minutes Enddate: Tue, 30 Apr 2013 11:52:10 GMT Revision: r316917 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=316917 --------------------------------------------------------------------- Port: devel/uatraits 20130430 Buildgroup: 9.1-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~demon@FreeBSD.org/20130430114400-56224-132104/uatraits-20130430.log Buildgroup: 9.1-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~demon@FreeBSD.org/20130430114400-56224-132105/uatraits-20130430.log Buildgroup: 8.3-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~demon@FreeBSD.org/20130430114400-56224-132106/uatraits-20130430.log Buildgroup: 8.3-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~demon@FreeBSD.org/20130430114400-56224-132107/uatraits-20130430.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 12:01:36 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 27A5D5C1 for ; Tue, 30 Apr 2013 12:01:36 +0000 (UTC) (envelope-from nordhaug@hiMolde.no) Received: from malle.himolde.no (malle.hiMolde.no [158.38.68.22]) by mx1.freebsd.org (Postfix) with ESMTP id B1F001EEF for ; Tue, 30 Apr 2013 12:01:35 +0000 (UTC) Received: from harr.himolde.no (harr.hiMolde.no [158.38.68.20]) by malle.himolde.no (8.13.8/8.13.8) with ESMTP id r3UABbBS028743 for ; Tue, 30 Apr 2013 12:11:38 +0200 Received: from harr.himolde.no (harr.himolde.no [127.0.0.1]) by harr.himolde.no (8.13.1/8.13.1) with ESMTP id r3UAxl2h031856 for ; Tue, 30 Apr 2013 12:59:47 +0200 Received: (from nordhaug@localhost) by harr.himolde.no (8.13.1/8.13.1/Submit) id r3UAxl8j031855 for ports@FreeBSD.org; Tue, 30 Apr 2013 12:59:47 +0200 Date: Tue, 30 Apr 2013 12:59:47 +0200 From: "Hans F. Nordhaug" To: ports@FreeBSD.org Subject: Re: [BRAINSTORM] shebang fixing framework Message-ID: <20130430105947.GA31555@hiMolde.no> References: <20130430103821.GJ3577@ithaqua.etoilebsd.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20130430103821.GJ3577@ithaqua.etoilebsd.net> User-Agent: Mutt/1.4.1i X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 12:01:36 -0000 * Baptiste Daroussin [2013-04-30]: > Hi all, > > For a while now: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/51152 we are > looking for a framework/helpers to help patching scripts shebang so that they > fit where the interpreters is on FreeBSD. > > We also want to get rid of /usr/bin/perl > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170219 and such helpers would > help > > here is what I do propose: http://people.freebsd.org/~bapt/shebangfix.mk.txt > How the above works: > > USES= shebangfix > SHEBANG_LANG= perl > perl_FILES= *.pl > > you want to create a custom one for the joescript? > > USES= shebangfix > SHEBANG_LANG= joescript > joescript_FILES= *.joe > joescript_OLD_CMD= /usr/bin/joe > joescript_CMD= ${LOCALBASE}/bin/joe > > How to fix both python and perl scripts: > USES= shebangfix > SHEBANG_LANG= perl python > perl_FILES= *.pl > python_FILES= bin/*.py myscript/script.py > > > the _FILES should be relative to ${WRKSRC} it can be globbing > > So far what has been proposed already is: > - replace ${lang}_FILES by FIX_${lang} > - nuke SHEBANG_LANG in favor of USES= shebangfix:perl:python > - nuke SHEBANG_LANG in favor of USES= shebangfix:"perl python" > - nuke SHEBANG_LANG in favor of USES= shebangfix:perl+python > > What do you guys think about it, what do you propose. > What majority prefers will be implemented and committed during BSDCan! Working with some ports that include PHP shell scripts, I think this would be a great improvement. However, it seems PHP isn't part of the default languages in shebangfix.mk.txt. Any specific reason for that? I don't have strong opinions regarding USES and SHEBANG_LANG, but if we nuke SHEBANG_LANG I prefer one statement for each language: USES= shebangfix:perl USES+= shebangfix:python instead of USES= shebangfix:perl:python Regards, Hans Nordhaug From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 12:19:50 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E9320CB6; Tue, 30 Apr 2013 12:19:50 +0000 (UTC) (envelope-from qat@redports.org) Received: from qat.redports.org (qat.redports.org [96.47.72.233]) by mx1.freebsd.org (Postfix) with ESMTP id C46E81FE4; Tue, 30 Apr 2013 12:19:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=6mg10xIKrk6pNLc6PeAQ6cVEkdxc0G4EyZQWGBjinLo=; b=hP00cb+QI32FtU1V5OaxepsIl6U2dWbKcQ27bRRICtAdXpI3D9XQX2261y7o1wwSQngLwsiGkplCs7+Rw/avjqEXjTkl/VPe73Dbd0ggJxQ3QcxwAkR3hr4Cunvc+8U00ahU64nQTQmXkxX9TEejXctyrso8YgDi64txOnTslNw=; Received: from www by qat.redports.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UX9XC-00065C-Fx; Tue, 30 Apr 2013 12:19:50 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 0.12.5 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 0.12.5, by Edgewall Software To: bapt@FreeBSD.org X-Trac-Project: redports Date: Tue, 30 Apr 2013 12:19:50 -0000 X-URL: https://qat.redports.org/ Subject: [QAT] r316921: 4x leftovers To: bapt@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20130430120400-59054 X-Trac-Build-ID: 20130430120400-59054 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Reply-To: qat@redports.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 12:19:51 -0000 The devel/gprbuild-aux is heavily tied with lang/gnat-aux. No other gnat compiler can use it (e.g. lang/gnat). This new port intends to be more versatile although the only verified compiler atm is lang/gcc-aux. Once the two port that depend on gprbuild are updated, devel/gprbuild-aux should be removed main points: 1) supports new USES+= ada 2) Updated to GNAT GPL 2012 source 3) supports DESTDIR (tested on pkgsrc) 4) improved targetsets 5) Includes custom support for -R RPATH support (only found here, I created it) PR: ports/178146 Submitted by: John Marino --------------------------------------------------------------------- Build ID: 20130430120400-59054 Job owner: bapt@FreeBSD.org Buildtime: 16 minutes Enddate: Tue, 30 Apr 2013 12:19:48 GMT Revision: r316921 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=316921 --------------------------------------------------------------------- Port: devel/gprbuild Buildgroup: 9.1-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20130430120400-59054-132120/gprbuild-20120510.log Buildgroup: 9.1-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20130430120400-59054-132121/gprbuild-20120510.log Buildgroup: 8.3-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20130430120400-59054-132122/gprbuild-20120510.log Buildgroup: 8.3-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20130430120400-59054-132123/gprbuild-20120510.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 12:24:28 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6E0FEE13 for ; Tue, 30 Apr 2013 12:24:28 +0000 (UTC) (envelope-from bounces1@mail.emobimail.com) Received: from mail.emobimail.com (mta2.emobimail.com [183.82.9.4]) by mx1.freebsd.org (Postfix) with ESMTP id C8E071034 for ; Tue, 30 Apr 2013 12:24:27 +0000 (UTC) Received: from mail.emobimail.com (localhost [127.0.0.1]) by mail.emobimail.com (Postfix) with ESMTP id DF3B5E816E3 for ; Tue, 30 Apr 2013 17:54:05 +0530 (IST) X-DKIM: Sendmail DKIM Filter v2.8.3 mail.emobimail.com DF3B5E816E3 To: ports@freebsd.org Subject: SpaceDart.com Offers Pay Per Click Campaign! Message-ID: <518676b711e50bb5358b6e0fe383de05@mail.emobimail.com> Date: Tue, 30 Apr 2013 16:02:09 +0530 From: "Spacedart" MIME-Version: 1.0 X-Mailer-LID: 535 X-Mailer-RecptId: 5545062 X-Mailer-SID: 558 X-Mailer-Sent-By: 51 Content-Type: text/plain; format=flowed; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: udayabhaskar@spacedart.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 12:24:28 -0000 To view it online, please go here: http://mail.emobimail.com/display.php?M=5545062&C=56a12b233d953a2c5bb611390371e8d7&S=558&L=535&N=340 Greetings, SpaceDart.com is India’s real estate destination. Users can find and post properties as well as search to buy/sale/rent Flats,homes and villas. SpaceDart.com Offers Pay Per Click Payouts Campaign for the webmasters. To earn More money from the website visitors. Affiliates can leverage SpaceDart.com’s presence as the premiere real estate company in India to grow this affiliate program. Here are the program specifics: 1.SpaceDart.com provides tracking links that you can put on your website/blog. 2.Visitors click on the links and search for property on SpaceDart.com. 3.We happily pay our affiliates for the traffic referred to us. Sign up Today! http://mail.emobimail.com/link.php?M=5545062&N=558&L=271&F=T If your site reaches a Indian audience and you are promoting other real estate affiliate programs then you need to be promoting SpaceDart.com. Feel free to contact us if you have questions or if you need anything, we are here to help. Thanks! Uday Bhaskar Affiliate Manager www.spacedart.com e-mail: udayabhaskar@spacedart.com To stop receiving these emails:http://mail.emobimail.com/unsubscribe.php?M=5545062&C=56a12b233d953a2c5bb611390371e8d7&L=535&N=558 From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 12:25:34 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 204C4DD; Tue, 30 Apr 2013 12:25:34 +0000 (UTC) (envelope-from qat@redports.org) Received: from qat.redports.org (qat.redports.org [96.47.72.233]) by mx1.freebsd.org (Postfix) with ESMTP id EEC3D104B; Tue, 30 Apr 2013 12:25:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=WRPkAD9LNqfTg1lsnQ/w1Ezi5gh/aYT8Ziq8HTpyijs=; b=5nOK3/QZAXd8yAty0/QkiPjvxFmOrQz7NeGYXEokHkQt9aQL4nn6kzgCHPZuWtsIqg1x29TKpGySzOdq85qhiEadx/WyRbef92bouELYi5ljsAaAEfKCDdDHkg19TWq7jEMQkHwyo4Wb/1Ox/0sv0Wcpzaa1XQLkl3ewntwczqE=; Received: from www by qat.redports.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UX9cj-0006U6-Lm; Tue, 30 Apr 2013 12:25:33 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 0.12.5 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 0.12.5, by Edgewall Software To: bapt@FreeBSD.org X-Trac-Project: redports Date: Tue, 30 Apr 2013 12:25:33 -0000 X-URL: https://qat.redports.org/ Subject: [QAT] r316923: 4x leftovers To: bapt@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20130430121400-16048 X-Trac-Build-ID: 20130430121400-16048 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Reply-To: qat@redports.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 12:25:34 -0000 support USES+= ada Remove demos and put then in another port (they require aws to be installed before they can build) Fix LDAP support Fix PLIST in multiple places Fix RPATH issues (tested in pkgsrc) Fix gcc-aux incompatibilities Use new gprbuild port convert to new options framework support multijob building Remove demos Rename ipv6 options to ip6 to avoid having it on by default. PR: ports/178163 Submitted by: John Marino --------------------------------------------------------------------- Build ID: 20130430121400-16048 Job owner: bapt@FreeBSD.org Buildtime: 11 minutes Enddate: Tue, 30 Apr 2013 12:25:26 GMT Revision: r316923 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=316923 --------------------------------------------------------------------- Port: www/aws Buildgroup: 9.1-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20130430121400-16048-132128/aws-2.10.0_1.log Buildgroup: 9.1-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20130430121400-16048-132129/aws-2.10.0_1.log Buildgroup: 8.3-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20130430121400-16048-132130/aws-2.10.0_1.log Buildgroup: 8.3-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20130430121400-16048-132131/aws-2.10.0_1.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 12:30:15 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D34E638D; Tue, 30 Apr 2013 12:30:15 +0000 (UTC) (envelope-from qat@redports.org) Received: from qat.redports.org (qat.redports.org [96.47.72.233]) by mx1.freebsd.org (Postfix) with ESMTP id AD2911090; Tue, 30 Apr 2013 12:30:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=LC1KGCR3iTlbxXO+myvk3vmeedrHnmnitb4yipU+9U4=; b=KFfo043lqKHleqGIIVkotg1q9LVxeBa58wk7bo7Dh1GafPP6TGTDrNo+sZ+TucGJAI38lYmSsB8my/DLJH87Fz3mTieOau774U0ChlSBQzrVq/vMQnquT3IhXgTzIfY1vDvhQajgZVFPPPtUGSmHtuojHhuD4NcaCNZv9fLLKzg=; Received: from www by qat.redports.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UX9hH-0006oW-Cp; Tue, 30 Apr 2013 12:30:15 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 0.12.5 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 0.12.5, by Edgewall Software To: bapt@FreeBSD.org X-Trac-Project: redports Date: Tue, 30 Apr 2013 12:30:15 -0000 X-URL: https://qat.redports.org/ Subject: [QAT] r316924: 4x leftovers To: bapt@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20130430122000-54374 X-Trac-Build-ID: 20130430122000-54374 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Reply-To: qat@redports.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 12:30:15 -0000 Split demos out of www/aws: Comment out 2 demos that doesn't build LDAP demo now builds SSL demos are now switched properly Supports USES+= ada PR: ports/178164 Submitted by: John Marino --------------------------------------------------------------------- Build ID: 20130430122000-54374 Job owner: bapt@FreeBSD.org Buildtime: 10 minutes Enddate: Tue, 30 Apr 2013 12:30:07 GMT Revision: r316924 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=316924 --------------------------------------------------------------------- Port: www/aws-demos Buildgroup: 9.1-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20130430122000-54374-132132/aws-demos-2.10.0.log Buildgroup: 9.1-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20130430122000-54374-132133/aws-demos-2.10.0.log Buildgroup: 8.3-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20130430122000-54374-132134/aws-demos-2.10.0.log Buildgroup: 8.3-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20130430122000-54374-132135/aws-demos-2.10.0.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 13:01:13 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6469F832 for ; Tue, 30 Apr 2013 13:01:13 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 2E7CE11BB for ; Tue, 30 Apr 2013 13:01:13 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r3UD1COL009814 for ; Tue, 30 Apr 2013 09:01:12 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r3UD1CQ8009739; Tue, 30 Apr 2013 09:01:12 -0400 (EDT) (envelope-from portscout) Message-Id: <201304301301.r3UD1CQ8009739@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Tue, 30 Apr 2013 09:01:12 -0400 From: portscout@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.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 13:01:13 -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/ireport | 3.7.6 | 5.1.0 ------------------------------------------------+-----------------+------------ 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 If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 13:02:25 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C9A65910; Tue, 30 Apr 2013 13:02:25 +0000 (UTC) (envelope-from qat@redports.org) Received: from qat.redports.org (qat.redports.org [96.47.72.233]) by mx1.freebsd.org (Postfix) with ESMTP id A373C11D3; Tue, 30 Apr 2013 13:02:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=a9myKcQbluF9SejV19VhZfx47dAORfibEQIhbCZHKf4=; b=AjnxsEtIzFDzbN2s+5cHY1XKJ/mPMWGDnQ6cgA4V1Wqd/B8PsgDgiMq29+rZJv+8jzH68AYhKH0YSXPeqB6TfX7uq2kPgH1OCaYofSApBouRQybsLtiEcr4LwruABXsf0JW/7O8iZ/GWSxUbfMJ6szegQqC3ecnWUAJd2mTL96M=; Received: from www by qat.redports.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UXACO-0008w7-Rw; Tue, 30 Apr 2013 13:02:24 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 0.12.5 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 0.12.5, by Edgewall Software To: bapt@FreeBSD.org X-Trac-Project: redports Date: Tue, 30 Apr 2013 13:02:24 -0000 X-URL: https://qat.redports.org/ Subject: [QAT] r316922: 4x leftovers To: bapt@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20130430121007-46668 X-Trac-Build-ID: 20130430121007-46668 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Reply-To: qat@redports.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 13:02:25 -0000 Add patches for lang/gcc-aux support Add USES+= ada Convert to new options framework PR: ports/178147 Submitted by: John Marino --------------------------------------------------------------------- Build ID: 20130430121007-46668 Job owner: bapt@FreeBSD.org Buildtime: 51 minutes Enddate: Tue, 30 Apr 2013 13:01:04 GMT Revision: r316922 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=316922 --------------------------------------------------------------------- Port: devel/gps Buildgroup: 9.1-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20130430121007-46668-132124/gps-5.0.1_2.log Buildgroup: 9.1-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20130430121007-46668-132125/gps-5.0.1_2.log Buildgroup: 8.3-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20130430121007-46668-132126/gps-5.0.1_2.log Buildgroup: 8.3-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~bapt@FreeBSD.org/20130430121007-46668-132127/gps-5.0.1_2.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 13:09:37 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 71CA7B2E for ; Tue, 30 Apr 2013 13:09:37 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) by mx1.freebsd.org (Postfix) with ESMTP id 0A23B1211 for ; Tue, 30 Apr 2013 13:09:36 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id hi8so1642107wib.3 for ; Tue, 30 Apr 2013 06:09:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=Dht/w30pWUGPs65xH9CyDSToNJ6XqnUBUADxo87Y7XU=; b=WF8dxMPPDdrIpza6n1V1xM4aF1saqGzw0BDK5hqtvUeE4V5klfLcitoE3aJhdwbPy8 YUEgmEuJgnLTaAJLQkL7lql2guHR7Z14k4/w4G5VDbOCxGHLsa5qixKM7FsI6VTFfRQJ 8WMcNJC26Uo2yCK6VQh5fWb1jJlNEa5l/Z8j17UtumVszx/WYv5P6NtrGwW7mdewTrs2 YmmlDE95VCBrMy4S4nn5UCdYdYfGuK/zvYuV/IdT0q1eOI5mzZtuNAdtJdFFvTd5aXdd 2YSwTX3Rcll33TwH8EHcOUVUgXJztSeR1Teh4AC156H1UdvaEdtn4MDM2g/5YOx1El5m 2ZQw== X-Received: by 10.180.87.170 with SMTP id az10mr24657332wib.3.1367327376136; Tue, 30 Apr 2013 06:09:36 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id c5sm2793426wiz.11.2013.04.30.06.09.34 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 30 Apr 2013 06:09:35 -0700 (PDT) Sender: Baptiste Daroussin Date: Tue, 30 Apr 2013 15:09:33 +0200 From: Baptiste Daroussin To: "Hans F. Nordhaug" Subject: Re: [BRAINSTORM] shebang fixing framework Message-ID: <20130430130932.GM3577@ithaqua.etoilebsd.net> References: <20130430103821.GJ3577@ithaqua.etoilebsd.net> <20130430105947.GA31555@hiMolde.no> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hnsKUeImFCk/igEn" Content-Disposition: inline In-Reply-To: <20130430105947.GA31555@hiMolde.no> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 13:09:37 -0000 --hnsKUeImFCk/igEn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 30, 2013 at 12:59:47PM +0200, Hans F. Nordhaug wrote: > * Baptiste Daroussin [2013-04-30]: > > Hi all, > >=20 > > For a while now: http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/511= 52 we are > > looking for a framework/helpers to help patching scripts shebang so tha= t they > > fit where the interpreters is on FreeBSD. > >=20 > > We also want to get rid of /usr/bin/perl > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/170219 and such help= ers would > > help > >=20 > > here is what I do propose: http://people.freebsd.org/~bapt/shebangfix.m= k.txt > > How the above works: > >=20 > > USES=3D shebangfix > > SHEBANG_LANG=3D perl > > perl_FILES=3D *.pl > >=20 > > you want to create a custom one for the joescript? > >=20 > > USES=3D shebangfix > > SHEBANG_LANG=3D joescript > > joescript_FILES=3D *.joe > > joescript_OLD_CMD=3D /usr/bin/joe > > joescript_CMD=3D ${LOCALBASE}/bin/joe > >=20 > > How to fix both python and perl scripts: > > USES=3D shebangfix > > SHEBANG_LANG=3D perl python > > perl_FILES=3D *.pl > > python_FILES=3D bin/*.py myscript/script.py > >=20 > >=20 > > the _FILES should be relative to ${WRKSRC} it can be globbing > >=20 > > So far what has been proposed already is: > > - replace ${lang}_FILES by FIX_${lang} > > - nuke SHEBANG_LANG in favor of USES=3D shebangfix:perl:python > > - nuke SHEBANG_LANG in favor of USES=3D shebangfix:"perl python" > > - nuke SHEBANG_LANG in favor of USES=3D shebangfix:perl+python > >=20 > > What do you guys think about it, what do you propose. > > What majority prefers will be implemented and committed during BSDCan! >=20 > Working with some ports that include PHP shell scripts, I think > this would be a great improvement. However, it seems PHP isn't part of > the default languages in shebangfix.mk.txt. Any specific reason for > that? Absolutly not, we can add/will add it >=20 > I don't have strong opinions regarding USES and SHEBANG_LANG, but if we > nuke SHEBANG_LANG I prefer one statement for each language: >=20 > USES=3D shebangfix:perl > USES+=3D shebangfix:python >=20 > instead of=20 >=20 > USES=3D shebangfix:perl:python >=20 > Regards, > Hans Nordhaug > _______________________________________________ > 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" --hnsKUeImFCk/igEn Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlF/wowACgkQ8kTtMUmk6EyS8wCeMMohs0DkHm1TtiGtcwIRSYvP SpUAn2n4yFIhD3TXnFv3XHv4yAwdC+MG =bGPp -----END PGP SIGNATURE----- --hnsKUeImFCk/igEn-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 14:29:32 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 24D1948F for ; Tue, 30 Apr 2013 14:29:32 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) by mx1.freebsd.org (Postfix) with ESMTP id EFA511642 for ; Tue, 30 Apr 2013 14:29:31 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id bn7so669405ieb.27 for ; Tue, 30 Apr 2013 07:29:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=lrnZYkMgwpo6x8Zr7cS0fDahDZJcJSaKDA5X6zGin+Y=; b=Cy/+yGhIDG5WaQgukVkQKXsRYSUh635jzabJhHMnH5EaZj84Ov4tZ1FZLGyjPI1fk+ OwWhc1lWvtxDmLqV8a0tJpJ63LA/lX8t6WPVrTXKF+whO3crpOFlmim0q3IUCEbRe+sZ fpXnR8RhKagZ0+Kn7yzbVPiyAvROeVsL7NMv4fqFKOuByQi85HNrmgvjGPZWxqW1NR8A mevGtxUZ32ZBXEdrCbiAeCa1CxctEJXi3lehlR7EOKxi8mBbCIPSl77IYyFPAwOHJTNy K5INtPtP+yEiORc6os12ZE2Y46+sNIOFZIhNM1R6FFsYJbe2Zb51q1TwluyQKw9jFB7i AvWQ== MIME-Version: 1.0 X-Received: by 10.50.129.69 with SMTP id nu5mr10543671igb.106.1367332171577; Tue, 30 Apr 2013 07:29:31 -0700 (PDT) Received: by 10.50.57.84 with HTTP; Tue, 30 Apr 2013 07:29:31 -0700 (PDT) In-Reply-To: References: Date: Tue, 30 Apr 2013 09:29:31 -0500 Message-ID: Subject: Re: help with packaging squidGuard beta From: Scot Hetzel To: Dr Tarek El-Kiki Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 14:29:32 -0000 On Tue, Apr 30, 2013 at 4:27 AM, Dr Tarek El-Kiki wrote: > Dear Admins, > > > > I had an issue with regex statements on SquidGuard-1.4_4 which I addressed > with SquidGuard people, as per my embedded message below, and the solution > for that issue was to use a better version of SquidGuard. > > > > As I found squidGuard-1.5_b, it was in the format that I wouldn't be able > to > install on my pfSense box, as I do with SquidGuard-1.4_4. For one and half > months I have been looking around for someone to help producing the > suitable > squidGuard package, until I was given your email address in the hope that > you would help me. > > > > The required file is found at: > http://www.squidguard.org/Downloads/Devel/squidGuard-1.5-beta.tar.gz > > > > I shall be more than grateful if you could help me with this request. > To create a squidGuard-1.5 port, just do the following: cd /usr/ports/www cp -rp squidguard squidguard15 cd squidguard15 Edit the Makefile: - changing PORTVERSION to DISTVERSION with value 1.5-beta - check with SquidGuard people to see if the below patch files are already part of squidGuard 1.5-beta. -- If they are or you don't use this feature, remove them from the ports Makefile. -- If they are not and you use this feature, you will need to recreate the patches. squidGuard-1.4-quoted_string_support.diff squidGuard-1.4-dnsbl.patch make makesum Try to install the port make install NOTE: You may have to adjust the pkg-plist if the port installs additional or less files. -- DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 15:25:37 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A570B588 for ; Tue, 30 Apr 2013 15:25:37 +0000 (UTC) (envelope-from dim@freebsd.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) by mx1.freebsd.org (Postfix) with ESMTP id 6C37F18AA for ; Tue, 30 Apr 2013 15:25:37 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::1113:933:e0bc:5713] (unknown [IPv6:2001:7b8:3a7:0:1113:933:e0bc:5713]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id ABD9E5C45; Tue, 30 Apr 2013 17:25:35 +0200 (CEST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: firefox build broken under clang 3.3 From: Dimitry Andric In-Reply-To: Date: Tue, 30 Apr 2013 17:25:22 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <230B0687-FD64-4BC0-8EB6-D3D6ACD9CC3F@freebsd.org> References: <20130419020021.GA16918@test.yahoo.com> <51716917.90101@smeets.im> <517187B9.40106@smeets.im> To: Brandon Gooch X-Mailer: Apple Mail (2.1503) Cc: kit , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 15:25:37 -0000 On Apr 30, 2013, at 05:28, Brandon Gooch = wrote: ... > Thanks for fixing the build issues. >=20 > Now, I've built Firefox with Clang, but the darn thing segfaults at > the drop of a hat: >=20 > $ gdb /usr/local/bin/firefox firefox.core > ... > (gdb) bt > #0 0x00000008011eefaa in thr_kill () from /lib/libc.so.7 > #1 0x00000008024d254d in XRE_InstallX11ErrorHandler () > from /usr/local/lib/firefox/libxul.so > #2 0x0000000800f74116 in swapcontext () from /lib/libthr.so.3 > #3 0x0000000800f73d39 in sigaction () from /lib/libthr.so.3 > #4 0x00007ffffffff193 in ?? () > #5 0x0000000800f73c20 in sigaction () from /lib/libthr.so.3 > Previous frame inner to this frame (corrupt stack?) >=20 > Rebuilding with debugging symbols provides no further insight, as that > seems to provide a work-around for whatever the root cause may be > (i.e. no more segfaults). >=20 > Are any of you seeing something similar? Which exact version of head do you have, and which version(s) of ports? = Are you running WITH_NEW_XORG or not? In any case, I have just built the latest Firefox from ports, with clang = 3.3, and I see no issues at all. At least with approximately 10 minutes = of browsing, and visiting a varied bunch of sites. I do have it built = with debug info, but without cranking down the optimization level to -O0 = (which is what bsd.port.mk seems to do, unfortunately). I will rebuild it again, without any debug info, to see if that makes = any difference. I don't think it will, though... From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 15:48:37 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9AF8EFAC for ; Tue, 30 Apr 2013 15:48:37 +0000 (UTC) (envelope-from a@amilanov.com) Received: from rio.superhosting.bg (rio.superhosting.bg [91.196.124.226]) by mx1.freebsd.org (Postfix) with ESMTP id 586B21B1A for ; Tue, 30 Apr 2013 15:48:36 +0000 (UTC) Received: from [78.83.18.217] (port=58677 helo=[192.168.100.101]) by rio.superhosting.bg with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80) (envelope-from ) id 1UXCnD-002uX7-3h for freebsd-ports@freebsd.org; Tue, 30 Apr 2013 18:48:35 +0300 Message-ID: <517FE7D2.3070704@amilanov.com> Date: Tue, 30 Apr 2013 18:48:34 +0300 From: Alexander Milanov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: ports/177206: [patch] graphics/optipng: update to 0.7.4 and fix CVE-2012-4432 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - rio.superhosting.bg X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - amilanov.com X-Get-Message-Sender-Via: rio.superhosting.bg: authenticated_id: a+amilanov.com/only user confirmed/virtual account not confirmed X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 15:48:37 -0000 Hi committers, PR ports/177206 fixes a CVE and has been approved by the maintainer. Can someone please take care of it? Thank you! Best wishes, Alexander From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 16:37:31 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BAADB700; Tue, 30 Apr 2013 16:37:31 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id 78A841DE2; Tue, 30 Apr 2013 16:37:31 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1UXDYV-0007Og-1T; Tue, 30 Apr 2013 20:37:28 +0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=JqiCnNTNwHlLC8gchmp4Gm/Ay4IzlVrL6LEpqVOn9Wk=; b=tfFMwJvhHPw1AFixvWol51u2Off3iQC0ReHatisYWlpwzYbmXKhmGg3Mz7FYZwQXxkd59HUv0gK22Ksn9iyQGrCkDjoLVtmWBD+yRZHB1LsoSfwL9YmamN2nEtO7QVIBIYiKfeUU5vGU+r/+x6AQF1oeDZF1TEeI3N2myUnxMeA=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1UXDVA-0001b7-7U; Tue, 30 Apr 2013 16:34:02 +0000 From: Jan Beich To: Brandon Gooch Subject: Re: firefox build broken under clang 3.3 In-Reply-To: (Brandon Gooch's message of "Mon, 29 Apr 2013 22:28:56 -0500") Date: Tue, 30 Apr 2013 11:34:34 -0500 References: <20130419020021.GA16918@test.yahoo.com> <51716917.90101@smeets.im> <517187B9.40106@smeets.im> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1UXDVA-0001b7-7U@internal.tormail.org> Cc: kit , Dimitry Andric , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 16:37:31 -0000 Brandon Gooch writes: > On Fri, Apr 19, 2013 at 1:06 PM, Florian Smeets wrote: >> On 19.04.13 19:48, Dimitry Andric wrote: >>> On Apr 19, 2013, at 17:56, Florian Smeets wrote: >>> >>>> On 19.04.13 04:01, kit wrote: >>>>> updated current and now firefox and thunderbird both fail to build under >>>>> the new clang 3.3. has anyone seen this or know how to fix? >>>> >>>> The fix is here: >>>> >>>> http://tb.smeets.im/~flo/gecko-clang33-fixes.diff >>>> >>>> It will be committed after the freeze. >>> >>> Are these fixes from upstream? If not, it would be nice to send them there... >>> >>> >> >> patch-bug854936 is a workaround because we don't have >> http://llvm.org/viewvc/llvm-project?view=revision&revision=178950 yet. >> >> firefox-nightly (in our gecko svn repo) already compiles fine without >> patch-clang33 >> >> So everything should be fine :) >> >> Florian > > Thanks for fixing the build issues. > > Now, I've built Firefox with Clang, but the darn thing segfaults at > the drop of a hat: > > $ gdb /usr/local/bin/firefox firefox.core > ... > (gdb) bt > #0 0x00000008011eefaa in thr_kill () from /lib/libc.so.7 > #1 0x00000008024d254d in XRE_InstallX11ErrorHandler () > from /usr/local/lib/firefox/libxul.so > #2 0x0000000800f74116 in swapcontext () from /lib/libthr.so.3 > #3 0x0000000800f73d39 in sigaction () from /lib/libthr.so.3 > #4 0x00007ffffffff193 in ?? () > #5 0x0000000800f73c20 in sigaction () from /lib/libthr.so.3 > Previous frame inner to this frame (corrupt stack?) The faulting function is lost within crash handler. If you build firefox with # use DEBUG_FLAGS or set STRIP to empty explicitly CFLAGS += ${DEBUG_FLAGS} DEBUG_FLAGS += -O0 -g jaeger jit crash would look like http://lists.freebsd.org/pipermail/freebsd-current/2013-April/041165.html It doesn't happen on firefox23 with baseline jit[1] disabled via pref. A big change like zones (bug 759585) may have refactored code enough to not hit the clang bug. So, try either clang trunk or http://trillian.chruetertee.ch/freebsd-gecko/changeset/1256/trunk/www/firefox/files/patch-clang33 The latter pessimizes inlining for clang 3.2 as well. [1] baseline crashes in a different way https://bugzilla.mozilla.org/show_bug.cgi?id=860867 > > Rebuilding with debugging symbols provides no further insight, as that > seems to provide a work-around for whatever the root cause may be > (i.e. no more segfaults). DEBUG enables compile-time diagnostics and strips any -O* from CFLAGS. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 17:32:18 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6A978586 for ; Tue, 30 Apr 2013 17:32:18 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pb0-x230.google.com (mail-pb0-x230.google.com [IPv6:2607:f8b0:400e:c01::230]) by mx1.freebsd.org (Postfix) with ESMTP id 47AAA1FED for ; Tue, 30 Apr 2013 17:32:18 +0000 (UTC) Received: by mail-pb0-f48.google.com with SMTP id wy7so365255pbc.21 for ; Tue, 30 Apr 2013 10:32:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=7+UbbvIcL/XRF7EcF3tyoh/ecXGh2UoZy4JBHA7bWS0=; b=jbRfb3AifJfT6Zvgf9H9fBBqt2Y212tV3JaNgxuq8q4I8xe5soVZ0YtJvNnHQpqvde JuJF6fWSSSwNbMSBhZK6VIkFEdrTdxPatyl6eHLBF7eVvFTF0v9BOLWXCdZ7FJmr8opx ixWxUyZLF5TJZmKc4mxQQR+M3XM4zBqwmlV+s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=7+UbbvIcL/XRF7EcF3tyoh/ecXGh2UoZy4JBHA7bWS0=; b=VzzmbFQ1GJY0Z6fQxkfNFwgTM8yvLmAhMj/+ebOumIe+ZG6joF3nyNq58HvmowXFyM 4Xk0BFKehXvAn9mK2+MdC3ZaoicZ2fFTPcX4RIbVPNXqZclOzi4Eczb6FjTWCNcsBA3c A/E+DgL94y3/0QDUpqv8yP260rMlHipKMFKiZGBChAn2f+gXTvln+fo5TFNck9a+Tvxl O92JYYl5ir2NG69rYJILF8ckYwhpvxycsan+4HT/msfgaXfly72cBxKJjGg4TtU2pUes PpY8nCjI/Oyf5XLOyXrbmL0stVBlM3yFIOXL728nZkwqYTIGfQmWXKNo3hwO9brRD7ww 9oDA== X-Received: by 10.66.144.170 with SMTP id sn10mr49354219pab.42.1367343138049; Tue, 30 Apr 2013 10:32:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.159.97 with HTTP; Tue, 30 Apr 2013 10:31:47 -0700 (PDT) In-Reply-To: <20130430103821.GJ3577@ithaqua.etoilebsd.net> References: <20130430103821.GJ3577@ithaqua.etoilebsd.net> From: Eitan Adler Date: Tue, 30 Apr 2013 13:31:47 -0400 Message-ID: Subject: Re: [BRAINSTORM] shebang fixing framework To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkfIvZyEHyTyHA+zz+Q0SvWDsiXmwhECDk9Y1PGg/PoGWKCS0ih5qa+mx5tGap5GEjLHFAF Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 17:32:18 -0000 On 30 April 2013 06:38, Baptiste Daroussin wrote: > So far what has been proposed already is: > - replace ${lang}_FILES by FIX_${lang} > - nuke SHEBANG_LANG in favor of USES= shebangfix:perl:python > - nuke SHEBANG_LANG in favor of USES= shebangfix:"perl python" > - nuke SHEBANG_LANG in favor of USES= shebangfix:perl+python I would rather see a general solution rather than including a per language fix. Ideally we can do something to the effect of 's,/usr/bin,${PREFIX}' If a general solution is not possible I'd prefer USES=shebangfix imply all of USES=shebangfix:perl:python:php etc. I'm also not sure about the lang_FILES=. Applying the sed (assuming it can be made specific enough) to the entire tree would be nice, but may take too long, especially on large work directories. I guess it isn't too bad. -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 17:35:05 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 66711661 for ; Tue, 30 Apr 2013 17:35:05 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) by mx1.freebsd.org (Postfix) with ESMTP id 02486100A for ; Tue, 30 Apr 2013 17:35:04 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id m6so814788wiv.15 for ; Tue, 30 Apr 2013 10:35:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=0ms1M3waSyLnWmVrdk/8hX5pS6+qEQ5wCK9++QmVOIc=; b=IjR231ZldQp+M6H1Vt+vRfJoC4cU7NwUsLugKYWW4/6tSeQsMrRST+sKidZ9wHHjSF 7ZBBXXF72Z49UbkyepQz6LmarOUjrVhr1eJ2MrwSOHiQ7rayR1/Bv1cQqWyz0vk9skge eLQ2Mey3DcJ4jZeyi2jvk5gyJgfeZnNduSnAiICUU3M+k6x3O4DOJO+7CvHyj+ZhWoUE hTxGVor1f29nCelVmc68D4hEwWths7EVk6/J4a5SeXtMtUcl4Vlo3Gpj0RO/XY+XYjtz 245Si4cnHeYmHXc0nHyEjFge/8J8Xe10a9B0HXY/3Ka7dQiJsmJSQo0novsLpNVkjv0q x6ng== X-Received: by 10.180.205.135 with SMTP id lg7mr26084534wic.11.1367343304213; Tue, 30 Apr 2013 10:35:04 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id s6sm27684994wij.4.2013.04.30.10.35.02 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 30 Apr 2013 10:35:03 -0700 (PDT) Sender: Baptiste Daroussin Date: Tue, 30 Apr 2013 19:35:00 +0200 From: Baptiste Daroussin To: Eitan Adler Subject: Re: [BRAINSTORM] shebang fixing framework Message-ID: <20130430173500.GP3577@ithaqua.etoilebsd.net> References: <20130430103821.GJ3577@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aNvCJ41Feu8IgPyB" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 17:35:05 -0000 --aNvCJ41Feu8IgPyB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 30, 2013 at 01:31:47PM -0400, Eitan Adler wrote: > On 30 April 2013 06:38, Baptiste Daroussin wrote: >=20 > > So far what has been proposed already is: > > - replace ${lang}_FILES by FIX_${lang} > > - nuke SHEBANG_LANG in favor of USES=3D shebangfix:perl:python > > - nuke SHEBANG_LANG in favor of USES=3D shebangfix:"perl python" > > - nuke SHEBANG_LANG in favor of USES=3D shebangfix:perl+python >=20 > I would rather see a general solution rather than including a per > language fix. Ideally we can do something to the effect of > 's,/usr/bin,${PREFIX}' >=20 > If a general solution is not possible I'd prefer USES=3Dshebangfix imply > all of USES=3Dshebangfix:perl:python:php etc. >=20 > I'm also not sure about the lang_FILES=3D. Applying the sed (assuming > it can be made specific enough) to the entire tree would be nice, but > may take too long, especially on large work directories. I guess it > isn't too bad. >=20 All of this will be damn slow operations, we want to keep this as fast as possible, even if per-ports it seems quite fast, when you are about the bui= ld the whole ports tree few seconds there and there will become hours regards, Bapt --aNvCJ41Feu8IgPyB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlGAAMQACgkQ8kTtMUmk6ExXEgCghmtGgp44xLxFAS5PbbRHKPnZ Ha8AnRzz+wcWUVVrnJexcPt2JorRlp6U =6gU+ -----END PGP SIGNATURE----- --aNvCJ41Feu8IgPyB-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 17:38:34 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7414171C for ; Tue, 30 Apr 2013 17:38:34 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by mx1.freebsd.org (Postfix) with ESMTP id 5097A1026 for ; Tue, 30 Apr 2013 17:38:34 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id fb10so473363pad.39 for ; Tue, 30 Apr 2013 10:38:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=midVhrPJppAuz8kKcTIqQ795+BYrJeFCRr0Sbm/qFVU=; b=t7fPmsKfaWsd47CaCMIb7D8pDrvEPHMQPzVVzhEFLvmgMYDSUeuvTf36SzmknsRu4C bDLvm0OT1M/T7Wnu1qG++b9zlfNof4ZIt4xfctDQLXgcKCc/kqcFydtq+1GZKskNZ/Xs WyuNvP9b501Z2z/ByUqEWmMeo79hGGXZSDuiw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=midVhrPJppAuz8kKcTIqQ795+BYrJeFCRr0Sbm/qFVU=; b=IRvFwE8V/eNcMpOyk0VIGPHReIzpoILfYEJ2QYF1C5Ak9JjbXB0npESDkWrqCoYa6i ZJUkii3nM9P1fxQXCHy5gCWZ9h03Urs6/gmL3e/1vXr5o4rwUFycxIE+U9teJEvkL/wS JNiTqZiyZcb/7Qoo4Zteqi9Ahzxw0sVXSxfCRzYWzmzcupz2ZXd3zaSrX3LCscBZlBkH ATY0BMa8z3AuBK7n2Zx2FZF3rakPJbEh4bDYW7JLpbp86Xq4cBbmpX6VYe/w8TCPWck8 u1X62fkZY7dlvFQE/t6JN98GfjdjY5VnwDL4eSrMzJJ2cXOkHADGWeB6AQdTMwWwAAKW SkFQ== X-Received: by 10.68.97.130 with SMTP id ea2mr75845882pbb.129.1367343513703; Tue, 30 Apr 2013 10:38:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.159.97 with HTTP; Tue, 30 Apr 2013 10:38:03 -0700 (PDT) In-Reply-To: <20130430173500.GP3577@ithaqua.etoilebsd.net> References: <20130430103821.GJ3577@ithaqua.etoilebsd.net> <20130430173500.GP3577@ithaqua.etoilebsd.net> From: Eitan Adler Date: Tue, 30 Apr 2013 13:38:03 -0400 Message-ID: Subject: Re: [BRAINSTORM] shebang fixing framework To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQneI3fGvvzgX7m/uEHudnqp+NdCZUGQhNUu78pJFFJPbLRzjCxxs3206b8yPxDrYSfzAweY Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 17:38:34 -0000 On 30 April 2013 13:35, Baptiste Daroussin wrote: > All of this will be damn slow operations, we want to keep this as fast as > possible, even if per-ports it seems quite fast, when you are about the build > the whole ports tree few seconds there and there will become hours Yes, that is why I ended with "I guess it isn't too bad.", although I guess it wasn't clear I meant needing lang_FILES. I'd prefer shebangfix_FILES and have all the language fixes apply without needing to specify which one. -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 17:41:34 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C8B99816 for ; Tue, 30 Apr 2013 17:41:34 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::229]) by mx1.freebsd.org (Postfix) with ESMTP id 63B811064 for ; Tue, 30 Apr 2013 17:41:34 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id p43so662294wea.14 for ; Tue, 30 Apr 2013 10:41:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=410khPHx4Tw9mFLQfVW9aTAdsMoMJW/umjKng+VnDBU=; b=DcEQO73bJxuSoRAeUmDSwy22HeCyf31zjcsXBB8xBNZBaLZ/UR78bxbntZiFb03kW1 UkPfTIuwKov0HHmyrxLzeyHGDzbVqZHcyQFsSb9I7mH5wmpysK8JVwBLzyVJ8fHZj8M9 EcsQWzN5p0F9lCpVy7IJRZFjyJoEVX5Qz3aTk49zOvd2ieaCulxILTrj/Z8hJV2MLj3y j+jF7z+k/sJfktiizlQqMjSCOVIJtQ3o2pBfDR5kr59lDrR747Pvy9ZCNxm9UHBpeeiv Cj0n+stzPRf/0EzO23PvNiH+1w6OUEcihqGRLS3htX3JGMx29kMjlsGeY7rZPBdOoVH1 l4hQ== X-Received: by 10.180.182.110 with SMTP id ed14mr26161892wic.6.1367343693556; Tue, 30 Apr 2013 10:41:33 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id q18sm27696111wiw.8.2013.04.30.10.41.32 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 30 Apr 2013 10:41:32 -0700 (PDT) Sender: Baptiste Daroussin Date: Tue, 30 Apr 2013 19:41:30 +0200 From: Baptiste Daroussin To: Eitan Adler Subject: Re: [BRAINSTORM] shebang fixing framework Message-ID: <20130430174130.GQ3577@ithaqua.etoilebsd.net> References: <20130430103821.GJ3577@ithaqua.etoilebsd.net> <20130430173500.GP3577@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="562f9N4fbIs+fPrJ" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 17:41:34 -0000 --562f9N4fbIs+fPrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 30, 2013 at 01:38:03PM -0400, Eitan Adler wrote: > On 30 April 2013 13:35, Baptiste Daroussin wrote: > > All of this will be damn slow operations, we want to keep this as fast = as > > possible, even if per-ports it seems quite fast, when you are about the= build > > the whole ports tree few seconds there and there will become hours >=20 > Yes, that is why I ended with "I guess it isn't too bad.", although I > guess it wasn't clear I meant needing lang_FILES. >=20 > I'd prefer shebangfix_FILES and have all the language fixes apply > without needing to specify which one. most of the case you will know what file needs what shebang, so why trying = all possible case when you can get it directly? regards, Bapt --562f9N4fbIs+fPrJ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlGAAkoACgkQ8kTtMUmk6Eya3QCghtIdGuGClZMurAOAT1L3MAJO JrsAnj0lUgqf5v57iIECOajVjtE7ED1R =bjlP -----END PGP SIGNATURE----- --562f9N4fbIs+fPrJ-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 17:46:38 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C22F89EC for ; Tue, 30 Apr 2013 17:46:38 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) by mx1.freebsd.org (Postfix) with ESMTP id 9D1921094 for ; Tue, 30 Apr 2013 17:46:38 +0000 (UTC) Received: by mail-pa0-f51.google.com with SMTP id lj1so471721pab.24 for ; Tue, 30 Apr 2013 10:46:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=IjFjtI8wndYQaOWXICXNAAKefN7BcNXblAIUw1X4T9E=; b=GAetnIXLUs+F0XA9jxOWkXOYbDY3Wdbjr29RjxWu4SyQepUAhIC9ySuhISEtdi4cWA GGgvGpOfU3zF+F61U1IB/AkK8x1PXMQTdBn/yVDdONhYyWzWC+dOMr1cULwg+53PazrZ lcfamHK1b+s2cWPyYsMeNb2zrFSbrh/aQP9PI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=IjFjtI8wndYQaOWXICXNAAKefN7BcNXblAIUw1X4T9E=; b=BXROxdMWp2N2X9O7WSv8oxpMwObOYuHz879IjOpdRBRrQQANUY014rI60EtcezJuCD 9xpGs7QGdmpSPEkf3aN3Fd+mZF5dZXuN4iRZBqbZd+BoMKi1+owPDZpAAms9zMdeNtqu CJkk6Qo/gvX4i/FmkC41pDybXhaae6J0WERBV+8Pjd9N1BkUzFkJkWg2PyyU2AUaNlkG 85GgCcQ5wW0YW2Y4JYTeBajMffc3ml3jQZZpnDDLH15o9gU6SpSMX/QM2EA30QZXZpDh ceVl4Gr8v5vo5LQnoXSi3wFG8OAmoH1QZU84r3yCgN1kLRtdxCJTkxksuDsp1l+ZBtps 519A== X-Received: by 10.68.36.230 with SMTP id t6mr78556367pbj.218.1367343997636; Tue, 30 Apr 2013 10:46:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.159.97 with HTTP; Tue, 30 Apr 2013 10:46:07 -0700 (PDT) In-Reply-To: <20130430174130.GQ3577@ithaqua.etoilebsd.net> References: <20130430103821.GJ3577@ithaqua.etoilebsd.net> <20130430173500.GP3577@ithaqua.etoilebsd.net> <20130430174130.GQ3577@ithaqua.etoilebsd.net> From: Eitan Adler Date: Tue, 30 Apr 2013 13:46:07 -0400 Message-ID: Subject: Re: [BRAINSTORM] shebang fixing framework To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQm+z0/3U17xc0l+CSYM6kQRR5zzmTiDqfCjwY0D/qqy//rs0YySUXfPWwf256ceEPNU1lsN Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 17:46:38 -0000 On 30 April 2013 13:41, Baptiste Daroussin wrote: > On Tue, Apr 30, 2013 at 01:38:03PM -0400, Eitan Adler wrote: >> On 30 April 2013 13:35, Baptiste Daroussin wrote: >> > All of this will be damn slow operations, we want to keep this as fast as >> > possible, even if per-ports it seems quite fast, when you are about the build >> > the whole ports tree few seconds there and there will become hours >> >> Yes, that is why I ended with "I guess it isn't too bad.", although I >> guess it wasn't clear I meant needing lang_FILES. >> >> I'd prefer shebangfix_FILES and have all the language fixes apply >> without needing to specify which one. > > most of the case you will know what file needs what shebang, so why trying all > possible case when you can get it directly? If applied as a regex it doesn't really matter. I'm thinking it will look something like sed -e regex_for_perl \ -e regex_for_python \ -e regex_for_php \ ${shebangfix_FILES} or some variant thereof now that I think about it a bit more it may even be faster than forking once per language. -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 17:52:12 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 12560D79; Tue, 30 Apr 2013 17:52:12 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x22a.google.com (mail-ie0-x22a.google.com [IPv6:2607:f8b0:4001:c03::22a]) by mx1.freebsd.org (Postfix) with ESMTP id D1A4410E3; Tue, 30 Apr 2013 17:52:11 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id at1so992160iec.1 for ; Tue, 30 Apr 2013 10:52:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=cMUOOwinHG0/aYjIieaSeXMGBAnfgGoF7gcumYWBdnA=; b=A27Je6B/64+DBc/icgHFMeMRWe7ZQEDfIlh9COKpRAqRPlpw+z4ySZ05YjKbr1b0s/ uhuJytraqnpm4Qfg6vIajUiyVSCy7OtPkVtJkNFumfmUmVCnqSJ3tFOftc16eBef6y5E 4406+2y0KMWz0PvglQ7INW/YJOAQJNuUZCpbWE4e5eKG77QxyzYw1fecXXIe+XvITg9X jv4Rcew+ajSRxkFtcKGB8sAkQ5PSHC4LijtQsyoj4Jq9l4g58HH31A7km5Tf8lLd89Io BdFr1uQiZhITdknmD5p/cfoK05f/tuodDJ6TFN3CI/Zf9GUmDY8urLIyrZr9gnnYwHl1 dUMg== MIME-Version: 1.0 X-Received: by 10.42.44.201 with SMTP id c9mr17240627icf.47.1367344331467; Tue, 30 Apr 2013 10:52:11 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Tue, 30 Apr 2013 10:52:11 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Tue, 30 Apr 2013 10:52:11 -0700 (PDT) In-Reply-To: References: <20130430103821.GJ3577@ithaqua.etoilebsd.net> <20130430173500.GP3577@ithaqua.etoilebsd.net> <20130430174130.GQ3577@ithaqua.etoilebsd.net> Date: Tue, 30 Apr 2013 18:52:11 +0100 Message-ID: Subject: Re: [BRAINSTORM] shebang fixing framework From: Chris Rees To: Eitan Adler Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: ports@freebsd.org, Baptiste Daroussin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 17:52:12 -0000 On 30 Apr 2013 18:46, "Eitan Adler" wrote: > > On 30 April 2013 13:41, Baptiste Daroussin wrote: > > On Tue, Apr 30, 2013 at 01:38:03PM -0400, Eitan Adler wrote: > >> On 30 April 2013 13:35, Baptiste Daroussin wrote: > >> > All of this will be damn slow operations, we want to keep this as fast as > >> > possible, even if per-ports it seems quite fast, when you are about the build > >> > the whole ports tree few seconds there and there will become hours > >> > >> Yes, that is why I ended with "I guess it isn't too bad.", although I > >> guess it wasn't clear I meant needing lang_FILES. > >> > >> I'd prefer shebangfix_FILES and have all the language fixes apply > >> without needing to specify which one. > > > > most of the case you will know what file needs what shebang, so why trying all > > possible case when you can get it directly? > > If applied as a regex it doesn't really matter. > > I'm thinking it will look something like > > sed -e regex_for_perl \ > -e regex_for_python \ > -e regex_for_php \ > ${shebangfix_FILES} > > or some variant thereof > > now that I think about it a bit more it may even be faster than > forking once per language. How many ports are likely to have more than one language? This proposes running each regex over each file in turn. Chris From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 18:08:16 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8FF8A276 for ; Tue, 30 Apr 2013 18:08:16 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) by mx1.freebsd.org (Postfix) with ESMTP id 571DA1181 for ; Tue, 30 Apr 2013 18:08:16 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::1113:933:e0bc:5713] (unknown [IPv6:2001:7b8:3a7:0:1113:933:e0bc:5713]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id B70805C45; Tue, 30 Apr 2013 20:08:14 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: firefox build broken under clang 3.3 From: Dimitry Andric In-Reply-To: <230B0687-FD64-4BC0-8EB6-D3D6ACD9CC3F@freebsd.org> Date: Tue, 30 Apr 2013 20:07:57 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <53400B33-2A74-4E82-9313-3DE6A7753168@FreeBSD.org> References: <20130419020021.GA16918@test.yahoo.com> <51716917.90101@smeets.im> <517187B9.40106@smeets.im> <230B0687-FD64-4BC0-8EB6-D3D6ACD9CC3F@freebsd.org> To: Brandon Gooch X-Mailer: Apple Mail (2.1503) Cc: kit , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 18:08:16 -0000 On Apr 30, 2013, at 17:25, Dimitry Andric wrote: ... > In any case, I have just built the latest Firefox from ports, with = clang 3.3, and I see no issues at all. At least with approximately 10 = minutes of browsing, and visiting a varied bunch of sites. I do have it = built with debug info, but without cranking down the optimization level = to -O0 (which is what bsd.port.mk seems to do, unfortunately). >=20 > I will rebuild it again, without any debug info, to see if that makes = any difference. I don't think it will, though... Rebuilt without debug info, worked just fine. Is there a particular = scenario that makes it crash? From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 18:12:26 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D7BAE414 for ; Tue, 30 Apr 2013 18:12:26 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (gatekeeper.allbsd.org [IPv6:2001:2f0:104:e001::32]) by mx1.freebsd.org (Postfix) with ESMTP id 457A311CC for ; Tue, 30 Apr 2013 18:12:26 +0000 (UTC) Received: from alph.d.allbsd.org (p2175-ipbf701funabasi.chiba.ocn.ne.jp [122.25.209.175]) (authenticated bits=128) by mail.allbsd.org (8.14.5/8.14.5) with ESMTP id r3UICAUK077220 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 May 2013 03:12:20 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) (authenticated bits=0) by alph.d.allbsd.org (8.14.5/8.14.5) with ESMTP id r3UIC8Sw008488; Wed, 1 May 2013 03:12:09 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Wed, 01 May 2013 03:12:03 +0900 (JST) Message-Id: <20130501.031203.183374839273151823.hrs@allbsd.org> To: niioka@kk.iij4u.or.jp Subject: Re: mozc-server 1.10.1390.102_2 build fail From: Hiroki Sato In-Reply-To: <20130429.183738.696763324454038489.ken@iij4u.or.jp> References: <20130428.234909.1246626834376249672.ken@iij4u.or.jp> <20130429.003142.675228605419898346.hrs@allbsd.org> <20130429.183738.696763324454038489.ken@iij4u.or.jp> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 6.5 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Wed_May__1_03_12_03_2013_505)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.4 at gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (mail.allbsd.org [133.31.130.32]); Wed, 01 May 2013 03:12:20 +0900 (JST) X-Spam-Status: No, score=-93.1 required=13.0 tests=CONTENT_TYPE_PRESENT, ONLY1HOPDIRECT,QENCPTR1,RCVD_IN_PBL,RCVD_IN_RP_RNBL,SAMEHELOBY2HOP, USER_IN_WHITELIST autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on gatekeeper.allbsd.org Cc: freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 18:12:26 -0000 ----Security_Multipart(Wed_May__1_03_12_03_2013_505)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Kenichi Niioka wrote in <20130429.183738.696763324454038489.ken@iij4u.or.jp>: ni> From: hrs@FreeBSD.org ni> Subject: Re: mozc-server 1.10.1390.102_2 build fail ni> Date: Mon, 29 Apr 2013 00:31:42 +0900 (JST) ni> ni> > ni> > Kenichi Niioka wrote ni> > in <20130428.234909.1246626834376249672.ken@iij4u.or.jp>: ni> > ni> > ni> Dear porters. ni> > ni> ni> > ni> I have following error with FreeBSD 10.0-CURRENT #0 r250017 amd64. ni> > ni> ni> > ni> $ cd /usr/ports/japanese/mozc-server ni> > ni> $ make ni> > ni> ni> > ni> [snip] ni> > ni> > Please try the following and let me know if they work or not: ni> > ni> > http://people.allbsd.org/~hrs/FreeBSD/mozc_port_20130428-2.diff (patch) ni> > http://people.allbsd.org/~hrs/FreeBSD/mozc_port_full_20130428-2.tar.gz (tarball of the patched ports) ni> ni> I have folloing error. ni> ni> $ make ni> ===> ja-mozc-server-1.10.1390.102_3 depends on file: /usr/local/sbin/pkg - found ni> ===> Fetching all distfiles required by ja-mozc-server-1.10.1390.102_3 for building ni> ===> Extracting for ja-mozc-server-1.10.1390.102_3 ni> => SHA256 Checksum OK for mozc-1.10.1390.102.tar.bz2. ni> ===> Patching for ja-mozc-server-1.10.1390.102_3 ni> ni> [snip] ni> ni> CXX(host) out_linux/Release/obj.host/gen_symbol_rewriter_dictionary_main/rewriter/gen_symbol_rewriter_dictionary_main.o ni> CXX(host) out_linux/Release/obj.host/gen_usage_rewriter_dictionary_main/rewriter/gen_usage_rewriter_dictionary_main.o ni> LINK(host) out_linux/Release/gen_mock_segmenter_bitarray_main ni> CXX(host) out_linux/Release/obj.host/gen_existence_data/rewriter/gen_existence_data.o ni> /usr/bin/ld:out_linux/Release/obj.host/converter/libgen_segmenter_bitarray.a: file format not recognized; treating as linker script ni> /usr/bin/ld:out_linux/Release/obj.host/converter/libgen_segmenter_bitarray.a:1: syntax error ni> gmake: *** [out_linux/Release/gen_mock_segmenter_bitarray_main] Error 1 ni> gmake: *** Waiting for unfinished jobs.... ni> Traceback (most recent call last): ni> File "build_mozc.py", line 1485, in ni> main() ni> File "build_mozc.py", line 1470, in main ni> BuildToolsMain(cmd_opts, cmd_args, original_directory_name) ni> File "build_mozc.py", line 1005, in BuildToolsMain ni> BuildMain(options, [build_tools_target], original_directory_name) ni> File "build_mozc.py", line 1098, in BuildMain ni> BuildOnLinux(options, targets, original_directory_name) ni> File "build_mozc.py", line 1051, in BuildOnLinux ni> RunOrDie([make_command] + build_args + target_names) ni> File "/home/ken/src/ports/japanese/mozc-server/work/mozc-1.10.1390.102/build_tools/util.py", line 97, in RunOrDie ni> '=========='])) ni> build_tools.util.RunOrDieError: ni> ========== ni> ERROR: /home/ken/src/ports/japanese/mozc-server/work/mozc-1.10.1390.102/mozcmake -j16 MAKE_JOBS=16 BUILDTYPE=Release builddir_name=out_linux build_tools ni> ========== ni> *** [pre-build] Error code 1 ni> ni> Stop in /home/ken/src/ports/japanese/mozc-server. Thank you for the feedback. Can you send me a whole build log when doing "make DEBUG=V=1" and the result of "uname -a"? -- Hiroki ----Security_Multipart(Wed_May__1_03_12_03_2013_505)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (FreeBSD) iEYEABECAAYFAlGACXMACgkQTyzT2CeTzy2etACeM8ehD6O2TrqSbvrwU5v9zNHA si4AoNNVWzYaDsxEEjZ1CP5mPJ8rhDac =UxbV -----END PGP SIGNATURE----- ----Security_Multipart(Wed_May__1_03_12_03_2013_505)---- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 18:23:27 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 38E7F8FD for ; Tue, 30 Apr 2013 18:23:27 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pb0-x231.google.com (mail-pb0-x231.google.com [IPv6:2607:f8b0:400e:c01::231]) by mx1.freebsd.org (Postfix) with ESMTP id 120951240 for ; Tue, 30 Apr 2013 18:23:27 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id rp8so385589pbb.22 for ; Tue, 30 Apr 2013 11:23:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=48MUCIBN3WEbzHCCZHROmhQFsrlqIWUeItQyrl3uhAY=; b=LM5iRBkV4ESDsZJ1ZZLj3oY3qOfyAFn6lyolYiC+02ZnuU5MWX1C0qqxMQCVBCZNp1 flSobN/q7z/1B7nGodHqXtrEmr6baXs42/w/hht90g9QRnT5FpzZDBSHazUxmdvpbSP8 ubFINbw6XaSSyGjtbWDKbRl5ia1hqW8ji5Dao= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=48MUCIBN3WEbzHCCZHROmhQFsrlqIWUeItQyrl3uhAY=; b=j98YQm2xUm+2vfrwmZsDHFx01mzyfzjP7ccxwMSw17ED8RdDwu6iX9V1YvNn5vWuwI Rbox6ZId51yK8jcoj+KeYVGx+XMyMGX8zSRu06Dk5ncbie174iIe4zimr4AMm8mEEzJp LCxDeG9EgmwnORLWxobiM0oFP6TXAXqXZ4Uao96jjK/23hLY6qQmDi6ss5mv70bIryBN O+PbEYz9gy2+m/jaoVYRwCANZc03+wq+nB2aUWERMCRVs/0q3uTQ/tdCWmUOjZ20dLiC TO6G9V9qptNy9cbtxuF7bO3TqgUyvAz6cOE/UXeJzvjqF+lhoGBEUf6f9nioH38fFILf I0fA== X-Received: by 10.66.102.70 with SMTP id fm6mr56398pab.164.1367346206808; Tue, 30 Apr 2013 11:23:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.159.97 with HTTP; Tue, 30 Apr 2013 11:22:55 -0700 (PDT) In-Reply-To: References: <20130430103821.GJ3577@ithaqua.etoilebsd.net> <20130430173500.GP3577@ithaqua.etoilebsd.net> <20130430174130.GQ3577@ithaqua.etoilebsd.net> From: Eitan Adler Date: Tue, 30 Apr 2013 14:22:55 -0400 Message-ID: Subject: Re: [BRAINSTORM] shebang fixing framework To: Chris Rees Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmGe41sahZXP12Y7m8ihW99tlNqjTWBnZoGU+AnHdkSkLle7+m/2ZZXPtE0MUm2LctZYPlx Cc: ports@freebsd.org, Baptiste Daroussin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 18:23:27 -0000 On 30 April 2013 13:52, Chris Rees wrote: > This proposes running each regex over each file in turn. "or some variant thereof" - if that is really a big deal the regex could be modified to do all of them at once. We could even run the regex on just the first line. -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Tue Apr 30 18:23:54 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 14A3299A for ; Tue, 30 Apr 2013 18:23:54 +0000 (UTC) (envelope-from dim@freebsd.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id CBDA1124F for ; Tue, 30 Apr 2013 18:23:53 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::1113:933:e0bc:5713] (unknown [IPv6:2001:7b8:3a7:0:1113:933:e0bc:5713]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 65FB05C45; Tue, 30 Apr 2013 20:23:52 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: firefox build broken under clang 3.3 From: Dimitry Andric In-Reply-To: <1UXDVA-0001b7-7U@internal.tormail.org> Date: Tue, 30 Apr 2013 20:23:34 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20130419020021.GA16918@test.yahoo.com> <51716917.90101@smeets.im> <517187B9.40106@smeets.im> <1UXDVA-0001b7-7U@internal.tormail.org> To: Jan Beich X-Mailer: Apple Mail (2.1503) Cc: Brandon Gooch , kit , Benjamin Kramer , "freebsd-ports@freebsd.org ports" , =?iso-8859-1?Q?Rafael_Esp=EDndola?= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2013 18:23:54 -0000 On Apr 30, 2013, at 18:34, Jan Beich wrote: ... > The faulting function is lost within crash handler. If you build > firefox with >=20 > # use DEBUG_FLAGS or set STRIP to empty explicitly > CFLAGS +=3D ${DEBUG_FLAGS} > DEBUG_FLAGS +=3D -O0 -g >=20 > jaeger jit crash would look like >=20 > = http://lists.freebsd.org/pipermail/freebsd-current/2013-April/041165.html The firefox crash in that post was with -O2, so it is most likely not = due to the vectorizer then. In any case, I have not been able to reproduce that either. I have = browsed stackoverflow.com for about 5 minutes, clicking a whole bunch of = random articles and links, and no problems whatsoever occurred. That is = with the default www/firefox port, which seems to be the released = Firefox 20.0, at its default settings, on amd64. > It doesn't happen on firefox23 with baseline jit[1] disabled via pref. > A big change like zones (bug 759585) may have refactored code enough > to not hit the clang bug. So, try either clang trunk or >=20 > = http://trillian.chruetertee.ch/freebsd-gecko/changeset/1256/trunk/www/fire= fox/files/patch-clang33 >=20 > The latter pessimizes inlining for clang 3.2 as well. >=20 > [1] baseline crashes in a different way > https://bugzilla.mozilla.org/show_bug.cgi?id=3D860867 I do not like the workaround in that Mozilla bug, since it simply = disables the vectorizer. I can understand that software must always = ship tomorrow, but it would have been nicer to attempt to figure out = what is incorrectly optimized, and why... >> Rebuilding with debugging symbols provides no further insight, as = that >> seems to provide a work-around for whatever the root cause may be >> (i.e. no more segfaults). >=20 > DEBUG enables compile-time diagnostics and strips any -O* from CFLAGS. Indeed. To work around this, use the following diff: Index: Mk/bsd.port.mk =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 --- Mk/bsd.port.mk (revision 316903) +++ Mk/bsd.port.mk (working copy) @@ -1580,7 +1580,7 @@ .if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG) STRIP_CMD=3D ${TRUE} DEBUG_FLAGS?=3D -g -CFLAGS:=3D ${CFLAGS:N-O*:N-fno-strict*} ${DEBUG_FLAGS} +CFLAGS:=3D ${CFLAGS} ${DEBUG_FLAGS} .endif =20 .if defined(NOPORTDOCS) From owner-freebsd-ports@FreeBSD.ORG Wed May 1 02:55:55 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A5F20EE6; Wed, 1 May 2013 02:55:55 +0000 (UTC) (envelope-from rafael.espindola@gmail.com) Received: from mail-vb0-x229.google.com (mail-vb0-x229.google.com [IPv6:2607:f8b0:400c:c02::229]) by mx1.freebsd.org (Postfix) with ESMTP id 55D09135E; Wed, 1 May 2013 02:55:55 +0000 (UTC) Received: by mail-vb0-f41.google.com with SMTP id f13so1001717vbg.28 for ; Tue, 30 Apr 2013 19:55:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=ks5ivBvcyQt7dfKfCibFqpn2T/ajU2kPviRseEBPebY=; b=lVf9sX8XnHJPKFW8PiGJbZx3hyHSyWkyIka9LbPBijIYB2ZXL07hMmRu5XCsAYjNqB eusuM0McYeQWmsKvex6wtrzCGSfA6HrcGF2VT1rY2EnGw48hUgNOw05AWPBjkdXVz/UJ ptMJeDS5OBrTMBWLaXyjgatmeXfyMOpSbImFSJvUpPE8AVVCgdom0sV5+Loo3Xl8p8Nw 7ydL0TbTbCwJ0yw8pzz0gnfCKJGPNcOEFxyYAoij+mmOcsHYUGReh5ilIctNNju7YVkF 4xAHeIoe/N2sEFsYD2//38aV3TPXInd8YT5lDsxRGwxzHJeNlZC0y/mW904UpVL5mZIB S1BQ== MIME-Version: 1.0 X-Received: by 10.220.173.6 with SMTP id n6mr325272vcz.52.1367376954782; Tue, 30 Apr 2013 19:55:54 -0700 (PDT) Received: by 10.52.65.107 with HTTP; Tue, 30 Apr 2013 19:55:54 -0700 (PDT) In-Reply-To: References: <20130419020021.GA16918@test.yahoo.com> <51716917.90101@smeets.im> <517187B9.40106@smeets.im> <1UXDVA-0001b7-7U@internal.tormail.org> Date: Tue, 30 Apr 2013 22:55:54 -0400 Message-ID: Subject: Re: firefox build broken under clang 3.3 From: =?UTF-8?Q?Rafael_Esp=C3=ADndola?= To: Dimitry Andric Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: kit , Ehsan Akhgari , Brandon Gooch , Benjamin Kramer , "freebsd-ports@freebsd.org ports" , Jan Beich X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 02:55:55 -0000 OK, I was able to reproduce this. I am trying to reduce the testcase. On 30 April 2013 14:23, Dimitry Andric wrote: > On Apr 30, 2013, at 18:34, Jan Beich wrote: > ... >> The faulting function is lost within crash handler. If you build >> firefox with >> >> # use DEBUG_FLAGS or set STRIP to empty explicitly >> CFLAGS +=3D ${DEBUG_FLAGS} >> DEBUG_FLAGS +=3D -O0 -g >> >> jaeger jit crash would look like >> >> http://lists.freebsd.org/pipermail/freebsd-current/2013-April/041165.htm= l > > The firefox crash in that post was with -O2, so it is most likely not due= to the vectorizer then. > > In any case, I have not been able to reproduce that either. I have brows= ed stackoverflow.com for about 5 minutes, clicking a whole bunch of random = articles and links, and no problems whatsoever occurred. That is with the = default www/firefox port, which seems to be the released Firefox 20.0, at i= ts default settings, on amd64. > > >> It doesn't happen on firefox23 with baseline jit[1] disabled via pref. >> A big change like zones (bug 759585) may have refactored code enough >> to not hit the clang bug. So, try either clang trunk or >> >> http://trillian.chruetertee.ch/freebsd-gecko/changeset/1256/trunk/www/fi= refox/files/patch-clang33 >> >> The latter pessimizes inlining for clang 3.2 as well. >> >> [1] baseline crashes in a different way >> https://bugzilla.mozilla.org/show_bug.cgi?id=3D860867 > > I do not like the workaround in that Mozilla bug, since it simply disable= s the vectorizer. I can understand that software must always ship tomorrow= , but it would have been nicer to attempt to figure out what is incorrectly= optimized, and why... > > >>> Rebuilding with debugging symbols provides no further insight, as that >>> seems to provide a work-around for whatever the root cause may be >>> (i.e. no more segfaults). >> >> DEBUG enables compile-time diagnostics and strips any -O* from CFLAGS. > > Indeed. To work around this, use the following diff: > > Index: Mk/bsd.port.mk > =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 > --- Mk/bsd.port.mk (revision 316903) > +++ Mk/bsd.port.mk (working copy) > @@ -1580,7 +1580,7 @@ > .if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG) > STRIP_CMD=3D ${TRUE} > DEBUG_FLAGS?=3D -g > -CFLAGS:=3D ${CFLAGS:N-O*:N-fno-strict*} ${DEBUG_FLAGS} > +CFLAGS:=3D ${CFLAGS} ${DEBUG_FLAGS} > .endif > > .if defined(NOPORTDOCS) > From owner-freebsd-ports@FreeBSD.ORG Wed May 1 04:26:22 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 78A2D1FC; Wed, 1 May 2013 04:26:22 +0000 (UTC) (envelope-from rafael.espindola@gmail.com) Received: from mail-ve0-x22c.google.com (mail-ve0-x22c.google.com [IPv6:2607:f8b0:400c:c01::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 28A0317EA; Wed, 1 May 2013 04:26:22 +0000 (UTC) Received: by mail-ve0-f172.google.com with SMTP id db10so996272veb.17 for ; Tue, 30 Apr 2013 21:26:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=Yv+1nwPAUHy9eyES8VM7AjJe1PNQWEU+2GFGqDUJhYs=; b=yT2T98sLFVBiHqg0lKmbArPwO2kWt9JgjCu63mApz30LZelZuMqGx2h0LVQhnLx8tE Tr/dpQGu3eMUQs95eqCfUI/EYXvcBVTbnq0aD0azPegNPjwW+IGzS/WNC5EgV96Ro3tT n/VG4sF2iqoCW+6DZtLw67UFCVa7GXHwAFcGfBHFSizEddokTV6I4uCXM7nceEgn7SZB nwA4HYx/T9kDMY+NrQFdshoP3h9tvnsNWNJqRMAV9tI39YldJdLLrksITM6e6O4ICTk7 RFYm1SkkbF1auWy5gLWs4yoTbWuLUs78ldZT59tMYZmD91V04bxO2STeXMl3GZ2SBnKc URUQ== MIME-Version: 1.0 X-Received: by 10.52.18.173 with SMTP id x13mr330035vdd.121.1367382381664; Tue, 30 Apr 2013 21:26:21 -0700 (PDT) Received: by 10.52.65.107 with HTTP; Tue, 30 Apr 2013 21:26:21 -0700 (PDT) In-Reply-To: References: <20130419020021.GA16918@test.yahoo.com> <51716917.90101@smeets.im> <517187B9.40106@smeets.im> <1UXDVA-0001b7-7U@internal.tormail.org> Date: Wed, 1 May 2013 00:26:21 -0400 Message-ID: Subject: Re: firefox build broken under clang 3.3 From: =?UTF-8?Q?Rafael_Esp=C3=ADndola?= To: Dimitry Andric Content-Type: text/plain; charset=UTF-8 Cc: kit , Ehsan Akhgari , Brandon Gooch , Benjamin Kramer , "freebsd-ports@freebsd.org ports" , Jan Beich X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 04:26:22 -0000 This is now http://llvm.org/bugs/show_bug.cgi?id=15882 Someone familiar with the baseline compiler might be able to spot what is wrong with the optimization. Cheers, Rafael From owner-freebsd-ports@FreeBSD.ORG Wed May 1 09:44:47 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 50C82A84 for ; Wed, 1 May 2013 09:44:47 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by mx1.freebsd.org (Postfix) with ESMTP id DEEB41485 for ; Wed, 1 May 2013 09:44:46 +0000 (UTC) Received: from localhost (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by acme.spoerlein.net (8.14.7/8.14.6) with ESMTP id r419iiAe003678 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 May 2013 11:44:44 +0200 (CEST) (envelope-from uqs@FreeBSD.org) Date: Wed, 1 May 2013 11:44:44 +0200 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: Koichiro IWAO Subject: Re: ports repository exporting to github? Message-ID: <20130501094339.GA2170@acme.spoerlein.net> Mail-Followup-To: Koichiro IWAO , freebsd-ports@freebsd.org References: <74bd33eafc69fec4368d8a173e84c7ff@vmeta.jp> <158d86ab60716a3839cf4934af2290f9@vmeta.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <158d86ab60716a3839cf4934af2290f9@vmeta.jp> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 09:44:47 -0000 Sorry for the delayed response, feel free to contact me directly whenever this happens, I'm slow to read all the mailinglists. For the record, there was a problem with the jail that this converter runs in, then we decided to move it to a newer machine altogether and that resulted in a couple more problems. If someone wants to setup blackbox monitoring for github "staleness", please get in contact with me, thanks! Uli On Wed, 2013-04-24 at 12:30:05 +0900, Koichiro IWAO wrote: > Anyway, github repository is up to date again now. Thanks! > > 2013-04-23 10:49 に Koichiro IWAO さんは書きました: > > official mirrors for ports repository on github hasn't been updated > > for a few days. > > Does FreeBSD project quit to provide mirrors on github? or suspended > > temporarily? > > -- > `whois vmeta.jp | nkf -w` > meta > _______________________________________________ > 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 Wed May 1 12:30:30 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 33A41A5B for ; Wed, 1 May 2013 12:30:30 +0000 (UTC) (envelope-from jake@xz.cx) Received: from m.xz.cx (mail.mebsd.com [IPv6:2001:4d48:1337:5afe::2]) by mx1.freebsd.org (Postfix) with ESMTP id F17E21BF2 for ; Wed, 1 May 2013 12:30:29 +0000 (UTC) Received: by m.xz.cx (Postfix, from userid 65534) id 336EBF64E; Wed, 1 May 2013 12:29:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on m.xz.cx X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Received: from m.xz.cx (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jake) by m.xz.cx (Postfix) with ESMTPSA id B3EF6F646 for ; Wed, 1 May 2013 12:29:12 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 01 May 2013 13:29:12 +0100 From: Jake Smith To: Subject: Correct way to install preprocessed man pages Message-ID: <703c644821753b62e163bba70643a2d9@m.xz.cx> X-Sender: jake@xz.cx User-Agent: Roundcube Webmail/0.8.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 12:30:30 -0000 Hi all, I am putting a new port together, but the source for the man pages is not provided in the source tar for the package (and I can't find a public repo). Instead only the "preprocessed" version is included. What is the correct way to install these man pages? Using INSTALL_MAN to drop them in man/manX obviously causes formatting oddities, so should they go in man/catX? I can see some other ports do this, but it seems a bit hacky as the MAN[1-9] variables cannot be used and the man pages will have to be listed in pkg_plist. Any advice on this would be greatly appreciated! Jake From owner-freebsd-ports@FreeBSD.ORG Wed May 1 12:52:02 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 71F00FCF for ; Wed, 1 May 2013 12:52:02 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 5F0E71D2B for ; Wed, 1 May 2013 12:52:02 +0000 (UTC) Received: from [10.0.10.1] ([173.88.202.176]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 1 May 2013 05:52:02 -0700 Message-ID: <51810FE9.3070607@a1poweruser.com> Date: Wed, 01 May 2013 08:51:53 -0400 From: Joe User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Jake Smith Subject: Re: Correct way to install preprocessed man pages References: <703c644821753b62e163bba70643a2d9@m.xz.cx> In-Reply-To: <703c644821753b62e163bba70643a2d9@m.xz.cx> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 May 2013 12:52:03.0033 (UTC) FILETIME=[AD6BE490:01CE466A] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 12:52:02 -0000 Jake Smith wrote: > Hi all, > > I am putting a new port together, but the source for the man pages is > not provided in the source tar for the package (and I can't find a > public repo). Instead only the "preprocessed" version is included. > > What is the correct way to install these man pages? Using INSTALL_MAN to > drop them in man/manX obviously causes formatting oddities, so should > they go in man/catX? I can see some other ports do this, but it seems a > bit hacky as the MAN[1-9] variables cannot be used and the man pages > will have to be listed in pkg_plist. > > Any advice on this would be greatly appreciated! > > Jake > Open a project at www.sourceforge.net Put your port source plus the man page source IE: name.8 into a directory and tar it up. Add that tar file to your sourceforge projects files. It well become the source your port Makefile downloads and the Makefile INSTALL_MAN routine will then have stuff to work on. Good luck and welcome to the Freebsd ports system. From owner-freebsd-ports@FreeBSD.ORG Wed May 1 13:00:41 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0D85B369 for ; Wed, 1 May 2013 13:00:41 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.server1.bsdforen.de (bsdforen.de [82.193.243.81]) by mx1.freebsd.org (Postfix) with ESMTP id C77C71D95 for ; Wed, 1 May 2013 13:00:40 +0000 (UTC) Received: from mobileKamikaze.norad (HSI-KBW-134-3-231-194.hsi14.kabel-badenwuerttemberg.de [134.3.231.194]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.server1.bsdforen.de (Postfix) with ESMTPSA id D91A286217; Wed, 1 May 2013 15:00:32 +0200 (CEST) Message-ID: <518111EF.80509@bsdforen.de> Date: Wed, 01 May 2013 15:00:31 +0200 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130407 Thunderbird/17.0.5 MIME-Version: 1.0 To: Jake Smith Subject: Re: Correct way to install preprocessed man pages References: <703c644821753b62e163bba70643a2d9@m.xz.cx> In-Reply-To: <703c644821753b62e163bba70643a2d9@m.xz.cx> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ascii Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 13:00:41 -0000 On 01/05/2013 14:29, Jake Smith wrote: > I am putting a new port together, but the source for the man pages is not provided in the source tar for the package (and I can't find a public repo). Instead only the "preprocessed" version is included. Do you mean it's already compressed or it's already formatted? That would be odd, because I think that should tie in with TERM and PAGER. So it must be considered broken by design. Regards -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? From owner-freebsd-ports@FreeBSD.ORG Wed May 1 13:08:57 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 55B914EB; Wed, 1 May 2013 13:08:57 +0000 (UTC) (envelope-from qat@redports.org) Received: from qat.redports.org (qat.redports.org [96.47.72.233]) by mx1.freebsd.org (Postfix) with ESMTP id 2C8511DFA; Wed, 1 May 2013 13:08:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=PXWOC03iFP4kcKrNPKEKqg1UIXQWSQ5XxOMi6JGQdNI=; b=nXXVD+pvupExKQdKPMG2rpe0YF2htUuyl9ViqItnwNTPrIO6eP8vnwCDLeYTlhULAhjG/wT/sCzJrZU72/fp3AY1z0sLhZtTKMrwNpe/GtgnNvctwc6RKAL2nKMLIcwazER3efKtbzvsuuZ8iwQyg0Rb8ibLRtM1xBXxDNYNRJI=; Received: from www by qat.redports.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UXWmG-0001Lt-Aa; Wed, 01 May 2013 13:08:56 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 0.12.5 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 0.12.5, by Edgewall Software To: skreuzer@FreeBSD.org X-Trac-Project: redports Date: Wed, 01 May 2013 13:08:56 -0000 X-URL: https://qat.redports.org/ Subject: [QAT] r317017: 4x leftovers To: skreuzer@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20130501125000-3820 X-Trac-Build-ID: 20130501125000-3820 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Reply-To: qat@redports.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 13:08:57 -0000 Collection of utilities for working with Excel files. Since these utilities may require either or both of the xlrd and xlwt packages, they are collected together here, separate from either package. WWW: http://www.python-excel.org/ --------------------------------------------------------------------- Build ID: 20130501125000-3820 Job owner: skreuzer@FreeBSD.org Buildtime: 19 minutes Enddate: Wed, 01 May 2013 13:08:52 GMT Revision: r317017 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=317017 --------------------------------------------------------------------- Port: textproc/py-xlutils 1.6.0 Buildgroup: 9.1-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~skreuzer@FreeBSD.org/20130501125000-3820-132668/py27-xlutils-1.6.0.log Buildgroup: 9.1-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~skreuzer@FreeBSD.org/20130501125000-3820-132669/py27-xlutils-1.6.0.log Buildgroup: 8.3-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~skreuzer@FreeBSD.org/20130501125000-3820-132670/py27-xlutils-1.6.0.log Buildgroup: 8.3-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~skreuzer@FreeBSD.org/20130501125000-3820-132671/py27-xlutils-1.6.0.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Wed May 1 13:10:33 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 879015A8 for ; Wed, 1 May 2013 13:10:33 +0000 (UTC) (envelope-from jake@xz.cx) Received: from m.xz.cx (mail.mebsd.com [IPv6:2001:4d48:1337:5afe::2]) by mx1.freebsd.org (Postfix) with ESMTP id 51E2E1E10 for ; Wed, 1 May 2013 13:10:33 +0000 (UTC) Received: by m.xz.cx (Postfix, from userid 65534) id 6960DF9DB; Wed, 1 May 2013 13:09:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on m.xz.cx X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Received: from m.xz.cx (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jake) by m.xz.cx (Postfix) with ESMTPSA id 11B2FF9D7 for ; Wed, 1 May 2013 13:09:11 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 01 May 2013 14:09:11 +0100 From: Jake Smith To: Subject: Re: Correct way to install preprocessed man pages Message-ID: <3f66288e5fefbda17601f3ada8823a16@m.xz.cx> X-Sender: jake@xz.cx User-Agent: Roundcube Webmail/0.8.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 13:10:33 -0000 On 2013-05-01 14:00, Dominic Fandrey wrote: > On 01/05/2013 14:29, Jake Smith wrote: >> I am putting a new port together, but the source for the man pages >> is not provided in the source tar for the package (and I can't find a >> public repo). Instead only the "preprocessed" version is included. > > Do you mean it's already compressed or it's already formatted? That > would be odd, because I think that should tie in with TERM and PAGER. > So it must be considered broken by design. > > Regards It's already formatted, sorry I realise the term "preprocessed" doesn't really mean anything. If you cat the man page file it looks like a correctly formatted man page should. I don't have access to the original man page source. Thanks, Jake From owner-freebsd-ports@FreeBSD.ORG Wed May 1 13:11:17 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 70D4B650 for ; Wed, 1 May 2013 13:11:17 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.server1.bsdforen.de (bsdforen.de [82.193.243.81]) by mx1.freebsd.org (Postfix) with ESMTP id 376401E21 for ; Wed, 1 May 2013 13:11:16 +0000 (UTC) Received: from mobileKamikaze.norad (HSI-KBW-134-3-231-194.hsi14.kabel-badenwuerttemberg.de [134.3.231.194]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.server1.bsdforen.de (Postfix) with ESMTPSA id BCBD886218 for ; Wed, 1 May 2013 15:11:15 +0200 (CEST) Message-ID: <51811473.6050201@bsdforen.de> Date: Wed, 01 May 2013 15:11:15 +0200 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130407 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: [CFT] sysutils/automounter 1.4.5 X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 13:11:17 -0000 I have run into a devd race with automounter on recent stable/9. Changed devd behaviour causes fork bomb like behaviour under certain conditions. If you are willing to help, please download: https://sourceforge.net/p/bsdadminscripts/automounter/ci/tip/tarball And run the following commands as a super user: tar -xf bsdadminscripts-automounter-tip.zip cd bsdadminscripts-automounter-tip/src/ ./install.sh service devd restart Due to the severity of the situation the scheduled release date is the 3rd May, the day after tomorrow. Regards -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? From owner-freebsd-ports@FreeBSD.ORG Wed May 1 13:16:02 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7CE9277B for ; Wed, 1 May 2013 13:16:02 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 467BF1E69 for ; Wed, 1 May 2013 13:16:02 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r41DFtkX045816 for ; Wed, 1 May 2013 09:15:55 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r41DFtug045758; Wed, 1 May 2013 09:15:55 -0400 (EDT) (envelope-from portscout) Message-Id: <201305011315.r41DFtug045758@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Wed, 1 May 2013 09:15:55 -0400 From: portscout@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.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 13:16:02 -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/pmd | 3.7 | 5.0.4 ------------------------------------------------+-----------------+------------ 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 If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ports@FreeBSD.ORG Wed May 1 13:49:51 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E1F3BBD5 for ; Wed, 1 May 2013 13:49:51 +0000 (UTC) (envelope-from jake@xz.cx) Received: from m.xz.cx (mail.mebsd.com [IPv6:2001:4d48:1337:5afe::2]) by mx1.freebsd.org (Postfix) with ESMTP id AA3A11F78 for ; Wed, 1 May 2013 13:49:51 +0000 (UTC) Received: by m.xz.cx (Postfix, from userid 65534) id AD4A8FCE4; Wed, 1 May 2013 13:48:35 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on m.xz.cx X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Received: from m.xz.cx (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jake) by m.xz.cx (Postfix) with ESMTPSA id E656FFCE0 for ; Wed, 1 May 2013 13:48:33 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 01 May 2013 14:48:33 +0100 From: Jake Smith To: Subject: Re: Correct way to install preprocessed man pages In-Reply-To: <3f66288e5fefbda17601f3ada8823a16@m.xz.cx> References: <3f66288e5fefbda17601f3ada8823a16@m.xz.cx> Message-ID: <66ed19ef48919fb94a250f9aa463a76a@m.xz.cx> X-Sender: jake@xz.cx User-Agent: Roundcube Webmail/0.8.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 13:49:51 -0000 On 2013-05-01 14:09, Jake Smith wrote: > On 2013-05-01 14:00, Dominic Fandrey wrote: >> On 01/05/2013 14:29, Jake Smith wrote: >>> I am putting a new port together, but the source for the man pages >>> is not provided in the source tar for the package (and I can't find a >>> public repo). Instead only the "preprocessed" version is included. >> >> Do you mean it's already compressed or it's already formatted? That >> would be odd, because I think that should tie in with TERM and >> PAGER. >> So it must be considered broken by design. >> >> Regards > > It's already formatted, sorry I realise the term "preprocessed" > doesn't really mean anything. If you cat the man page file it looks > like a correctly formatted man page should. I don't have access to > the > original man page source. > > Thanks, > Jake > _______________________________________________ > 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" Just a bit more information to help explain what I'm on about. The port is for MySQL ZRM, the source can be downloaded from http://www.zmanda.com/downloads/community/ZRM-MySQL/2.2/Source/MySQL-zrm-2.2.0.tar.gz and an example of the kind of man page I am talking about in the tar is './MySQL-zrm-2.2.0/usr/share/man/man1/mysql-zrm.1'. Thanks for your time! Jake From owner-freebsd-ports@FreeBSD.ORG Wed May 1 14:23:57 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 830F54B0 for ; Wed, 1 May 2013 14:23:57 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) by mx1.freebsd.org (Postfix) with ESMTP id 2550611C9 for ; Wed, 1 May 2013 14:23:56 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.1]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0LfUkZ-1UDbKB1BAf-00p51i for ; Wed, 01 May 2013 16:23:50 +0200 Received: (qmail invoked by alias); 01 May 2013 14:23:50 -0000 Received: from p578be941.dip0.t-ipconnect.de (EHLO [192.168.0.100]) [87.139.233.65] by mail.gmx.net (mp001) with SMTP; 01 May 2013 16:23:50 +0200 X-Authenticated: #1956535 X-Provags-ID: V01U2FsdGVkX190JbxKTUx0acG+/n0GeEKgYzCJhnQztry/yoI0Jq WifVwfFkEckZHb Message-ID: <51812579.4010507@gmx.de> Date: Wed, 01 May 2013 16:23:53 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Jake Smith Subject: Re: Correct way to install preprocessed man pages References: <3f66288e5fefbda17601f3ada8823a16@m.xz.cx> <66ed19ef48919fb94a250f9aa463a76a@m.xz.cx> In-Reply-To: <66ed19ef48919fb94a250f9aa463a76a@m.xz.cx> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 14:23:57 -0000 On 2013-05-01 15:48, Jake Smith wrote: > On 2013-05-01 14:09, Jake Smith wrote: >> On 2013-05-01 14:00, Dominic Fandrey wrote: >>> On 01/05/2013 14:29, Jake Smith wrote: >>>> I am putting a new port together, but the source for the man pages is not provided in the source tar for the package (and I can't find a public repo). Instead only the "preprocessed" version is included. >>> >>> Do you mean it's already compressed or it's already formatted? That >>> would be odd, because I think that should tie in with TERM and PAGER. >>> So it must be considered broken by design. >>> >>> Regards >> >> It's already formatted, sorry I realise the term "preprocessed" >> doesn't really mean anything. If you cat the man page file it looks >> like a correctly formatted man page should. I don't have access to the >> original man page source. >> >> Thanks, >> Jake >> _______________________________________________ >> 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" > > > Just a bit more information to help explain what I'm on about. > > The port is for MySQL ZRM, the source can be downloaded from http://www.zmanda.com/downloads/community/ZRM-MySQL/2.2/Source/MySQL-zrm-2.2.0.tar.gz and an example of the kind of man page I am talking about in the tar is './MySQL-zrm-2.2.0/usr/share/man/man1/mysql-zrm.1'. > > Thanks for your time! > Jake Hm, the files are catman(1) pages not man(1) pages. I suspect the only way is to ask upstream to provide the man pages. From owner-freebsd-ports@FreeBSD.ORG Wed May 1 19:18:49 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F373DB81 for ; Wed, 1 May 2013 19:18:48 +0000 (UTC) (envelope-from freebsd@heesakkers.info) Received: from server4.ohos.nl (server4.ohos.nl [IPv6:2a00:d880:0:6::c951:214d]) by mx1.freebsd.org (Postfix) with ESMTP id BFEB9102B for ; Wed, 1 May 2013 19:18:48 +0000 (UTC) Received: from [2001:470:1f15:1555::2] (helo=pcoliver.heesakkers.info) by server4.ohos.nl with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1UXcY2-0006FS-Vk for freebsd-ports@freebsd.org; Wed, 01 May 2013 21:18:45 +0200 From: Oliver Heesakkers To: freebsd-ports@freebsd.org Subject: Re: [BRAINSTORM] shebang fixing framework Date: Wed, 01 May 2013 21:18:36 +0200 Message-ID: <1786370.b1sXK5t6Pv@pcoliver.heesakkers.info> User-Agent: KMail/4.10.1 (FreeBSD/9.1-RELEASE-p1; KDE/4.10.1; amd64; ; ) In-Reply-To: <20130430103821.GJ3577@ithaqua.etoilebsd.net> References: <20130430103821.GJ3577@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 19:18:49 -0000 Op di 30 apr 2013 12:38:21 schreef Baptiste Daroussin: > Hi all, > > For a while now: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/51152 we > are looking for a framework/helpers to help patching scripts shebang so > that they fit where the interpreters is on FreeBSD. > (...) In there you wrote a patch using /usr/bin/env. Why not stick with that? I'm quite fond of this technique as it's clean and portable. Portability might not be that important when working on a fix for ports alone, but still makes sense to me. From owner-freebsd-ports@FreeBSD.ORG Wed May 1 19:21:57 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 584F3C3E for ; Wed, 1 May 2013 19:21:57 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x22b.google.com (mail-ie0-x22b.google.com [IPv6:2607:f8b0:4001:c03::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 2DC37104A for ; Wed, 1 May 2013 19:21:57 +0000 (UTC) Received: by mail-ie0-f171.google.com with SMTP id e11so2311402iej.16 for ; Wed, 01 May 2013 12:21:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=Yqj5oyCbcjftuuHTaRSMVRoyZaxBtsr3wLYCf+b/eUg=; b=KNROY8cAUQ3uV6ZKf4DaZTM78GVsq9+9QHZYIpPiNwnA2qm8kZ+giTLbEBLqWbMwoS ym1g6zXcKvm8HQh2ywZcS82ST3O+oZ0L3mCZar6SSBEB3fJGPdJsMOzBu5H4Wk9EivdM M1mnpxk9piWb5g7IHWPlzriJoJ1Xq7GQXd3OuYWBjTJLWUEG6RbjSk3JjCX+fkRNN6dT jD9G6KfW26ps8oo4JHoivTatskc9uKr0uZKF77+g9d++jT5/MQFbADhZ5+Hl/B6leJ63 /keqwSq/eSfT9ImJCnpz+MaR5QoBP+w5z8M3JwgYLjOrDLeQW0F4JkLajnNJghJJA5NV OLoQ== MIME-Version: 1.0 X-Received: by 10.50.42.165 with SMTP id p5mr13892205igl.75.1367436116952; Wed, 01 May 2013 12:21:56 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Wed, 1 May 2013 12:21:56 -0700 (PDT) Received: by 10.64.58.52 with HTTP; Wed, 1 May 2013 12:21:56 -0700 (PDT) In-Reply-To: <1786370.b1sXK5t6Pv@pcoliver.heesakkers.info> References: <20130430103821.GJ3577@ithaqua.etoilebsd.net> <1786370.b1sXK5t6Pv@pcoliver.heesakkers.info> Date: Wed, 1 May 2013 20:21:56 +0100 Message-ID: Subject: Re: [BRAINSTORM] shebang fixing framework From: Chris Rees To: Oliver Heesakkers Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 19:21:57 -0000 On 1 May 2013 20:18, "Oliver Heesakkers" wrote: > > Op di 30 apr 2013 12:38:21 schreef Baptiste Daroussin: > > Hi all, > > > > For a while now: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/51152we > > are looking for a framework/helpers to help patching scripts shebang so > > that they fit where the interpreters is on FreeBSD. > > > (...) > > In there you wrote a patch using /usr/bin/env. Why not stick with that? I'm > quite fond of this technique as it's clean and portable. > > Portability might not be that important when working on a fix for ports alone, > but still makes sense to me. On the contrary, it teaches good habits to people. Writing portable code also means it's less likely to break. Chris From owner-freebsd-ports@FreeBSD.ORG Wed May 1 20:09:53 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 83AF69B8 for ; Wed, 1 May 2013 20:09:53 +0000 (UTC) (envelope-from jake@xz.cx) Received: from m.xz.cx (mail.mebsd.com [IPv6:2001:4d48:1337:5afe::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4CC341181 for ; Wed, 1 May 2013 20:09:53 +0000 (UTC) Received: from [81.31.102.13] (unknown [81.31.102.13]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jake) by m.xz.cx (Postfix) with ESMTPSA id C489FC40A for ; Wed, 1 May 2013 20:08:36 +0000 (UTC) Message-ID: <5181768E.7040300@xz.cx> Date: Wed, 01 May 2013 21:09:50 +0100 From: Jake Smith User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130404 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Correct way to install preprocessed man pages References: <3f66288e5fefbda17601f3ada8823a16@m.xz.cx> <66ed19ef48919fb94a250f9aa463a76a@m.xz.cx> <51812579.4010507@gmx.de> In-Reply-To: <51812579.4010507@gmx.de> 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.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 20:09:53 -0000 On 01/05/13 15:23, olli hauer wrote: > On 2013-05-01 15:48, Jake Smith wrote: >> On 2013-05-01 14:09, Jake Smith wrote: >>> On 2013-05-01 14:00, Dominic Fandrey wrote: >>>> On 01/05/2013 14:29, Jake Smith wrote: >>>>> I am putting a new port together, but the source for the man pages is not provided in the source tar for the package (and I can't find a public repo). Instead only the "preprocessed" version is included. >>>> >>>> Do you mean it's already compressed or it's already formatted? That >>>> would be odd, because I think that should tie in with TERM and PAGER. >>>> So it must be considered broken by design. >>>> >>>> Regards >>> >>> It's already formatted, sorry I realise the term "preprocessed" >>> doesn't really mean anything. If you cat the man page file it looks >>> like a correctly formatted man page should. I don't have access to the >>> original man page source. >>> >>> Thanks, >>> Jake >>> _______________________________________________ >>> 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" >> >> >> Just a bit more information to help explain what I'm on about. >> >> The port is for MySQL ZRM, the source can be downloaded from http://www.zmanda.com/downloads/community/ZRM-MySQL/2.2/Source/MySQL-zrm-2.2.0.tar.gz and an example of the kind of man page I am talking about in the tar is './MySQL-zrm-2.2.0/usr/share/man/man1/mysql-zrm.1'. >> >> Thanks for your time! >> Jake > > Hm, the files are catman(1) pages not man(1) pages. > I suspect the only way is to ask upstream to provide the man pages. > > _______________________________________________ > 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" > I did a quick google and looks like the maintainer of the OpenBSD port has requested the man page source from upstream back in 2010, but with no response, https://forums.zmanda.com/showthread.php?2816-Mysql-zrm-man-pages I can request it again, but seeing that post makes me a little sceptical. Looking at the OpenBSD port, it seems he is just putting the formatted catman(1) man pages directly into man/catX. Going forward with this port, is it at all acceptable to use the catman(1) man pages as mentioned above? Does any one know if there is a way to convert a catman(1) page to man(1)? Basically the opposite of ``nroff -man'' Many Thanks! Jake From owner-freebsd-ports@FreeBSD.ORG Wed May 1 21:19:18 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2026DA39; Wed, 1 May 2013 21:19:18 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id D6B411371; Wed, 1 May 2013 21:19:17 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 22CFA1E007A1; Wed, 1 May 2013 23:19:10 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.5/8.14.4) with ESMTP id r41LHEWL053644; Wed, 1 May 2013 23:17:14 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.5/8.14.3/Submit) id r41LHELf053643; Wed, 1 May 2013 23:17:14 +0200 (CEST) (envelope-from nox) Date: Wed, 1 May 2013 23:17:14 +0200 (CEST) From: Juergen Lock Message-Id: <201305012117.r41LHELf053643@triton8.kn-bremen.de> To: lev@FreeBSD.org Subject: CFT: jsdr 4.1 port (was: Re: FreeBSD can now receive DAB(+) ...) X-Newsgroups: local.list.freebsd.multimedia In-Reply-To: <1272550530.20130429005304@serebryakov.spb.ru> References: <20130428185831.GA86865@triton8.kn-bremen.de> <436868773.20130429005041@serebryakov.spb.ru> Organization: Cc: freebsd-multimedia@FreeBSD.org, Juergen Lock , freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 21:19:18 -0000 In article <1272550530.20130429005304@serebryakov.spb.ru> you write: >Hello, Lev. >You wrote 29 April 2013, 0:50:41: > >LS> Cool! And what about support for DVB-T sticks with Realtek chipset, >LS> which could be used as wideband SDR? > Ok, I need to sleep more, sorry! :) > Now I see `comms/rtl-sdr' :) > Yeah and apart from the upcoming gnuradio-related ports that Diane mentioned I now also tried porting the original sdr-j sources that provide AM and a few other SDR modes: http://people.freebsd.org/~nox/tmp/jsdr.shar The fmreceiver in that package (I named it bin/fmreceiver-${PORTVERSION} i.e. fmreceiver-4.1 so as not to conflict with the one installed by the dabstick-radio port) doesn't seem to work for me in FM mode tho, only AM and the audio test mode make noise here. I've emailed the author but not heard back yet. Interstingly, the mini-receiver otoh does play audio... Homepage is the same: http://www.sdr-j.tk/ Happy testing! :) Juergen From owner-freebsd-ports@FreeBSD.ORG Wed May 1 23:18:26 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 32F9141E; Wed, 1 May 2013 23:18:26 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id E90471889; Wed, 1 May 2013 23:18:25 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.80.1) with esmtp (envelope-from ) id <1UXgHy-001e2O-PD>; Thu, 02 May 2013 01:18:18 +0200 Received: from g225184192.adsl.alicedsl.de ([92.225.184.192] helo=[192.168.0.128]) by inpost2.zedat.fu-berlin.de (Exim 4.80.1) with esmtpsa (envelope-from ) id <1UXgHy-000TkS-KV>; Thu, 02 May 2013 01:18:18 +0200 Subject: Re: ports/178220: print/a2ps: ===> Applying FreeBSD patches for a2ps-4.13b_5 2 out of 2 hunks failed--saving rejects to Makefile.in.rej From: "O. Hartmann" To: dinoex@FreeBSD.org In-Reply-To: <201305010848.r418mUf2075573@freefall.freebsd.org> References: <201305010848.r418mUf2075573@freefall.freebsd.org> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-6qm/eZpt5RscFMH1WHqE" Date: Thu, 02 May 2013 01:18:18 +0200 Message-ID: <1367450298.1579.134.camel@thor.walstatt.dyndns.org> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port X-Originating-IP: 92.225.184.192 Cc: FreeBSD ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2013 23:18:26 -0000 --=-6qm/eZpt5RscFMH1WHqE Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable On Wed, 2013-05-01 at 10:48 +0200, dinoex@FreeBSD.org wrote: > Synopsis: print/a2ps: =3D=3D=3D> Applying FreeBSD patches for a2ps-4.13b= _5 2 out of 2 hunks failed--saving rejects to Makefile.in.rej >=20 > State-Changed-From-To: open->feedback > State-Changed-By: dinoex > State-Changed-When: Wed May 1 10:46:59 CEST 2013 > State-Changed-Why:=20 >=20 >=20 > I can not reproduce your error. >=20 > builds fine on 8.3 and 9.1. >=20 > I have no CURRENT to test on. > Your ports tree might be inconsitent. >=20 >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D178220 The problem is obviously triggered in FreeBSD 10.-CURRENT by using=20 WITH_BSD_PATCH=3D YES in /etc/src.conf. It doesn't matter whether the system gets compiled with vanilla optimization (-O2) or -O3 -march=3Dnative (latter is that what I use). Either this is a general bug in the BSD patch replacement or there is an issue with CLANG 3.3. By disabling WITH_BSD_PATCH in /etc/src.conf (commented out) and having world and kernel compiled with optimization -O3 -march=3Dnative the port in question installs. This problem needs further investigation, I think. Regards, Oliver --=-6qm/eZpt5RscFMH1WHqE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAABAgAGBQJRgaK6AAoJEOgBcD7A/5N8U8sIANQElihGR841C/DCIQ0bp15j +Ij5YTH/MPx9sqHwIJJ0G8aK+6dtaBFHNMwJx61M46LZNd+JQcMPUY8jk0ZdlnrC 5Bf8u5Ftbb8461Xn1rlQkdLkmUPWGC1qZEw2PRbOS4DqJRZs0bjI9MbVrXazHW+f JuajfaYoTT+Yt8YLeCXrMuHIyIl3TA7g9uuX359/tJvtSyan6DfIkQR7+hI6D1/u YAIvtjFISUhuDNP2AmcmlzBs+HT/U8H4S3UFvgpg4cPvteoFnqWxcW93h5QrO+Nn bO/A6Tqja5VSBN8CeXD7wZRy9g0h1DeppitRu25n2I2bHSSh5+NIfVW1yOwPEXw= =fbX7 -----END PGP SIGNATURE----- --=-6qm/eZpt5RscFMH1WHqE-- From owner-freebsd-ports@FreeBSD.ORG Thu May 2 06:55:50 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 98B39E7E for ; Thu, 2 May 2013 06:55:50 +0000 (UTC) (envelope-from mary.anderson@promoroundup.com) Received: from ftp.promoroundup.com (ftp.promoroundup.com [192.36.89.81]) by mx1.freebsd.org (Postfix) with ESMTP id 5B9AE17E0 for ; Thu, 2 May 2013 06:55:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=dkim; d=promoroundup.com; h=To:From:Reply-to:Subject:Date:Message-ID:List-Unsubscribe:MIME-Version:Content-Type:Content-Transfer-Encoding; i=mary.anderson@promoroundup.com; bh=vUicf9DpHuDb7nRy/MShIJ/F6tI=; b=Nr+mNLRTIhGyvA8ugCyhi6F954qt/JELT0KS98TjfwhLz7L5yB02JqcojXXtO5sAIWAnGKwCYVcf XJNVQ+xMBjPkuuAhvfoahhoJE/QrajxV5vAWcgLlIzTN+77xhBFmuNGD9hjLP7pFUozn+J1/Zbmh BMdqQu9fnCgnpM0E940= DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=dkim; d=promoroundup.com; b=N9/tmNtzJHWMJFmb2gKqLZemWnXyqghNkqHDm8WnbncQCzJA1B211JPnEgzmnvb86XhcsYo2nrc0 kcXid/MZs0PAeaQxPUyLLyPrDGCjNcDIut+oPkpMxXeXG2EEYDUobpX9LxnoxGfiYN7Scw/zGC4M vOEeNpD7+ye45XP8JHI=; To: "Freebsd Ports" From: "Mary Anderson" Subject: Learn how you can get so much more on the house Date: Thu, 2 May 2013 07:53:23 +0200 Message-ID: X-JID: 411 X-Complaints-To: abuse@promoroundup.com X-CID: 82352140 X-Report-Abuse: abuse@promoroundup.com MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8" Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Mary Anderson List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 06:55:50 -0000 Dear Freebsd Ports, New 3-line video slot Play now! http://promoroundup.com/c/click/893/82352140/411ba.html Get your £/€/$2222 right now! Play our new game - Firestorm7 slot and get your welcome bonus, we give away mystic free bonusses. Our friendly support staff is at your service 24/7. Here's how you can claim your £/€/$2222 • Open an account • Go into the live chat by clicking here and tell the following code: 2222 • Select a game you would like to play from the options available Join now to claim your £/€/$2222 free! http://promoroundup.com/c/click/893/82352140/411ba.html Be quick - This offer is available for a limited time only! Play now! Mary Anderson. To unsubscribe, click here http://promoroundup.com/c/unsub/411/82352140/411ba.html From owner-freebsd-ports@FreeBSD.ORG Thu May 2 07:41:16 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8932A438 for ; Thu, 2 May 2013 07:41:16 +0000 (UTC) (envelope-from zffca2d827serrofq-cbegf=serrofq.bet@bounce.twitter.com) Received: from ham-cannon.twitter.com (ham-cannon.twitter.com [199.59.148.232]) by mx1.freebsd.org (Postfix) with ESMTP id 750AE1C46 for ; Thu, 2 May 2013 07:41:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; d=twitter.com; s=dkim-201303; c=relaxed/relaxed; q=dns/txt; i=@twitter.com; t=1367479264; h=From:Subject:Date:To; bh=T2WZYiS55nCcfzbeL21RPwipe4o=; b=DsXhQMuELbaREJv0/q81Sbca6G5en6Gdw4zSIr7iEz8ky7KV5GTLPYVvqdv0zYQT OwF1L2SxPGSPgtZe33iqXlXbRw+fJ8FBehJb6897XgkhPnGKK2RC+jFON5JNQjDu kUGOFUFhTOp+xFARwPh5Oc5vAJHjO53cYY8nUvpIqSA=; X-MSFBL: ZnJlZWJzZC1wb3J0c0BmcmVlYnNkLm9yZ0BzbWYxLWJlcC0zOC1zcjEtMTYyQEV2 ZXJ5dGhpbmdA Date: Thu, 02 May 2013 07:21:04 +0000 From: "jabbaarbarelly (via Twitter)" To: freebsd-ports@freebsd.org Subject: jabbaarbarelly sent you an invitation MIME-Version: 1.0 Message-Id: <20130502074116.8932A438@hub.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 07:41:16 -0000 jabbaarbarelly sent you an invitation Twitter helps you stay connected with what's happening right now and with the people and organizations you care about. Accept invitation https://twitter.com/i/d876a254-8690-45b1-afc0-0f2c73508ca4 ------------------------ This message was sent by Twitter on behalf of Twitter users who entered your email address to invite you to Twitter. Unsubscribe: https://twitter.com/i/o?t=1&iid=40fd5ced-fd49-41ba-9e2b-6c01b7ee3daa&uid=0&c=ZNV%2BN6G7N7iMuXLtbkGm0%2B1t2k4fsH4UvunGj5JddTI%3D&nid=9+26 Need help? https://support.twitter.com From owner-freebsd-ports@FreeBSD.ORG Thu May 2 13:21:09 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 45FAF430 for ; Thu, 2 May 2013 13:21:09 +0000 (UTC) (envelope-from d.valerevich@gmail.com) Received: from mail-lb0-f170.google.com (mail-lb0-f170.google.com [209.85.217.170]) by mx1.freebsd.org (Postfix) with ESMTP id C4FB61BE0 for ; Thu, 2 May 2013 13:21:08 +0000 (UTC) Received: by mail-lb0-f170.google.com with SMTP id t11so505579lbd.15 for ; Thu, 02 May 2013 06:21:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:x-priority:message-id:x-confirm-reading-to :disposition-notification-to:to:cc:subject:mime-version:content-type :content-transfer-encoding; bh=tFPLqQHMJXE6l+EwZisYJIzX93cY11lreFvURqpvHkk=; b=YoM3eaPzZMxMrvN8sc/eEj7q/CZYzyCAkmpxoz1lo30EkEaApmdgnMIXDEMcOgOr2V sNEeBc+S8cn6DHGE9U8Y0hJnjEf8pX9k86EL0kwQ2madBtHtXEAN3Z2PZcjjPmkPARJV +7TP7QuEIHoUmZ0jnfTmUSmpJUb4mLzRSAIY9Yj0z1sfX2inUWbIpXTUzVj0UEyZMV1S 9UOGWegPHDkw/UD3Scv5FP/kJ1pfmJxYvjVIgEHTAEtdkTB0YW9mV1C5cEhfU1o/XNPE ej9tCufPUKP+Zin4HZQai60kZuuno0+Gj7j9nMKk7vhFelID5rg3rUfuCru7nWYam6LD iiSA== X-Received: by 10.152.2.73 with SMTP id 9mr2489873las.45.1367500867414; Thu, 02 May 2013 06:21:07 -0700 (PDT) Received: from [192.168.10.20] (mail.it-favourite.com. [94.19.87.124]) by mx.google.com with ESMTPSA id s1sm2792617lag.2.2013.05.02.06.21.05 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 02 May 2013 06:21:06 -0700 (PDT) Date: Thu, 2 May 2013 17:21:14 +0400 From: Dmitry X-Priority: 2 (High) Message-ID: <1695538451.20130502172114@gmail.com> To: tmseck@web.de Subject: FreeBSD Port: squid-3.2.3_1 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 13:21:09 -0000 root@mail:/usr/ports/www/squid32 ssh $ uname -a FreeBSD mail.it-favourite.com 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon= Apr 29 18:11:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/u= sr/src/sys/GENERIC i386 root@mail:/usr/ports/www/squid32 ssh $ make install clean =3D=3D=3D> License GPLv2 accepted by the user =3D=3D=3D> Found saved configuration for squid-3.2.11 =3D> squid-3.2.11.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/squ= id3.2. =3D> Attempting to fetch ftp://ftp.squid-cache.org/pub/squid/squid-3.2.11.t= ar.bz2 squid-3.2.11.tar.bz2 100% of 2829 kB 32 kBps 00m= 00s =3D=3D=3D> Fetching all distfiles required by squid-3.2.11 for building =3D=3D=3D> Extracting for squid-3.2.11 =3D> SHA256 Checksum OK for squid3.2/squid-3.2.11.tar.bz2. =3D=3D=3D> squid-3.2.11 depends on file: /usr/local/bin/perl5.12.4 - found =3D=3D=3D> Patching for squid-3.2.11 =3D=3D=3D> squid-3.2.11 depends on file: /usr/local/bin/perl5.12.4 - found =3D=3D=3D> Applying distribution patches for squid-3.2.11 =3D=3D=3D> Applying extra patch /usr/ports/www/squid32/files/extra-patch-s= rc-cf.data.pre.noipv6 Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to src/cf.data.pre.rej *** [do-patch] Error code 1 Stop in /usr/ports/www/squid32. *** [install] Error code 1 Stop in /usr/ports/www/squid32. --=20 =D1 =F3=E2=E0=E6=E5=ED=E8=E5=EC, Dmitry mailto:d.valerevich@gmail.com From owner-freebsd-ports@FreeBSD.ORG Thu May 2 14:22:48 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C059444C for ; Thu, 2 May 2013 14:22:48 +0000 (UTC) (envelope-from lukasz@wasikowski.net) Received: from mail.wasikowski.net (mail.wasikowski.net [IPv6:2001:6a0:1cb::b]) by mx1.freebsd.org (Postfix) with ESMTP id 8269B1FA8 for ; Thu, 2 May 2013 14:22:48 +0000 (UTC) Received: from mail.wasikowski.net (mail.wasikowski.net [IPv6:2001:6a0:1cb::b]) by mail.wasikowski.net (Postfix) with ESMTP id 94AB31C34; Thu, 2 May 2013 16:22:39 +0200 (CEST) X-Virus-Scanned: amavisd-new at wasikowski.net Received: from mail.wasikowski.net ([IPv6:2001:6a0:1cb::b]) by mail.wasikowski.net (scan.wasikowski.net [IPv6:2001:6a0:1cb::b]) (amavisd-new, port 10026) with ESMTP id WAktb2nFAJKL; Thu, 2 May 2013 16:22:39 +0200 (CEST) Received: from [192.168.168.2] (89-66-94-11.dynamic.chello.pl [89.66.94.11]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.wasikowski.net (Postfix) with ESMTPSA id 358DF1C31; Thu, 2 May 2013 16:22:39 +0200 (CEST) Message-ID: <518276B1.80000@wasikowski.net> Date: Thu, 02 May 2013 16:22:41 +0200 From: =?UTF-8?B?xYF1a2FzeiBXxIVzaWtvd3NraQ==?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Oliver Heesakkers Subject: Re: [BRAINSTORM] shebang fixing framework References: <20130430103821.GJ3577@ithaqua.etoilebsd.net> <1786370.b1sXK5t6Pv@pcoliver.heesakkers.info> In-Reply-To: <1786370.b1sXK5t6Pv@pcoliver.heesakkers.info> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 14:22:48 -0000 W dniu 2013-05-01 21:18, Oliver Heesakkers pisze: > Op di 30 apr 2013 12:38:21 schreef Baptiste Daroussin: >> For a while now: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/51152 we >> are looking for a framework/helpers to help patching scripts shebang so >> that they fit where the interpreters is on FreeBSD. >> > (...) > > In there you wrote a patch using /usr/bin/env. Why not stick with that? I'm > quite fond of this technique as it's clean and portable. > > Portability might not be that important when working on a fix for ports alone, > but still makes sense to me. /usr/bin/env is not good in all the situation. Look at www.freebsd.org/cgi/query-pr.cgi?pr=177481 - /usr/bin/env is not working when using 'service' to start daemons. We should change PATH used by 'service' to include /usr/local/bin and /usr/local/sbin or stop using /usr/bin/env to start rc.d scripts. -- best regards, Lukasz Wasikowski From owner-freebsd-ports@FreeBSD.ORG Thu May 2 18:29:10 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1515C84C for ; Thu, 2 May 2013 18:29:10 +0000 (UTC) (envelope-from freebsd@heesakkers.info) Received: from server4.ohos.nl (server4.ohos.nl [IPv6:2a00:d880:0:6::c951:214d]) by mx1.freebsd.org (Postfix) with ESMTP id D236C1F11 for ; Thu, 2 May 2013 18:29:09 +0000 (UTC) Received: from [2001:470:1f15:1555::2] (helo=pcoliver.heesakkers.info) by server4.ohos.nl with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1UXyFd-000Hlm-92; Thu, 02 May 2013 20:29:07 +0200 From: Oliver Heesakkers To: freebsd-ports@freebsd.org Subject: Re: [BRAINSTORM] shebang fixing framework Date: Thu, 02 May 2013 20:29:05 +0200 Message-ID: <3801459.Q9n94ffT6F@pcoliver.heesakkers.info> User-Agent: KMail/4.10.1 (FreeBSD/9.1-RELEASE-p1; KDE/4.10.1; amd64; ; ) In-Reply-To: <518276B1.80000@wasikowski.net> References: <20130430103821.GJ3577@ithaqua.etoilebsd.net> <1786370.b1sXK5t6Pv@pcoliver.heesakkers.info> <518276B1.80000@wasikowski.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Cc: =?utf-8?B?xYF1a2FzeiBXxIVzaWtvd3NraQ==?= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 18:29:10 -0000 Op do 02 mei 2013 16:22:41 schreef =C5=81ukasz W=C4=85sikowski: > W dniu 2013-05-01 21:18, Oliver Heesakkers pisze: > > Op di 30 apr 2013 12:38:21 schreef Baptiste Daroussin: > >> For a while now: http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dport= s/51152 > >> we > >> are looking for a framework/helpers to help patching scripts sheba= ng so > >> that they fit where the interpreters is on FreeBSD. > >=20 > > (...) > >=20 > > In there you wrote a patch using /usr/bin/env. Why not stick with t= hat? > > I'm > > quite fond of this technique as it's clean and portable. > >=20 > > Portability might not be that important when working on a fix for p= orts > > alone, but still makes sense to me. >=20 > /usr/bin/env is not good in all the situation. Look at > www.freebsd.org/cgi/query-pr.cgi?pr=3D177481 - /usr/bin/env is not wo= rking > when using 'service' to start daemons. We should change PATH used by > 'service' to include /usr/local/bin and /usr/local/sbin or stop using= > /usr/bin/env to start rc.d scripts. A question that arises from reading that pr is why service doesn't incl= ude=20 /usr/local/bin and /usr/local/sbin in its PATH, if it does your problem= would=20 probably dissapear. But your problem shouldn't have existed in the first place. I have no /usr/bin/perl symlink, in the pure-ftpd port directory I do: make extract head -n1 work/pure-ftpd-1.0.36/configuration-file/pure-config.pl.in #! @PERL@ After installation the shebang reads: #! /usr/local/bin/perl and I can use service to start or stop the daemon without any hacking. From owner-freebsd-ports@FreeBSD.ORG Thu May 2 19:04:55 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 55542910 for ; Thu, 2 May 2013 19:04:55 +0000 (UTC) (envelope-from tmseck@freebsd.org) Received: from cc-smtpout1.netcologne.de (cc-smtpout1.netcologne.de [IPv6:2001:4dd0:100:1062:25:2:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 158FB1154 for ; Thu, 2 May 2013 19:04:55 +0000 (UTC) Received: from cc-smtpin3.netcologne.de (cc-smtpin3.netcologne.de [89.1.8.203]) by cc-smtpout1.netcologne.de (Postfix) with ESMTP id 26B2F1262C; Thu, 2 May 2013 21:04:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cc-smtpin3.netcologne.de (Postfix) with ESMTP id 1ADCD11DFB; Thu, 2 May 2013 21:04:54 +0200 (CEST) Received: from [89.0.104.152] (helo=cc-smtpin3.netcologne.de) by localhost with ESMTP (eXpurgate 4.0.0) (envelope-from ) id 5182b8d5-588b-7f0000012729-7f0000018027-1 for ; Thu, 02 May 2013 21:04:53 +0200 Received: from wcfields.tmseck.homedns.org (xdsl-89-0-104-152.netcologne.de [89.0.104.152]) by cc-smtpin3.netcologne.de (Postfix) with ESMTPSA; Thu, 2 May 2013 21:04:52 +0200 (CEST) Received: by wcfields.tmseck.homedns.org (Postfix, from userid 1001) id 95E80130CCD; Thu, 2 May 2013 21:04:52 +0200 (CEST) Date: Thu, 2 May 2013 21:04:52 +0200 From: Thomas-Martin Seck To: Dmitry Subject: Re: FreeBSD Port: squid-3.2.3_1 Message-ID: <20130502190452.GB1859@wcfields.tmseck.homedns.org> References: <1695538451.20130502172114@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1695538451.20130502172114@gmail.com> Organization: a private site in Germany X-PGP-KeyID: DF46EE05 X-PGP-Fingerprint: A38F AE66 6B11 6EB9 5D1A B67D 2444 2FE1 DF46 EE05 X-Attribution: tms User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 19:04:55 -0000 * Dmitry (d.valerevich@gmail.com): > root@mail:/usr/ports/www/squid32 ssh $ uname -a > FreeBSD mail.it-favourite.com 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:11:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 > > > > root@mail:/usr/ports/www/squid32 ssh $ make install clean > ===> License GPLv2 accepted by the user > ===> Found saved configuration for squid-3.2.11 > => squid-3.2.11.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/squid3.2. > => Attempting to fetch ftp://ftp.squid-cache.org/pub/squid/squid-3.2.11.tar.bz2 > squid-3.2.11.tar.bz2 100% of 2829 kB 32 kBps 00m00s > ===> Fetching all distfiles required by squid-3.2.11 for building > ===> Extracting for squid-3.2.11 > => SHA256 Checksum OK for squid3.2/squid-3.2.11.tar.bz2. > ===> squid-3.2.11 depends on file: /usr/local/bin/perl5.12.4 - found > ===> Patching for squid-3.2.11 > ===> squid-3.2.11 depends on file: /usr/local/bin/perl5.12.4 - found > ===> Applying distribution patches for squid-3.2.11 > ===> Applying extra patch /usr/ports/www/squid32/files/extra-patch-src-cf.data.pre.noipv6 > Ignoring previously applied (or reversed) patch. > 1 out of 1 hunks ignored--saving rejects to src/cf.data.pre.rej > *** [do-patch] Error code 1 > > Stop in /usr/ports/www/squid32. > *** [install] Error code 1 > > Stop in /usr/ports/www/squid32. Fixed, thanks for the report. Sorry for the breakage! Best, -- Thomas-Martin Seck From owner-freebsd-ports@FreeBSD.ORG Thu May 2 19:52:02 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 804AA574 for ; Thu, 2 May 2013 19:52:02 +0000 (UTC) (envelope-from lukasz@wasikowski.net) Received: from mail.wasikowski.net (mail.wasikowski.net [91.204.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id 3D97612BD for ; Thu, 2 May 2013 19:52:01 +0000 (UTC) Received: from mail.wasikowski.net (mail.wasikowski.net [IPv6:2001:6a0:1cb::b]) by mail.wasikowski.net (Postfix) with ESMTP id 857CD1E0A; Thu, 2 May 2013 21:51:58 +0200 (CEST) X-Virus-Scanned: amavisd-new at wasikowski.net Received: from mail.wasikowski.net ([IPv6:2001:6a0:1cb::b]) by mail.wasikowski.net (scan.wasikowski.net [IPv6:2001:6a0:1cb::b]) (amavisd-new, port 10026) with ESMTP id zq6-Dnw0HAYx; Thu, 2 May 2013 21:51:58 +0200 (CEST) Received: from [192.168.168.2] (89-66-94-11.dynamic.chello.pl [89.66.94.11]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.wasikowski.net (Postfix) with ESMTPSA id 60D5F1E06; Thu, 2 May 2013 21:51:56 +0200 (CEST) Message-ID: <5182C3DE.7040006@wasikowski.net> Date: Thu, 02 May 2013 21:51:58 +0200 From: =?UTF-8?B?xYF1a2FzeiBXxIVzaWtvd3NraQ==?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Oliver Heesakkers Subject: Re: [BRAINSTORM] shebang fixing framework References: <20130430103821.GJ3577@ithaqua.etoilebsd.net> <1786370.b1sXK5t6Pv@pcoliver.heesakkers.info> <518276B1.80000@wasikowski.net> <3801459.Q9n94ffT6F@pcoliver.heesakkers.info> In-Reply-To: <3801459.Q9n94ffT6F@pcoliver.heesakkers.info> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 19:52:02 -0000 W dniu 2013-05-02 20:29, Oliver Heesakkers pisze: > Op do 02 mei 2013 16:22:41 schreef Łukasz Wąsikowski: >> /usr/bin/env is not good in all the situation. Look at >> www.freebsd.org/cgi/query-pr.cgi?pr=177481 - /usr/bin/env is not working >> when using 'service' to start daemons. We should change PATH used by >> 'service' to include /usr/local/bin and /usr/local/sbin or stop using >> /usr/bin/env to start rc.d scripts. > > > A question that arises from reading that pr is why service doesn't include > /usr/local/bin and /usr/local/sbin in its PATH, if it does your problem would > probably dissapear. That would probably be the best fix. > I have no /usr/bin/perl symlink, in the pure-ftpd port directory I do: > > make extract > head -n1 work/pure-ftpd-1.0.36/configuration-file/pure-config.pl.in > #! @PERL@ > > > After installation the shebang reads: > #! /usr/local/bin/perl > > and I can use service to start or stop the daemon without any hacking. That is interesting. service(8) clearly states that PATH is set to /sbin:/bin:/usr/sbin:/usr/bin, so perl interpreter in /usr/local/bin should not work (like it doesn't in my case). -- best regards, Lukasz Wasikowski From owner-freebsd-ports@FreeBSD.ORG Thu May 2 20:00:19 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B69DF7A3 for ; Thu, 2 May 2013 20:00:19 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-ve0-x236.google.com (mail-ve0-x236.google.com [IPv6:2607:f8b0:400c:c01::236]) by mx1.freebsd.org (Postfix) with ESMTP id 7B5821306 for ; Thu, 2 May 2013 20:00:19 +0000 (UTC) Received: by mail-ve0-f182.google.com with SMTP id jx10so911590veb.13 for ; Thu, 02 May 2013 13:00:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=k74Jya+OE+qRr4huYAk+a/D0lp5UrBo8v6IBLVPMCPo=; b=N3t6JofWpE4sOT9EmsAX86riw47gu7ZLEL/Od9LRJAmlBL2Rzu55eU+uV/n49cb6gV EvR4OuUxY02JKtujrn5OGLlhj1jUwcDhDglnTEeGJ2J7WXOxkEZiAiMEuQVKhtiUCRvG KPLKGZUEa/5jWipwfnbSFTY0wAG91mBj9msOfC4ehzZcWBxjPp0WE8izB3TfWC2lgGkV A0LVtTPk4gTos886cFy0ySO6E7jFJD8ENB4OIu8jOVXIWfWsLSTiYzCxLH8eJF+/nXmQ Tp7ZO1P1993w3JRn93FmvWRTuq0jOI+b50U1fcIgL++COF7nkLmyvm+belbo5kwEVQTj FOJQ== MIME-Version: 1.0 X-Received: by 10.220.66.212 with SMTP id o20mr2721210vci.2.1367524818929; Thu, 02 May 2013 13:00:18 -0700 (PDT) Received: by 10.58.74.197 with HTTP; Thu, 2 May 2013 13:00:18 -0700 (PDT) In-Reply-To: <5182C3DE.7040006@wasikowski.net> References: <20130430103821.GJ3577@ithaqua.etoilebsd.net> <1786370.b1sXK5t6Pv@pcoliver.heesakkers.info> <518276B1.80000@wasikowski.net> <3801459.Q9n94ffT6F@pcoliver.heesakkers.info> <5182C3DE.7040006@wasikowski.net> Date: Thu, 2 May 2013 15:00:18 -0500 Message-ID: Subject: Re: [BRAINSTORM] shebang fixing framework From: Jeremy Messenger To: =?ISO-8859-2?Q?=A3ukasz_W=B1sikowski?= Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Cc: Oliver Heesakkers , FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 20:00:19 -0000 On Thu, May 2, 2013 at 2:51 PM, =A3ukasz W=B1sikowski wrote: > W dniu 2013-05-02 20:29, Oliver Heesakkers pisze: > >> Op do 02 mei 2013 16:22:41 schreef =A3ukasz W=B1sikowski: > >>> /usr/bin/env is not good in all the situation. Look at >>> www.freebsd.org/cgi/query-pr.cgi?pr=3D177481 - /usr/bin/env is not work= ing >>> when using 'service' to start daemons. We should change PATH used by >>> 'service' to include /usr/local/bin and /usr/local/sbin or stop using >>> /usr/bin/env to start rc.d scripts. >> >> >> A question that arises from reading that pr is why service doesn't inclu= de >> /usr/local/bin and /usr/local/sbin in its PATH, if it does your problem = would >> probably dissapear. > > That would probably be the best fix. > >> I have no /usr/bin/perl symlink, in the pure-ftpd port directory I do: >> >> make extract >> head -n1 work/pure-ftpd-1.0.36/configuration-file/pure-config.pl.in >> #! @PERL@ >> >> >> After installation the shebang reads: >> #! /usr/local/bin/perl >> >> and I can use service to start or stop the daemon without any hacking. > > That is interesting. service(8) clearly states that PATH is set to > /sbin:/bin:/usr/sbin:/usr/bin, so perl interpreter in /usr/local/bin > should not work (like it doesn't in my case). The gdm's RC script has to set (export) PATH to make everything work. > -- > best regards, > Lukasz Wasikowski -- mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Thu May 2 20:16:10 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 26252AAF for ; Thu, 2 May 2013 20:16:10 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x232.google.com (mail-ie0-x232.google.com [IPv6:2607:f8b0:4001:c03::232]) by mx1.freebsd.org (Postfix) with ESMTP id EE31B137C for ; Thu, 2 May 2013 20:16:09 +0000 (UTC) Received: by mail-ie0-f178.google.com with SMTP id b11so1120908iee.37 for ; Thu, 02 May 2013 13:16:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=uxJH64MBpghtSoQ6EZMiwdespCZb/U3JFYP4Bg/Hts8=; b=GTw/rLv3QfbOlLND3M2aYII4JL5niRQQHWVswTCGJenoRPP+MV0J70Lmt+dy71s1Rs P0UTXmPYHjeL0M7sQ0iznGY5lg+LnTtgQINZe1z/Jbwiw2gyqbZ116QxAeKgAxF6m0aO 6xo3QFEzlP4SAIJ2iwTMFDoxwUMYvbJqL3PbGA6zFmiydVrlVt4ixLvL0bojMjCse9rq EBEfjTgkZHvIs4Sq6ss00tJOjwWgP26KWF67CGafGLqIKRyetx8rJC6kCaNO67FzAmcp oYdcBoYbBJYM+brSSaG1A4M2MswRi4zEqB0fuuxgFlP7D5QXUlvFU/u6JsSIYgBbhgqO 8utA== X-Received: by 10.50.114.131 with SMTP id jg3mr3827059igb.75.1367525769369; Thu, 02 May 2013 13:16:09 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.58.52 with HTTP; Thu, 2 May 2013 13:15:38 -0700 (PDT) In-Reply-To: References: <20130430103821.GJ3577@ithaqua.etoilebsd.net> <1786370.b1sXK5t6Pv@pcoliver.heesakkers.info> <518276B1.80000@wasikowski.net> <3801459.Q9n94ffT6F@pcoliver.heesakkers.info> <5182C3DE.7040006@wasikowski.net> From: Chris Rees Date: Thu, 2 May 2013 21:15:38 +0100 X-Google-Sender-Auth: _zamyay-b2wJKupPyLksXML_hyk Message-ID: Subject: Re: [BRAINSTORM] shebang fixing framework To: Jeremy Messenger Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Cc: Oliver Heesakkers , =?ISO-8859-2?Q?=A3ukasz_W=B1sikowski?= , FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 20:16:10 -0000 On 2 May 2013 21:00, Jeremy Messenger wrote: > On Thu, May 2, 2013 at 2:51 PM, =A3ukasz W=B1sikowski wrote: >> W dniu 2013-05-02 20:29, Oliver Heesakkers pisze: >> >>> Op do 02 mei 2013 16:22:41 schreef =A3ukasz W=B1sikowski: >> >>>> /usr/bin/env is not good in all the situation. Look at >>>> www.freebsd.org/cgi/query-pr.cgi?pr=3D177481 - /usr/bin/env is not wor= king >>>> when using 'service' to start daemons. We should change PATH used by >>>> 'service' to include /usr/local/bin and /usr/local/sbin or stop using >>>> /usr/bin/env to start rc.d scripts. >>> >>> >>> A question that arises from reading that pr is why service doesn't incl= ude >>> /usr/local/bin and /usr/local/sbin in its PATH, if it does your problem= would >>> probably dissapear. >> >> That would probably be the best fix. >> >>> I have no /usr/bin/perl symlink, in the pure-ftpd port directory I do: >>> >>> make extract >>> head -n1 work/pure-ftpd-1.0.36/configuration-file/pure-config.pl.in >>> #! @PERL@ >>> >>> >>> After installation the shebang reads: >>> #! /usr/local/bin/perl >>> >>> and I can use service to start or stop the daemon without any hacking. >> >> That is interesting. service(8) clearly states that PATH is set to >> /sbin:/bin:/usr/sbin:/usr/bin, so perl interpreter in /usr/local/bin >> should not work (like it doesn't in my case). > > The gdm's RC script has to set (export) PATH to make everything work. > Changing service in this way is undesirable, because it is designed to emulate the environment on startup, which is in /etc/rc . I'm not sure if modifying /etc/rc is a good idea either, because base shouldn't care what PREFIX is set to, and hardcoding /usr/local is inconsistent if PREFIX is changed. All I can suggest is that something like; PATH=3D"$PATH:%%PREFIX%%/bin:%%PREFIX%%/sbin" be put into affected rc files. We could even create a macro for this.... Chris From owner-freebsd-ports@FreeBSD.ORG Thu May 2 20:59:11 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C68331C9 for ; Thu, 2 May 2013 20:59:11 +0000 (UTC) (envelope-from gad@FreeBSD.org) Received: from smtp10.server.rpi.edu (gateway.canit.rpi.edu [128.113.2.230]) by mx1.freebsd.org (Postfix) with ESMTP id 73BD21563 for ; Thu, 2 May 2013 20:59:11 +0000 (UTC) Received: from gilead.netel.rpi.edu (gilead.netel.rpi.edu [128.113.124.121]) by smtp10.server.rpi.edu (8.14.3/8.14.3/Debian-9.4) with ESMTP id r42KpLQO024817; Thu, 2 May 2013 16:51:21 -0400 Message-ID: <5182D1C9.7050401@FreeBSD.org> Date: Thu, 02 May 2013 16:51:21 -0400 From: Garance A Drosehn User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100722 Eudora/3.0.4 MIME-Version: 1.0 To: =?UTF-8?B?xYF1a2FzeiBXxIVzaWtvd3NraQ==?= Subject: Re: [BRAINSTORM] shebang fixing framework References: <20130430103821.GJ3577@ithaqua.etoilebsd.net> <1786370.b1sXK5t6Pv@pcoliver.heesakkers.info> <518276B1.80000@wasikowski.net> In-Reply-To: <518276B1.80000@wasikowski.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Bayes-Prob: 0.5 (Score 0, tokens from: local) X-Spam-Score: 3.00 (***) [Hold at 10.10] SPF(softfail:3) X-CanIt-Incident-Id: 03Jv8Pl4y X-CanIt-Geo: ip=128.113.124.121; country=US; region=NY; city=Troy; postalcode=12180; latitude=42.7495; longitude=-73.5951; metrocode=532; areacode=518; http://maps.google.com/maps?q=42.7495,-73.5951&z=6 X-CanItPRO-Stream: local X-Canit-Stats-ID: 03Jv8Pl4y - cf0624d67b5b - 20130502 X-Scanned-By: CanIt (www . roaringpenguin . com) on 128.113.2.230 Cc: Oliver Heesakkers , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 20:59:11 -0000 On 5/2/13 10:22 AM, Łukasz Wąsikowski wrote: > W dniu 2013-05-01 21:18, Oliver Heesakkers pisze: > >> Op di 30 apr 2013 12:38:21 schreef Baptiste Daroussin: > >> >> In there you wrote a patch using /usr/bin/env. Why not stick with that? I'm >> quite fond of this technique as it's clean and portable. >> >> Portability might not be that important when working on a fix for ports alone, >> but still makes sense to me. > > /usr/bin/env is not good in all the situation. Look at > www.freebsd.org/cgi/query-pr.cgi?pr=177481 - /usr/bin/env is not working > when using 'service' to start daemons. We should change PATH used by > 'service' to include /usr/local/bin and /usr/local/sbin or stop using > /usr/bin/env to start rc.d scripts. I'm in the middle of our (RPI) end-of-semester crunch, so I haven't had the time to review all of this and make sure I understand what the issues are. However, I will note that FreeBSD's 'env' command includes an option for setting the path's to search. It also includes the '-S' option, which is important for getting the '-P' option to work correctly when used on a shebang line. These are FreeBSD-specific extensions, so they wouldn't help if you want to write portable code. But I think they should help for some of the issues which people have described in this thread. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-freebsd-ports@FreeBSD.ORG Thu May 2 21:04:50 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3118D50A; Thu, 2 May 2013 21:04:50 +0000 (UTC) (envelope-from gad@FreeBSD.org) Received: from smtp10.server.rpi.edu (gateway.canit.rpi.edu [128.113.2.230]) by mx1.freebsd.org (Postfix) with ESMTP id D3C3115C0; Thu, 2 May 2013 21:04:49 +0000 (UTC) Received: from gilead.netel.rpi.edu (gilead.netel.rpi.edu [128.113.124.121]) by smtp10.server.rpi.edu (8.14.3/8.14.3/Debian-9.4) with ESMTP id r42L4mFn028544; Thu, 2 May 2013 17:04:48 -0400 Message-ID: <5182D4F0.9080508@FreeBSD.org> Date: Thu, 02 May 2013 17:04:48 -0400 From: Garance A Drosehn User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100722 Eudora/3.0.4 MIME-Version: 1.0 To: Baptiste Daroussin Subject: Re: [BRAINSTORM] shebang fixing framework References: <20130430103821.GJ3577@ithaqua.etoilebsd.net> In-Reply-To: <20130430103821.GJ3577@ithaqua.etoilebsd.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Bayes-Prob: 0.5 (Score 0, tokens from: local) X-Spam-Score: 3.00 (***) [Hold at 10.10] SPF(softfail:3) X-CanIt-Incident-Id: 03Jv94MuG X-CanIt-Geo: ip=128.113.124.121; country=US; region=NY; city=Troy; postalcode=12180; latitude=42.7495; longitude=-73.5951; metrocode=532; areacode=518; http://maps.google.com/maps?q=42.7495,-73.5951&z=6 X-CanItPRO-Stream: local X-Canit-Stats-ID: 03Jv94MuG - 71d020fb7098 - 20130502 X-Scanned-By: CanIt (www . roaringpenguin . com) on 128.113.2.230 Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 21:04:50 -0000 On 4/30/13 6:38 AM, Baptiste Daroussin wrote: > Hi all, > > For a while now: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/51152 we are > looking for a framework/helpers to help patching scripts shebang so that they > fit where the interpreters is on FreeBSD. > > We also want to get rid of /usr/bin/perl > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170219 and such helpers would > help Many years ago we (at RPI) went with a different tactic for this. We wrote intercept programs which we installed for interpreter files such as /usr/bin/perl. The program was a short C program which knew how to search for the real interpreter, and would exec that interpreter once it was found. These intercept routines included support for multiple versions of a given interpreter, such that users could select which version of (say) perl that they wanted to use. The exact code that we used for this would need to be rewritten for general freebsd use, because it depended on a lot of other special "session/setup" code that we also implemented. But I think FreeBSD could do something along the same lines, and then you wouldn't have to fix any references to /usr/bin/perl. I suspect I have written some rough ideas of this on some FreeBSD mailing list in the past, but offhand I don't remember where or when. It could have been a long time ago, because we've been using this tactic on our solaris/aix/irix machines at RPI for at least 15 years now. (however our systems-programmer group has been cut back so much that we haven't done any new work on it for at least eight years) -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-freebsd-ports@FreeBSD.ORG Thu May 2 22:11:14 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4EDCEF15 for ; Thu, 2 May 2013 22:11:14 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) by mx1.freebsd.org (Postfix) with ESMTP id 2A9B41800 for ; Thu, 2 May 2013 22:11:12 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.12]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MHdb8-1UbKZg0Huu-003K66 for ; Fri, 03 May 2013 00:11:12 +0200 Received: (qmail invoked by alias); 02 May 2013 22:11:11 -0000 Received: from anapnea.net (EHLO nemysis3now) [46.105.125.31] by mail.gmx.net (mp012) with SMTP; 03 May 2013 00:11:11 +0200 X-Authenticated: #134568197 X-Provags-ID: V01U2FsdGVkX19fekl5qvlfepTk1FBXzRgPg9xJoWzEYoznxQCMO2 xZTkcFyLyScuPC Date: Fri, 3 May 2013 00:10:57 +0200 From: nemysis To: freebsd-ports@freebsd.org Subject: [Call for Test] [NEW PORT] emulators/playonlinux Message-ID: <20130503001057.49fc3a83@nemysis3now> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/eS/9jIApcvlD3PlIoNypRdW"; protocol="application/pgp-signature" X-Y-GMX-Trusted: 0 Cc: jpaetzel@freebsd.org, beech@freebsdnorth.com, miwi@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 May 2013 22:11:14 -0000 --Sig_/eS/9jIApcvlD3PlIoNypRdW Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hello Please test and review PlayOnLinux PlayOnLinux is a piece of software which allows you to easily install and u= se numerous games and apps designed to run with Microsoft Windows. Few games are compatible with GNU/Linux at the moment and it certainly is a factor preventing the migration to this system. PlayOnLinux brings a cost-f= ree, accessible and efficient solution to this problem. PlayOnLinux is based on Wine, and so profits from all its features yet it k= eeps the user from having to deal with its complexity. PlayOnLinux uses Bash and Python. http://www.playonlinux.com/ Shar is here http://sourceforge.net/projects/nemysisfreebsdp/files/Call_for_Test/playonl= inux.shar Build log https://redports.org/buildarchive/20130502104701-63095/ GUI works well. But only a few apps can be installed and used. Apps work better when Manually downloaded and used with plain Wine. This PlayOnLinux isn't usable in FreeBSD, but perhaps someone can find mistakes. I have used many patches so that the GUI and some others work. Does not help in our other GNU/Linux Wine install ~/.PlayOnLinux/wine/linux-x86/1.4.1/bin brandelf -t linux * This is only for Informations http://wiki.winehq.org/PlayOnLinux http://www.dedoimedo.com/games/playonlinux.html http://www.makeuseof.com/tag/playonlinux-brings-windows-games-programs-linu= x/ Best regards, nemysis --Sig_/eS/9jIApcvlD3PlIoNypRdW Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQIcBAEBAgAGBQJRguR+AAoJELa5uPZMk+PSC5UP/2Nj6wXhCkVEcDCVVEL2+Yp/ GTLiwC8qg6r7YC80U6LQWXScn4X55KyzclinH2w134C8Swe00BZbdZyEVeZOhWsA dh/3sELTfm0f8I+Rj7bI9B0Vkz0qnNYq8oS3KiXkDVqpUXERUKVbv8793Jd2F/7D 5whIJLDR9iWEqRVcPajWaZo+h5EmcUV8bS5ywNyByBySzQqvSHzkHA6WPGhtDG7h 8xazrGZyApaAxiCllR3u/B+iF50Afp99FVZB1ht5gy/+FBjaToAKJ6Z+de+tC1N7 jn8OwOFis/J1HGh43mEOZgSvgwGuPlNTR0xt8b33yj+2juKsvxK5AwaKd6TANrdR 2BB81bKWrElHJ7papNzBotxT/sUOYzP8D1ej1e5KKpRK0oVJoZWGr4ky5RdA+AG6 hnakZv1cyHgX4Q9uFcI77za0Ym8UlBwE46Cr0SVBEMArB/umndflqUa5kY/kxpid CakUbtXhx42AiPQ2n8uxqfpp26U09kWVC6iM/UaBIWWlOR8SKVLqIz2xRp7DQLQ8 xH2QRXzNBtXwB2KJnBBGwF+9TuYavy5EZ8OdYKe7PoJ8HkN38WVuYPTHYa6s0Bxm 0hCxyFydCsAXIb9ZpV+mwJ3VvO4ZHQQdm685RFd9MX6Elo7PQLnI40/xG/Mob9Rm ObElVjcBgq1IF9AipYQ4 =4Gcr -----END PGP SIGNATURE----- --Sig_/eS/9jIApcvlD3PlIoNypRdW-- From owner-freebsd-ports@FreeBSD.ORG Fri May 3 00:36:10 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C0BFC9E6; Fri, 3 May 2013 00:36:10 +0000 (UTC) (envelope-from qat@redports.org) Received: from qat.redports.org (qat.redports.org [96.47.72.233]) by mx1.freebsd.org (Postfix) with ESMTP id 9A93E1E4C; Fri, 3 May 2013 00:36:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=ii4Lx6dLsZhQLxt6mBTSUJ/MNZwLKD8UuRtfBXQwUAw=; b=OrI/kb0zqimcfpjq8+tksa3ck7qOKsu6WVbvKTfqmtHNIC8Vz/nWL8XPxtwbbsbZ42KdMN69oByLTIHosqIvBkl/rFl1fFZbjqvvUbV/ZfubDg+/M6r9zjMqpnXN+xzZJyDkqP76xQQFoDzrVh0P2Dt/8h0wKm9wPiMLQBK1DSY=; Received: from www by qat.redports.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UY3yr-000CVT-Uq; Fri, 03 May 2013 00:36:09 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 0.12.5 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 0.12.5, by Edgewall Software To: hrs@FreeBSD.org X-Trac-Project: redports Date: Fri, 03 May 2013 00:36:09 -0000 X-URL: https://qat.redports.org/ Subject: [QAT] r317163: 2x depend (depend_package in x11/libxcb), 2x leftovers To: hrs@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20130502221400-53402 X-Trac-Build-ID: 20130502221400-53402 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Reply-To: qat@redports.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 00:36:10 -0000 - Trim old-style header. - Use OPTIONS_DEFINE. --------------------------------------------------------------------- Build ID: 20130502221400-53402 Job owner: hrs@FreeBSD.org Buildtime: 2 hours Enddate: Fri, 03 May 2013 00:36:08 GMT Revision: r317163 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=317163 --------------------------------------------------------------------- Port: japanese/kinput2 3.1_13 Buildgroup: 9.1-QAT/amd64 Buildstatus: DEPEND (DEPEND_PACKAGE IN X11/LIBXCB) Log: https://qat.redports.org//~hrs@FreeBSD.org/20130502221400-53402-133344/libxcb-1.7.log Buildgroup: 9.1-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~hrs@FreeBSD.org/20130502221400-53402-133345/ja-kinput2-3.1_13.log Buildgroup: 8.3-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~hrs@FreeBSD.org/20130502221400-53402-133346/ja-kinput2-3.1_13.log Buildgroup: 8.3-QAT/i386 Buildstatus: DEPEND (DEPEND_PACKAGE IN X11/LIBXCB) Log: https://qat.redports.org//~hrs@FreeBSD.org/20130502221400-53402-133347/libxcb-1.7.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Fri May 3 07:35:38 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C0DA08D6 for ; Fri, 3 May 2013 07:35:38 +0000 (UTC) (envelope-from daemon@dx.burplex.com) Received: from dx.burplex.com (dx.burplex.com [50.197.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id 92CAF1B48 for ; Fri, 3 May 2013 07:35:38 +0000 (UTC) Received: by dx.burplex.com (Postfix, from userid 1) id D5D8636F4FCA; Fri, 3 May 2013 00:35:31 -0700 (PDT) To: freebsd-ports@FreeBSD.org Subject: qtcreator build failure From: Waitman Gobble X-UUID-HOR: B555799F-28F6-359C-ECF0-EF1FBB3713AE Message-Id: <20130503073531.D5D8636F4FCA@dx.burplex.com> Date: Fri, 3 May 2013 00:35:31 -0700 (PDT) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 07:35:38 -0000 Hi, I'm getting a build failure with QT Creator cd bin/ && make -f Makefile all cp /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/bin/qtcreator.sh qtcreator.sh && : IGNORE REST OF LINE: -Wl,-O1 -pthread -Wl,-rpath,/usr/local/lib/qt4 -o qtcreator.sh -L/usr/local/lib/qt4 -L/usr/local/lib -lQtGui -L/usr/local/lib -L/usr/local/lib/qt4 -lQtCore SRCDIR=/usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc OUTDIR=/usr/ports/devel/qtcreator/work/build/doc/html QTC_VERSION=2.6.1 QTC_VERSION_TAG=261 /usr/local/bin/qdoc3 /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/qtcreator.qdocconf /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-app-tutorial.qdoc:297: Cannot find example file 'snippets/qml/states-properties.qml' /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-app-tutorial.qdoc:297: Unable to parse QML: "Expected token `numeric literal'" at line 0, column 0 /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-app-tutorial.qdoc:297: Unexpected '\snippet (//! [states])' /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-app-tutorial.qdoc:323: Cannot find example file 'snippets/qml/list-of-transitions.qml' /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-app-tutorial.qdoc:323: Unable to parse QML: "Expected token `numeric literal'" at line 0, column 0 /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-app-tutorial.qdoc:323: Unexpected '\snippet (//! [first transition])' /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-app-tutorial.qdoc:346: Cannot find example file 'snippets/qml/list-of-transitions.qml' /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-app-tutorial.qdoc:346: Unable to parse QML: "Expected token `numeric literal'" at line 0, column 0 /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-app-tutorial.qdoc:346: Unexpected '\snippet (//! [second transition])' /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-app-tutorial.qdoc:352: Cannot find example file 'snippets/qml/list-of-transitions.qml' /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-app-tutorial.qdoc:352: Unable to parse QML: "Expected token `numeric literal'" at line 0, column 0 /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-app-tutorial.qdoc:352: Unexpected '\snippet (//! [default transition])' /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-designer.qdoc:293: Cannot find example file 'snippets/qml/dummydata.qml' /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-designer.qdoc:293: Unable to parse QML: "Expected token `numeric literal'" at line 0, column 0 /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-designer.qdoc:293: Unexpected '\snippet (//! [0])' /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-designer.qdoc:306: Cannot find example file 'snippets/qml/datamodel.qml' /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-designer.qdoc:306: Unable to parse QML: "Expected token `numeric literal'" at line 0, column 0 /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-designer.qdoc:306: Unexpected '\snippet (//! [0])' /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-designer.qdoc:326: Cannot find example file 'snippets/qml/dummydatacontext.qml' /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-designer.qdoc:326: Unable to parse QML: "Expected token `numeric literal'" at line 0, column 0 /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-designer.qdoc:326: Unexpected '\snippet (//! [0])' /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-buttons.qdoc:152: Cannot find example file 'snippets/qml/quick-scalable-image.qml' /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-buttons.qdoc:152: Unable to parse QML: "Expected token `numeric literal'" at line 0, column 0 /usr/ports/devel/qtcreator/work/qt-creator-2.6.1-src/doc/src/qtquick/qtquick-buttons.qdoc:152: Unexpected '\snippet (//! [properties and signal definitions])' /usr/local/bin/qhelpgenerator -o "/usr/ports/devel/qtcreator/work/build/share/doc/qtcreator/qtcreator.qch" /usr/ports/devel/qtcreator/work/build/doc/html/qtcreator.qhp Building up file structure... QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: Cannot open data base file /usr/ports/devel/qtcreator/work/build/share/doc/qtcreator/qtcreator.qch! *** [qch_docs] Error code 255 Stop in /usr/ports/devel/qtcreator/work/build. *** [do-build] Error code 1 Stop in /usr/ports/devel/qtcreator. I've tried w/ base gcc and gcc46. I believe I recall trying clang earlier today. Thanks -- Waitman Gobble San Jose California USA +1.5108307875 From owner-freebsd-ports@FreeBSD.ORG Fri May 3 08:46:18 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F22612BE for ; Fri, 3 May 2013 08:46:18 +0000 (UTC) (envelope-from simplex@twopenguins.it) Received: from hazard.twopenguins.it (hazard.twopenguins.it [78.46.45.123]) by mx1.freebsd.org (Postfix) with ESMTP id 687B21F4B for ; Fri, 3 May 2013 08:46:18 +0000 (UTC) Received: from [192.168.15.3] (host200-223-dynamic.10-79-r.retail.telecomitalia.it [79.10.223.200]) by hazard.twopenguins.it (Postfix) with ESMTPSA id D1080139B90 for ; Fri, 3 May 2013 10:37:24 +0200 (CEST) Message-ID: <51837743.9070000@twopenguins.it> Date: Fri, 03 May 2013 10:37:23 +0200 From: Andrea Zulato User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130402 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Subject: sqlite3-3.7.16.1 build error X-Enigmail-Version: 1.5.1 OpenPGP: id=F50DF318 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 08:46:19 -0000 Hi, i'm getting this error while upgrading from ports from sqlite3-3.7.14.1 to sqlite3-3.7.16.1 I tried resetting the build options, cleaning everything but i still get that error. I'm using a FreeBSD 9 jail. Thanks Here's the log: ---> Upgrade of databases/sqlite3 started at: Fri, 03 May 2013 10:01:03 +0200 ---> Upgrading 'sqlite3-3.7.14.1' to 'sqlite3-3.7.16.1' (databases/sqlite3) OK? [yes] ---> Build of databases/sqlite3 started at: Fri, 03 May 2013 10:01:12 +0200 ---> Building '/usr/ports/databases/sqlite3' ===> Cleaning for sqlite3-3.7.16.1 ===> License public accepted by the user ===> Found saved configuration for sqlite3-3.7.16.1 ===> Fetching all distfiles required by sqlite3-3.7.16.1 for building ===> Extracting for sqlite3-3.7.16.1 => SHA256 Checksum OK for sqlite-autoconf-3071601.tar.gz. ===> Patching for sqlite3-3.7.16.1 ===> sqlite3-3.7.16.1 depends on executable: pkgconf - found ===> Configuring for sqlite3-3.7.16.1 configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking for ranlib... ranlib checking build system type... amd64-portbld-freebsd8.3 checking host system type... amd64-portbld-freebsd8.3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... cpp checking for ANSI C header files... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgfortran... no checking for pgf95... no checking for lf95... no checking for ftn... no checking for nagfor... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... (cached) ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd8.3 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd8.3 ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for fdatasync... no checking for usleep... yes checking for fullfsync... no checking for localtime_r... yes checking for gmtime_r... yes checking whether strerror_r is declared... yes checking for strerror_r... (cached) yes checking whether strerror_r returns char *... no checking for library containing tgetent... -lcurses checking for library containing readline... -lreadline checking for readline... yes checking for library containing pthread_create... none required checking for library containing dlopen... none required checking for whether to support dynamic extensions... yes checking for posix_fallocate... yes configure: creating ./config.status config.status: creating Makefile config.status: creating sqlite3.pc config.status: executing depfiles commands ===> Building for sqlite3-3.7.16.1 if /bin/sh ./libtool --tag=CC --mode=compile cc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.7.16.1\" -DPACKAGE_STRING=\"sqlite\ 3.7.16.1\" -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sqlite\" -DVERSION=\"3.7.16.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DHAVE_DECL_STRERROR_R=1 -DHAVE_STRERROR_R=1 -DHAVE_READLINE=1 -DHAVE_POSIX_FALLOCATE=1 -I. -I. -DSQLITE_USE_URI=1 -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_FTS3_PARENTHESIS=1 -DSQLITE_ENABLE_FTS4=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -O2 -pipe -fno-strict-aliasing -MT sqlite3.lo -MD -MP -MF ".deps/sqlite3.Tpo" -c -o sqlite3.lo sqlite3.c; then mv -f ".deps/sqlite3.Tpo" ".deps/sqlite3.Plo"; else rm -f ".deps/sqlite3.Tpo"; exit 1; fi mkdir .libs cc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.7.16.1\" "-DPACKAGE_STRING=\"sqlite 3.7.16.1\"" -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sqlite\" -DVERSION=\"3.7.16.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DHAVE_DECL_STRERROR_R=1 -DHAVE_STRERROR_R=1 -DHAVE_READLINE=1 -DHAVE_POSIX_FALLOCATE=1 -I. -I. -DSQLITE_USE_URI=1 -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_FTS3_PARENTHESIS=1 -DSQLITE_ENABLE_FTS4=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -O2 -pipe -fno-strict-aliasing -MT sqlite3.lo -MD -MP -MF .deps/sqlite3.Tpo -c sqlite3.c -fPIC -DPIC -o .libs/sqlite3.o sqlite3.c:23349: error: 'posix_fallocate' undeclared here (not in a function) *** Error code 1 Stop in /var/ports/usr/ports/databases/sqlite3/work/sqlite-autoconf-3071601. *** Error code 1 Stop in /usr/ports/databases/sqlite3. *** Error code 1 Stop in /usr/ports/databases/sqlite3. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20130503-55723-6vlv6-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=sqlite3-3.7.14.1 UPGRADE_PORT_VER=3.7.14.1 make ** Fix the problem and try again. ---> Build of databases/sqlite3 ended at: Fri, 03 May 2013 10:01:28 +0200 (consumed 00:00:15) ---> Upgrade of databases/sqlite3 ended at: Fri, 03 May 2013 10:01:28 +0200 (consumed 00:00:24) -- gpg public key: http://www.twopenguins.it/simplex-twopenguins.asc From owner-freebsd-ports@FreeBSD.ORG Fri May 3 10:18:23 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 29664E1A; Fri, 3 May 2013 10:18:23 +0000 (UTC) (envelope-from qat@redports.org) Received: from qat.redports.org (qat.redports.org [96.47.72.233]) by mx1.freebsd.org (Postfix) with ESMTP id F246215EF; Fri, 3 May 2013 10:18:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=redports.org; s=04012012; h=Sender:Message-Id:To:Subject:Reply-To:Date:To:Cc:From:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=2lhCeaBb6yDnRqBLnVbmvYnyuLiE3vkToO16JPxL9a0=; b=9kb9ynE9500cpoNiqImsEOSZKNaHojFF1tZHTEnBRz+Ufl+cv/rAoErAmRorEcQU+uQLxx2q7cgkcGyuBeiGwThUpdAoWn6cEcekzUm3coPHMqIG+MRkzQ61njwp+IF4NwrwCNE5lyBYZ4V3MhGPmTmP9JXHAcQYbs7Fz+IEEjU=; Received: from www by qat.redports.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UYD4I-000PEy-CH; Fri, 03 May 2013 10:18:22 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Ports-QAT" X-Trac-Version: 0.12.5 Precedence: bulk Auto-Submitted: auto-generated X-Mailer: Trac 0.12.5, by Edgewall Software To: gahr@FreeBSD.org X-Trac-Project: redports Date: Fri, 03 May 2013 10:18:22 -0000 X-URL: https://qat.redports.org/ Subject: [QAT] r317190: 4x leftovers To: gahr@FreeBSD.org X-Trac-Build-URL: https://qat.redports.org/buildarchive/20130503100000-51463 X-Trac-Build-ID: 20130503100000-51463 Message-Id: Sender: World Wide Web Owner Cc: ports@FreeBSD.org, decke@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Reply-To: qat@redports.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 10:18:23 -0000 - Add DOCS and MANPAGES options - Install man pages with a .tcllib suffix to avoid conflicts with other ports such as devel/tcl-trf. - Bump PORTREVISION --------------------------------------------------------------------- Build ID: 20130503100000-51463 Job owner: gahr@FreeBSD.org Buildtime: 18 minutes Enddate: Fri, 03 May 2013 10:18:19 GMT Revision: r317190 Repository: https://svnweb.freebsd.org/ports?view=revision&revision=317190 --------------------------------------------------------------------- Port: devel/tcllib 1.15_1 Buildgroup: 9.1-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~gahr@FreeBSD.org/20130503100000-51463-133484/tcllib-1.15_1.log Buildgroup: 9.1-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~gahr@FreeBSD.org/20130503100000-51463-133485/tcllib-1.15_1.log Buildgroup: 8.3-QAT/amd64 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~gahr@FreeBSD.org/20130503100000-51463-133486/tcllib-1.15_1.log Buildgroup: 8.3-QAT/i386 Buildstatus: LEFTOVERS Log: https://qat.redports.org//~gahr@FreeBSD.org/20130503100000-51463-133487/tcllib-1.15_1.log -- Buildarchive URL: redports From owner-freebsd-ports@FreeBSD.ORG Fri May 3 13:07:43 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7F52A864 for ; Fri, 3 May 2013 13:07:43 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 464A91FAD for ; Fri, 3 May 2013 13:07:43 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r43D7bEl077938 for ; Fri, 3 May 2013 09:07:37 -0400 (EDT) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r43D7b92077809; Fri, 3 May 2013 09:07:37 -0400 (EDT) (envelope-from portscout) Message-Id: <201305031307.r43D7b92077809@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Fri, 3 May 2013 09:07:37 -0400 From: portscout@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.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 13:07:43 -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 ------------------------------------------------+-----------------+------------ textproc/py-jaxml | 3.02 | 12.01 ------------------------------------------------+-----------------+------------ 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 If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ports@FreeBSD.ORG Fri May 3 13:56:18 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F2E65C49 for ; Fri, 3 May 2013 13:56:17 +0000 (UTC) (envelope-from pathiaki2@yahoo.com) Received: from nm36-vm3.bullet.mail.bf1.yahoo.com (nm36-vm3.bullet.mail.bf1.yahoo.com [72.30.238.139]) by mx1.freebsd.org (Postfix) with ESMTP id 4F32811EC for ; Fri, 3 May 2013 13:56:17 +0000 (UTC) Received: from [98.139.212.151] by nm36.bullet.mail.bf1.yahoo.com with NNFMP; 03 May 2013 13:56:10 -0000 Received: from [98.139.212.226] by tm8.bullet.mail.bf1.yahoo.com with NNFMP; 03 May 2013 13:56:10 -0000 Received: from [127.0.0.1] by omp1035.mail.bf1.yahoo.com with NNFMP; 03 May 2013 13:56:10 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 821586.86959.bm@omp1035.mail.bf1.yahoo.com Received: (qmail 16676 invoked by uid 60001); 3 May 2013 13:56:10 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1367589370; bh=8DAibsfvCP91dZYh8vQWN+2eAbbO6jUnRoa4E3/wE1s=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=eRrP7q0CGT4uSR4HcmzeDAziVCOHcPcLpcNei5tpEaj+UsQSrNg9rIEKdGThYF+pvSuu2BmDbHKRmnTZWHJP8HEp2JoRdgfcBLBt2Nl6j5qijzPmOLtXDcKCemRvBq6kk+jRc+aKjSK0L1eGy1i0wAUnWOJtUJczFvxHB2xXv6A= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=Hb01+NdOcfsYtSyLCH4lfBR4igviuThOXnaNX7176n+S9brIAHeMgT7UDj/I+D+aDyrhqHknECy46ksorEqXbdO/iD5Y2srnlXGqDyRScqqR+2xURuPlV32Nd26F/vyufFqBQD+tN2B7od9WHy8O5/UutWquqB5L5dVr98IvaXQ=; X-YMail-OSG: ZRlOii4VM1m5lwjyRVxaVVnx1XRd3BXULYSuxQIyaCGWxr_ ZmZqREjqjHC0dTkECBaj20bTTc.sOIM5YiJKifE7jRzpGonJsx0hzbnCUHHX fmVU9CpmkNPF2i2RZuXSh_EhK5frRKdsiMxbm_AgDZ2KE1BH99UBWTB6aCs9 SvaYoNztqqSIhDvPWy0lL0YzLy4iecv3iKuc.ITv6kM56ntlIqEq3QbNG9vd JZjEoVr0thBYxEITSQrb0Vwv7BmKhgt344ABzercir6f9aIM5mhhqb_yku_4 YBGRBHoaOdzQw3_Tl8IMJukV.FkljMhe37UT5pL4J.njqyNUF3wbj979X.L7 QKhkFAwzbfTc5AFdh5ryRwP07sfzrJ8QpbvqLtwCu3gRKgwnpg4UDpAC7pab 2MIBnRhL.Uh4k7bvZsDU1B8t336.s1.6cxK1rCC8LdNhhiDvbCfyr3bBQqTm RWF4FwbjVg6NoMrZ_jw0q8EXCMuP8rA6GEMU81LxVMZH_TFda6CfnEUxvJEm x1EFDb3R7SseFiAMwq.AZBdA2jmAdo_TpixItLhg2_.2bQQQxA4yuaKRv.s1 AuU0JLvGrw_fcvXnCjXLoGKwxdQWnn1VrwWPUIptRjaTaIg-- Received: from [24.241.19.79] by web141401.mail.bf1.yahoo.com via HTTP; Fri, 03 May 2013 06:56:10 PDT X-Rocket-MIMEInfo: 002.001, V2VsbCwgSSwgZmluYWxseSwgZ290IGFyb3VuZCB0byBpbnN0YWxsaW5nIHRoZSBwb3J0IGZyb20gdGhlIGxpbmtzIGJlbG93LgoKU2FkbHksIEknbSB0cnlpbmcgdG8gZmluZCBhbGwgc29ydHMgb2YgdGhpbmdzIGZvciBjb25maWd1cmF0aW9uIGFuZCB2YXJpb3VzIG90aGVyIG1vZGlmaWNhdGlvbnMuLi4uLgoKVGhlcmUncyBubyBtYW4gcGFnZXMgaW5zdGFsbGVkLgpJIGNhbiBmaW5kIG5vIGRvY3VtZW50YXRpb24gb24gdGhlIHNpdGUgb3IgaW4gdGhlIGluc3RhbGwgdGhhdCBzZWVtcyB0byBiZSBvZiBhbnkBMAEBAQE- X-Mailer: YahooMailWebService/0.8.141.536 References: <1363549575.86830.YahooMailNeo@web141402.mail.bf1.yahoo.com> <5146D0A6.3020707@executive-computing.de> <43224669-F60A-4B9A-9239-32012F1A934E@uraeus.com> <515843C0.1040800@executive-computing.de> <1366736787.89778.YahooMailNeo@web141402.mail.bf1.yahoo.com> Message-ID: <1367589370.6082.YahooMailNeo@web141401.mail.bf1.yahoo.com> Date: Fri, 3 May 2013 06:56:10 -0700 (PDT) From: Paul Pathiakis Subject: Re: Where has all the groupware gone..... To: Marco Steinbach , Joe Malcolm In-Reply-To: <1366736787.89778.YahooMailNeo@web141402.mail.bf1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "ports@freebsd.org" , Jim Riggs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Paul Pathiakis List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 13:56:18 -0000 Well, I, finally, got around to installing the port from the links below.= =0A=0ASadly, I'm trying to find all sorts of things for configuration and v= arious other modifications.....=0A=0AThere's no man pages installed.=0AI ca= n find no documentation on the site or in the install that seems to be of a= ny use.=0AFrankly, I can't configure it to run in the jail that I'm testing= it in.=A0 (The jail is find and sogo starts but I have no idea how to acce= ss the thing....)=0A=0AP.=0A=0A=0A=0A________________________________=0A Fr= om: Paul Pathiakis =0ATo: Marco Steinbach ; Joe Malcolm =0ACc: "ports@freebsd.= org" ; Jim Riggs =0ASent: T= uesday, April 23, 2013 1:06 PM=0ASubject: Re: Where has all the groupware g= one.....=0A =0A=0A=0AGuys,=0A=0AI've been reading a lot about sogo and I do= like what I see.=0A=0AIs this port ready yet?=A0 I just updated my ports t= ree and I don't see it.=0A=0AP.=0A=0A=0A=0A=0AI ran into the same err= or, and Jim (creator of the ports, cc'ed) had to =0Afix a rather small over= sight.=A0 Things seem to work now.=0A=0ACheck both out from here:=0A=0Ahttp= s://svn.redports.org/jhriggs/devel/sope/=0Ahttps://svn.redports.org/jhriggs= /www/sogo/=0A=0A=0AUpon installation, the user and group for=0A SOGo will b= e created =0Aautomatically from the contents of ${PORTSDIR}/UIDs and =0A${P= ORTSDIR}/GIDs, once the port has been accepted into the ports tree.=0A=0AFo= r now, you need to manually add the respective user and group to the =0Aabo= ve files, as the ports system won't be able to handle them, otherwise.=0A= =0ASee http://www.freebsd.org/cgi/query-pr.cgi?pr=3D175947.=0A=0ABe warned,= though, that you may need to adapt the numerical user and =0Agroup id, bec= ause those in the PR may have already been assigned to =0Aother ports.=0A= =0AMfG CoCo From owner-freebsd-ports@FreeBSD.ORG Fri May 3 14:08:14 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 64E23FDB for ; Fri, 3 May 2013 14:08:14 +0000 (UTC) (envelope-from pathiaki2@yahoo.com) Received: from nm40.bullet.mail.bf1.yahoo.com (nm40.bullet.mail.bf1.yahoo.com [72.30.239.128]) by mx1.freebsd.org (Postfix) with ESMTP id 072D712A1 for ; Fri, 3 May 2013 14:08:13 +0000 (UTC) Received: from [98.139.215.140] by nm40.bullet.mail.bf1.yahoo.com with NNFMP; 03 May 2013 14:08:07 -0000 Received: from [98.139.212.234] by tm11.bullet.mail.bf1.yahoo.com with NNFMP; 03 May 2013 14:08:07 -0000 Received: from [127.0.0.1] by omp1043.mail.bf1.yahoo.com with NNFMP; 03 May 2013 14:08:06 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 992066.6558.bm@omp1043.mail.bf1.yahoo.com Received: (qmail 29929 invoked by uid 60001); 3 May 2013 14:08:06 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1367590086; bh=5sIaeWjdJNHr/k+LUKE77ob22THhx8lC9swMsg4vV7w=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=JPuGeRBG3YWaC52DfCk0tnckLc1fHkaqCzw0fUg+EHoNetKFdb85mQvcGPwZeb4pvnv+1p2gBVZdQwmgR+pt6CFyMDm5Zv0EihhWTpOx9R2sM0CsXcOTF2F5ZEDFSLsB/5k2HvjF0dNPHTpL2aQ+gt+MJvAPEXLr0E+tw4ip7bc= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=dkaaLD1KtVOL7UqiIrQhupCzDGp0beXjoQoKJ7wsNONni0L+l+CjQ1NG26Kr3m5RdWMAD91ST4UVkPg2SqGuDvaXtcCsutOIvw2VbWOVC0ieNQazjlVXQyO5GnYh/WJi96DiGzYcOp0o5TdqDLN1ONI1wRo8+icKSFycLCmLCc8=; X-YMail-OSG: svHEvqcVM1mxhuIq2JapN6kNCyEGsQGhrrv9H4hXahbavrQ 9tmmE3FDrnZWGBIYSpmySPgoNJEU6TiAgE7I7.qF_L4yloMDJjHFAS5ZyB.f mASsmguHkBqDa4Yr6dMOWZeNSPOaistcpi1MFyEcEmX4barcn0YvOzWpXFe8 MbRcoN.Jx2uKhqVNrm5SdTpjqtbA4pOCnSELflZsDG0YNSZwYw1QOXkSml72 umU5zl0ERfJifHcwrUBa846i_6c9qnanQKUKIoPgdLONlcBBXW4xuNLxjz.d Dyl5borqrPS5ifx_8FE1EWOqeAG72pX8fKhQpgklqmfnWTwFmS9i18NugDPW fDEJUGWbx0UQeysD2UqHhF8VwZmP3ThhY.anxSQubG2QFUIGzYZuyPqQ5DFH ZOI0wlDbPQpYPD9zDiYOpzCt4a_PfjZ1Rr2JPTCvRHB8JsQ..jeFZNSEYb3T 9MAj25lAknssNT02WTMSHcpTHZImKrzDMsEK47AdPjEH7xlZjHkjpPmYnOpU _cGffUQNoy0nNEoPRJ4.LQ_fhFifxLfwnTUHxqZsWm6eChvQr2ZbjfKFfEQ0 xvE5eMpKvUsAP8tK3u2mESP4e6eWggXrdHUvKnX8dyt3j Received: from [24.241.19.79] by web141401.mail.bf1.yahoo.com via HTTP; Fri, 03 May 2013 07:08:06 PDT X-Rocket-MIMEInfo: 002.001, SGksCgpOZXh0LCBJIG5vdGljZWQgdGhhdCBBcGFjaGUgd2FzIG5vdCBpbnN0YWxsZWQgYnkgZGVmYXVsdC7CoCBEb2VzIHRoaXMgcHJvZHVjdCByZXF1aXJlIGEgc2VwYXJhdGUgd2ViIHNlcnZlciBvciBub3Q_wqAgSWYgc28sIEFwYWNoZSBzaG91bGQgYmUgZGV0ZWN0ZWQgYW5kIEkgd291bGQgc3VnZ2VzdCB0aGF0IHZlcnNpb24gMi4yIGJlIHVzZWQuCgpBbHNvLCBJIGhhdmUgZm91bmQgdGhlIGZpbGUsIGluIHRoZSBkaXN0cmlidXRpb24gYnV0IG5vdCBpbnN0YWxsZWQsIFNPR28tMi4wLjUvQXBhY2hlL3MBMAEBAQE- X-Mailer: YahooMailWebService/0.8.141.536 References: <1363549575.86830.YahooMailNeo@web141402.mail.bf1.yahoo.com> <5146D0A6.3020707@executive-computing.de> <43224669-F60A-4B9A-9239-32012F1A934E@uraeus.com> <515843C0.1040800@executive-computing.de> <1366736787.89778.YahooMailNeo@web141402.mail.bf1.yahoo.com> Message-ID: <1367590086.29126.YahooMailNeo@web141401.mail.bf1.yahoo.com> Date: Fri, 3 May 2013 07:08:06 -0700 (PDT) From: Paul Pathiakis Subject: Re: Where has all the groupware gone..... To: Marco Steinbach , Joe Malcolm In-Reply-To: <1366736787.89778.YahooMailNeo@web141402.mail.bf1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "ports@freebsd.org" , Jim Riggs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Paul Pathiakis List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 14:08:14 -0000 Hi,=0A=0ANext, I noticed that Apache was not installed by default.=A0 Does = this product require a separate web server or not?=A0 If so, Apache should = be detected and I would suggest that version 2.2 be used.=0A=0AAlso, I have= found the file, in the distribution but not installed, SOGo-2.0.5/Apache/s= ogo.conf.=A0 However, sogo.conf is not installed anywhere.=0A=0ACould someo= ne lend a hand and make all the corrections necessary while I slog through = this?=A0 More than willing to help.=0A=0AP.=0A=0A=0A=0A____________________= ____________=0A From: Paul Pathiakis =0ATo: Marco Stei= nbach ; Joe Malcolm =0AC= c: "ports@freebsd.org" ; Jim Riggs =0ASent: Tuesday, April 23, 2013 1:06 PM=0ASubject: Re: Where has a= ll the groupware gone.....=0A =0A=0A=0AGuys,=0A=0AI've been reading a lot a= bout sogo and I do like what I see.=0A=0AIs this port ready yet?=A0 I just = updated my ports tree and I don't see it.=0A=0AP.=0A=0A=0A=0A=0AI ran= into the same error, and Jim (creator of the ports, cc'ed) had to =0Afix a= rather small oversight.=A0 Things seem to work now.=0A=0ACheck both out fr= om here:=0A=0Ahttps://svn.redports.org/jhriggs/devel/sope/=0Ahttps://svn.re= dports.org/jhriggs/www/sogo/=0A=0A=0AUpon installation, the user and group = for=0A SOGo will be created =0Aautomatically from the contents of ${PORTSDI= R}/UIDs and =0A${PORTSDIR}/GIDs, once the port has been accepted into the p= orts tree.=0A=0AFor now, you need to manually add the respective user and g= roup to the =0Aabove files, as the ports system won't be able to handle the= m, otherwise.=0A=0ASee http://www.freebsd.org/cgi/query-pr.cgi?pr=3D175947.= =0A=0ABe warned, though, that you may need to adapt the numerical user and = =0Agroup id, because those in the PR may have already been assigned to =0Ao= ther ports.=0A=0AMfG CoCo From owner-freebsd-ports@FreeBSD.ORG Fri May 3 14:18:35 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E327F5F5 for ; Fri, 3 May 2013 14:18:35 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from smtpauth4.wiscmail.wisc.edu (wmauth4.doit.wisc.edu [144.92.197.145]) by mx1.freebsd.org (Postfix) with ESMTP id BF61D133F for ; Fri, 3 May 2013 14:18:35 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from avs-daemon.smtpauth4.wiscmail.wisc.edu by smtpauth4.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) id <0MM8007007IM4M00@smtpauth4.wiscmail.wisc.edu> for freebsd-ports@freebsd.org; Fri, 03 May 2013 09:18:29 -0500 (CDT) X-Spam-PmxInfo: Server=avs-4, Version=5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2013.5.3.140919, SenderIP=0.0.0.0 X-Spam-Report: AuthenticatedSender=yes, SenderIP=0.0.0.0 Received: from wanderer.tachypleus.net (adsl-71-150-249-242.dsl.mdsnwi.sbcglobal.net [71.150.249.242]) by smtpauth4.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTPSA id <0MM800CO17QSGD20@smtpauth4.wiscmail.wisc.edu> for freebsd-ports@freebsd.org; Fri, 03 May 2013 09:18:29 -0500 (CDT) Message-id: <5183C734.3030304@freebsd.org> Date: Fri, 03 May 2013 08:18:28 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130420 Thunderbird/17.0.5 To: freebsd-ports@freebsd.org Subject: Re: CFT: texlive ports References: <20130227.074141.1411089036796311344.hrs@allbsd.org> In-reply-to: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 14:18:35 -0000 On 04/29/13 06:56, David Demelier wrote: > 2013/4/17 David Demelier : >> 2013/2/26 Hiroki Sato : >>> Hello, >>> >>> Ports to replace print/*teTeX* with TeX Live 2012 are ready for >>> testing. Please note that this is not the final version and >>> committing the new ones into the ports tree will go in the following >>> phases: >>> >>> 1. Commit print/texlive-full for full version of TeX Live. >>> >>> 2. Update ports which depend on teTeX to make them possible to >>> select teTeX or TeX Live. teTeX by default at this phase. Split >>> TeX Live ports into smaller ones as necessary in parallel. >>> >>> 3. Switch the default to TeX Live. >>> >>> 4. Remove print/*teTeX*. >>> >>> The patch for phase 1 can be found at the following URL: >>> >>> http://people.allbsd.org/~hrs/FreeBSD/texlive-20130227-1.tar.gz >>> >>> This consists of the following ports: >>> >>> print/texlive-full >>> print/texlive-base >>> print/texlive-texmf >>> print/tex-ptexenc >>> print/xetex >>> print/luatex >>> devel/kpathsea >>> devel/web2c >>> >>> Please try to install print/texlive-full. The total size of the >>> installed files will be ~3GB, so be careful of free space on your >>> disk. While these ports still include some rough edges, all bits of >>> the TeX Live 2012 should be installed. Note that they cannot coexist >>> with the other TeX-related ports based on teTeX---this means you need >>> to remove all of TeX-related ports first. If you want a stable >>> version, please wait for migration procedure which will be submitted >>> in the end of phase 2. >>> >>> Non-English engines like pTeX also work but dviware (xdvi, dvips, >>> dvipdfmx, ...) for them and non-standard font maps are not included >>> (or activated) yet. They will be added when updating the existing >>> ports for the engine-specific versions of dviware. >>> >>> Some combinations of the ports on which TeX Live depends may lead to >>> a build problem due to version mismatch. If you notice build failure >>> or something wrong with the behavior, please send a report to me >>> directly via email. Thank you. >>> >> Thanks for your work! I've never touched LaTeX in my life and wanted >> texlive to be in ports before starting learning it. However I can't >> believe it takes 3Go of disk space. Why is this so big? >> >> Regards, >> >> -- >> Demelier David > Hello there, > > Can you fix the dependency issue? The port print/texlive-base requires > print/psutils-a4 but it has moved to print/psutils, so I just edited > the makefile and built it. > > And again, thank for you work :) Hope the port will be added soon. Any news on this being committed? It has been over two months now and seems to be working beautifully for everyone... -Nathan From owner-freebsd-ports@FreeBSD.ORG Fri May 3 14:22:41 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A95456EC for ; Fri, 3 May 2013 14:22:41 +0000 (UTC) (envelope-from ports@christianserving.org) Received: from zion.christianserving.org (zion.christianserving.org [66.128.242.154]) by mx1.freebsd.org (Postfix) with ESMTP id 526A51374 for ; Fri, 3 May 2013 14:22:41 +0000 (UTC) Received: from zion.christianserving.org (localhost.christianserving.org [127.0.0.1]) by zion.christianserving.org (Postfix) with ESMTP id 1C3F9222453; Fri, 3 May 2013 09:14:28 -0500 (CDT) X-Virus-Scanned: amavisd-new at christianserving.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-9999 required=6 tests=[BAYES_00=-1.9] autolearn=ham Received: from mm-riggsj.peace.daveramsey.com (mail.daveramsey.com [67.216.167.148]) by zion.christianserving.org (Postfix) with ESMTPSA; Fri, 3 May 2013 09:14:24 -0500 (CDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: Where has all the groupware gone..... From: Jim Riggs In-Reply-To: <1367589370.6082.YahooMailNeo@web141401.mail.bf1.yahoo.com> Date: Fri, 3 May 2013 09:14:25 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <52C6C740-425F-4030-BECB-4E8A1F769F0C@christianserving.org> References: <1363549575.86830.YahooMailNeo@web141402.mail.bf1.yahoo.com> <5146D0A6.3020707@executive-computing.de> <43224669-F60A-4B9A-9239-32012F1A934E@uraeus.com> <515843C0.1040800@executive-computing.de> <1366736787.89778.YahooMailNeo@web141402.mail.bf1.yahoo.com> <1367589370.6082.YahooMailNeo@web141401.mail.bf1.yahoo.com> To: Paul Pathiakis X-Mailer: Apple Mail (2.1503) Cc: Joe Malcolm , Marco Steinbach , "ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 14:22:41 -0000 On May 3, 2013, at 8:56 AM, Paul Pathiakis wrote: > Well, I, finally, got around to installing the port from the links = below. >=20 > Sadly, I'm trying to find all sorts of things for configuration and = various other modifications..... >=20 > There's no man pages installed. > I can find no documentation on the site or in the install that seems = to be of any use. > Frankly, I can't configure it to run in the jail that I'm testing it = in. (The jail is find and sogo starts but I have no idea how to access = the thing....) The port will get the software installed for you. Beyond that, it is up = to you to read the documentation to configure and implement it. See = , specifically chapter = 5 in the Installation and Configuration Guide. I suppose the port could install a /usr/local/etc/sogo.conf.sample file, = but configuration of SOGo is so specific and unique to each and every = environment that I believe it would likely cause more confusion than it = would avoid. > From: Paul Pathiakis > To: Marco Steinbach ; Joe Malcolm = =20 > Cc: "ports@freebsd.org" ; Jim Riggs = =20 > Sent: Tuesday, April 23, 2013 1:06 PM > Subject: Re: Where has all the groupware gone..... >=20 > Guys, >=20 > I've been reading a lot about sogo and I do like what I see. >=20 > Is this port ready yet? I just updated my ports tree and I don't see = it. >=20 > P. >=20 > >=20 > I ran into the same error, and Jim (creator of the ports, cc'ed) had = to=20 > fix a rather small oversight. Things seem to work now. >=20 > Check both out from here: >=20 > https://svn.redports.org/jhriggs/devel/sope/ > https://svn.redports.org/jhriggs/www/sogo/ >=20 >=20 > Upon installation, the user and group for SOGo will be created=20 > automatically from the contents of ${PORTSDIR}/UIDs and=20 > ${PORTSDIR}/GIDs, once the port has been accepted into the ports tree. >=20 > For now, you need to manually add the respective user and group to the=20= > above files, as the ports system won't be able to handle them, = otherwise. >=20 > See http://www.freebsd.org/cgi/query-pr.cgi?pr=3D175947. >=20 > Be warned, though, that you may need to adapt the numerical user and=20= > group id, because those in the PR may have already been assigned to=20 > other ports. >=20 > MfG CoCo >=20 >=20 >=20 >=20 >=20 From owner-freebsd-ports@FreeBSD.ORG Fri May 3 15:49:14 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 30DDEEF8 for ; Fri, 3 May 2013 15:49:14 +0000 (UTC) (envelope-from pathiaki2@yahoo.com) Received: from nm15-vm0.bullet.mail.bf1.yahoo.com (nm15-vm0.bullet.mail.bf1.yahoo.com [98.139.212.254]) by mx1.freebsd.org (Postfix) with SMTP id D91511B14 for ; Fri, 3 May 2013 15:49:13 +0000 (UTC) Received: from [98.139.212.152] by nm15.bullet.mail.bf1.yahoo.com with NNFMP; 03 May 2013 15:49:07 -0000 Received: from [98.139.212.219] by tm9.bullet.mail.bf1.yahoo.com with NNFMP; 03 May 2013 15:49:07 -0000 Received: from [127.0.0.1] by omp1028.mail.bf1.yahoo.com with NNFMP; 03 May 2013 15:49:07 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 273933.73369.bm@omp1028.mail.bf1.yahoo.com Received: (qmail 11966 invoked by uid 60001); 3 May 2013 15:49:06 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1367596146; bh=ez2rhlv8YoucOLJ1NzB2isH/Wndy2Sf+nG8wle3HL2s=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=Kj0eKRp2gOnoGbXceR6Y70mLAi0oXiAKvWonN4/JlxO3BsoO1zK0HBGAEVxB6pOzw54k5lMh7qhLwMCOykFSXMTS3mdtvJgI9kVc7YKjAS3XrBfHRvbMwxrcBLki6nrTnC/oUxymrnK7JjSmH901caLhDlX1DOzOY0tdlC1LTyM= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=v3jYMpEKUl8DdBerkSQlFAAWYn7LrGEBjZsV836B0piwr0YnYoepp3A2gsk9bnD/ATaVskJAfSDLxSvLJQX/4uQEif7rxbtJmcJCyCEfrn0vnPbuku6+B8tEzicJQ4mAAEhBE3syr/d+6/cmrx6LFc1NWT4vfDwJIQHlgOnuev8=; X-YMail-OSG: MVNWiSAVM1nqFDvUB.ucwjHb9Zbqjmjm2WF.6e8ipS7LvDi 8ix7Cc4obYcFe2C4glAQOIeDxZfvJkUCWpjJPCQEHhD.JlfTSSkMPkSOg6ET vB9plKwt6kJP7z27CgZ00mlt2J7CeovsgyQfWOMpPQAp7yW3KQKflG.LTD9f l5SmVxrfzE6LdeiZIUeitJCgEYMHKOm8QNGLPu59JZAmgBJSqog2oXZclFB9 X2dcb5i7KvRUZcfyOcn3Pz_A0TpvMy3tI3BhQQpMxA0GADAKEsty.dnJnyIG lNBRNQUBwme3ADEfvgjHOmvfbPEubsAjiUWR19tnz1Nih7EpKb_VKZM556bm eTF1LLxpbHWGAX.JFAing33MJgmX7O5ML2iNvKGq6d5D4Gd50EfIU411mxVp mIEDDHRzveOW9wG8Otdu_MlXeXph0cCk8abaWc6Vk4WxR.HilleVCZprZEys Mjr_re1QM51O.PYSvw1WDjruk2ahD_n4xwjQkjZXEeYGhShzkixYSMCVxwfQ r_jwluJ4F5PR.wB__Lb443S2.lBdwE6Sz1DWV.6BL3Pm44qG2HHhiHi2UdF2 MoNyVYrOJFZuhoTtDV2kiladjKpMA2MYh9l5zqDgOvfKqzZ5APd5z7FHT6yB m62.cQoulqA5VJT6x56XQ6qvb7wIUTxHw11OySLSSUeskTIHZyZkFIirWTOQ - Received: from [24.241.19.79] by web141402.mail.bf1.yahoo.com via HTTP; Fri, 03 May 2013 08:49:06 PDT X-Rocket-MIMEInfo: 002.001, SmltLAoKSSdtIHdvcmtpbmcgaXQgdGhlIGJlc3QgSSBjYW4uwqAgSSBkaWQgZmluZCBhbm90aGVyIHNvZ28uY29uZiBmaWxlIGluIHRoZSBkaXN0cm8gaW4gU09Hby0yLjAuNS9zY3JpcHRzL3NvZ28uY29uZi7CoCBJdCBoZWxwcyBxdWl0ZSBhIGJpdCBub3cuCgpTT0dvIGxvb2tzIHRvIGJlIGJyaWxsaWFudCBhbmQgaGFzIGEgbG90IG9mIGZlYXR1cmVzIHRoYXQgb3RoZXJzIGRvbid0LsKgIEFsc28sIGl0IGFsbG93cyBjb25maWd1cmF0aW9uIG9mIGRhdGFiYXNlLCBsZGFwLCBwb3N0Zml4IG9yIHNlbmRtYWkBMAEBAQE- X-Mailer: YahooMailWebService/0.8.141.536 References: <1363549575.86830.YahooMailNeo@web141402.mail.bf1.yahoo.com> <5146D0A6.3020707@executive-computing.de> <43224669-F60A-4B9A-9239-32012F1A934E@uraeus.com> <515843C0.1040800@executive-computing.de> <1366736787.89778.YahooMailNeo@web141402.mail.bf1.yahoo.com> <1367589370.6082.YahooMailNeo@web141401.mail.bf1.yahoo.com> <52C6C740-425F-4030-BECB-4E8A1F769F0C@christianserving.org> Message-ID: <1367596146.2679.YahooMailNeo@web141402.mail.bf1.yahoo.com> Date: Fri, 3 May 2013 08:49:06 -0700 (PDT) From: Paul Pathiakis Subject: Re: Where has all the groupware gone..... To: Jim Riggs In-Reply-To: <52C6C740-425F-4030-BECB-4E8A1F769F0C@christianserving.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Joe Malcolm , Marco Steinbach , "ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Paul Pathiakis List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 15:49:14 -0000 Jim,=0A=0AI'm working it the best I can.=A0 I did find another sogo.conf fi= le in the distro in SOGo-2.0.5/scripts/sogo.conf.=A0 It helps quite a bit n= ow.=0A=0ASOGo looks to be brilliant and has a lot of features that others d= on't.=A0 Also, it allows configuration of database, ldap, postfix or sendma= il, etc, etc.=A0 I've been looking for something like this to take the plac= e of Exchange/Outlook with little pain.=0A=0A=0AHowever, I did read the onl= ine install documents, they are, highly, RH specific or Generic Linux speci= fic.=0A=0A=0AWith ports, I think I speak for a lot of people of lesser abil= ity than myself (25 years and 23 years as sysadmin, sr sysadmin, system arc= hitect, consultant), that ports is at the level now of 'it just works' almo= st all the time or the expectation that everything is put in the proper hie= rarchy and sample files are required.=A0 (Thank you for putting in the samp= le file!)=A0 Proper man pages are a requirement (there seems to be a bunch = for the GNUstep library in .gz format in /usr/local/GNUstep/System/Library/= Documentation/man that should, probably, be linked to proper /usr/local/man= directory as performing man on any of them comes back with 'no manual entr= y'.=0A=0AAlso, it does seem, from the installation documentation that the w= eb interface relies on Apache, however, it wasn't installed as a dependency= and I believe it should.=A0 Also, an informational blurb at the end of the= port if it installs correctly that says:=A0 "Please put this in your Apach= e http.conf file: " or "the parameters for Apache can be found in /so= fo.conf-apache"=0A=0AAnd another message that says the default configuratio= n file is located in /usr/local/etc/sogo.conf=0A=0A=0AIt's these little thi= ngs that make ports superior to anything else out there.=A0 The ability for= it to 'just work' and to provide all additional information that the user = will require to get basics up and running and no 'dependency hell' like Lin= ux systems.=0A=0A=0AFinally, please understand that anyone who creates a po= rt is another unsung hero in FBSD world.=A0 It's appreciated every time som= eone does a make install in that port's directory.=A0 Many people don't giv= e it consideration, but I do.=A0 Also, I'll help, if I have the time, to ro= und it out like this.=A0 I want it to be yet another port that sings out of= the gate. :-)=A0=A0 Let me know when, if you get a chance to implement a l= ot of this, to run through it again.=A0 I'm going to continue with my prese= nt attempt and let you know what else I find.=0A=0APeace!=0A=0AP.=0A=0A=0A= =0A________________________________=0A From: Jim Riggs =0ATo: Paul Pathiakis =0ACc: Marco Steinbach = ; Joe Malcolm ; "ports@fr= eebsd.org" =0ASent: Friday, May 3, 2013 10:14 AM=0ASubj= ect: Re: Where has all the groupware gone.....=0A =0A=0AOn May 3, 2013, at = 8:56 AM, Paul Pathiakis wrote:=0A=0A> Well, I, finall= y, got around to installing the port from the links below.=0A> =0A> Sadly, = I'm trying to find all sorts of things for configuration and various other = modifications.....=0A> =0A> There's no man pages installed.=0A> I can find = no documentation on the site or in the install that seems to be of any use.= =0A> Frankly, I can't configure it to run in the jail that I'm testing it i= n.=A0 (The jail is find and sogo starts but I have no idea how to access th= e thing....)=0A=0A=0AThe port will get the software installed for you. Beyo= nd that, it is up to you to read the documentation to configure and impleme= nt it. See , specifically = chapter 5 in the Installation and Configuration Guide.=0A=0AI suppose the p= ort could install a /usr/local/etc/sogo.conf.sample file, but configuration= of SOGo is so specific and unique to each and every environment that I bel= ieve it would likely cause more confusion than it would avoid.=0A=0A=0A> Fr= om: Paul Pathiakis =0A> To: Marco Steinbach ; Joe Malcolm =0A> Cc: "ports@free= bsd.org" ; Jim Riggs =0A> S= ent: Tuesday, April 23, 2013 1:06 PM=0A> Subject: Re: Where has all the gro= upware gone.....=0A> =0A> Guys,=0A> =0A> I've been reading a lot about sogo= and I do like what I see.=0A> =0A> Is this port ready yet?=A0 I just updat= ed my ports tree and I don't see it.=0A> =0A> P.=0A> =0A> =0A> =0A> I= ran into the same error, and Jim (creator of the ports, cc'ed) had to =0A>= fix a rather small oversight.=A0 Things seem to work now.=0A> =0A> Check b= oth out from here:=0A> =0A> https://svn.redports.org/jhriggs/devel/sope/=0A= > https://svn.redports.org/jhriggs/www/sogo/=0A> =0A> =0A> Upon installatio= n, the user and group for SOGo will be created =0A> automatically from the = contents of ${PORTSDIR}/UIDs and =0A> ${PORTSDIR}/GIDs, once the port has b= een accepted into the ports tree.=0A> =0A> For now, you need to manually ad= d the respective user and group to the =0A> above files, as the ports syste= m won't be able to handle them, otherwise.=0A> =0A> See http://www.freebsd.= org/cgi/query-pr.cgi?pr=3D175947.=0A> =0A> Be warned, though, that you may = need to adapt the numerical user and =0A> group id, because those in the PR= may have already been assigned to =0A> other ports.=0A> =0A> MfG CoCo=0A> = =0A> =0A> =0A> =0A> From owner-freebsd-ports@FreeBSD.ORG Fri May 3 15:56:08 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 282A241D for ; Fri, 3 May 2013 15:56:08 +0000 (UTC) (envelope-from dan.mcgregor@usask.ca) Received: from mail121c7.megamailservers.com (mail121c7.megamailservers.com [69.49.98.221]) by mx1.freebsd.org (Postfix) with ESMTP id B66B61BAE for ; Fri, 3 May 2013 15:56:07 +0000 (UTC) X-Authenticated-User: mcgreg123.sasktel.net Received: from shadrach.dyndns.org (71-17-188-15.sktn.hsdb.sasknet.sk.ca [71.17.188.15]) (authenticated bits=0) by mail121c7.megamailservers.com (8.13.6/8.13.1) with ESMTP id r43Ftxmn003146 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 3 May 2013 11:56:01 -0400 Received: from localhost (localhost [127.0.0.1]) by shadrach.dyndns.org (Postfix) with ESMTP id E1188173 for ; Fri, 3 May 2013 09:55:58 -0600 (CST) Date: Fri, 3 May 2013 09:55:58 -0600 (CST) From: Dan McGregor X-X-Sender: dan@shadrach To: ports@freebsd.org Subject: pstree out of date Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="2866808859-812049453-1367596558=:95530" X-CSC: 0 X-CHA: v=1.1 cv=K5FEdIVWSbjCfJdtGdLPgnPWkPghZ2q1p5TU8fCRaPg= c=1 sm=1 a=ZxN8qah7hV8A:10 a=wPDyFdB5xvgA:10 a=cBf+lVi7jEOFes67icOs3Q==:17 a=z5mP9p_GttkwWCXZjNsA:9 a=CjuIK1q_8ugA:10 a=6Ja6JiTxAAAA:8 a=NtthKtawkePVhkb3oFYA:9 a=QEXdDO2ut3YA:10 a=cBf+lVi7jEOFes67icOs3Q==:117 X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A010205.5183DE11.0023, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 15:56:08 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --2866808859-812049453-1367596558=:95530 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Hello, The port sysutils/pstree is out of date, and because the version is not in the filename the version in ports cannot be fetched from its master site. I have included a patch to bring it up to date. Thanks, Dan --2866808859-812049453-1367596558=:95530 Content-Type: TEXT/PLAIN; charset=UTF-8; name=pstree-svn.diff Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: pstree 2.36 patch Content-Disposition: attachment; filename=pstree-svn.diff SW5kZXg6IHN5c3V0aWxzL3BzdHJlZS9NYWtlZmlsZQ0KPT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PQ0KLS0tIHN5c3V0aWxzL3BzdHJlZS9NYWtlZmlsZQkocsOp dmlzaW9uIDMxNzE5NSkNCisrKyBzeXN1dGlscy9wc3RyZWUvTWFrZWZpbGUJ KGNvcGllIGRlIHRyYXZhaWwpDQpAQCAtMiw3ICsyLDcgQEANCiAjICRGcmVl QlNEJA0KIA0KIFBPUlROQU1FPQlwc3RyZWUNCi1QT1JUVkVSU0lPTj0JMi4z NQ0KK1BPUlRWRVJTSU9OPQkyLjM2DQogQ0FURUdPUklFUz0Jc3lzdXRpbHMN CiBNQVNURVJfU0lURVM9CWh0dHA6Ly93d3cudGhwLnVuaS1kdWUuZGUvcHN0 cmVlLyBcDQogCQlMT0NBTC9hdmwNCkluZGV4OiBzeXN1dGlscy9wc3RyZWUv ZGlzdGluZm8NCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0NCi0tLSBzeXN1dGls cy9wc3RyZWUvZGlzdGluZm8JKHLDqXZpc2lvbiAzMTcxOTUpDQorKysgc3lz dXRpbHMvcHN0cmVlL2Rpc3RpbmZvCShjb3BpZSBkZSB0cmF2YWlsKQ0KQEAg LTEsMiArMSwyIEBADQotU0hBMjU2IChwc3RyZWUudGFyLmd6KSA9IDcyZWMy ZDE0YmU3OGVhYzJhYjA4NzFlOTBmNDM1OWZlYTlhNDFmNzcwODgyNmEyMDFk YzZlNjA1MWE2ZGYxYzMNCi1TSVpFIChwc3RyZWUudGFyLmd6KSA9IDEwOTE2 DQorU0hBMjU2IChwc3RyZWUudGFyLmd6KSA9IDlkMDVkMjg0MzJhMTJmZTg3 NDRiODk1ZTEwYjRhMzkwMDhiYmE0ZmMzNzg3YjM1OTVkYTNjZjU5OWI3NWE0 ZWYNCitTSVpFIChwc3RyZWUudGFyLmd6KSA9IDExMTc5DQo= --2866808859-812049453-1367596558=:95530-- From owner-freebsd-ports@FreeBSD.ORG Fri May 3 16:30:57 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 61B59146 for ; Fri, 3 May 2013 16:30:57 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 441391EC8 for ; Fri, 3 May 2013 16:30:57 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UYIsr-0004hM-0T for freebsd-ports@freebsd.org; Fri, 03 May 2013 09:30:57 -0700 Date: Fri, 3 May 2013 09:30:57 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1367598657002-5808582.post@n5.nabble.com> Subject: graphics/libfpx does not build in poudriere 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.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 16:30:57 -0000 graphics/libfpx gets built natively but not in poudriere. If I add the package to the repo from natively built, poudriere deletes the package. Build Log shows: =================================================== ===> Building for libfpx-1.3.1.1 Warning: Object directory not changed from original /wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1 g++46 -O2 -pipe -march=k8 -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -fstack-protector -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -fno-rtti -fno-exceptions -fno-strict-aliasing -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless/h -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/jpeg -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ole -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/basics -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ri_image -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/. -I/usr/local/include -D_UNIX -c /wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx/filter.cpp -o filter.o g++46 -fpic -DPIC -O2 -pipe -march=k8 -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -fstack-protector -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -fno-rtti -fno-exceptions -fno-strict-aliasing -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless/h -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/jpeg -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ole -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/basics -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ri_image -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/. -I/usr/local/include -D_UNIX -c /wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx/filter.cpp -o filter.So g++46 -O2 -pipe -march=k8 -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -fstack-protector -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -fno-rtti -fno-exceptions -fno-strict-aliasing -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless/h -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/jpeg -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ole -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/basics -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ri_image -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/. -I/usr/local/include -D_UNIX -c /wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx/coltwist.cpp -o coltwist.o g++46 -fpic -DPIC -O2 -pipe -march=k8 -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -fstack-protector -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -fno-rtti -fno-exceptions -fno-strict-aliasing -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless/h -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/jpeg -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ole -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/basics -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ri_image -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/. -I/usr/local/include -D_UNIX -c /wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx/coltwist.cpp -o coltwist.So g++46 -O2 -pipe -march=k8 -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -fstack-protector -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -fno-rtti -fno-exceptions -fno-strict-aliasing -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless/h -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/jpeg -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ole -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/basics -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ri_image -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/. -I/usr/local/include -D_UNIX -c /wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx/fpximgvw.cpp -o fpximgvw.o g++46 -fpic -DPIC -O2 -pipe -march=k8 -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -fstack-protector -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -fno-rtti -fno-exceptions -fno-strict-aliasing -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless/h -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/jpeg -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ole -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/basics -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ri_image -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/. -I/usr/local/include -D_UNIX -c /wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx/fpximgvw.cpp -o fpximgvw.So g++46 -O2 -pipe -march=k8 -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -fstack-protector -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -fno-rtti -fno-exceptions -fno-strict-aliasing -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless/h -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/jpeg -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ole -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/basics -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ri_image -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/. -I/usr/local/include -D_UNIX -c /wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx/imginfio.cpp -o imginfio.o g++46 -fpic -DPIC -O2 -pipe -march=k8 -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -fstack-protector -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -fno-rtti -fno-exceptions -fno-strict-aliasing -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless/h -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/jpeg -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ole -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/basics -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ri_image -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/. -I/usr/local/include -D_UNIX -c /wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx/imginfio.cpp -o imginfio.So g++46 -O2 -pipe -march=k8 -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -fstack-protector -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -fno-rtti -fno-exceptions -fno-strict-aliasing -DHAVE_WCHAR_H -DHAVE_DLFCN_H -DHAVE_SYS_TIME_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless/h -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/jpeg -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ole -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/basics -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/ri_image -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/oless -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx -I/wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/. -I/usr/local/include -D_UNIX -c /wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx/fpxformt.cpp -o fpxformt.o /wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx/fpxformt.cpp: In member function 'FPXStatus PFlashPixFile::Erreur() const': /wrkdirs/usr/ports/graphics/libfpx/work/libfpx-1.3.1-1/fpx/fpxformt.cpp:549:11: error: variable 'error' set but not used [-Werror=unused-but-set-variable] cc1plus: all warnings being treated as errors *** [fpxformt.o] Error code 1 ----- 10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/graphics-libfpx-does-not-build-in-poudriere-tp5808582.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Fri May 3 18:20:36 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DF3A67B5 for ; Fri, 3 May 2013 18:20:36 +0000 (UTC) (envelope-from daemon@dx.burplex.com) Received: from dx.burplex.com (dx.burplex.com [50.197.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id D08E61A6F for ; Fri, 3 May 2013 18:20:36 +0000 (UTC) Received: by dx.burplex.com (Postfix, from userid 1) id 4527C36F4E98; Fri, 3 May 2013 11:20:36 -0700 (PDT) To: freebsd-ports@FreeBSD.org Subject: Re: qtcreator build failure From: Waitman Gobble X-UUID-HOR: 12acd21f-b3c4-11e2-910d-902b34a86bc3 Message-Id: <20130503182036.4527C36F4E98@dx.burplex.com> Date: Fri, 3 May 2013 11:20:36 -0700 (PDT) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 18:20:36 -0000 On Fri, 3 May 2013 00:35:31 -0700 (PDT), Waitman Gobble wrote: > >Hi, > >I'm getting a build failure with QT Creator > >Building up file structure... >QSqlDatabase: QSQLITE driver not loaded >QSqlDatabase: available drivers: >Cannot open data base file >/usr/ports/devel/qtcreator/work/build/share/doc/qtcreator/qtcreator.qch! >*** [qch_docs] Error code 255 > >Stop in /usr/ports/devel/qtcreator/work/build. >*** [do-build] Error code 1 > >Stop in /usr/ports/devel/qtcreator. > > Not sure what happened, but make deinstall/reinstall in databases/qt4-sqlite3-plugin solved the problem.. AFAIK it was up-to-date. Weird Harold? -- Waitman Gobble San Jose California USA +1.5108307875 From owner-freebsd-ports@FreeBSD.ORG Fri May 3 21:34:26 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 38BCB68B for ; Fri, 3 May 2013 21:34:26 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-vb0-x22a.google.com (mail-vb0-x22a.google.com [IPv6:2607:f8b0:400c:c02::22a]) by mx1.freebsd.org (Postfix) with ESMTP id F07BC163C for ; Fri, 3 May 2013 21:34:25 +0000 (UTC) Received: by mail-vb0-f42.google.com with SMTP id w16so1763256vbf.29 for ; Fri, 03 May 2013 14:34:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=+AFRUK1/s+6/oPQPDkRCpjUvzsA/sltwPgYS8UYJPM0=; b=WISZvcJELqoHeyQ9shkij3uSF1RYQFrfP+DaASqTGBUjKlMdkC9GFu0KeeAnx85mfD 5lxhwwLSXaFNBuDrTqSWePVXg0SGh6Rl747Ib7s+XwRZe145nWbxwUH4Qfwz0NgjBl3W /xlot0GZn1x2bHvRrt6vyQaKN2t4ps0AGGkCqhHdYPWuo0WmFugbftev+tumHKIRDIvg aYiUbb+jGymHRPwMyXRxkrfLjc5Tsop1G6YU0ww5OmaSZAhYT/WTC2GQX85GY1LAkcH9 7Y6P0gpoZQU0rNq8nzGElx1VyLmt+yPedCQ00OLMKvuMhb3fKkn0Qs1SwDT3sY2kw/yf AtIw== MIME-Version: 1.0 X-Received: by 10.52.33.236 with SMTP id u12mr3479368vdi.101.1367616865530; Fri, 03 May 2013 14:34:25 -0700 (PDT) Sender: bsd-src@helfman.org Received: by 10.58.146.39 with HTTP; Fri, 3 May 2013 14:34:25 -0700 (PDT) In-Reply-To: References: Date: Fri, 3 May 2013 14:34:25 -0700 X-Google-Sender-Auth: _fhBtc7CBlsi1ZdGBsSPopjH8bE Message-ID: Subject: Re: pstree out of date From: Jason Helfman To: Dan McGregor X-Gm-Message-State: ALoCoQkDWW38deTB0dmpBhnnqfID5+5GhZQP+8eWAMBTwU7RhmDMO6+y46RBBnmZXWLna1ADJlww Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 21:34:26 -0000 On Fri, May 3, 2013 at 8:55 AM, Dan McGregor wrote: > Hello, > > The port sysutils/pstree is out of date, and because the version is not in > the filename the version in ports cannot be fetched from its master site. I > have included a patch to bring it up to date. > > Thanks, > > Dan > _______________________________________________ > 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" > I'll take care of this issue. Thanks. -jgh -- -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve From owner-freebsd-ports@FreeBSD.ORG Fri May 3 22:55:25 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6D3F5C5A for ; Fri, 3 May 2013 22:55:25 +0000 (UTC) (envelope-from scott@kitterman.com) Received: from mailout02.controlledmail.com (mailout02.controlledmail.com [72.81.252.18]) by mx1.freebsd.org (Postfix) with ESMTP id 451C91A50 for ; Fri, 3 May 2013 22:55:25 +0000 (UTC) Received: from mailout02.controlledmail.com (localhost [127.0.0.1]) by mailout02.controlledmail.com (Postfix) with ESMTP id B54A420E40FD; Fri, 3 May 2013 18:48:48 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kitterman.com; s=2007-00; t=1367621339; bh=J9IrKTBrle1JRePXUYOhyzOBWUtQ7Htebe4CBCX1djg=; h=From:To:Cc:Subject:Date:From; b=f0KlKeVGXDET0Cseemn39AnRaFU6OBWTHEVa2B6OGdjKvQSilKFqQb/UCxzjMnyn1 W/apCyoNbvV4JznmJKvQtntn0Ja88Tu8J91BqTe5QGBnp+05vXRTNUdF7wb2U2DeE0 M7Qc60UWoa70HzfolrSkGYZ/2WpDtVtb2FUFEF7M= Received: from scott-latitude-e6320.localnet (static-72-81-252-21.bltmmd.fios.verizon.net [72.81.252.21]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout02.controlledmail.com (Postfix) with ESMTPSA id 9DC0C20E4076; Fri, 3 May 2013 18:48:48 -0400 (EDT) From: Scott Kitterman To: me@mortis.eu Subject: FreeBSD Port: py27-postfix-policyd-spf-python-1.0 Date: Fri, 03 May 2013 18:48:47 -0400 Message-ID: <3379936.Q1KxQnK2OB@scott-latitude-e6320> User-Agent: KMail/4.10.2 (Linux/3.8.0-19-generic; KDE/4.10.2; i686; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-AV-Checked: ClamAV using ClamSMTP Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 May 2013 22:55:25 -0000 I'm the upstream developer of postfix-policyd-spf-python and this bug just got filed in the upstream bug tracker: https://bugs.launchpad.net/pypolicyd-spf/+bug/1176223 As I mention in the bug, the issue is the lack of the authres module, https://pypi.python.org/pypi/authres , which doesn't appear to be packaged for FreeBSD. Scott K From owner-freebsd-ports@FreeBSD.ORG Sat May 4 11:22:55 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 80B181FD; Sat, 4 May 2013 11:22:55 +0000 (UTC) (envelope-from dave.nerd@gmail.com) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) by mx1.freebsd.org (Postfix) with ESMTP id BA4D11127; Sat, 4 May 2013 11:22:54 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id b13so2328294wgh.30 for ; Sat, 04 May 2013 04:22:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=xKJcnv9Mugm15qGy+CRAb0OUOh0oVcGSO8FzB+JMqz4=; b=tYzyvCwWRCsDp6REfT5bIlnSaeg1dQ1w0ldK41KfIhRUcdJfyeSxsi+AGgdoGPY/2U 9xFq7mlaZJlBlnOc+Yj5LmvKYlCzYedgy6c8Mp/JyZ571S6jaf1xtbDxDCmAoRUzzyZ5 e4DTK+J1CjCTS8kJTi79rJb415adDRNUVxmviZRwUubZ3BG/RzxauBIJwdkwuRsTW9Vg EYFB2AZecRoU8CZVIlfGBHCvs8Pont/LRrJacZSGrpRutzUHFfEumhjVUZlMqlckOXMm vCqzAp2rqf84WrColRG/QfLD/vV0QhiNHy+GTY+S8QAcxlf9fWsF8SFELLECYq9IeQ03 ndWg== X-Received: by 10.194.77.103 with SMTP id r7mr14489733wjw.12.1367666573927; Sat, 04 May 2013 04:22:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.49.210 with HTTP; Sat, 4 May 2013 04:22:33 -0700 (PDT) In-Reply-To: References: From: Dave M Date: Sat, 4 May 2013 06:22:33 -0500 Message-ID: Subject: Re: clamtk detects setuptools-0.6c11-py2.7.egg Packer.MingwGcc-2 virus To: M Rusli Content-Type: text/plain; charset=UTF-8 Cc: ports@freebsd.org, tj@freebsd.org, secteam@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 May 2013 11:22:55 -0000 Hi, I'm not sure what that file is, but you could verify with that package owner's upstream that it's good to go. Keep in mind that the "threat" name is "PUA" (for potentially unwanted application) and seems to be warning based on the type of packer or compiler used. In fact, you probably have the "Scan for PUAs" option checked in your ClamTk preferences, otherwise this would not have alerted. Once the upstream verifies it (hopefully :), please submit the file to ClamAV (at clamav.net) as a false positive, assuming it is one. Let me know if I can be of assistance. thanks, Dave M On Sat, May 4, 2013 at 6:04 AM, M Rusli wrote: > Hi > > I did a full scan on my computer with up-to-date virus of clamtk. > > It indicates that the > /usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg contains > PUA.Win32.PackerMingwGcc-2 virus. > > Can you verify whether this is a PUA virus? > > Thank you. > > Rusli From owner-freebsd-ports@FreeBSD.ORG Sat May 4 11:31:05 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 541446D3; Sat, 4 May 2013 11:31:05 +0000 (UTC) (envelope-from linuxsecuritymrusli@gmail.com) Received: from mail-ia0-x22e.google.com (mail-ia0-x22e.google.com [IPv6:2607:f8b0:4001:c02::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 179F31280; Sat, 4 May 2013 11:31:05 +0000 (UTC) Received: by mail-ia0-f174.google.com with SMTP id e36so2016203iag.19 for ; Sat, 04 May 2013 04:31:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to:cc :content-type; bh=uC64cZqjXPGWOKkdUUVHB2EzAqntlpC7dwV/kTkPK3o=; b=ou9ohC7cOKatfoTYsnE7AcHzpnXb66zAg/K9C3zjT3DOJ4e6cadwN1V32H+F/u6P3c c623vBhjYJYG9OMBZudW7jYcA5lFwmhEhM5WfAdYj0Z0I0aFJid3iFaMSc9I6Z48JpIj YY3UcIJ+CTAeXy26obpt46NvIKg6NxZ/nC1AvvJdGzYbbMPFQLFyu7Aql5IHhtHw+Fsv DHGaV7r7Agu3rY0OJpYoQ6sPYvoPb9Vv6BNcPIP9Nlzd8t2SsqBXwP0AZ2YZZhZroyJs fu2BDgmbIm7FAwbs6Tw1M1AOJVT6as0I+xl348vPG3B7Gy2O3zqlLSeKkdDfV5Sdq1qI LkEA== MIME-Version: 1.0 X-Received: by 10.50.57.38 with SMTP id f6mr516292igq.68.1367665481011; Sat, 04 May 2013 04:04:41 -0700 (PDT) Received: by 10.64.35.101 with HTTP; Sat, 4 May 2013 04:04:40 -0700 (PDT) Date: Sat, 4 May 2013 19:04:40 +0800 Message-ID: Subject: clamtk detects setuptools-0.6c11-py2.7.egg Packer.MingwGcc-2 virus From: M Rusli To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: tj@freebsd.org, Dave M , secteam@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 May 2013 11:31:05 -0000 Hi I did a full scan on my computer with up-to-date virus of clamtk. It indicates that the /usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg contains PUA.Win32.PackerMingwGcc-2 virus. Can you verify whether this is a PUA virus? Thank you. Rusli From owner-freebsd-ports@FreeBSD.ORG Sat May 4 11:48:08 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B21132CB; Sat, 4 May 2013 11:48:08 +0000 (UTC) (envelope-from linuxsecuritymrusli@gmail.com) Received: from mail-ie0-x235.google.com (mail-ie0-x235.google.com [IPv6:2607:f8b0:4001:c03::235]) by mx1.freebsd.org (Postfix) with ESMTP id 7549E157C; Sat, 4 May 2013 11:48:08 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id x12so2723489ief.12 for ; Sat, 04 May 2013 04:48:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=Kb7UdYS48aoG2lSLuYAHwfgfQIDaFfGyXBjRN2zuOTw=; b=RauM8icJiH6a3OBR8K9vuO8msEL+1ZONHF+KtD1j77puBVsKvpZi5XetuMjGRuo5TT Z+rLx8TRB/y09BqCUyCDOQHNm0TsLWEqxw+qsgezyfDCvRdq+P1LdAXTFZkvmsvDgrPV xfMxLhw5dCDrji1MYnqPUAa5hpxGjlRrRoJi7uJfiGjM97fqDWCJzMldL08wDO/GnDwa Hm7ta29nvxeuWVw9yOupo1n4tLbs7U6CuNkDMJit3EDxqkml6zbvpxcbSzPzhm3V99W6 QPj7rwBw/JVfXkNwq73G73500h12sgOBEuLtozNrQhcLkK+6ku0fjJcPjtVUKHKkZudr 537Q== MIME-Version: 1.0 X-Received: by 10.50.20.38 with SMTP id k6mr564107ige.50.1367668088235; Sat, 04 May 2013 04:48:08 -0700 (PDT) Received: by 10.64.35.101 with HTTP; Sat, 4 May 2013 04:48:08 -0700 (PDT) In-Reply-To: References: Date: Sat, 4 May 2013 19:48:08 +0800 Message-ID: Subject: Re: clamtk detects setuptools-0.6c11-py2.7.egg Packer.MingwGcc-2 virus From: M Rusli To: Dave M Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: ports@freebsd.org, tj@freebsd.org, secteam@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 May 2013 11:48:08 -0000 Hi Dave, I did another scan and this time I disable the PUA settings. And clamtk did not detect any virus. I did double confirm with virustotal. And it did not detect anything. But when I do a scan again with PUA, it detected as PUA.Win32.PackerMingwGcc-2 virus. By the way, clamav have an updated version of the virus engine to version 0.97.8. Any luck when the new update version will come in for the Freebsd version??? On Sat, May 4, 2013 at 7:22 PM, Dave M wrote: > Hi, > > I'm not sure what that file is, but you could verify with that package > owner's upstream that it's good to go. > > Keep in mind that the "threat" name is "PUA" (for potentially unwanted > application) and seems to be warning based on the type of packer or > compiler used. In fact, you probably have the "Scan for PUAs" option > checked in your ClamTk preferences, otherwise this would not have > alerted. > > Once the upstream verifies it (hopefully :), please submit the file to > ClamAV (at clamav.net) as a false positive, assuming it is one. > > Let me know if I can be of assistance. > > thanks, > Dave M > > On Sat, May 4, 2013 at 6:04 AM, M Rusli > wrote: > > Hi > > > > I did a full scan on my computer with up-to-date virus of clamtk. > > > > It indicates that the > > /usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg > contains > > PUA.Win32.PackerMingwGcc-2 virus. > > > > Can you verify whether this is a PUA virus? > > > > Thank you. > > > > Rusli > From owner-freebsd-ports@FreeBSD.ORG Sat May 4 18:35:03 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5729795E; Sat, 4 May 2013 18:35:03 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id 18DBBA30; Sat, 4 May 2013 18:35:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 7EE985E41C; Sat, 4 May 2013 20:22:20 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -0.971 X-Spam-Level: X-Spam-Status: No, score=-0.971 tagged_above=-999 required=5 tests=[AWL=0.027, BAYES_00=-2.599, RCVD_IN_PBL=0.905, RDNS_DYNAMIC=0.1, SPF_SOFTFAIL=0.596] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id GD+Bi3BpRYtU; Sat, 4 May 2013 20:22:15 +0200 (CEST) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (c224-156-70-80.bjare.net [80.70.156.224]) by mx1.bjare.net (Postfix) with ESMTP id 8E60A5E401; Sat, 4 May 2013 20:22:14 +0200 (CEST) Message-ID: <518551D5.5080306@eskk.nu> Date: Sat, 04 May 2013 20:22:13 +0200 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130404 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: make failed for net/remmina-plugin-rdp Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: avl@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 May 2013 18:35:03 -0000 I'm in the process of portmaster -r libgcrypt But I get stuck here. Help Please! ===> remmina-plugin-rdp-0.9.2_1 depends on file: /usr/local/bin/intltool-extract - found ===> remmina-plugin-rdp-0.9.2_1 depends on shared library: freerdp.0 - not found ===> Verifying install for freerdp.0 in /usr/ports/net/freerdp ===> Returning to build of remmina-plugin-rdp-0.9.2_1 Error: shared library "freerdp.0" does not exist *** [lib-depends] Error code 1 Stop in /usr/ports/net/remmina-plugin-rdp. ===>>> make failed for net/remmina-plugin-rdp ===>>> Aborting update ===>>> Update for net/remmina-plugin-rdp failed ===>>> Aborting update ===>>> Killing background jobs Terminated From owner-freebsd-ports@FreeBSD.ORG Sat May 4 21:41:59 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A9ED317B; Sat, 4 May 2013 21:41:59 +0000 (UTC) (envelope-from linuxsecuritymrusli@gmail.com) Received: from mail-ia0-x229.google.com (mail-ia0-x229.google.com [IPv6:2607:f8b0:4001:c02::229]) by mx1.freebsd.org (Postfix) with ESMTP id 6A14D187; Sat, 4 May 2013 21:41:59 +0000 (UTC) Received: by mail-ia0-f169.google.com with SMTP id l29so2328036iag.28 for ; Sat, 04 May 2013 14:41:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=4E2uMUYlSX/NaBbLaCWVlUBTa8Tj0uEQpCkVLGTtof8=; b=l5Rahu1yhJA2HXaDtGWRBgOxqrImXA5enyoWw6OIrn0RwNH3RIk8d+9OCW/PXbPPh7 aFL/DJW1zza/bDi2dMAaQtcKaBCTL1Sd+DIa0xmhkTCLWHNEDV34koohC85bhLWtrKTr 9MU/Y6qq/VnyJYR4bcQi0qKvDgnQKwjdyl8sfKlZn29dRzL24hP1PpHz0QQ188kjxJxA ie5OH32d7zwnx2mafRJ+1PaNqGFzQoTVmBesVzOYfKGdMnXbAYsydQAaZIxxaSPsbosx QD4xNylpc6gwXxbpwFR3frTT0i/QAf8AwNXAVCWict7wFOQclJRJZkSlsTrvPT0odu+v JHjw== MIME-Version: 1.0 X-Received: by 10.50.12.201 with SMTP id a9mr1024736igc.10.1367703719153; Sat, 04 May 2013 14:41:59 -0700 (PDT) Received: by 10.64.35.101 with HTTP; Sat, 4 May 2013 14:41:59 -0700 (PDT) In-Reply-To: References: Date: Sun, 5 May 2013 05:41:59 +0800 Message-ID: Subject: Re: clamtk detects setuptools-0.6c11-py2.7.egg Packer.MingwGcc-2 virus From: M Rusli To: Dave M Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: ports@freebsd.org, tj@freebsd.org, secteam@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 May 2013 21:41:59 -0000 Hi Dave, Thanks! Clamav scan engine have been updated to 0.97.8. On Sat, May 4, 2013 at 7:54 PM, Dave M wrote: > Hi, > > It's okay to check things with PUA settings - sometimes they really > are "unwanted" applications. You did the right thing by asking others > to verify and submitting it to VT for a second opinion. > > Sorry, I have no idea when FreeBSD will upgrade. It all comes down to > the FreeBSD maintainer - when they get to it and upload it. Fedora > doesn't have it yet either. > > respectfully > dave > > On Sat, May 4, 2013 at 6:48 AM, M Rusli > wrote: > > Hi Dave, > > > > I did another scan and this time I disable the PUA settings. And clamtk > did > > not detect any virus. > > > > I did double confirm with virustotal. And it did not detect anything. > > > > But when I do a scan again with PUA, it detected as > > PUA.Win32.PackerMingwGcc-2 virus. > > > > By the way, clamav have an updated version of the virus engine to version > > 0.97.8. > > > > Any luck when the new update version will come in for the Freebsd > version??? > > > > > > On Sat, May 4, 2013 at 7:22 PM, Dave M wrote: > >> > >> Hi, > >> > >> I'm not sure what that file is, but you could verify with that package > >> owner's upstream that it's good to go. > >> > >> Keep in mind that the "threat" name is "PUA" (for potentially unwanted > >> application) and seems to be warning based on the type of packer or > >> compiler used. In fact, you probably have the "Scan for PUAs" option > >> checked in your ClamTk preferences, otherwise this would not have > >> alerted. > >> > >> Once the upstream verifies it (hopefully :), please submit the file to > >> ClamAV (at clamav.net) as a false positive, assuming it is one. > >> > >> Let me know if I can be of assistance. > >> > >> thanks, > >> Dave M > >> > >> On Sat, May 4, 2013 at 6:04 AM, M Rusli > >> wrote: > >> > Hi > >> > > >> > I did a full scan on my computer with up-to-date virus of clamtk. > >> > > >> > It indicates that the > >> > /usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg > >> > contains > >> > PUA.Win32.PackerMingwGcc-2 virus. > >> > > >> > Can you verify whether this is a PUA virus? > >> > > >> > Thank you. > >> > > >> > Rusli > > > > > From owner-freebsd-ports@FreeBSD.ORG Sat May 4 23:07:40 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8B5EACA1; Sat, 4 May 2013 23:07:40 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ob0-x233.google.com (mail-ob0-x233.google.com [IPv6:2607:f8b0:4003:c01::233]) by mx1.freebsd.org (Postfix) with ESMTP id 4EB61630; Sat, 4 May 2013 23:07:40 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id xn12so2278059obc.38 for ; Sat, 04 May 2013 16:07:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=mVleYSWd4esjakP6tJiCPIXKd8z4vMy5mwuzhzcBBJs=; b=STuNZw72IeXxxJ8t+/WQhegB8PIY7D/Dgto5Wdrulev5UzmPc5KVnxJ/3P3VnkQA+9 DpRmsa8rHifiXb6dcg5t4agz7LG+9RinsFltDikXtL+z0+6b6nc1SFrkiaqIqEWJ/Uda xw2l4lY9QFBBX15pyIi5Qqmk/1iPFs71BWTValYy4ApCftpV4ezxw7c7pFxJnOT3sEmo LiOpIiGIDrU9Jxu8HCrn5u9Dq8f8HWz4eBJ1QZWezq2P6PZLWfBgv6w/l4i8wqTzYjIU YlHV/CzSuH3j6AkPUuvp/JHWL/sbc0lbOdLV9Ya9A/BoEraWa3PMP7MLFg7VgxEmVUdN AyVA== MIME-Version: 1.0 X-Received: by 10.182.108.165 with SMTP id hl5mr421878obb.33.1367708859918; Sat, 04 May 2013 16:07:39 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.76.12.167 with HTTP; Sat, 4 May 2013 16:07:39 -0700 (PDT) In-Reply-To: <518551D5.5080306@eskk.nu> References: <518551D5.5080306@eskk.nu> Date: Sat, 4 May 2013 16:07:39 -0700 X-Google-Sender-Auth: 8NCCz5LcqjwlLqjBqtixbAJ9gis Message-ID: Subject: Re: make failed for net/remmina-plugin-rdp From: Kevin Oberman To: Leslie Jensen Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: avl@freebsd.org, FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 May 2013 23:07:40 -0000 On Sat, May 4, 2013 at 11:22 AM, Leslie Jensen wrote: > > I'm in the process of > > portmaster -r libgcrypt > > But I get stuck here. > > Help Please! > > > > > ===> remmina-plugin-rdp-0.9.2_1 depends on file: /usr/local/bin/intltool- > **extract - found > ===> remmina-plugin-rdp-0.9.2_1 depends on shared library: freerdp.0 - > not found > ===> Verifying install for freerdp.0 in /usr/ports/net/freerdp > ===> Returning to build of remmina-plugin-rdp-0.9.2_1 > Error: shared library "freerdp.0" does not exist > *** [lib-depends] Error code 1 > > Stop in /usr/ports/net/remmina-plugin-**rdp. > > ===>>> make failed for net/remmina-plugin-rdp > ===>>> Aborting update > > ===>>> Update for net/remmina-plugin-rdp failed > ===>>> Aborting update > > ===>>> Killing background jobs > Terminated > rammina-plugin-rdp specifically requires libfreerdp.so.0. This is probably wrong and removing the ".0" may fix it. What do you see from 'locate freerdp.so'? I'm guessing that freerdp has bumped the shareable to .1. -- R. Kevin Oberman, Network Engineer E-mail: rkoberman@gmail.com