Changeset 2119 for trunk/dports


Ignore:
Timestamp:
Mar 2, 2003, 12:40:36 AM (21 years ago)
Author:
michaelm
Message:

shantonu's update for XFree 4.3.0

Location:
trunk/dports/x11/XFree86
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/XFree86/Portfile

    r2072 r2119  
    11PortSystem 1.0
    22name            XFree86
    3 version         4.2.1.1
     3version         4.3.0
    44categories      x11
     5revision        2
    56maintainers     eric@opendarwin.org
    67description     X11R6 windowing system
    7 
     8homepage        http://www.xfree86.org/
    89long_description The XFree86 project's X window system implementation
    910
    1011platforms       darwin freebsd
    1112prefix          ${x11prefix}
    12 use_bzip2       yes
    1313master_sites    http://distfiles.opendarwin.org/
    14 checksums       md5 5e9f02b2606eb3f932d98cfe36f7119f
     14distname        xc-${version}
     15checksums       md5 c9b794904c45f792a16b2c7cd27d3551
     16patchfiles      patch-darwin.cf
    1517configure       {}
    1618worksrcdir      xc
    1719build.target    World
    18 
    19 if {[regexp ^6\. ${os.version} match] == 1} {
    20         patchfiles patch-darwin.cf
    21 }
     20install.target  install install.man
    2221
    2322# If getting the development version, check out of CVS instead
  • trunk/dports/x11/XFree86/files/patch-darwin.cf

    r602 r2119  
    1 --- config/cf/darwin.cf.orig    Tue Sep  3 00:28:11 2002
    2 +++ config/cf/darwin.cf Tue Sep  3 00:28:40 2002
    3 @@ -61,7 +61,7 @@
    4  /* we don't need -lm */
    5  #define MathLibrary             /**/
     1--- config/cf/darwin.cf.old     Sat Mar  1 10:10:23 2003
     2+++ config/cf/darwin.cf Sat Mar  1 10:11:34 2003
     3@@ -216,6 +216,11 @@
    64 
    7 -#define TermcapLibrary          -lcurses
    8 +#define TermcapLibrary          -lncurses
     5 #define BuildLibPathVar         DYLD_LIBRARY_PATH
    96 
    10  /* we don't have a dbm library */
    11  #define DBMLibrary              /**/
     7+/* /etc is a symlink to /private/etc */
     8+#define EtcX11Directory                "/private/etc/X11"
     9+
     10+#define        FontconfigFontsConfDir  "/private/etc/fonts"
     11+
     12 /* include rules to build shared libraries */
     13 #include <darwinLib.rules>
     14 
Note: See TracChangeset for help on using the changeset viewer.