Ticket #22794: iwidgets.diff
File iwidgets.diff, 1.9 KB (added by ryandesign (Ryan Carsten Schmidt), 15 years ago) |
---|
-
files/patch-Makefile.in
1 --- Makefile.in.or g 2006-06-11 10:21:01.000000000 -07002 +++ Makefile.in 200 6-06-11 10:23:25.000000000 -07001 --- Makefile.in.orig 2002-09-10 16:27:21.000000000 -0500 2 +++ Makefile.in 2009-12-05 16:20:09.000000000 -0600 3 3 @@ -39,7 +39,7 @@ 4 4 INSTALL_ROOT = 5 5 … … 9 9 10 10 # Directory in which to install the archive libtcl.a: 11 11 LIB_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/lib 12 @@ -48,7 +48,7 @@ 13 BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin 14 15 # Top-level directory in which to install manual entries: 16 -MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man/mann 17 +MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/share/man/mann 18 19 # Directory containing Tcl source code (for library used during test): 20 TCL_SRC_DIR = @TCL_SRC_DIR@ 12 21 @@ -78,7 +78,7 @@ 13 22 # modify any of this stuff by hand. 14 23 #---------------------------------------------------------------- -
Portfile
4 4 5 5 name iwidgets 6 6 version 4.0.1 7 revision 17 revision 2 8 8 categories x11 tk 9 9 maintainers markd 10 10 description \[incr Widgets\] A.K.A. \"iwidgets\". Widget collection for incrTcl/incrTk … … 16 16 checksums ${name}${version}.tar.gz md5 0e9c140e81ea6015b56130127c7deb03 17 17 depends_build port:tk port:itcl 18 18 build.args CPPFLAGS=-I${prefix}/include 19 worksrcdir ${name}${version}20 19 patchfiles patch-configure \ 21 20 patch-Makefile.in 22 21 22 universal_variant no 23 23 24 configure.env TCLROOT=${prefix} 24 configure.ldflags-append "-ltcl -L/usr/X11R6/lib -lX11"25 configure.ldflags-append -ltcl -lX11 25 26 26 27 configure.args --with-tcl=${prefix}/lib \ 27 28 --with-tk=${prefix}/lib \