Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2005 15:51:38 +0000 (UTC)
From:      Jean-Yves Lefort <jylefort@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/anacron Makefile pkg-message pkg-plist ports/sysutils/anacron/files anacron.sh.in anacrontab.default patch-aa patch-gregor.c patch-matchrx.c patch-readtab.c patch-runjob.c pkg-message.in
Message-ID:  <200506161551.j5GFpcdE028293@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jylefort    2005-06-16 15:51:38 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/anacron     Makefile pkg-plist 
  Added files:
    sysutils/anacron/files anacron.sh.in anacrontab.default 
                           patch-gregor.c patch-matchrx.c 
                           patch-readtab.c patch-runjob.c 
                           pkg-message.in 
  Removed files:
    sysutils/anacron     pkg-message 
    sysutils/anacron/files patch-aa 
  Log:
  [1]:
    - Add a rcNG startup script
    - Use mkstemp() instead of the insecure tempnam()
  
  Moreover:
    - Also create /var/spool/anacron when installed from a package
    - Try to remove /var/spool/anacron when deinstalling the package; if
      it fails, hint the user about removing it manually
    - Respect ${CC}
    - Install/deinstall ${PREFIX}/etc/anacrontab
    - Split the monolithic patch-aa into separate patches
    - Refactor some patches into ${REINPLACE_CMD} invocations
    - Install the program ourselves (it is more straightforward than
      fixing the vendor's Makefile)
    - Use SUB_FILES=pkg-message
  
  PR:             ports/82168 [1]
  Submitted by:   maintainer [1]
  
  Revision  Changes    Path
  1.5       +20 -7     ports/sysutils/anacron/Makefile
  1.1       +24 -0     ports/sysutils/anacron/files/anacron.sh.in (new)
  1.1       +12 -0     ports/sysutils/anacron/files/anacrontab.default (new)
  1.4       +0 -310    ports/sysutils/anacron/files/patch-aa (dead)
  1.1       +11 -0     ports/sysutils/anacron/files/patch-gregor.c (new)
  1.1       +10 -0     ports/sysutils/anacron/files/patch-matchrx.c (new)
  1.1       +161 -0    ports/sysutils/anacron/files/patch-readtab.c (new)
  1.1       +34 -0     ports/sysutils/anacron/files/patch-runjob.c (new)
  1.1       +7 -0      ports/sysutils/anacron/files/pkg-message.in (new)
  1.3       +0 -8      ports/sysutils/anacron/pkg-message (dead)
  1.3       +5 -2      ports/sysutils/anacron/pkg-plist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506161551.j5GFpcdE028293>