Bug 114944 - Maintainer update port:chinese/reciteword Fix a few bugs
Summary: Maintainer update port:chinese/reciteword Fix a few bugs
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-26 15:50 UTC by Yinghong. Liu
Modified: 2007-07-28 16:30 UTC (History)
1 user (show)

See Also:


Attachments
reciteword.diff (54.87 KB, patch)
2007-07-26 15:50 UTC, Yinghong. Liu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yinghong. Liu 2007-07-26 15:50:01 UTC
In Makefile:
*Needless use gmake,so remove USE_GMAKE.
*Able to use gcc 4.2 to build it(7-current),remove USE_GCC.
*Needless use USE_X_PREFIX in Makefile now, so remove it.
*Add PORTDOCS.
In pkg-plist:
Replace share/reciteword with %%DATADIR%%.
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-07-27 16:53:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-28 16:20:07 UTC
rafan       2007-07-28 15:20:01 UTC

  FreeBSD ports repository

  Modified files:
    chinese/reciteword   Makefile pkg-descr pkg-plist 
  Log:
  - Our make(1) works fine with this port, so remove USE_GMAKE
  - This port can be built with GCC 4.x, so remove USE_GCC
  - Remove USE_X_PREFIX (it does not directly rely on xlib)
  - Install additional documents
  - Use COPYTREE_SHARE instead of TAR
  - Use DATADIR
  
  PR:             ports/114944
  Submitted by:   Yinghong.Liu <relaxbsd at gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.10      +10 -12    ports/chinese/reciteword/Makefile
  1.2       +2 -2      ports/chinese/reciteword/pkg-descr
  1.3       +640 -640  ports/chinese/reciteword/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 Rong-En Fan freebsd_committer freebsd_triage 2007-07-28 16:20:11 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!