cvs commit: ports Makefile ports/Mk bsd.autotools.mk bsd.database.mk bsd.gcc.mk bsd.gnome.mk bsd.gstreamer.mk bsd.kde.mk bsd.linux-rpm.mk bsd.local.mk bsd.mail.mk bsd.php.mk bsd.port.mk bsd.port.subdir.mk bsd.ruby.mk bsd.sdl.mk bsd.tcl.mk ...

Kirill Ponomarew krion at FreeBSD.org
Sat Jan 21 09:37:15 PST 2006


krion       2006-01-21 17:37:14 UTC

  FreeBSD ports repository

  Modified files:
    .                    Makefile 
    Mk                   bsd.autotools.mk bsd.database.mk 
                         bsd.gcc.mk bsd.gnome.mk bsd.gstreamer.mk 
                         bsd.kde.mk bsd.php.mk bsd.port.mk 
                         bsd.port.subdir.mk bsd.ruby.mk bsd.sdl.mk 
                         bsd.tcl.mk 
    astro/sattrack       Makefile 
    comms/acfax          Makefile 
    comms/aldo           Makefile 
    comms/cwdaemon       Makefile 
    comms/echolinux      Makefile 
    comms/gmfsk          Makefile 
    comms/gpredict       Makefile 
    comms/gpsk31         Makefile 
    comms/grig           Makefile 
    comms/hamfax         Makefile 
    comms/hamlib         Makefile 
    comms/klog           Makefile 
    comms/kpsk           Makefile 
    comms/linrad         Makefile 
    comms/nasawash       Makefile 
    comms/nec2c          Makefile 
    comms/qsstv          Makefile 
    comms/splat          Makefile 
    comms/thebridge      Makefile 
    comms/tlf            Makefile 
    comms/trustedqsl     Makefile 
    comms/twpsk          Makefile 
    comms/xastir         Makefile 
    comms/xdx            Makefile 
    comms/xlog           Makefile 
    comms/yagiuda        Makefile 
    mail/ezmlm           Makefile 
    mail/ezmlm-idx       Makefile 
    mail/mailfront       Makefile 
    mail/mess822         Makefile 
    mail/qmHandle        Makefile 
    mail/qmail           Makefile 
    mail/qmail-activedir Makefile 
    mail/qmail-conf      Makefile 
    mail/qmail-contrib   Makefile 
    mail/qmail-ldap      Makefile 
    mail/qmail-mysql     Makefile 
    mail/qmail-rblchk    Makefile 
    mail/qmail-scanner   Makefile pkg-plist 
    mail/qmail-spamcontrol Makefile 
    mail/qmail-tls       Makefile 
    mail/qmailadmin      Makefile 
    mail/qmailadmin-devel Makefile 
    mail/qmailanalog     Makefile 
    mail/qmailmrtg7      Makefile 
    mail/qscan           Makefile 
    mail/qsheff          Makefile 
    mail/qtools          Makefile 
    mail/queue-fix       Makefile 
    mail/queue-repair    Makefile 
    mail/serialmail      Makefile 
    mail/simscan         Makefile pkg-plist 
    mail/usendmail       Makefile 
    mail/vmailmgr        Makefile pkg-plist 
    mail/vpopmail        Makefile 
    mail/vpopmail-devel  Makefile pkg-plist 
    mail/vqadmin         Makefile 
    mail/zabit           Makefile 
    security/amavis-perl Makefile 
    sysutils/dtc         Makefile 
    sysutils/dtc/files   dtc-deinstall.in dtc-install.in 
  Added files:
    Mk                   bsd.linux-rpm.mk bsd.local.mk bsd.mail.mk 
  Log:
  - Fix 'all-depends-list' target in cases if dependencies list is
    very long and if some dependencies can't be added into the list.
    [1]
  
  - Fix FAM support.  Make gamin the default FAM system. [2]
  
  - Introduce new 'quicksearch' target to show only port, path and
    info section of the matching ports. [3]
  
  - Introduce new category - rubygems. [4]
  
  - Fix stale dependencies while installing qmail slaveport and
    another port that depends on qmail. [5]
  
  - Add commentary for describes target in bsd.port.mk. [6]
  
  - Fix warning issued during make index on archs !368. [7]
  
  - Add USE_DOS2UNIX variable.  If set to "YES", remove the ^M from
    all files under ${WRKSRC}. If set to a string, remove in all files
    under ${WRKSRC} with one of these names the ^Ms. [8]
  
  - Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by
    checking the existance of the Perl modules with the "perl -e 'use
    module;'" command. [9]
  
  - Fix bsd.port.mk variable quoting issues.  No quoting is necessary
    anymore either in the Makefile or on the command line.  Affected
    variables include:
  
    BROKEN
    FORBIDDEN
    IGNORE
    MANUAL_PACKAGE_BUILD
    NO_CDROM
    NO_PACKAGE
    RESTRICTED
  
    [10]
  
  - Add NOFETCHFILES variable.  If set, don't download these files
    from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from
    ${MASTER_SITE_OVERRIDE}). [11]
  
  - Improve 'search' target output. [12]
  
  - Add a new virtual category for Amateur Radio - hamradio. [13]
  
  - Cleanup some old/unused pathes in bsd.port.mk. [14]
  
  - Add @dirrmtry for plists which does the same as:
    "@unexec rmdir %D/foo 2>/dev/null || true" [15]
  
  - Remove virtual category - offix. [16]
  
  - Use portsnap instead of cvsup or cvs on "make update" in
    /usr/ports. [17]
  
  - Move location of bsd.autotools.mk within bsd.port.mk [18]
  
  - Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19]
  
  - Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20]
  
  - Replace the string "FreeBSD" by "The FreeBSD Project" in the
    security warning [21]
  
  - Add bsd.local.mk for local modification to ports framework. [22]
  
  - Replace rcNG spelling by rc.d [23]
  
  - Remove superfluous USE_REINPLACE. [24]
  
  Special thanks to:      linimon for spending hours with all these patches
                          clement for fixes
                          kris for help with pointyhat
  PR:     ports/86310 [1], ports/89498 [2], ports/83530 [3],
          ports/83789 [4], ports/84053 [5], ports/86281 [6],
          ports/87214 [7], ports/87234 [8], ports/87318 [9],
          ports/87396 [10], ports/87605 [11], ports/87840 [12],
          ports/88230 [13], ports/88493 [14], ports/88711 [15],
          ports/88751 [16], ports/89281 [17], ports/89999 [18],
          ports/90031 [19], ports/90150 [20], ports/90668 [21],
          ports/91433 [23], ports/88754 [24]
  Submitted by:   mi [1], marcus [2], Lars Engels <lars.engels at 0x20.net> [3],
                  pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7],
                  edwin [8, 9, 11, 15, 21],
                  fenner [10], Arseny Nasokin <tarc.po.cs.msu.su at tarc.po.cs.msu.su> [12],
                  Carl Makin <carl at stagecraft.cx> [13], arved [14],
                  NIIMI Satoshi <sa2c at sa2c.net> [17], thierry [18],
                  jylefort [19], linimon [22], dougb [23]
  
  Revision  Changes    Path
  1.93      +9 -2      ports/Makefile
  1.22      +5 -5      ports/Mk/bsd.autotools.mk
  1.4       +6 -6      ports/Mk/bsd.database.mk
  1.7       +3 -3      ports/Mk/bsd.gcc.mk
  1.105     +3 -3      ports/Mk/bsd.gnome.mk
  1.13      +2 -2      ports/Mk/bsd.gstreamer.mk
  1.55      +3 -3      ports/Mk/bsd.kde.mk
  1.1       +90 -0     ports/Mk/bsd.linux-rpm.mk (new)
  1.1       +31 -0     ports/Mk/bsd.local.mk (new)
  1.1       +71 -0     ports/Mk/bsd.mail.mk (new)
  1.23      +2 -2      ports/Mk/bsd.php.mk
  1.519     +311 -153  ports/Mk/bsd.port.mk
  1.62      +24 -11    ports/Mk/bsd.port.subdir.mk
  1.150     +4 -4      ports/Mk/bsd.ruby.mk
  1.9       +2 -2      ports/Mk/bsd.sdl.mk
  1.2       +4 -4      ports/Mk/bsd.tcl.mk
  1.21      +1 -1      ports/astro/sattrack/Makefile
  1.9       +1 -1      ports/comms/acfax/Makefile
  1.8       +1 -1      ports/comms/aldo/Makefile
  1.2       +1 -1      ports/comms/cwdaemon/Makefile
  1.5       +1 -1      ports/comms/echolinux/Makefile
  1.10      +1 -1      ports/comms/gmfsk/Makefile
  1.5       +1 -1      ports/comms/gpredict/Makefile
  1.3       +1 -1      ports/comms/gpsk31/Makefile
  1.6       +1 -1      ports/comms/grig/Makefile
  1.10      +1 -1      ports/comms/hamfax/Makefile
  1.10      +1 -1      ports/comms/hamlib/Makefile
  1.9       +1 -1      ports/comms/klog/Makefile
  1.11      +1 -1      ports/comms/kpsk/Makefile
  1.4       +1 -1      ports/comms/linrad/Makefile
  1.2       +1 -1      ports/comms/nasawash/Makefile
  1.3       +1 -1      ports/comms/nec2c/Makefile
  1.6       +1 -1      ports/comms/qsstv/Makefile
  1.2       +1 -1      ports/comms/splat/Makefile
  1.2       +1 -1      ports/comms/thebridge/Makefile
  1.2       +1 -1      ports/comms/tlf/Makefile
  1.8       +1 -1      ports/comms/trustedqsl/Makefile
  1.3       +1 -1      ports/comms/twpsk/Makefile
  1.7       +1 -1      ports/comms/xastir/Makefile
  1.7       +1 -1      ports/comms/xdx/Makefile
  1.31      +1 -1      ports/comms/xlog/Makefile
  1.2       +1 -1      ports/comms/yagiuda/Makefile
  1.29      +3 -6      ports/mail/ezmlm-idx/Makefile
  1.16      +3 -5      ports/mail/ezmlm/Makefile
  1.15      +2 -0      ports/mail/mailfront/Makefile
  1.8       +3 -8      ports/mail/mess822/Makefile
  1.9       +2 -8      ports/mail/qmHandle/Makefile
  1.2       +2 -4      ports/mail/qmail-activedir/Makefile
  1.5       +8 -6      ports/mail/qmail-conf/Makefile
  1.12      +12 -16    ports/mail/qmail-contrib/Makefile
  1.42      +1 -1      ports/mail/qmail-ldap/Makefile
  1.17      +1 -1      ports/mail/qmail-mysql/Makefile
  1.7       +1 -2      ports/mail/qmail-rblchk/Makefile
  1.12      +7 -9      ports/mail/qmail-scanner/Makefile
  1.6       +19 -13    ports/mail/qmail-scanner/pkg-plist
  1.13      +1 -1      ports/mail/qmail-spamcontrol/Makefile
  1.20      +1 -1      ports/mail/qmail-tls/Makefile
  1.88      +47 -12    ports/mail/qmail/Makefile
  1.27      +3 -13     ports/mail/qmailadmin-devel/Makefile
  1.29      +3 -12     ports/mail/qmailadmin/Makefile
  1.22      +5 -11     ports/mail/qmailanalog/Makefile
  1.3       +4 -10     ports/mail/qmailmrtg7/Makefile
  1.2       +5 -9      ports/mail/qscan/Makefile
  1.5       +4 -9      ports/mail/qsheff/Makefile
  1.9       +10 -5     ports/mail/qtools/Makefile
  1.4       +5 -5      ports/mail/queue-fix/Makefile
  1.9       +2 -2      ports/mail/queue-repair/Makefile
  1.19      +4 -7      ports/mail/serialmail/Makefile
  1.4       +8 -10     ports/mail/simscan/Makefile
  1.2       +3 -3      ports/mail/simscan/pkg-plist
  1.5       +4 -7      ports/mail/usendmail/Makefile
  1.6       +16 -6     ports/mail/vmailmgr/Makefile
  1.2       +13 -7     ports/mail/vmailmgr/pkg-plist
  1.50      +10 -16    ports/mail/vpopmail-devel/Makefile
  1.11      +3 -1      ports/mail/vpopmail-devel/pkg-plist
  1.60      +6 -13     ports/mail/vpopmail/Makefile
  1.11      +3 -2      ports/mail/vqadmin/Makefile
  1.3       +3 -7      ports/mail/zabit/Makefile
  1.13      +2 -7      ports/security/amavis-perl/Makefile
  1.6       +7 -7      ports/sysutils/dtc/Makefile
  1.2       +2 -2      ports/sysutils/dtc/files/dtc-deinstall.in
  1.2       +2 -2      ports/sysutils/dtc/files/dtc-install.in


More information about the cvs-ports mailing list