notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: UPDATING

Number of commits found: 2828 (showing only 28 on this page)

[First Page]  «  19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 

Saturday, 5 Jun 2004
11:18 clement search for other commits by this committer
- Informs the world about apache2 RCng'yfing
Original commit
Wednesday, 2 Jun 2004
17:17 netchild search for other commits by this committer
Add entries for the merge of the mkisofs ports into the cdrtools ports.

Based upon submission by:       marius
Original commit
Tuesday, 1 Jun 2004
21:03 lth search for other commits by this committer
Fix path typo.

Approved by:    erwin (mentor)
Original commit
Monday, 31 May 2004
17:21 marcus search for other commits by this committer
Fix up the Perl 5.8.4 instructions so that they work with csh as well as sh,
and that they use the correct version of Perl based on the order in which
Perl and its dependent ports are updated.
Original commit
12:38 mat search for other commits by this committer
Add some notes about upgrading to perl 5.8.4
Original commit
Saturday, 29 May 2004
16:21 nork search for other commits by this committer
Update to 2.1.5.

PR:             ports/67002
Submitted by:   Vivek Khera <vivek@khera.org> (maintainer)
Reviewed by:    Sunagawa Koji <koj@ofug.net>
Committed at:   10th EBUG Meeting in Tokamachi City, Niigata, Japan
Original commit
Thursday, 27 May 2004
11:29 eik search for other commits by this committer
Update net/openldap22-* to 2.2.11 and follow the OpenLDAP soname change:
  <http://www.openldap.org/lists/openldap-devel/200403/msg00101.html>

While I'm not totally happy with their choice, I believe it is better to
be in sync with the upstream library naming scheme.

No objection from:      portmgr
Original commit
Tuesday, 25 May 2004
09:26 mat search for other commits by this committer
Add a note about postgresql-client removal

Pointed out by: krion
Original commit
Friday, 21 May 2004
07:04 krion search for other commits by this committer
- Unregister the old UID/GID and register the new one in the
  valid range.
- Bump PORTREVISION
- Add warning entry in pkg-message and UPDATING
Original commit
Friday, 14 May 2004
14:06 pav search for other commits by this committer
- Kill trailing whitespace
Original commit
14:05 pav search for other commits by this committer
Add note for audio/faad users about updating to 2.0 release.
Original commit
Wednesday, 12 May 2004
16:42 hrs search for other commits by this committer
Note print/teTeX no longer installs dvipsk utility by default.
Original commit
Tuesday, 4 May 2004
12:56 nork search for other commits by this committer
o Minor text formatting changes when spitting out WITH_* tweaks;
  use spaces, not tabs.
o rcNG-fy.
  + Rename rc.conf(5) variable "drac_flags" to "dracd_flags".
  + Display pkg-message after install, warning admins of the rc.conf(5)
    variable name change.
o Bump PORTREVISION accordingly.

PR:             ports/66234
Submitted by:   Jeremy Chadwick <freebsd@jdc.parodius.com>
Original commit
Friday, 30 Apr 2004
21:44 nork search for other commits by this committer
rcNG-fy.

Approved by:    ache
Suggested by:   hrs
Original commit
Wednesday, 28 Apr 2004
18:27 nork search for other commits by this committer
rcNG-fy.

Approved by:    maintainer no response (1 week)
Reviewed by:    eik
Suggested by:   hrs (obtained from: hrs's cvsyncd patch)
Original commit
Tuesday, 20 Apr 2004
20:46 netchild search for other commits by this committer
erge from sysutils/cdrtools-devel resp. sysutils/mkisofs-devel:

Changes common to cdrtools and mkisofs:
- Delete targets for mkisofs and friends when building cdrtools and vice
  versa to speed up the build of the respective port.
- Respect CC already at the configure-stage.
- Manually replace included copies of config.guess and config.sub with
  versions from ${PORTSDIR}/Templates.
- Install relevant READMEs in DOCSDIR (unless NOPORTDOCS is set), some
  manual pages also reference these.
- Add a workaround for what appears to be a problem with gmake and certain
  locales on -current. [1]

Changes to cdrtools:
- Adjust COMMENT, some tools in this package are for extracting CDs/CD-R[W]s.
- Install scgcheck, a tool to check and validate the ABI of libscg.
- Patch cdrecord to use ${PREFIX}/etc as the location of the global
  configuration file, rather than using /etc/default. The installed
  documentaion also gets patched accordingly and a PKGMESSAGE reflecting
  this change as required by the terms in cdrecord/defaults.c (PR 50835).
- Install a sample configuration file for cdrecord, also install a
  configuration file if it doesn't already exist.
- Patch manpages to better correspond to files and locations on FreeBSD.
- Add a knob to optionally build and install rscsi, a tool that allows using
  SCSI-devices over the network. The required rscsi user gets added
  automatically and templates for the configuration file also get installed.
  PKGINSTALL points to for further information on how to configure remote
  access to SCSI-devices.
  Note that the stock rscsi of cdrtools 2.00.3 has a small security issue,
  the fix from the cdrtools alpha version has been added to the port.
- Remove BSD_SCSI_SENSE_BUG from COPTX (CFLAGS) to libscg (see revision 1.48
  of sysutils/cdrtools-devel/Makefile for a more detailed description).
- Make the direct ATAPI transport (cooked_ioctl interface) of cdda2wav
  (e.g. when used via `cdda2wav -D /dev/acd0`) work on FreeBSD after
  ata(4) was GEOM'ifed and the CDIOCREADAUDIO ioctl removed.
- Properly initialise the verbosity level of cdda2wav when the cooked_ioctl
  interface is used so it's disabled by default.
- Remove unnecessary patch-ai, this patch for supporting Plasmon RF 4100
  originated in the FreeBSD port of cdrtools but the relevant parts were
  incorporated in cdrtools-1.10a14.
- Disable the use of mlockall(2) on all version of FreeBSD (see PR 62930 for
  a description of the problem).

Changes to mkisofs:
- Add MLINKS for devdump.8, isodump.8 and isovfy.8 to isoinfo.8.
- Install isodebug, a simple tool to display the creation date and the
  commandline options used to create a certain ISO-image with mkisofs.
- Remove apple_driver.8, this tool doesn't get installed.
- Unbreak mkhybrid.8 by replacing it with a MLINKS to mkisofs.8.
- Remove patch-bb, its purpose is unclear and there's no indication in the
  CVS history why it was added.

Requested by:   pav [1]
Submitted by:   marius (maintainer)

Changes to UPDATING:
 - add a note about the new location of the global configuration of cdrecord.
Original commit
09:08 lofi search for other commits by this committer
Update to KDE 3.2.2
Original commit
Monday, 5 Apr 2004
03:38 marcus search for other commits by this committer
Add an entry for the GNOME 2.6 upgrade.
Original commit
Monday, 22 Mar 2004
13:53 netchild search for other commits by this committer
Correct the date of the net/isc-dhcp3 entry. I'm very sure we are still
in March, not in April.
Original commit
Tuesday, 16 Mar 2004
22:26 des search for other commits by this committer
net/isc-dhcp3-* now use rc.conf.
Original commit
Monday, 15 Mar 2004
19:09 marcus search for other commits by this committer
Add instructions for properly updating expat2 such that all dependencies are
properly updated.
Original commit
Thursday, 11 Mar 2004
21:20 osa search for other commits by this committer
Add entry for databases/postgresql7 (release 7.4.2).

Notice from:    kris
Original commit
Tuesday, 9 Mar 2004
19:41 lofi search for other commits by this committer
Update to KDE 3.2.1 / QT 3.3.1

Important changes:
==================

KDE:

- Audio/arts does not install artswrapper anymore, instead it is provided by
  audio/artswrapper. See UPDATING.

- misc/kdeaddons3 is now a metaport with

        editors/kate-plugins
        editors/vimpart
        games/atlantikdesigner
        misc/kaddressbook-plugins
        misc/kfile-plugins
        misc/kicker-applets
        misc/knewsticker-scripts
        misc/konq-plugins
        misc/ksig
        misc/renamedlgplugins
        multimedia/noatun-plugins
        net/kontact-plugins

  as slave ports.

- A number of KDE ports now uses OPTIONS do make various WITH_* options more
  visible.

- Plist fixes

- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
  newly created projects.

- kdebase will no longer remove previous KDM configurations. This won't take
  effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
  remove the configuration), but subsequent updates will merge old configs.

QT:

- Previous versions of QT could be compiled with debugging-support enabled by
  defining DEBUG. This switch has been renamed to the more unambiguous
  WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
Original commit
Friday, 5 Mar 2004
15:14 netchild search for other commits by this committer
Add entry for security/antivir-milter.

Taken from commit log which was submitted by:   maintainer of antivir-milter
Original commit
Wednesday, 3 Mar 2004
08:08 knu search for other commits by this committer
Reorganize the information about the ruby upgrade to 1.8 on i386.

Noted by:       kris
Original commit
Tuesday, 2 Mar 2004
17:47 glewis search for other commits by this committer
. Fix a typo.
Original commit
16:31 obrien search for other commits by this committer
Help the masses out with the perl 5.6->5.8 transition.
Original commit
Monday, 1 Mar 2004
22:34 kris search for other commits by this committer
Add an UPDATING file that will be used to document additional steps that
users may need to perform when updating their ports collection.  The
intent is similar to the /usr/src/UPDATING file.

Kick it off with a description of how to update past the ruby 1.6->1.8
changeover on i386, cribbed from knu's commit message.
Original commit

Number of commits found: 2828 (showing only 28 on this page)

[First Page]  «  19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29