Bug 101929 - [PATCH] devel/libtecla: update to 1.6.1, honor CFLAGS, fix pkg-plist, take maintainership
Summary: [PATCH] devel/libtecla: update to 1.6.1, honor CFLAGS, fix pkg-plist, take ma...
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-12 17:10 UTC by Stanislav Sedov
Modified: 2006-08-14 16:48 UTC (History)
0 users

See Also:


Attachments
libtecla-1.6.1.patch (3.29 KB, patch)
2006-08-12 17:10 UTC, Stanislav Sedov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Sedov 2006-08-12 17:10:15 UTC
- Update to 1.6.1
- Respect CFLAGS
- Fix pkg-plist for non-standard prefixes
- Take maintainership

The following files was added:
- files/patch-Makefile.in
- files/patch-demo3.c

ChangeLog:
- added feature - the ability to call gl_normal_io() from
  callbacks registered by gl_watch_fd() and
  gl_inactivity_timeout(). This allows these callbacks to cleanly
  suspend line editing before either reading from the terminal, or
  writing to the terminal; and then subsequently causes the input line
  to be automatically redisplayed, and line-editing to be resumed by
  gl_get_line(), as soon as the callback returns.
- bugfixes
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2006-08-14 16:48:14 UTC
State Changed
From-To: open->closed

Committed, with minor change. I removed last entry of pkg-plist, 
%D/libdata/ldconfig/libtecla will never be created for this port, 
because it installs all libs on ${PREFIX}/lib and use USE_LDCONFIG=yes. 
So, it's not necessary. Thanks!