Bug 136370 - [MAINTAINER] net/tintin: update to 1.99.6
Summary: [MAINTAINER] net/tintin: update to 1.99.6
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-06 10:50 UTC by Sunpoet Po-Chuan Hsieh
Modified: 2009-07-19 00:40 UTC (History)
0 users

See Also:


Attachments
tintin-1.99.6.patch (1.16 KB, patch)
2009-07-06 10:50 UTC, Sunpoet Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sunpoet Po-Chuan Hsieh 2009-07-06 10:50:01 UTC
- Update to 1.99.6

Generated with FreeBSD Port Tools 0.77
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2009-07-06 14:27:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 2 Wesley Shields freebsd_committer freebsd_triage 2009-07-17 18:08:45 UTC
This port fails to build:

cc -Wall -Wno-trigraphs  -O2 -pipe -fno-strict-aliasing -D_GNU_SOURCE
-DHAVE_CONFIG_H    -I/usr/local/include -c system.c
system.c: In function 'do_run':
system.c:63: warning: implicit declaration of function 'forkpty'
cc -Wall -Wno-trigraphs  -O2 -pipe -fno-strict-aliasing -D_GNU_SOURCE
-DHAVE_CONFIG_H    -I/usr/local/include -c line.c
cc -Wall -Wno-trigraphs  -O2 -pipe -fno-strict-aliasing -D_GNU_SOURCE
-DHAVE_CONFIG_H    -I/usr/local/include -c tokenize.c
cc -Wall -Wno-trigraphs  -O2 -pipe -fno-strict-aliasing -D_GNU_SOURCE
-DHAVE_CONFIG_H    -I/usr/local/include -c forkpty.c
forkpty.c:19:21: error: stropts.h: No such file or directory
forkpty.c: In function 'open_slave':
forkpty.c:82: error: 'I_FIND' undeclared (first use in this function)
forkpty.c:82: error: (Each undeclared identifier is reported only once
forkpty.c:82: error: for each function it appears in.)
forkpty.c:92: error: 'I_PUSH' undeclared (first use in this function)
gmake: *** [forkpty.o] Error 1
*** Error code 1

Can you please look into this and provide a fix.

-- WXS
Comment 3 Sunpoet Po-Chuan Hsieh 2009-07-18 05:52:49 UTC
On my box (7.2-STABLE), forkpty.c should be no-op since HAVE__DEV_PTMX is
undefined. Thus, tintin is built successfully.

My build log:
checking for /dev/ptmx... no

Would you please provide some information about your build environment?
Thanks.

BR,
Sunpoet

On Fri, Jul 17, 2009 at 01:08:45PM -0400, Wesley Shields wrote:
> This port fails to build:
> 
> cc -Wall -Wno-trigraphs  -O2 -pipe -fno-strict-aliasing -D_GNU_SOURCE
> -DHAVE_CONFIG_H    -I/usr/local/include -c system.c
> system.c: In function 'do_run':
> system.c:63: warning: implicit declaration of function 'forkpty'
> cc -Wall -Wno-trigraphs  -O2 -pipe -fno-strict-aliasing -D_GNU_SOURCE
> -DHAVE_CONFIG_H    -I/usr/local/include -c line.c
> cc -Wall -Wno-trigraphs  -O2 -pipe -fno-strict-aliasing -D_GNU_SOURCE
> -DHAVE_CONFIG_H    -I/usr/local/include -c tokenize.c
> cc -Wall -Wno-trigraphs  -O2 -pipe -fno-strict-aliasing -D_GNU_SOURCE
> -DHAVE_CONFIG_H    -I/usr/local/include -c forkpty.c
> forkpty.c:19:21: error: stropts.h: No such file or directory
> forkpty.c: In function 'open_slave':
> forkpty.c:82: error: 'I_FIND' undeclared (first use in this function)
> forkpty.c:82: error: (Each undeclared identifier is reported only once
> forkpty.c:82: error: for each function it appears in.)
> forkpty.c:92: error: 'I_PUSH' undeclared (first use in this function)
> gmake: *** [forkpty.o] Error 1
> *** Error code 1
> 
> Can you please look into this and provide a fix.
> 
> -- WXS

-- 
                              Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-07-19 00:30:39 UTC
wxs         2009-07-18 23:30:25 UTC

  FreeBSD ports repository

  Modified files:
    net/tintin++-devel   Makefile distinfo 
  Log:
  - Update to 1.99.6
  
  PR:             ports/136370
  Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  
  Revision  Changes    Path
  1.49      +1 -1      ports/net/tintin++-devel/Makefile
  1.30      +3 -3      ports/net/tintin++-devel/distinfo
_______________________________________________
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 Wesley Shields freebsd_committer freebsd_triage 2009-07-19 00:31:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!