Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.1 26 Oct 2024 17:13:54 |
Daniel Engberg (diizzy) |
sysutils/dtc: Update to 1.7.1
* Convert to Meson
* Import upstream PR 141 [1]
1: https://github.com/dgibson/dtc/pull/141
Changelog: https://github.com/dgibson/dtc/releases/tag/v1.7.1
PR: 281891
Approved by: portmgr (maintainer timeout, 2+ weeks) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
1.6.0 10 Mar 2022 19:53:43 |
Dimitry Andric (dim) |
sysutils/dtc: fix clang 14 warning about use of bitwise logical operator
During an exp-run for llvm 14 (see bug 261742), it turned out that
sysutils/dtc fails to build with clang 14:
libfdt/fdt_rw.c:438:6: error: use of bitwise '|' with boolean operands
[-Werror,-Wbitwise-instead-of-logical]
if (can_assume(LIBFDT_ORDER) |
^~~~~~~~~~~~~~~~~~~~~~~~~~
||
libfdt/libfdt_internal.h:171:29: note: expanded from macro 'can_assume'
^
libfdt/fdt_rw.c:438:6: note: cast one or both operands to int to silence this
warning
libfdt/libfdt_internal.h:171:29: note: expanded from macro 'can_assume'
^
This should have been a logical or instead. Upstream fixed this in:
https://github.com/dgibson/dtc/commit/7be250b4d059771c47be00ec8d4df7f47e4ac77c
PR: 261930
Approved by: maintainer timeout (2 weeks)
MFH: 2022Q1 |
1.6.0 13 Oct 2021 13:52:57 |
Stefan Eßer (se) |
sysutils/dtc: Add CPE information
Approved by: portmgr (blanket) |
1.6.0 01 Sep 2021 11:46:24 |
Alexey Dokuchaev (danfe) |
Cleanup: for ports under s* categories, drop redundant GH_* knobs. |
1.6.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.6.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.0 16 Sep 2020 12:26:08 |
pkubaj |
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 |
1.6.0 25 Aug 2020 12:07:36 |
manu |
sysutils/dtc: Update to 1.6.0 |
1.4.7 22 Aug 2020 15:24:34 |
zeising |
sysutils/dtc: Fix build with -fno-common
Add a patch from upstream to sysutils/dtc to fix build with -fno-common,
which is the default with llvm 11.
MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) |
1.4.7 25 Feb 2019 12:13:16 |
manu |
sysutils/dtc: Update to 1.4.7 |
1.4.6 23 Jan 2018 19:45:52 |
kevans |
sysutils/dtc: Unbreak `make patch`
The added patches from the 1.4.6 update broke `make patch` as their contents
got duplicated somewhere in the pipeline. Remove the duplicated contents.
Reported by: antoine
Approved by: imp |
1.4.6 23 Jan 2018 18:18:12 |
kevans |
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 |
1.4.5_1 06 Dec 2017 22:33:59 |
manu |
sysutils/dtc: Fix build on 32bits
Approved by: imp (maintainer)
Differential Revision: https://reviews.freebsd.org/D13381 |
1.4.5 27 Nov 2017 12:47:18 |
manu |
sysutils/dtc: Fix building
Forgot to add patch to build dtc on FreeBSD.
Reported by: cy
Approved by: imp (maintainer, implicit) |
1.4.5 26 Nov 2017 19:23:07 |
manu |
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 |
1.4.4 25 Jun 2017 19:29:03 |
linimon |
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) |
1.4.2_1 03 Feb 2017 09:49:32 |
antoine |
- shebangfix dtdiff
- Add missing USE_LDCONFIG |
1.4.2 12 Jan 2017 22:48:55 |
imp |
GPL'd Device Tree Compiler version 1.4.2, tweaked for FreeBSD. |
0.34.2.1_2 11 Apr 2014 13:20:44 |
rene |
Remove expired ports:
2014-03-10 www/p5-CGI-modules: No more public distfiles
2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules
2014-03-10 www/sbox-dtc: No more public distfiles
2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc
2014-03-10 textproc/glimpse: No more public distfiles
2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse
2014-04-10 misc/tkman: Depends on expired textproc/glimpse
2014-04-09 devel/asl: Unmaintained since 1997
2014-04-09 net/pcnfsd: Unmaintained since 1997
2014-04-10 cad/chipmunk: Unmaintained since 1999
2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses
nautilus2 which is deprecated.
2014-04-10 www/mambo: Broken for more than 6 months
2014-04-10 devel/lua-rds-parser: Broken for more than 6 months
2014-04-10 editors/the: Unmaintained since 1999 (Only the first 15 lines of the commit message are shown above ) |
0.34.2.1_2 11 Mar 2014 21:49:40 |
adamw |
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." |
0.34.2.1_2 10 Mar 2014 12:32:01 |
rene |
Mark deprecated, depends on expired www/sbox-dtc |
0.34.2.1_2 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.34.2.1_2 09 Jun 2013 18:23:56 |
miwi |
- Remove php4 reference |
0.34.2.1_2 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.34.2.1_2 18 Aug 2012 14:29:11 |
ohauer |
- 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@ |
0.34.2.1_2 07 May 2012 18:52:09 |
sylvio |
- Chase rrdtool shlib version bump. |
0.34.2.1_1 26 Jan 2012 09:47:21 |
mm |
Update proftpd-mysql dependency to databases/proftpd-mod_sql_mysql |
0.34.2.1 16 Jan 2012 22:17:46 |
pav |
- Remove X11BASE
Reported by: pointyhat |
0.34.2.1 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.34.2.1 17 Sep 2011 17:32:34 |
crees |
- 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) |
0.32.0.1 16 Sep 2011 18:35:48 |
crees |
New maintainer, undeprecate so it doesn't get removed too hastily.
PR: ports/159736 |
0.32.0.1 01 Sep 2011 18:24:28 |
crees |
Deprecate for removal on 2011/10/01
PR: ports/159736
Submitted by: Ansgar Burchardt <ansgar@debian.org>
Approved by: maintainer timeout (18 days) |
0.32.0.1 28 Aug 2011 17:53:25 |
crees |
- Mark FORBIDDEN in response to security issues in vuxml
- While here, remove irrelevant CONFLICTS
PR: ports/159736 |
0.32.0.1 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
0.32.0.1 17 Aug 2011 15:54:29 |
crees |
Fix dependency object (still has security issues and needs updating though) |
0.32.0.1 05 Jul 2011 11:59:46 |
sunpoet |
- Remove BROKEN_WITH_PHP
PR: ports/158661
Submitted by: sunpoet (myself)
Approved by: ale (maintainer) |
0.32.0.1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.32.0.1 26 Sep 2010 22:43:06 |
pav |
- Mark BROKEN: bad dependency object
===> dtc-0.32.0.1 depends on file: /usr/local//mod_log_sql.so - not found
Reported by: pointyhat |
0.32.0.1 16 Sep 2010 19:19:10 |
garga |
- 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 |
0.28.2.1_5 09 Jul 2010 09:40:24 |
linimon |
Over to new maintainer, who is working on an update. Since this is the
case, give it some extra expiration time.
Hat: portmgr |
0.28.2.1_5 06 Jun 2010 04:49:35 |
pgollucci |
- WITH_APACHE2 is dead
PR: ports/146900
Submitted by: pgollucci@ (myself)
Approved by: maintainer timeout (thomas@goirand.fr; 14 days) |
0.28.2.1_5 18 May 2010 04:08:06 |
pgollucci |
- Chase devel/apr -> devel/apr1 shuffling
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@ |
0.28.2.1_4 05 May 2010 21:54:08 |
pgollucci |
5/5: Chase www/apache22 (bundled apr shlib bump)
PR: ports/146130
Approved by: portmgr (pav)
Tested by: -exp run (pav)
With Hat: apache@ |
0.28.2.1_3 08 Dec 2009 14:30:09 |
pav |
This port has been broken for 3+ months, thus
- Mark DEPRECATED and schedule for expiration in one month
With hat: portmgr |
0.28.2.1_3 27 Mar 2009 11:53:07 |
garga |
- Bump necessary PORTREVISIONS and fix some ports to new clamav API |
0.28.2.1_2 24 Jun 2008 12:34:56 |
rafan |
- Chase rrdtool 1.3.0 update, bump PORTREVISION
PR: ports/124749
Submitted by: Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool) |
0.28.2.1_1 06 Jun 2008 14:03:26 |
edwin |
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) |
0.28.2.1 03 May 2008 15:27:51 |
pav |
- Mark BROKEN: bad plist
Reported by: pointyhat |
0.28.2.1 01 May 2008 22:52:42 |
pav |
- Remove two entries that does not exist, per pointyhat |
0.28.2.1 30 Apr 2008 06:14:38 |
pav |
- Delete incorrect dependency on php5-session (it already is listed in USE_PHP)
Reported by: pointyhat
- While here, X11BASE -> LOCALBASE |
0.28.2.1 22 Apr 2008 02:13:27 |
scrappy |
Upgrade to latest stable version of DTC: 0.28.2.1 |
0.25.0.1 19 Apr 2008 17:56:05 |
miwi |
- 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) |
0.25.0.1 30 Aug 2007 01:42:35 |
rafan |
- 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) |
0.24.6.1_4 23 Jul 2007 21:59:22 |
linimon |
Assign to new volunteer. |
0.24.6.1_4 23 Jul 2007 08:18:26 |
linimon |
Reset maintainer due to no response to PR and no response to email.
While here, make this a proper master port.
Hat: portmgr |
0.24.6.1_4 05 Jul 2007 06:19:49 |
edwin |
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> |
0.24.6.1_4 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.24.6.1_3 11 Feb 2007 01:23:35 |
kris |
Schedule these broken ports for removal on 2007-04-10 if they are still
broken at that time and no fix has been submitted. |
0.24.6.1_3 06 Dec 2006 06:48:46 |
scrappy |
make sure that we depend on the right varsion of mod_log_sql2 |
0.24.6.1_2 30 Nov 2006 23:35:58 |
kris |
BROKEN: Broken dependency |
0.24.6.1_2 30 Nov 2006 05:47:57 |
scrappy |
pear is not a valid module for php5 |
0.24.6.1_1 20 Nov 2006 19:27:15 |
erwin |
Fix INDEX, but maybe break this port after the errors in the latest upgrade.
Hat: portmgr |
0.24.6.1_1 20 Nov 2006 14:41:10 |
scrappy |
remove 'DTC_TOASTER' option and move that to its own sub-port |
0.24.6.1 20 Nov 2006 14:19:39 |
scrappy |
Upgrade to latest version of DTC |
0.17.0.4 05 Jul 2006 02:30:58 |
linimon |
Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.
PR: ports/92445
Hat: portmgr |
0.17.0.4 07 Jun 2006 21:35:23 |
edwin |
Add SHA256 checksum |
0.17.0.4 16 May 2006 09:26:45 |
lawrance |
Update to 0.17.0.3.
PR: ports/79235
Submitted by: Thomas Goirand <thomas@goirand.fr> (maintainer) |
0.12.0.6_2 24 Jan 2006 01:06:45 |
edwin |
SHA256ify
Approved by: krion@ |
0.12.0.6_2 21 Jan 2006 17:37:14 |
krion |
- 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] (Only the first 15 lines of the commit message are shown above ) |
0.12.0.6_1 08 Feb 2005 13:47:14 |
pav |
- Distfile repackaged, no change in content, verified
PR: ports/77205
Submitted by: IIJIMA Hiromitsu <isunin@dennougedougakkai-ndd.org>
Old distfile
provided by: clement |
0.12.0.6_1 18 Dec 2004 23:02:35 |
kris |
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. |
0.12.0.6_1 26 Sep 2004 01:39:33 |
kris |
BROKEN: Size mismatch
Approved by: portmgr (self) |
0.12.0.6_1 19 Jul 2004 09:41:00 |
ale |
Switch to the new PHP infrastructure. |
0.12.0.6 25 May 2004 01:02:27 |
clement |
- Add missing entries |
0.12.0.6 25 May 2004 00:54:03 |
clement |
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 |