FreeBSD Bugzilla – Attachment 98261 Details for
Bug 137127
print/gl2ps: fix library installation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gl2ps.diff
gl2ps.diff (text/plain), 1.08 KB, created by
Thierry Thomas
on 2009-07-25 14:50:03 UTC
(
hide
)
Description:
gl2ps.diff
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2009-07-25 14:50:03 UTC
Size:
1.08 KB
patch
obsolete
>diff -urN print/gl2ps.orig/Makefile print/gl2ps/Makefile >--- print/gl2ps.orig/Makefile 2009-03-08 18:54:38.000000000 +0100 >+++ print/gl2ps/Makefile 2009-07-25 15:15:03.000000000 +0200 >@@ -7,6 +7,7 @@ > > PORTNAME= gl2ps > PORTVERSION= 1.3.3 >+PORTREVISION= 1 > CATEGORIES= print graphics > MASTER_SITES= http://www.geuz.org/gl2ps/src/ > EXTRACT_SUFX= .tgz >@@ -22,7 +23,8 @@ > @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile > > do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/libgl2ps.so ${PREFIX}/lib >+ ${INSTALL_PROGRAM} ${WRKSRC}/libgl2ps.so ${PREFIX}/lib/libgl2ps.so.1 >+ ${LN} -sf ${PREFIX}/lib/libgl2ps.so.1 ${PREFIX}/lib/libgl2ps.so > ${INSTALL_DATA} ${WRKSRC}/libgl2ps.a ${PREFIX}/lib > ${INSTALL_DATA} ${WRKSRC}/gl2ps.h ${PREFIX}/include > >diff -urN print/gl2ps.orig/pkg-plist print/gl2ps/pkg-plist >--- print/gl2ps.orig/pkg-plist 2006-01-01 15:10:24.000000000 +0100 >+++ print/gl2ps/pkg-plist 2009-07-25 15:15:17.000000000 +0200 >@@ -1,6 +1,7 @@ > include/gl2ps.h > lib/libgl2ps.a > lib/libgl2ps.so >+lib/libgl2ps.so.1 > %%EXAMPLESDIR%%/gl2psTest.c > %%EXAMPLESDIR%%/gl2psTestSimple.c > %%EXAMPLESDIR%%/Makefile
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 137127
: 98261