Changeset 2021 for trunk/dports


Ignore:
Timestamp:
Feb 12, 2003, 11:04:08 AM (21 years ago)
Author:
mij
Message:

I am version 2.0.0 and you should use me.

Location:
trunk/dports/irc/xchat2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/irc/xchat2/Portfile

    r1963 r2021  
    11PortSystem 1.0
    22name            xchat2
    3 version         2.0.0pre1
     3version         2.0.0
    44categories      irc
    55maintainers     mij@opendarwin.org
     
    1111                 many features and can be scripted with Perl and/or Python.
    1212
    13 master_sites    http://www.xchat.org/files/source/1.9/
     13master_sites    http://www.xchat.org/files/source/2.0/
    1414
    1515distname        xchat-${portversion}
    16 checksums       md5 1aaa0477124897c4dcd26e8baba25226
     16checksums       md5 4751c5ccb398060c12835dd37768d8d8
    1717
    1818use_bzip2       yes
     
    2727                LIBS="-lintl -liconv -lX11 -lXft"
    2828
    29 variant xft     { configure.args --enable-xft }
     29configure.args  { --enable-tcl=/System/Library/Tcl/8.3 }
     30
     31variant xft     { configure.args-append --enable-xft }
  • trunk/dports/irc/xchat2/files/patch-configure

    r1963 r2021  
    1 --- configure.orig      Sun Feb  2 17:48:31 2003
    2 +++ configure   Sun Feb  2 17:50:54 2003
    3 @@ -12396,7 +12396,7 @@
    4                         echo "$as_me:$LINENO: checking Python compile flags" >&5
    5  echo $ECHO_N "checking Python compile flags... $ECHO_C" >&6
    6                         if test -f $PY_PREFIX/include/python$PY_MAJOR/Python.h; then
    7 -                               PY_LIBS="-L$PY_EXEC_PREFIX/$PY_PATH/config -lpython$PY_MAJOR -lpthread -lutil"
    8 +                               PY_LIBS="-L$PY_EXEC_PREFIX/$PY_PATH/config -lpython$PY_MAJOR -lpthread -lglib-2.0 -L${prefix}/lib"
    9                                 PY_CFLAGS="-I$PY_PREFIX/include/python$PY_MAJOR"
    10                                 echo "$as_me:$LINENO: result: ok" >&5
     1--- configure.orig      Wed Feb 12 02:40:14 2003
     2+++ configure   Wed Feb 12 02:40:44 2003
     3@@ -12350,7 +12350,7 @@
     4                         PY_PREFIX=`$pythonpath -c 'import sys; print sys.prefix'`
     5                         PY_EXEC_PREFIX=`$pythonpath -c 'import sys; print sys.exec_prefix'`
     6                         if test -f $PY_PREFIX/include/python$PY_VERSION/Python.h; then
     7-                                PY_LIBS="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config -lpython$PY_VERSION -lpthread -lutil"
     8+                                PY_LIBS="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config -lpython$PY_VERSION -lpthread -lglib-2.0 -L${prefix}/lib"
     9                                 PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
     10                                 echo "$as_me:$LINENO: result: ok" >&5
    1111 echo "${ECHO_T}ok" >&6
    12 @@ -12945,9 +12945,9 @@
    13  #define USE_PLUGIN 1
    14  _ACEOF
    15  
    16 -               LIBS="$LIBS -rdynamic"
    17 +               LIBS="$LIBS"
     12@@ -12942,7 +12942,7 @@
     13                RDYNAMIC_FLAGS="`$pkgconfigpath gmodule-2.0 --libs | $sedpath 's/ -lgmodule-2.0//'`"
     14                LIBS="$LIBS $RDYNAMIC_FLAGS"
    1815                if test "x$GCC" = "xyes"; then
    1916-                       GUI_LIBS="$GUI_LIBS -Wl,--version-script,\$(srcdir)/../version-script"
Note: See TracChangeset for help on using the changeset viewer.