New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #11569 (closed update: fixed)

Opened 6 years ago

Last modified 4 years ago

shells/rc 1.7.1_0 portfile (patch, add editline (libedit) variant

Reported by: rlonstein@… Owned by: waqar@…
Priority: Low Milestone:
Component: ports Version: 1.3.2
Keywords: shells rc Cc:
Port:

Description

Thought it would be nice to have working command line editing and history. The editline port does the trick, just needed to add the variant. See patch below. Thanks!

--- rc/Portfile 2006-11-03 10:31:32.000000000 -0500
+++ rc/Portfile.new     2007-03-16 21:32:23.000000000 -0400
@@ -15,3 +15,8 @@
 master_sites   http://www.star.le.ac.uk/~tjg/rc/release/ \
                ftp://ftp.sys.utoronto.ca/pub/rc/
 checksums      md5 7253e1c853824cf27edb2166214f0511
+
+variant editline {
+    depends_lib port:libedit
+    configure.args-append  --with-editline
+}

Change History

comment:1 Changed 6 years ago by pipping@…

  • Milestone changed from Available Ports to Port Updates

comment:2 Changed 6 years ago by waqar@…

  • Status changed from new to assigned

comment:3 Changed 6 years ago by waqar@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Fix checked in.

comment:4 Changed 4 years ago by jmr@…

  • Type changed from enhancement to update

comment:5 Changed 4 years ago by anonymous

  • Milestone Port Updates deleted

Milestone Port Updates deleted

Note: See TracTickets for help on using tickets.