Bug 139000 - [PATCH] x11-toolkits/Xaw3d: Fixed problem with fetch, changed form with installs docs in Makefile.
Summary: [PATCH] x11-toolkits/Xaw3d: Fixed problem with fetch, changed form with insta...
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-21 02:50 UTC by Sylvio César Teixeira Amorim
Modified: 2009-09-26 05:33 UTC (History)
1 user (show)

See Also:


Attachments
Xaw3d-1.5E_3.patch (1.87 KB, patch)
2009-09-21 02:50 UTC, Sylvio César Teixeira Amorim
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sylvio César Teixeira Amorim 2009-09-21 02:50:01 UTC
- Fixed problem with the fetch
- Added more MASTER_SITES
- Changed pkg-plist
- Added PORTDOCS to insatall docs

You can see the log in my tinderbox:

AMD64
http://www.scjamorim.org/Home/Xaw3d-1.5E_3-8amd64.log

i386
http://www.scjamorim.org/Home/Xaw3d-1.5E_3-8i386.log

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

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-09-21 02:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2009-09-25 07:25:33 UTC
State Changed
From-To: open->feedback


can you exlain why you changed: 
-.if ${MACHINE_ARCH} == "alpha" 
+.if ${ARCH} == "alpha"
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-09-25 08:13:05 UTC
dinoex      2009-09-25 07:12:52 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/Xaw3d   Makefile pkg-plist 
  Log:
  - Added more MASTER_SITES
  - honor NOPORTDOCS
  PR:             139000
  Suggested by:   Sylvio Cesar
  Feature safe:   yes
  
  Revision  Changes    Path
  1.53      +6 -2      ports/x11-toolkits/Xaw3d/Makefile
  1.16      +3 -3      ports/x11-toolkits/Xaw3d/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 4 dfilter service freebsd_committer freebsd_triage 2009-09-26 05:22:38 UTC
dinoex      2009-09-26 04:22:23 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/Xaw3d   Makefile 
  Log:
  - use ARCH instead of MACHINE_ARCH
  PR:             139000
  Submitted by:   Sylvio Cesar
  Feature safe:   yes
  
  Revision  Changes    Path
  1.54      +1 -1      ports/x11-toolkits/Xaw3d/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 5 Dirk Meyer freebsd_committer freebsd_triage 2009-09-26 05:32:47 UTC
State Changed
From-To: feedback->closed

committed, thanks.