Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2006 22:23:03 -0400
From:      Anish Mistry <amistry@am-productions.biz>
To:        pav@freebsd.org
Cc:        freebsd-ports-bugs@freebsd.org
Subject:   Re: ports/96271: New Port: print/hplip
Message-ID:  <200605042223.19408.amistry@am-productions.biz>
In-Reply-To: <1146781545.88845.2.camel@ikaros.oook.cz>
References:  <200604291407.k3TE7VbU045586@freefall.freebsd.org> <200605041515.59173.amistry@am-productions.biz> <1146781545.88845.2.camel@ikaros.oook.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart1588065.bkvmgof5KM
Content-Type: multipart/mixed;
  boundary="Boundary-01=_HcrWEU6/4dgXrXj"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--Boundary-01=_HcrWEU6/4dgXrXj
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

I can't seem to reproduce this problem.  Try the attached patch.

=2D-=20
Anish Mistry
amistry@am-productions.biz
AM Productions http://am-productions.biz/

--Boundary-01=_HcrWEU6/4dgXrXj
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="hplip.patch"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="hplip.patch"

diff -ruN hplip.orig/Makefile hplip/Makefile
=2D-- hplip.orig/Makefile	Thu May  4 22:19:06 2006
+++ hplip/Makefile	Thu May  4 22:20:05 2006
@@ -73,6 +73,9 @@
 		${WRKSRC}/Makefile.in
 .endif
=20
+pre-install:
+	@${MKDIR} ${LOCALBASE}/share/applications
+
 post-install:
 .if !defined(PACKAGE_BUILDING)
 	@${SETENV} PKG_PREFIX=3D${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INS=
TALL
diff -ruN hplip.orig/pkg-plist hplip/pkg-plist
=2D-- hplip.orig/pkg-plist	Thu May  4 22:19:06 2006
+++ hplip/pkg-plist	Thu May  4 22:20:16 2006
@@ -861,6 +861,7 @@
 share/ppd/HP/hp_color_LaserJet_9500.ppd.gz
 share/ppd/HP/hp_color_LaserJet_9500_MFP.ppd.gz
 share/ppd/HP/hp_officejet_9100_series.ppd.gz
+@dirrmtry share/applications
 @dirrm share/ppd/HP/fax
 @dirrm share/ppd/HP
 @dirrm share/ppd

--Boundary-01=_HcrWEU6/4dgXrXj--

--nextPart1588065.bkvmgof5KM
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (FreeBSD)

iD8DBQBEWrcXxqA5ziudZT0RArduAJ0Wxi7ddf6IvpFqVHp+BWZ/pPZoZACgtlCy
46zA1v9nU9KE2Pzfv/tF9vE=
=nQpg
-----END PGP SIGNATURE-----

--nextPart1588065.bkvmgof5KM--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605042223.19408.amistry>