Ticket #22794: iwidgets.diff

File iwidgets.diff, 1.9 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)
  • files/patch-Makefile.in

     
    1 --- Makefile.in.org     2006-06-11 10:21:01.000000000 -0700
    2 +++ Makefile.in 2006-06-11 10:23:25.000000000 -0700
     1--- Makefile.in.orig    2002-09-10 16:27:21.000000000 -0500
     2+++ Makefile.in 2009-12-05 16:20:09.000000000 -0600
    33@@ -39,7 +39,7 @@
    44 INSTALL_ROOT =
    55 
     
    99 
    1010 # Directory in which to install the archive libtcl.a:
    1111 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@
    1221@@ -78,7 +78,7 @@
    1322 # modify any of this stuff by hand.
    1423 #----------------------------------------------------------------
  • Portfile

     
    44
    55name                    iwidgets
    66version                 4.0.1
    7 revision                1
     7revision                2
    88categories              x11 tk
    99maintainers             markd
    1010description             \[incr Widgets\] A.K.A. \"iwidgets\".  Widget collection for incrTcl/incrTk
     
    1616checksums               ${name}${version}.tar.gz md5 0e9c140e81ea6015b56130127c7deb03
    1717depends_build           port:tk port:itcl
    1818build.args              CPPFLAGS=-I${prefix}/include
    19 worksrcdir              ${name}${version}
    2019patchfiles              patch-configure \
    2120                        patch-Makefile.in
    2221
     22universal_variant       no
     23
    2324configure.env           TCLROOT=${prefix}
    24 configure.ldflags-append "-ltcl -L/usr/X11R6/lib -lX11"
     25configure.ldflags-append -ltcl -lX11
    2526
    2627configure.args          --with-tcl=${prefix}/lib \
    2728                        --with-tk=${prefix}/lib \