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:
|
|
|
|
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)
Milestone: |
Available Ports →
Port Updates
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Type: |
enhancement →
update
|
Fix checked in.