notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: emulators/doscmd/Makefile
SVNWeb

Number of commits found: 23

Tue, 3 Jan 2017
[ 10:59 mat search for other commits by this committer ] Original commit   Revision:430453 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Deprecate ports broken for FreeBSD 10.3-

Sponsored by:	Absolight
Sat, 18 Apr 2015
[ 01:52 amdmi3 search for other commits by this committer ] Original commit   Revision:384199
- Add patches to fix build on 10.x+
- Mark BROKEN on 10.x+

It accesses field of structure which was made opaque in r235647
to change internally used file descriptor:

cwd.c:892:15: error: incomplete definition of type 'struct _dirdesc'
    search->dp->dd_fd = squirrel_fd(search->dp->dd_fd);
    ~~~~~~~~~~^
/usr/include/dirent.h:58:8: note: forward declaration of 'struct _dirdesc'
struct _dirdesc;
       ^

This hack is no longer possible on 10.x+. Doscmd may work fine
without it though, but I'm not taking responsibility by blindly
removing it. If you know the interlans and can test it, see
extra-patch-cwd.c.
Tue, 3 Jun 2014
[ 20:26 cs search for other commits by this committer ] Original commit   Revision:356407
Back to pool

PR:		190334
Submitted by:	shurd@sasktel.net (maintainer)
Tue, 15 Apr 2014
[ 12:21 danfe search for other commits by this committer ] Original commit   Revision:351325
Stagify, convert to OptionsNG, and generally cleanup the port.
Fri, 20 Sep 2013
[ 16:43 bapt search for other commits by this committer ] Original commit   Revision:327721 (Only the first 10 of 190 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
Wed, 5 Sep 2012
[ 15:43 des search for other commits by this committer ] Original commit   Revision:303710 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Remove useless metadata from ports I created.
Sun, 4 Mar 2012
[ 13:46 miwi search for other commits by this committer ] Original commit 
- Unbreak

PR:             165443
Submitted by:   maintainer
Fri, 10 Feb 2012
[ 00:33 pgollucci search for other commits by this committer ] Original commit 
- Fix build after /usr/X11R6 symlink removal

PR:             ports/164899
Submitted by:   Stephen Hurd <shurd@sasktel.net> (maintainer)
Sun, 4 Sep 2011
[ 12:07 stefan search for other commits by this committer ] Original commit 
Update to 20110826.

PR:             160217
Submitted by:   Stephen Hurd <shurd@sasktel.net> (maintainer)
Thu, 10 Dec 2009
[ 16:10 linimon search for other commits by this committer ] Original commit 
Over to submitter of last update.
Tue, 8 Dec 2009
[ 17:23 pav search for other commits by this committer ] Original commit 
- Drop maintainership

Submitted by:   des (maintainer)
[ 13:46 pav search for other commits by this committer ] Original commit 
- Unbreak on 8.x (untested)

PR:             ports/138864
Submitted by:   Stephen Hurd <shurd@sasktel.net>
Approved by:    maintainer timeout (des; 2 months)
Wed, 20 May 2009
[ 07:40 erwin search for other commits by this committer ] Original commit 
Mark BROKEN on 8.x: does not build.
Sun, 8 Mar 2009
[ 09:23 obrien search for other commits by this committer ] Original commit 
Un-BROKEN for 8.  This builds on my 8.0-CURRENT r187939 system.
Sun, 23 Mar 2008
[ 16:44 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Fri, 25 Jan 2008
[ 20:02 erwin search for other commits by this committer ] Original commit 
Mark BROKEN on 8.0
Sun, 23 Sep 2007
[ 12:48 edwin search for other commits by this committer ] Original commit 
Fixes and extra functionality for emulators/doscmd

        A year or so ago I emailed these patches to the maintainer
        and didn't get any feedback. Just rediscovered them so
        figured I should submit them before they get lost...

        patch-bioscursor
        Fixes the BIOS cursor handling so that programs such as the
        DOS edit.com and qbasic.exe work correctly

        patch-desqview-timeslice
        Allows INT15 timeslicing so that programs which support it
        can avoid 100% CPU utilization

        patch-quitemode
        Adds a -Q option which suppresses all video IO. Also helps
        optimize the input behavior especially when polling for
        input.

        patch-fossil-support
        Adds a -F option which enables support for FOSSIL IO using stdio.

PR:             ports/114615
Submitted by:   Stephen Hurd <shurd@sasktel.net>
Approved by:    maintainer timeout
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Sun, 4 Dec 2005
[ 11:08 edwin search for other commits by this committer ] Original commit 
emulators/doscmd outdated man info

        The manual page of doscmd (man doscmd) still states the
        following:

        "and then typing make install in the source directory (nor-
        mally /usr/src/usr.bin/doscmd).  For this to work, the X
        programmer's kit must have been installed."

        However doscmd is no longer part of the base system. So it
        should should say "/usr/ports/emulators/doscmd" instead.

PR:             ports/79661
Submitted by:   arundel <arundel@h3c.de>
Approved by:    maintainer timeout
Tue, 30 Mar 2004
[ 17:11 des search for other commits by this committer ] Original commit 
Update to 20040330.
Wed, 24 Mar 2004
[ 10:34 des search for other commits by this committer ] Original commit 
Install the man page in the correct location, and tell bsd.port.mk about it.
Tue, 23 Mar 2004
[ 23:04 des search for other commits by this committer ] Original commit 
Adjust for new distfile (cosmetic changes only)
[ 22:25 des search for other commits by this committer ] Original commit 
The doscmd utility, which until now has been part of the base system.

Number of commits found: 23