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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/dtc/Makefile

Number of commits found: 64

Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 13 Oct 2021
13:52 Stefan Eßer (se) search for other commits by this committer
sysutils/dtc: Add CPE information

Approved by:	portmgr (blanket)
commit hash: bb219d7957208e6846a2fb83c8ea22a44974f3de commit hash: bb219d7957208e6846a2fb83c8ea22a44974f3de commit hash: bb219d7957208e6846a2fb83c8ea22a44974f3de commit hash: bb219d7957208e6846a2fb83c8ea22a44974f3de bb219d7
Wednesday, 1 Sep 2021
11:46 Alexey Dokuchaev (danfe) search for other commits by this committer
Cleanup: for ports under s* categories, drop redundant GH_* knobs.
commit hash: e9148ce0453ccc8db5af73084b56eaaa914f07e3 commit hash: e9148ce0453ccc8db5af73084b56eaaa914f07e3 commit hash: e9148ce0453ccc8db5af73084b56eaaa914f07e3 commit hash: e9148ce0453ccc8db5af73084b56eaaa914f07e3 e9148ce
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 16 Sep 2020
12:26 pkubaj search for other commits by this committer
sysutils/dtc: fix build on GCC architectures

Use newer GCC:
util.h:64: warning: 'gnu_printf' is an unrecognized format function type
cc1: warnings being treated as errors
Original commitRevision:548782 
Tuesday, 25 Aug 2020
12:07 manu search for other commits by this committer
sysutils/dtc: Update to 1.6.0
Original commitRevision:546157 
Monday, 25 Feb 2019
12:13 manu search for other commits by this committer
sysutils/dtc: Update to 1.4.7
Original commitRevision:493851 
Tuesday, 23 Jan 2018
18:18 kevans search for other commits by this committer
sysutils/dtc: Update to 1.4.6 and add test support

dtc 1.4.6 was released 2018/01/03 with various additional checks and
bugfixes, as well as support for some syntactic sugar for overlays that
allows the following:

==
/dts-v1/;
/plugin/;

&foo {
  status = "okay";
};
==

Issues addressed by the previous patches have been fixed upstream, and the
two patches included here have been accepted upstream following the release
of 1.4.6. The patches, along with the TEST_ENV, will be able to go away when
1.4.7 is released.

While here, hook up the test suite and flip maintainer over to uboot@.

Reviewed by:	imp, manu
Approved by:	imp (maintainer, ports committer)
Differential Revision:	https://reviews.freebsd.org/D13761
Original commitRevision:459790 
Wednesday, 6 Dec 2017
22:33 manu search for other commits by this committer
sysutils/dtc: Fix build on 32bits

Approved by:	imp (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13381
Original commitRevision:455683 
Sunday, 26 Nov 2017
19:23 manu search for other commits by this committer
sysutils/dtc: Update to v1.4.5

Update to dtc v1.4.5 as it is needed for u-boot v2017.11
Do not build the python libfdt as it fails and we don't need it

Reviewed by:	imp (maintainer)
Approved by:	imp
Differential Revision:	https://reviews.freebsd.org/D13251
Original commitRevision:454916 
Sunday, 25 Jun 2017
19:29 linimon search for other commits by this committer
Switch from bsdimp repo to master repo (dgibson) and update to 1.4.4.

  DTC 1.4.4
  It turns out that dtc 1.4.3 - and most previous versions - have a
  serious build bug on a number of distros: libfdt.h incorrectly defines
  some system reserved __* macros for use with sparse.  These conflict
  with some system headers on RHEL7 and probably several other Linux
  distributions.

  This quick fix release includes patches to correct those build
  failures.  It also has a tiny handful of other cleanups.

  DTC 1.4.3
  This release adds code to libfdt to apply dynamic overlays in the
  format used by many Linux kernels for ARM.  Apart from that there are
  a number of small bugfixes and enhancements.

PR:		220089
Submitted by:	manu
Reviewed by:	imp (maintainer)
Original commitRevision:444320 
Friday, 3 Feb 2017
09:49 antoine search for other commits by this committer
- shebangfix dtdiff
- Add missing USE_LDCONFIG
Original commitRevision:433217 
Thursday, 12 Jan 2017
22:48 imp search for other commits by this committer
GPL'd Device Tree Compiler version 1.4.2, tweaked for FreeBSD.
Original commitRevision:431325 
Tuesday, 11 Mar 2014
21:49 adamw search for other commits by this committer
Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name of
improving accessibility.

I think people who want to just find the port/package and install it are
more likely to look for "spamassassin the program" than "spamassassin the
perl module collection."
Original commitRevision:347936 
Monday, 10 Mar 2014
12:32 rene search for other commits by this committer
Mark deprecated, depends on expired www/sbox-dtc
Original commitRevision:347750 
Friday, 20 Sep 2013
23:06 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
Original commitRevision:327772 
Sunday, 9 Jun 2013
18:23 miwi search for other commits by this committer
- Remove php4 reference
Original commitRevision:320370 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Saturday, 18 Aug 2012
14:29 ohauer search for other commits by this committer
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
Original commit
Monday, 7 May 2012
18:52 sylvio search for other commits by this committer
- Chase rrdtool shlib version bump.
Original commit
Thursday, 26 Jan 2012
09:47 mm search for other commits by this committer
Update proftpd-mysql dependency to databases/proftpd-mod_sql_mysql
Original commit
Monday, 16 Jan 2012
22:17 pav search for other commits by this committer
- Remove X11BASE

Reported by:    pointyhat
Original commit
Saturday, 17 Sep 2011
17:32 crees search for other commits by this committer
- Update to 0.34.2.1
- Remove FORBIDDEN; up to date
- Add appropriate conflicts

PR:             ports/159736
Submitted by:   Thomas Goirand <thomas@goirand.fr> (maintainer)
Original commit
Friday, 16 Sep 2011
18:35 crees search for other commits by this committer
New maintainer, undeprecate so it doesn't get removed too hastily.

PR:             ports/159736
Original commit
Thursday, 1 Sep 2011
18:24 crees search for other commits by this committer
Deprecate for removal on 2011/10/01

PR:             ports/159736
Submitted by:   Ansgar Burchardt <ansgar@debian.org>
Approved by:    maintainer timeout (18 days)
Original commit
Sunday, 28 Aug 2011
17:53 crees search for other commits by this committer
- Mark FORBIDDEN in response to security issues in vuxml
- While here, remove irrelevant CONFLICTS

PR:             ports/159736
Original commit
Saturday, 20 Aug 2011
17:27 ohauer search for other commits by this committer
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Original commit
Wednesday, 17 Aug 2011
15:54 crees search for other commits by this committer
Fix dependency object (still has security issues and needs updating though)
Original commit
Tuesday, 5 Jul 2011
11:59 sunpoet search for other commits by this committer
- Remove BROKEN_WITH_PHP

PR:             ports/158661
Submitted by:   sunpoet (myself)
Approved by:    ale (maintainer)
Original commit
Sunday, 26 Sep 2010
22:43 pav search for other commits by this committer
- Mark BROKEN: bad dependency object
  ===>   dtc-0.32.0.1 depends on file: /usr/local//mod_log_sql.so - not found

Reported by:    pointyhat
Original commit
Thursday, 16 Sep 2010
19:19 garga search for other commits by this committer
- Update to 0.32.0.1
- Undeprecate it

PR:             ports/143344
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
Reworked by:    garga@
Approved by:    maintainer
Original commit
Friday, 9 Jul 2010
09:40 linimon search for other commits by this committer
Over to new maintainer, who is working on an update.  Since this is the
case, give it some extra expiration time.

Hat:            portmgr
Original commit
Sunday, 6 Jun 2010
04:49 pgollucci search for other commits by this committer
- WITH_APACHE2 is dead

PR:             ports/146900
Submitted by:   pgollucci@ (myself)
Approved by:    maintainer timeout (thomas@goirand.fr; 14 days)
Original commit
Tuesday, 18 May 2010
04:08 pgollucci search for other commits by this committer
- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
Original commit
Wednesday, 5 May 2010
21:54 pgollucci search for other commits by this committer
5/5: Chase www/apache22 (bundled apr shlib bump)

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
Original commit
Tuesday, 8 Dec 2009
14:30 pav search for other commits by this committer
  This port has been broken for 3+ months, thus

- Mark DEPRECATED and schedule for expiration in one month

With hat:       portmgr
Original commit
Friday, 27 Mar 2009
11:53 garga search for other commits by this committer
- Bump necessary PORTREVISIONS and fix some ports to new clamav API
Original commit
Tuesday, 24 Jun 2008
12:34 rafan search for other commits by this committer
- Chase rrdtool 1.3.0 update, bump PORTREVISION

PR:             ports/124749
Submitted by:   Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool)
Original commit
Friday, 6 Jun 2008
14:03 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Saturday, 3 May 2008
15:27 pav search for other commits by this committer
- Mark BROKEN: bad plist

Reported by:    pointyhat
Original commit
Wednesday, 30 Apr 2008
06:14 pav search for other commits by this committer
- Delete incorrect dependency on php5-session (it already is listed in USE_PHP)

Reported by:    pointyhat

- While here, X11BASE -> LOCALBASE
Original commit
Tuesday, 22 Apr 2008
02:13 scrappy search for other commits by this committer
Upgrade to latest stable version of DTC: 0.28.2.1
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Thursday, 30 Aug 2007
01:42 rafan search for other commits by this committer
- Update to 0.25.0.1
  It is based on author's port available at master site.
- Brokeness is fixed in required ports

Please note the fix in PR is incomplete.

PR:             ports/111290
Submitted by:   Josh Paetzel <josh at tcbug.org>
Approved by:    maintainer timeout (14 days)
Original commit
Monday, 23 Jul 2007
21:59 linimon search for other commits by this committer
Assign to new volunteer.
Original commit
08:18 linimon search for other commits by this committer
Reset maintainer due to no response to PR and no response to email.

While here, make this a proper master port.

Hat:            portmgr
Original commit
Thursday, 5 Jul 2007
06:19 edwin search for other commits by this committer
First steps in a big migration:

    Move net/rrdtool to databases/rrdtool.

    It's an itch which needs to be scratched: net/rrdtool came from
    net/mrtg, which was a good location for it. net/mrtg has later
    been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database
    Tools", therefor it's better if it moves to databases/rrdtool.
    Same with net/rrdtool10.

PR:             ports/112942
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Sunday, 11 Feb 2007
01:23 kris search for other commits by this committer
Schedule these broken ports for removal on 2007-04-10 if they are still
broken at that time and no fix has been submitted.
Original commit
Wednesday, 6 Dec 2006
06:48 scrappy search for other commits by this committer
make sure that we depend on the right varsion of mod_log_sql2
Original commit
Thursday, 30 Nov 2006
23:35 kris search for other commits by this committer
BROKEN: Broken dependency
Original commit
05:47 scrappy search for other commits by this committer
pear is not a valid module for php5
Original commit
Monday, 20 Nov 2006
19:27 erwin search for other commits by this committer
Fix INDEX, but maybe break this port after the errors in the latest upgrade.

Hat:            portmgr
Original commit
14:41 scrappy search for other commits by this committer
remove 'DTC_TOASTER' option and move that to its own sub-port
Original commit
14:19 scrappy search for other commits by this committer
Upgrade to latest version of DTC
Original commit
Wednesday, 5 Jul 2006
02:30 linimon search for other commits by this committer
Change all bogus uses of BROKEN to IGNORE.  See CHANGES 20060705.

PR:             ports/92445
Hat:            portmgr
Original commit
Tuesday, 16 May 2006
09:26 lawrance search for other commits by this committer
Update to 0.17.0.3.

PR:             ports/79235
Submitted by:   Thomas Goirand <thomas@goirand.fr> (maintainer)
Original commit
Saturday, 21 Jan 2006
17:37 krion search for other commits by this committer
- 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@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@tarc.po.cs.msu.su> [12],
                Carl Makin <carl@stagecraft.cx> [13], arved [14],
                NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18],
                jylefort [19], linimon [22], dougb [23]
Original commit
Tuesday, 8 Feb 2005
13:47 pav search for other commits by this committer
- Distfile repackaged, no change in content, verified

PR:             ports/77205
Submitted by:   IIJIMA Hiromitsu <isunin@dennougedougakkai-ndd.org>
Old distfile
provided by:    clement
Original commit
Saturday, 18 Dec 2004
23:02 kris search for other commits by this committer
This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
Original commit
Sunday, 26 Sep 2004
01:39 kris search for other commits by this committer
BROKEN: Size mismatch

Approved by:    portmgr (self)
Original commit
Monday, 19 Jul 2004
09:41 ale search for other commits by this committer
Switch to the new PHP infrastructure.
Original commit
Tuesday, 25 May 2004
00:54 clement search for other commits by this committer
Add dtc 0.12.0.6, a hosting web GUI for admin and accounting
apache/named/proftpd/qmail.

A hosting web GUI for admin and accounting apache/named/proftpd/qmail
Domain Technologie Control (DTC) is a set of PHP scripts and a web
interface that manage a MySQL database that handles all the host
information. It generates backup scripts, statistic calculation scripts,
andconfig files for bind, Apache, qmail, and proftpd, using a single system
UID/GID. With DTC, you can delegate the task of creating subdomains,
email,and FTP accounts to users for the domain names they own, and monitor
bandwidth per user and service.

WWW: http://www.gplhost.com/?rub=software&sousrub=dtc

PR:             ports/65593
Submitted by:   Frederic Cambus & Thomas Goirand
Original commit

Number of commits found: 64