Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #13465 (new enhancement)

Opened 12 months ago

Last modified 11 months ago

New Portfile: RML

Reported by: x07simbj@… Owned by: macports-tickets@…
Priority: Normal Milestone: Port Submissions
Component: ports Version: 1.5.2
Keywords: Cc: mww@…
Port:

Description

A portfile for RML (Relational Meta-Language and Tools)

Attachments

Portfile (1.3 KB) - added by x07simbj@… 12 months ago.
patch-compiler-Make-mk (425 bytes) - added by x07simbj@… 12 months ago.
patch-configure (1.8 KB) - added by x07simbj@… 12 months ago.
patch-etc-install-sml (2.0 KB) - added by x07simbj@… 12 months ago.
patch-etc-Make-mk (1.4 KB) - added by x07simbj@… 12 months ago.
patch-etc-runtime-mk (1.3 KB) - added by x07simbj@… 12 months ago.
patch-runtime-diff-Make-mk (0.6 KB) - added by x07simbj@… 12 months ago.
patch-socket_h (430 bytes) - added by x07simbj@… 12 months ago.

Change History

Changed 12 months ago by x07simbj@…

Changed 12 months ago by x07simbj@…

Changed 12 months ago by x07simbj@…

Changed 12 months ago by x07simbj@…

Changed 12 months ago by x07simbj@…

Changed 12 months ago by x07simbj@…

Changed 12 months ago by x07simbj@…

Changed 12 months ago by x07simbj@…

Changed 11 months ago by mww@…

  • cc mww@… added

I'd suggest to rather use

configure.pre_args --prefix=${prefix}/share/rml
configure.args --smlnj-path=${prefix}/share/smlnj/bin --destroot=${destroot}${prefix}/share/rml

and to label this port with category lang instead of devel (or at least also). Also: Are bison and flex just required at compile time? If so, they should be added as depends_build.
On which system did you compile this? On 10.5.1/i386 I get a build error:

DEBUG: Assembled command: 'cd "/opt/macports/var/macports/build/_Users_mww_Development_macports_macports-trunk_dports_lang_rml/work/rml-mmc-2.3.8-src" && make default install'
make MAKETARGET=default all-subdirs
for dir in compiler etc runtime examples; do \
		(cd $dir; make default; cd ..); \
	done
make[2]: *** No rule to make target `default'.  Stop.
make[2]: *** No rule to make target `default'.  Stop.
make[2]: *** No rule to make target `default'.  Stop.
make[2]: *** No rule to make target `default'.  Stop.

Changed 11 months ago by mww@…

--->  Configuring rml
DEBUG: Executing org.macports.configure (rml)
DEBUG: No compiler collection selected explicitly
DEBUG: Environment: CXXFLAGS='-O2' CPPFLAGS='-I/opt/macports/include' CFLAGS='-O2' LDFLAGS='-L/opt/macports/lib'
DEBUG: Assembled command: 'cd "/opt/macports/var/macports/build/_Users_mww_Development_macports_macports-trunk_dports_lang_rml/work/rml-mmc-2.3.8-src" && ./configure --prefix=/opt/macports/share/rml --smlnj-path=/opt/macports/share/smlnj/bin --destroot=/opt/macports/var/macports/build/_Users_mww_Development_macports_macports-trunk_dports_lang_rml/work/destroot/opt/macports/share/rml'
./configure: TARGET is x86-darwin-gcc
./configure: SMLCM is /opt/macports/bin/sml
./configure: SML/NJ heap suffix is x86-darwin
./configure: PREFIX is /opt/macports/share/rml
./configure: DESTROOT is /opt/macports/var/macports/build/_Users_mww_Development_macports_macports-trunk_dports_lang_rml/work/destroot/opt/macports/share/rml
./configure: updated config.cache
./configure: make configure
make: `configure' is up to date.
./configure: done
--->  Building rml with target default install
DEBUG: Executing org.macports.build (rml)
DEBUG: Environment: 
DEBUG: Assembled command: 'cd "/opt/macports/var/macports/build/_Users_mww_Development_macports_macports-trunk_dports_lang_rml/work/rml-mmc-2.3.8-src" && make default install'
make MAKETARGET=default all-subdirs
for dir in compiler etc runtime examples; do \
		(cd $dir; make default; cd ..); \
	done
make[2]: *** No rule to make target `default'.  Stop.
make[2]: *** No rule to make target `default'.  Stop.
make[2]: *** No rule to make target `default'.  Stop.
make[2]: *** No rule to make target `default'.  Stop.
Note: See TracTickets for help on using tickets.