Bug 149715 - [PATCH] emulators/generator: fix make warning
Summary: [PATCH] emulators/generator: fix make warning
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: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-16 20:50 UTC by Dmitry Marakasov
Modified: 2010-10-10 18:20 UTC (History)
1 user (show)

See Also:


Attachments
generator-0.35_11.patch (1.31 KB, patch)
2010-08-16 20:50 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2010-08-16 20:50:00 UTC
Port's Makefile define two post-patch targets for non-i386 and non-amd64 architectures, which lead to make warning and (judging from the warning) incorrect behaviour:

"Makefile", line 71: warning: duplicate script for target "post-patch" ignored

Port maintainer (alepulver@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99

How-To-Repeat: ARCH=ia64 make -C/usr/ports/emulators/generator -VPORTNAME
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-16 20:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-10-10 18:12:07 UTC
alepulver    2010-10-10 17:12:02 UTC

  FreeBSD ports repository

  Modified files:
    emulators/generator  Makefile 
  Log:
  - Avoid overriding post-patch target on some architectures.
  
  PR:             ports/149715
  Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru>
  
  Revision  Changes    Path
  1.30      +10 -12    ports/emulators/generator/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 Alejandro Pulver freebsd_committer freebsd_triage 2010-10-10 18:12:22 UTC
State Changed
From-To: open->closed

Committed. Thanks!