Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 30388

Show
Ignore:
Timestamp:
2007-10-26 04:21:57 (13 months ago)
Author:
afb@…
Message:

add the FreeBSD and Fedora packaging

Location:
trunk/base
Files:
7 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/base/configure

    r30338 r30388  
    1211012110 
    1211112111# Output 
    12112 ac_config_files="$ac_config_files Makefile Mk/macports.autoconf.mk doc/prefix.mtree doc/macosx.mtree doc/macports.conf src/Makefile src/macports1.0/macports_autoconf.tcl src/tclobjc1.0/Makefile src/port1.0/port_autoconf.tcl src/registry1.0/registry_autoconf.tcl src/programs/Makefile src/macports1.0/macports_fastload.tcl" 
     12112ac_config_files="$ac_config_files Makefile Mk/macports.autoconf.mk doc/prefix.mtree doc/macosx.mtree doc/macports.conf portmgr/freebsd/Makefile portmgr/fedora/macports.spec src/Makefile src/macports1.0/macports_autoconf.tcl src/tclobjc1.0/Makefile src/port1.0/port_autoconf.tcl src/registry1.0/registry_autoconf.tcl src/programs/Makefile src/macports1.0/macports_fastload.tcl" 
    1211312113 
    1211412114 
     
    1267312673    "doc/macosx.mtree") CONFIG_FILES="$CONFIG_FILES doc/macosx.mtree" ;; 
    1267412674    "doc/macports.conf") CONFIG_FILES="$CONFIG_FILES doc/macports.conf" ;; 
     12675    "portmgr/freebsd/Makefile") CONFIG_FILES="$CONFIG_FILES portmgr/freebsd/Makefile" ;; 
     12676    "portmgr/fedora/macports.spec") CONFIG_FILES="$CONFIG_FILES portmgr/fedora/macports.spec" ;; 
    1267512677    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 
    1267612678    "src/macports1.0/macports_autoconf.tcl") CONFIG_FILES="$CONFIG_FILES src/macports1.0/macports_autoconf.tcl" ;; 
  • trunk/base/configure.ac

    r30338 r30388  
    345345        doc/macosx.mtree 
    346346        doc/macports.conf 
     347        portmgr/freebsd/Makefile 
     348        portmgr/fedora/macports.spec 
    347349        src/Makefile 
    348350        src/macports1.0/macports_autoconf.tcl