ports/114887: New port: misc/pspresent

Timothy Bourke timbob at bigpond.com
Thu Jul 26 00:30:08 UTC 2007


The following reply was made to PR ports/114887; it has been noted by GNATS.

From: Timothy Bourke <timbob at bigpond.com>
To: bug-followup at 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--



More information about the freebsd-ports-bugs mailing list