Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#11569 closed update (fixed)

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 (5)

comment:1 Changed 17 years ago by pipping@…

Milestone: Available PortsPort Updates

comment:2 Changed 17 years ago by waqar@…

Status: newassigned

comment:3 Changed 17 years ago by waqar@…

Resolution: fixed
Status: assignedclosed

Fix checked in.

comment:4 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementupdate

comment:5 Changed 15 years ago by (none)

Milestone: Port Updates

Milestone Port Updates deleted

Note: See TracTickets for help on using tickets.