From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 21 15:00:12 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E135106564A for ; Sat, 21 Jun 2008 15:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EE3018FC25 for ; Sat, 21 Jun 2008 15:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5LF0BIA072775 for ; Sat, 21 Jun 2008 15:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5LF0Bbe072774; Sat, 21 Jun 2008 15:00:11 GMT (envelope-from gnats) Resent-Date: Sat, 21 Jun 2008 15:00:11 GMT Resent-Message-Id: <200806211500.m5LF0Bbe072774@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan Sebosik Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72BD21065677 for ; Sat, 21 Jun 2008 14:52:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 661FC8FC21 for ; Sat, 21 Jun 2008 14:52:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5LEqcW1025025 for ; Sat, 21 Jun 2008 14:52:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m5LEqbYa025024; Sat, 21 Jun 2008 14:52:37 GMT (envelope-from nobody) Message-Id: <200806211452.m5LEqbYa025024@www.freebsd.org> Date: Sat, 21 Jun 2008 14:52:37 GMT From: Jan Sebosik To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/124834: Leafpad works with GCC 4.2.1 on 7-STABLE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2008 15:00:12 -0000 >Number: 124834 >Category: ports >Synopsis: Leafpad works with GCC 4.2.1 on 7-STABLE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jun 21 15:00:11 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Jan Sebosik >Release: 7-STABLE >Organization: >Environment: FreeBSD pc1 7.0-STABLE FreeBSD 7.0-STABLE #13: Tue Jun 10 20:35:16 CEST 2008 root@pc1:/usr/obj/usr/src/sys/pc1 i386 >Description: Today I`ve succesfully compiled editors/leafpad with gcc 4.2.1 which is in base system. But in Makefile is forced USE_GCC=3.4, which is not required. So I think we should remove this line from /usr/ports/editor/leafpad/Makefile. >How-To-Repeat: just compile leafpad with commented (or removed) USE_GCC flag on FreeBSD 7 and newer (FreeBSD 6 uses GCC 3 by default) >Fix: --- Makefile.old 2008-06-21 16:50:54.000000000 +0200 +++ Makefile 2008-06-21 16:51:03.000000000 +0200 @@ -16,7 +16,6 @@ COMMENT= GTK+ based simple text editor USE_GNOME= gtk20 desktopfileutils intlhack -USE_GCC= 3.4 USE_GETTEXT= YES GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ >Release-Note: >Audit-Trail: >Unformatted: