Bug 136952 - Patch for port print/gl2ps
Summary: Patch for port print/gl2ps
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-21 10:40 UTC by Stas Timokhin
Modified: 2009-07-24 12:48 UTC (History)
0 users

See Also:


Attachments
file.diff (127 bytes, patch)
2009-07-21 10:40 UTC, Stas Timokhin
no flags Details | Diff
file.diff (286 bytes, patch)
2009-07-21 10:40 UTC, Stas Timokhin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stas Timokhin 2009-07-21 10:40:05 UTC
Version of .so library required for detection in dependent ports.

Fix: PORTNAME=      gl2ps
 PORTVERSION=   1.3.3
+PORTREVISION=  1
 CATEGORIES=    print graphics
 MASTER_SITES=  http://www.geuz.org/gl2ps/src/
 EXTRACT_SUFX=  .tgz
@@ -23,6 +24,7 @@

 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/libgl2ps.so ${PREFIX}/lib
+       ${LN} -s ${PREFIX}/lib/libgl2ps.so ${PREFIX}/lib/libgl2ps.so.1
        ${INSTALL_DATA} ${WRKSRC}/libgl2ps.a ${PREFIX}/lib
        ${INSTALL_DATA} ${WRKSRC}/gl2ps.h ${PREFIX}/include
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-21 10:40:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-07-22 12:24:27 UTC
araujo      2009-07-22 11:24:13 UTC

  FreeBSD ports repository

  Modified files:
    print/gl2ps          Makefile pkg-plist 
  Log:
  - Version of .so library required for detection in dependent ports.
  
  PR:             ports/136952
  Submitted by:   Stas Timokhin <stast@bsdportal.ru>
  
  Revision  Changes    Path
  1.18      +2 -0      ports/print/gl2ps/Makefile
  1.4       +1 -0      ports/print/gl2ps/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2009-07-24 12:48:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!