From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 26 00:30:08 2007 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 595B416A417 for ; Thu, 26 Jul 2007 00:30:08 +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 27B2613C480 for ; Thu, 26 Jul 2007 00:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l6Q0U7CU041036 for ; Thu, 26 Jul 2007 00:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l6Q0U7XL041032; Thu, 26 Jul 2007 00:30:07 GMT (envelope-from gnats) Date: Thu, 26 Jul 2007 00:30:07 GMT Message-Id: <200707260030.l6Q0U7XL041032@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Timothy Bourke Cc: Subject: Re: ports/114887: New port: misc/pspresent X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Timothy Bourke List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2007 00:30:08 -0000 The following reply was made to PR ports/114887; it has been noted by GNATS. From: Timothy Bourke To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/114887: New port: misc/pspresent Date: Thu, 26 Jul 2007 09:44:42 +1000 --KFztAG8eRSV9hGtP Content-Type: multipart/mixed; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On reflection: * paths in the Makefile should depend on build variables. * the port needs X11_LIB Patches attached. --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=new_patches Content-Transfer-Encoding: quoted-printable # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pspresent/files # pspresent/files/patch-Makefile # echo c - pspresent/files mkdir -p pspresent/files > /dev/null 2>&1 echo x - pspresent/files/patch-Makefile sed 's/^X//' >pspresent/files/patch-Makefile << 'END-of-pspresent/files/pat= ch-Makefile' X--- Makefile.orig Thu Jul 26 09:25:06 2007 X+++ Makefile Thu Jul 26 09:37:23 2007 X@@ -4,8 +4,8 @@ X # X=20 X # You may need to change these paths X-X11_CFLAGS=3D-I/usr/X11R6/include X-X11_LDLIBS=3D-L/usr/X11R6/lib -lX11 X+X11_CFLAGS=3D-I$(X11BASE)/include X+X11_LDLIBS=3D-L$(X11BASE)/lib -lX11 X=20 X # Remove the following two lines to disable XINERAMA support X XINERAMA_CFLAGS=3D-DHAVE_LIBXINERAMA END-of-pspresent/files/patch-Makefile exit --UlVJffcvxoiEqYs2 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="addx11dep.patch" Content-Transfer-Encoding: quoted-printable --- pspresent.orig/Makefile Thu Jul 26 09:39:40 2007 +++ pspresent/Makefile Thu Jul 26 09:34:21 2007 @@ -14,6 +14,7 @@ COMMENT=3D Full-screen slide shows of postscript files =20 USE_GHOSTSCRIPT_RUN=3Dyes +USE_XLIB=3D yes ALL_TARGET=3D pspresent PLIST_FILES=3D bin/pspresent =20 --UlVJffcvxoiEqYs2-- --KFztAG8eRSV9hGtP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (FreeBSD) iD8DBQFGp+BptKVK1sFb0ecRAgHxAJwMfLy75XxhcGZA2VnZ7UB/zhGR6gCfbokq OEukRE9pHg4b20v2SdksIwY= =NJmo -----END PGP SIGNATURE----- --KFztAG8eRSV9hGtP--