Bug 67963 - Update port: graphics/ftgl 2.07 -> 2.0.9
Summary: Update port: graphics/ftgl 2.07 -> 2.0.9
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: Kirill Ponomarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-15 10:50 UTC by Igor Pokrovsky
Modified: 2004-06-20 08:14 UTC (History)
0 users

See Also:


Attachments
ftgl.diff (10.41 KB, patch)
2004-06-15 10:50 UTC, Igor Pokrovsky
no flags Details | Diff
ftgl.diff (10.77 KB, patch)
2004-06-19 03:24 UTC, Igor Pokrovsky
no flags Details | Diff
ftgl-2.diff (2.22 KB, patch)
2004-06-19 03:20 UTC, Igor Pokrovsky
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Igor Pokrovsky 2004-06-15 10:50:29 UTC
Update to 2.0.9
Now rely on package makefiles for installation.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-06-16 16:01:27 UTC
State Changed
From-To: open->feedback

Please use correct location for ftgl.pc file (gnomehack) 

PORTVERSION 2.0.9 is less than 2.07, so use 2.09 or you should 
bump PORTEPOCH (not perfect way) 

It doesn't install correctly: 
/usr/bin/install -c -o root -g wheel -m 0644 html/* /var/tmp/ttt/share/doc/ftgl/html/ 
install: html/*: No such file or directory 
gmake[1]: *** [install-local] Error 71
Comment 2 Igor Pokrovsky 2004-06-19 03:20:39 UTC
On Wed, Jun 16, 2004 at 03:04:10PM +0000, Kirill Ponomarew wrote:
> It doesn't install correctly:
> /usr/bin/install -c -o root -g wheel -m 0644 html/* /var/tmp/ttt/share/doc/ftgl/html/
> install: html/*: No such file or directory
> gmake[1]: *** [install-local] Error 71
I'm not getting this error... Could you send me full build log,
so I could compare it with mine?
The other problems are fixed with attached patch.

-ip

-- 
All American cars are basically Chevrolets.
Comment 3 Igor Pokrovsky 2004-06-19 03:24:36 UTC
On Fri, Jun 18, 2004 at 11:33:44AM +0200, Kirill Ponomarew wrote:
> Hi,
> 
> On Thu, Jun 17, 2004 at 06:00:52PM +0400, Igor Pokrovsky wrote:
> > On Wed, Jun 16, 2004 at 03:04:10PM +0000, Kirill Ponomarew wrote:
> > > It doesn't install correctly:
> > > /usr/bin/install -c -o root -g wheel -m 0644 html/* /var/tmp/ttt/share/doc/ftgl/html/
> > > install: html/*: No such file or directory
> > > gmake[1]: *** [install-local] Error 71
> > I'm not getting this error... Could you send me full build log,
> > so I could compare it with mine?
> > The other problems are fixed with attached patch.
> 
> Please submit the patch to the version in ports, not to the
> version you submitted previously.

Done.

-ip

-- 
New systems generate new problems.
Comment 4 Kirill Ponomarev freebsd_committer freebsd_triage 2004-06-19 09:13:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->krion

I'll handle it.
Comment 5 Kirill Ponomarev freebsd_committer freebsd_triage 2004-06-20 08:14:05 UTC
State Changed
From-To: feedback->closed

Committed, thanks!