Date: Sun, 27 Feb 2005 16:39:49 -0800 From: David Johnson <david@usermode.org> To: Volker Stolz <vs@freebsd.org> Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/77481: [maintainer update] update x11-themes/qinx Message-ID: <200502271639.49828.david@usermode.org> In-Reply-To: <200502271815.j1RIFC9Z040319@freefall.freebsd.org> References: <200502271815.j1RIFC9Z040319@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Boundary-00=_VhmICF9/KSVRBhG Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline I have installed FreeBSD 4.11 on a spare partition, installed kde-lite from the pacakges included on disk1, then built this package. There are no errors in the build. I am attaching a new patch, because a separate plugin issue was found while testing under 4.11. This diff has been verified by me to build on both 4.11-RELEASE and 5.3-RELEASE. --Boundary-00=_VhmICF9/KSVRBhG Content-Type: text/x-diff; charset="iso-8859-1"; name="qinx.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="qinx.diff" diff -ruN qinx/Makefile qinx.new/Makefile --- qinx/Makefile Thu Nov 11 15:22:25 2004 +++ qinx.new/Makefile Sun Feb 27 16:17:22 2005 @@ -6,20 +6,18 @@ # PORTNAME= qinx -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= x11-themes kde MASTER_SITES= http://www.usermode.org/code/ MAINTAINER= david@usermode.org COMMENT= A QNX Photon like window decoration and widget style for KDE -EXTRA_PATCHES= ${.CURDIR}/../../x11-themes/phase/files/patch-configure - USE_KDEBASE_VER=3 +USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER=15 INSTALLS_SHLIB= yes -LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 +LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 .include <bsd.port.mk> diff -ruN qinx/distinfo qinx.new/distinfo --- qinx/distinfo Thu Nov 4 11:01:42 2004 +++ qinx.new/distinfo Sun Feb 27 15:44:35 2005 @@ -1,2 +1,2 @@ -MD5 (qinx-1.2.tar.gz) = e75f7512f2ab0fa8a83caf5b3074a333 -SIZE (qinx-1.2.tar.gz) = 504070 +MD5 (qinx-1.3.tar.bz2) = c3a36f26fd5c5a04fd558947fa6a3f7c +SIZE (qinx-1.3.tar.bz2) = 380720 --Boundary-00=_VhmICF9/KSVRBhG--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502271639.49828.david>