Bug 124297 - [PATCH] lang/lua: creating shared lib, liblua.so
Summary: [PATCH] lang/lua: creating shared lib, liblua.so
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: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-05 12:00 UTC by Tomoyuki Sakurai
Modified: 2008-07-04 02:00 UTC (History)
1 user (show)

See Also:


Attachments
lua-5.1.3_2.patch (2.66 KB, patch)
2008-06-05 12:00 UTC, Tomoyuki Sakurai
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomoyuki Sakurai 2008-06-05 12:00:00 UTC
currently, the upstream doesn't create shared lib in build process.
this is intentional and will not fix soon.

Re: Build lua shared libraries
http://lua-users.org/lists/lua-l/2006-10/msg00098.html

liblua.so is reuired in building mod_security, wireshark and possibly others
with lua support.

- create shared lib
- use PREFIX, not LOCALBASE, in INSTALL_*

Added file(s):
- files/patch-src-Makefile

Port maintainer (andrew+ports@fubar.geek.nz) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-05 12:00:16 UTC
Maintainer of lang/lua,

Please note that PR ports/124297 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/124297

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-05 12:00:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2008-07-03 03:08:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-07-04 01:56:07 UTC
araujo      2008-07-04 00:55:59 UTC

  FreeBSD ports repository

  Modified files:
    lang/lua             Makefile pkg-plist 
  Added files:
    lang/lua/files       patch-Makefile 
  Log:
  - liblua.so is required in building mod_security, wireshark and possibly others with lua support, now create a shared lib is needed.
  - Bump PORTREVISION.
  
  PR:             ports/124297
  Submitted by:   Tomoyuki Sakurai <cherry@trombik.org>
  Approved by:    maintainer timeout ( > 2 weeks)
  
  Revision  Changes    Path
  1.32      +5 -2      ports/lang/lua/Makefile
  1.1       +27 -0     ports/lang/lua/files/patch-Makefile (new)
  1.10      +2 -0      ports/lang/lua/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 5 Marcelo Araujo freebsd_committer freebsd_triage 2008-07-04 01:56:22 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!