Opened 12 years ago
Closed 11 years ago
#39094 closed submission (fixed)
gnuplot: use elisp PortGroup
Reported by: | mojca (Mojca Miklavec) | Owned by: | mojca (Mojca Miklavec) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | drkp (Dan Ports) | |
Port: | gnuplot |
Description
Use elisp PortGroup (see #39019) for GnuPlot.
I'm submitting this before committing so that others can check if I made any mistake:
variant emacs description "An emacs mode for working with gnuplot" { depends_build-append port:${emacs_binary_provider} configure.env-append EMACS=${emacs_binary} configure.args-delete --without-lisp-files configure.args-append --with-lisp-files --with-lispdir=${emacs_lispdir} }
Just curious: why is it suggested to use "path:" rather than "port:" to specify the dependency?
Attachments (1)
Change History (3)
Changed 12 years ago by mojca (Mojca Miklavec)
Attachment: | gnuplot-elisp-portgroup.patch added |
---|
comment:1 Changed 11 years ago by drkp (Dan Ports)
This looks good to me.
As for the use of path: vs port: -- no real reason, was just an arbitrary choice.
comment:2 Changed 11 years ago by mojca (Mojca Miklavec)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r106357.
Note: See
TracTickets for help on using
tickets.
Patch to use the new elisp PortGroup