Bug 139472 - [PATCH] databases/sqlrelay: fix broken mtree with custom PREFIX
Summary: [PATCH] databases/sqlrelay: fix broken mtree with custom PREFIX
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: skv
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-10 07:40 UTC by Sahil Tandon
Modified: 2009-11-02 16:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.87 KB, patch)
2009-10-10 07:40 UTC, Sahil Tandon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sahil Tandon 2009-10-10 07:40:01 UTC
See QATty log:
http://qatty.tecnik93.com//errors/7-STABLE-FPT-CustDir/sqlrelay-0.39.4_1.log

Fix: Use ${REINPLACE_CMD} instead of files/patch-init-Makefile; dynamically reference ${PREFIX} instead of hard-coding "usr/local".

Patch attached.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-10 07:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skv

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-02 15:55:30 UTC
skv         2009-11-02 15:55:09 UTC

  FreeBSD ports repository

  Modified files:
    databases/sqlrelay   Makefile Makefile.common distinfo 
                         pkg-plist 
  Removed files:
    databases/sqlrelay/files patch-init-Makefile 
  Log:
  - Update to 0.41
  - Add WANT_GNOME [1]
  - Be PREFIX-neutral [2]
  
  Changes:
  PR:             ports/137491 [1], ports/138912 [1], ports/139472 [2],
  Submitted by:   Pavel Gubin <pg xx 2lazy.ru> [1],
                  Anatoly Borodin <anatoly.borodin xx gmail.com> [1],
                  Sahil Tandon <sahil xx tandon.net> [2]
  
  Revision  Changes    Path
  1.62      +7 -2      ports/databases/sqlrelay/Makefile
  1.15      +2 -2      ports/databases/sqlrelay/Makefile.common
  1.16      +3 -3      ports/databases/sqlrelay/distinfo
  1.2       +0 -13     ports/databases/sqlrelay/files/patch-init-Makefile (dead)
  1.21      +4 -14     ports/databases/sqlrelay/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 skv freebsd_committer freebsd_triage 2009-11-02 15:55:56 UTC
State Changed
From-To: open->closed

Committed, thanks.