Changeset 123004


Ignore:
Timestamp:
Aug 3, 2014, 6:55:09 PM (10 years ago)
Author:
afb@…
Message:

base: remove package support for rpm and deb

Location:
trunk/base
Files:
6 deleted
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/doc/port.1

    r123002 r123004  
    12441244and its dependencies\&.
    12451245.RE
    1246 .PP
    1247 rpm
    1248 .RS 4
    1249 Creates an RPM binary package of
    1250 \fIportname\fR, similar to a tgz \(lqarchive\(rq\&.
    1251 .RE
    1252 .PP
    1253 srpm
    1254 .RS 4
    1255 Creates a SRPM source package of
    1256 \fIportname\fR, similar to a xar \(lqportpkg\(rq\&.
    1257 .RE
    1258 .PP
    1259 dpkg
    1260 .RS 4
    1261 Creates a DEB binary package of
    1262 \fIportname\fR\&.
    1263 .RE
    12641246.SH "EXAMPLES"
    12651247.sp
  • trunk/base/doc/port.1.txt

    r123002 r123004  
    639639    'portname' and its dependencies.
    640640
    641 rpm::
    642     Creates an RPM binary package of 'portname', similar to a tgz ``archive''.
    643 
    644 srpm::
    645     Creates a SRPM source package of 'portname', similar to a xar ``portpkg''.
    646 
    647 dpkg::
    648     Creates a DEB binary package of 'portname'.
    649 
    650641
    651642EXAMPLES
  • trunk/base/doc/prefix.mtree.in

    r79241 r123004  
    238238        ..
    239239    ..
    240     src
    241     ..
    242240    var
    243241    ..
  • trunk/base/portmgr/packaging/SETUP.chroot.sh

    r26177 r123004  
    3232mkdir -p /darwinports/pkgs
    3333mkdir -p /darwinports/mpkgs
    34 mkdir -p /darwinports/rpms
    3534
    3635cd $HOME/darwinports
  • trunk/base/portmgr/packaging/buildall.sh

    r26177 r123004  
    9898echo "BatchMode yes" >> /etc/ssh_config
    9999EOF
    100         if [ "$PKGTYPE" = "dpkg" ]; then
    101             echo "/opt/local/bin/port install dpkg" >> $dir/bootstrap.sh
    102         fi
    103100        chmod 755 $dir/bootstrap.sh
    104101        echo "Bootstrapping darwinports in chroot"
     
    138135# main:  This is where we start the show.
    139136TGTPORTS=""
    140 PKGTYPE=rpmpackage
     137PKGTYPE=mpkg
    141138
    142139if [ $# -lt 1 ]; then
     
    208205                if [ "$PKGTYPE" = "mpkg" ]; then
    209206                    mv $DIR/Package/*.mpkg outputdir/Packages/
    210                 elif [ "$PKGTYPE" = "rpmpackage" ]; then
    211                     mv $DIR/Package/RPMS/${ARCH}/*.rpm outputdir/Packages/
    212                 elif [ "$PKGTYPE" = "dpkg" ]; then
    213                     mv $DIR/Package/*.deb outputdir/Packages/
    214207                fi
    215208                type="succeeded"
  • trunk/base/src/macports1.0/macports.tcl

    r122825 r123004  
    33623362        mdmg -
    33633363        pkg -
    3364         mpkg -
    3365         rpm -
    3366         dpkg -
    3367         srpm {return 1}
     3364        mpkg {return 1}
    33683365        default {return 0}
    33693366    }
     
    33803377        build       {return "depends_fetch depends_extract depends_build depends_lib"}
    33813378        test        -
    3382         srpm        -
    33833379        destroot    {return "depends_fetch depends_extract depends_build depends_lib depends_run"}
    33843380        dmg         -
    33853381        pkg         -
    33863382        mdmg        -
    3387         mpkg        -
    3388         rpm         -
    3389         dpkg        {
     3383        mpkg        {
    33903384            if {[global_option_isset ports_binary_only] ||
    33913385                (![global_option_isset ports_source_only] && [$workername eval _archive_available])} {
  • trunk/base/src/package1.0/Makefile.in

    r122044 r123004  
    77
    88SRCS=   package.tcl portdmg.tcl portmdmg.tcl portmpkg.tcl portpkg.tcl \
    9         portrpm.tcl portsrpm.tcl portdpkg.tcl portunarchive.tcl \
     9        portunarchive.tcl \
    1010        portarchivefetch.tcl
    1111
  • trunk/base/src/package1.0/package.tcl

    r103400 r123004  
    3434package provide mp_package 1.0
    3535
    36 package require portrpm 1.0
    37 package require portsrpm 1.0
    3836package require portpkg 1.0
    3937package require portmpkg 1.0
    4038package require portdmg 1.0
    4139package require portmdmg 1.0
    42 package require portdpkg 1.0
    4340package require portarchivefetch 1.0
    4441package require portunarchive 1.0
  • trunk/base/src/port/port.tcl

    r123002 r123004  
    42584258    dmg         [list action_target         [ACTION_ARGS_PORTS]] \
    42594259    mdmg        [list action_target         [ACTION_ARGS_PORTS]] \
    4260     dpkg        [list action_target         [ACTION_ARGS_PORTS]] \
    42614260    mpkg        [list action_target         [ACTION_ARGS_PORTS]] \
    42624261    pkg         [list action_target         [ACTION_ARGS_PORTS]] \
    42634262    portpkg     [list action_target         [ACTION_ARGS_PORTS]] \
    4264     rpm         [list action_target         [ACTION_ARGS_PORTS]] \
    4265     srpm        [list action_target         [ACTION_ARGS_PORTS]] \
    42664263    \
    42674264    quit        [list action_exit           [ACTION_ARGS_NONE]] \
  • trunk/base/src/port1.0/portsandbox.tcl

    r116449 r123004  
    4444proc portsandbox::set_profile {target} {
    4545    global os.major portsandbox_profile workpath distpath altprefix \
    46         package.destpath configure.ccache ccache_dir rpm.srcdir rpm.tmpdir
     46        package.destpath configure.ccache ccache_dir
    4747
    4848    switch $target {
     
    7474            }
    7575        }
    76         rpm -
    77         srpm {
    78             set allow_dirs [list ${rpm.srcdir} ${rpm.tmpdir}]
    79         }
    8076    }
    8177
  • trunk/base/src/port1.0/portutil.tcl

    r120438 r123004  
    14581458                        portpkg     -
    14591459                        mpkg        -
    1460                         rpm         -
    1461                         srpm        -
    1462                         dpkg        -
    14631460                        mdmg        -
    14641461                        ""          { set deptypes "depends_fetch depends_extract depends_lib depends_build depends_run" }
Note: See TracChangeset for help on using the changeset viewer.