From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 11 15:20:09 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F64EA18 for ; Wed, 11 Feb 2015 15:20:09 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24788DDE for ; Wed, 11 Feb 2015 15:20:09 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1BFK9O6088795 for ; Wed, 11 Feb 2015 15:20:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197103] science/vmd: Requires GCC, Respect CC/CXX Date: Wed, 11 Feb 2015 15:20:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sakaue.mamoru@mwghennndo.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2015 15:20:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197103 --- Comment #5 from sakaue.mamoru@mwghennndo.com --- For instance, this is the portlint output for the original port without modification. The same warnings are reported by portlint, however, they are not fatal at the present moment. The Ports tree was updated by portsnap at January 26, 2015. ------------------------------------------------------------------------ ~# cd /usr/ports/science/vmd/ vmd# env LANG=C TZ= ls -l /usr/ports/INDEX-* -rw-r--r-- 1 root wheel 30231696 Jan 26 16:51 /usr/ports/INDEX-10 -rw-r--r-- 1 root wheel 30340347 Jan 26 16:51 /usr/ports/INDEX-8 -rw-r--r-- 1 root wheel 30296657 Jan 26 16:51 /usr/ports/INDEX-9 vmd# make package-name vmd-1.9.1_3 vmd# env LANG=C TZ= find . -ls 29653374 4 drwxr-xr-x 3 root wheel 512 Dec 16 22:05 . 29653375 12 -rw-r--r-- 1 root wheel 4603 Sep 10 20:50 ./Makefile 29653376 4 -rw-r--r-- 1 root wheel 399 Jan 22 2014 ./distinfo 29653377 4 drwxr-xr-x 2 root wheel 512 Dec 16 22:05 ./files 29653378 4 -rw-r--r-- 1 root wheel 983 Jan 22 2014 ./files/patch-Make-arch 29653379 4 -rw-r--r-- 1 root wheel 588 Jan 22 2014 ./files/patch-Makefile 29653380 12 -rw-r--r-- 1 root wheel 5254 Aug 30 14:17 ./files/patch-configure 29653381 4 -rw-r--r-- 1 root wheel 365 Jan 22 2014 ./files/patch-lib_tachyon_unix_Make-arch 29653382 4 -rw-r--r-- 1 root wheel 321 Jan 22 2014 ./files/patch-plugins__hesstrans__Makefile 29653383 4 -rw-r--r-- 1 root wheel 290 Jan 22 2014 ./files/patch-stride.c 29653384 4 -rw-r--r-- 1 root wheel 427 Jan 22 2014 ./files/patch-stride.h 29653385 4 -rw-r--r-- 1 root wheel 754 Jan 22 2014 ./files/patch-stride_Makefile 29653386 4 -rw-r--r-- 1 root wheel 426 Jan 22 2014 ./files/patch-surf_Makefile 29653387 4 -rw-r--r-- 1 root wheel 195 Jan 22 2014 ./pkg-descr 29653388 120 -rw-r--r-- 1 root wheel 60251 Nov 12 18:48 ./pkg-plist vmd# portlint -V portlint version 2.16.1 vmd# portlint -AC WARN: /usr/ports/science/vmd/pkg-plist: [97]: installing shared libraries, please define USE_LDCONFIG as appropriate WARN: /usr/ports/science/vmd/pkg-plist: [98]: installing shared libraries, please define USE_LDCONFIG as appropriate WARN: /usr/ports/science/vmd/pkg-plist: [115]: installing shared libraries, please define USE_LDCONFIG as appropriate WARN: /usr/ports/science/vmd/pkg-plist: [119]: installing shared libraries, please define USE_LDCONFIG as appropriate WARN: Makefile: [0]: possible direct use of command "file" found. use ${FILE} instead. WARN: Makefile: [0]: possible direct use of command "install" found. use ${INSTALL_foobaa} instead. WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. WARN: Makefile: new ports should not set PORTREVISION. WARN: Makefile: new ports should not be maintained by ports@FreeBSD.org. WARN: Makefile: Consider defining LICENSE. WARN: Makefile: "RESTRICTED" found. do not forget to update ports/LEGAL. WARN: Consider to set DEVELOPER=yes in /etc/make.conf 0 fatal errors and 12 warnings found. ------------------------------------------------------------------------ -- You are receiving this mail because: You are the assignee for the bug.