Bug 125924 - [new port] Add textproc/stardict3
Summary: [new port] Add textproc/stardict3
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: Edwin Groothuis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-24 09:20 UTC by Eric L. Chen
Modified: 2008-09-23 03:50 UTC (History)
0 users

See Also:


Attachments
file.shar (14.41 KB, text/plain)
2008-07-24 09:20 UTC, Eric L. Chen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric L. Chen 2008-07-24 09:20:02 UTC
Add new port textproc/stardict3 (update stardict-2.x to stardict-3.x).

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-15 07:48:43 UTC
State Changed
From-To: open->repocopy

Requires a repocopy: textproc/stardict2 -> textproc/stardict3. 


Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-15 07:48:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Repomgr does do repocopies.
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2008-08-18 18:00:01 UTC
State Changed
From-To: repocopy->open

Repocopy complete. 


Comment 4 Joe Marcus Clarke freebsd_committer freebsd_triage 2008-08-18 18:00:01 UTC
Responsible Changed
From-To: portmgr->edwin

Repocopy complete.
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-09-23 03:35:13 UTC
edwin       2008-09-23 02:35:09 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
    textproc/stardict2   Makefile 
    textproc/stardict3   Makefile distinfo pkg-plist 
    textproc/stardict3/files patch-src::conf.cpp 
                             patch-src::stardict-application-server.cpp 
  Removed files:
    textproc/stardict3/files patch-src::docklet.h 
                             patch-src::mainwin.h 
  Log:
  [new port] Add textproc/stardict3
  
          Add new port textproc/stardict3 (update stardict-2.x to
          stardict-3.x).
  
          StarDict is a Cross-Platform and international dictionary
          written in Gtk2.  It has powerful features such as "Glob-style
          pattern matching," "Scan selection word," "Fuzzy query,"
          etc.
  
          WWW: http://stardict.sourceforge.net/
  
  PR:             ports/125924
  Submitted by:   "Eric L. Chen" <d9364104@mail.nchu.edu.tw>
  
  Revision  Changes    Path
  1.1263    +1 -0      ports/textproc/Makefile
  1.34      +2 -0      ports/textproc/stardict2/Makefile
  1.35      +12 -11    ports/textproc/stardict3/Makefile
  1.14      +3 -3      ports/textproc/stardict3/distinfo
  1.3       +1 -1      ports/textproc/stardict3/files/patch-src::conf.cpp
  1.3       +0 -11     ports/textproc/stardict3/files/patch-src::docklet.h (dead)
  1.4       +0 -29     ports/textproc/stardict3/files/patch-src::mainwin.h (dead)
  1.3       +1 -1      ports/textproc/stardict3/files/patch-src::stardict-application-server.cpp
  1.15      +120 -38   ports/textproc/stardict3/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 6 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-23 03:35:15 UTC
State Changed
From-To: open->closed

Commited, but currently it is not building. 

Please have a look at these: 

In file included from stardict.h:19, 
from stardict-application-server.cpp:14: 
conf.h: In member function 'void AppConf::set_value(const char*, const T&, bool)': 
conf.h:148: error: there are no arguments to 'memrchr' that depend on a template parameter, so a declaration of 'memrchr' must be available 
conf.h:148: error: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)