From owner-cvs-all@FreeBSD.ORG Sat May 8 10:45:27 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F85C106566B; Sat, 8 May 2010 10:45:27 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5F0A18FC08; Sat, 8 May 2010 10:45:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o48AjRDP080322; Sat, 8 May 2010 10:45:27 GMT (envelope-from fluffy@repoman.freebsd.org) Received: (from fluffy@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o48AjRsa080321; Sat, 8 May 2010 10:45:27 GMT (envelope-from fluffy) Message-Id: <201005081045.o48AjRsa080321@repoman.freebsd.org> From: Dima Panov Date: Sat, 8 May 2010 10:45:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/qtcurve-gtk2 Makefile ports/x11-themes/qtcurve-gtk2/files extra-patch-style-qt_settings.c getline.c getline.h getline_strndup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 May 2010 10:45:27 -0000 fluffy 2010-05-08 10:45:27 UTC FreeBSD ports repository Modified files: x11-themes/qtcurve-gtk2 Makefile Added files: x11-themes/qtcurve-gtk2/files extra-patch-style-qt_settings.c getline.c getline.h getline_strndup.c Log: - Dropping maintainership [1] - While here, try to fix build on 6.x/7.x by providing getline() [2] PR: 146390 [1] Submitted by: Dmitry Klimov (maintainer) [1] kmoore@ via irc/email [2] Revision Changes Path 1.8 +22 -2 ports/x11-themes/qtcurve-gtk2/Makefile 1.1 +11 -0 ports/x11-themes/qtcurve-gtk2/files/extra-patch-style-qt_settings.c (new) 1.1 +168 -0 ports/x11-themes/qtcurve-gtk2/files/getline.c (new) 1.1 +24 -0 ports/x11-themes/qtcurve-gtk2/files/getline.h (new) 1.1 +184 -0 ports/x11-themes/qtcurve-gtk2/files/getline_strndup.c (new)