Bug 146940 - lang/Gofer does not run
Summary: lang/Gofer does not run
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: freebsd-haskell (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-25 06:10 UTC by Stefan
Modified: 2010-05-30 12:52 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan 2010-05-25 06:10:01 UTC
gofer does not run

$ gofer
exec: %%PREFIX%%/lib/Gofer/gofer: not found

Fix: 

Apparently, it was forgotten to substitute %%PREFIX%%


Suggested solution. Add

	${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${PREFIX}/bin/gofer
	${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${PREFIX}/bin/goferc


After 

	${INSTALL_SCRIPT} ${WRKDIR}/scripts/gofer ${PREFIX}/bin
	${INSTALL_SCRIPT} ${WRKDIR}/scripts/goferc ${PREFIX}/bin

in Makefile
How-To-Repeat: $ make install
$ gofer
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-25 06:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->haskell

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-30 12:37:09 UTC
pgj         2010-05-30 11:33:33 UTC

  FreeBSD ports repository

  Modified files:
    lang/Gofer           Makefile 
  Log:
  - Fix installation problem
  
  PR:             ports/146940
  Submitted by:   Stefan <schaecsn@gmx.net>
  
  Revision  Changes    Path
  1.22      +5 -0      ports/lang/Gofer/Makefile
_______________________________________________
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 Gabor Pali freebsd_committer freebsd_triage 2010-05-30 12:49:30 UTC
State Changed
From-To: open->closed

Thank you for submission, it has been fixed by now.