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: devel/ddd/Makefile

Number of commits found: 54

Wednesday, 17 Jul 2019
04:19 tobik search for other commits by this committer
Deprecate devel/ddd

It does not work with modern gdb.

While here reset MAINTAINER.

PR:		238984, 226827
Approved by:	maintainer timeout (~1.5 years based on PR 226827)
Reported by:	jhb
Original commitRevision:506790 
Saturday, 10 Nov 2018
18:12 bapt search for other commits by this committer
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Original commitRevision:484628 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Wednesday, 18 Mar 2015
12:52 robak search for other commits by this committer
devel/ddd: add CPE information

- Maintainer's timeout (sergio@softshark.org)

PR:		198237
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
Original commitRevision:381540 
Tuesday, 15 Jul 2014
23:11 adamw search for other commits by this committer
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.

Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
Original commitRevision:362014 
Thursday, 26 Jun 2014
07:32 antoine search for other commits by this committer
Allow to build with texinfo from ports

With hat:	portmgr
Original commitRevision:359318 
Tuesday, 24 Jun 2014
22:45 bapt search for other commits by this committer
Use MAKE_CMD
Original commitRevision:359160 
Monday, 23 Sep 2013
19:40 bsam search for other commits by this committer
Fix build at 10.x.

While here:
. use stage phase;
. use MKDIR macro instead of INSTALL -d one to create a directory;
. unmute install command.

PR:		ports/182315
Submitted by:	Sergio Mangialardi <sergio@softshark.org> (maintainer)
Original commitRevision:328032 
Friday, 20 Sep 2013
17:03 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
Original commitRevision:327722 
Wednesday, 10 Jul 2013
06:49 bapt search for other commits by this committer
Convert from USE_MOTIF to USES=motif
Original commitRevision:322620 
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Monday, 2 May 2011
12:44 makc search for other commits by this committer
Bump PORTREVISION after open-mofit update
Original commit
Tuesday, 6 Apr 2010
18:33 kan search for other commits by this committer
Update to 3.3.12 and silence a long standing bug in how
DDD handles controlling terminals for child processes.

No response from maintainer since: Sat, 22 Aug 2009
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
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
Monday, 24 Mar 2008
23:21 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Monday, 3 Sep 2007
20:55 araujo search for other commits by this committer
- Remove 4.x cruft.

PR:             ports/114684
Submitted by:   David Yeske <dyeske@gmail.com>
Approved by:    itetcu (mentor), maintainer timeout (2 weeks)
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
Monday, 10 Apr 2006
20:53 pav search for other commits by this committer
- Update to 3.3.11
- Remove unneeded dependency to devel/freelibiberty

PR:             ports/95065
Submitted by:   Sergio Mangialardi <sergio@softshark.org> (maintainer)
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Saturday, 4 Dec 2004
19:34 arved search for other commits by this committer
Update to 3.3.10

PR:             74176
Submitted by:   Sergio Mangialardi <sergio@softshark.org>
Original commit
Thursday, 30 Sep 2004
05:32 kris search for other commits by this committer
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:    portmgr
Original commit
Sunday, 29 Aug 2004
20:17 pav search for other commits by this committer
- Update to 3.3.9
- Grant maintainership to submitter

PR:             ports/70894
Submitted by:   Sergio Mangialardi <sergio@softshark.org>
Original commit
Tuesday, 17 Aug 2004
13:45 arved search for other commits by this committer
Add -fpermissve to CPPFLAGS to fix build with gcc 3.4
Original commit
Saturday, 31 Jul 2004
18:44 pav search for other commits by this committer
- Do what nearby comment says: use gcc 3.3 for 4-STABLE

PR:             ports/69802 (inspired by)
Submitted by:   Florian Liekweg <liekweg@gmx.de>
Original commit
Friday, 2 Jul 2004
01:12 lioux search for other commits by this committer
Drop maintainership
Original commit
Sunday, 25 Apr 2004
00:04 lioux search for other commits by this committer
Chase freelibiberty header files location move which removed CONFLICTS
with libgnugetopt. This resolves port build under most FreeBSD port
installations where libgnugetopt is already installed.

Approved by:    marcus (portmgr)
Original commit
Friday, 9 Apr 2004
18:23 lioux search for other commits by this committer
Fix build: DDD builds with either GCC 3.1 or GCC 3.2. Use 3.1 if
it is available with base system. Otherwise, default to 3.2
Original commit
Saturday, 3 Apr 2004
08:27 ade search for other commits by this committer
Ding-dong, this is your friendly happy face talking.  Please to be
reading the 20040314 entry in /usr/ports/CHANGES regarding importing
of ports into the tree that require the use of GNU autotools.

Thanks awfully
Original commit
Monday, 29 Mar 2004
05:34 edwin search for other commits by this committer
UPDATE: ddd-3.3.1 to 3.3.8

        The port was marked broken, but compiled anyway when BROKEN=
        was commnted out.  I took it upon myself to fix it so the
        lates version builds.

        For whatever reason the libiberty configure script bombs.
        Instead of patching/and fixing it I added a dependency on
        devel/freelibiberty.  That solves that problem.

        Cleaned up the installation of PORTDOCS in the Makefile and
        pkg-plist.

        Regenerated all the patch files since many of the original
        ones had no contextual lines and would apply without error
        where the patch should have bombed.  So the following patch
        files are to be removed:

PR:             ports/63473
Submitted by:   Yarema <yds@CoolRat.org>
Approved by:    Maintainer timeout
Original commit
Sunday, 8 Feb 2004
01:14 lioux search for other commits by this committer
USE_SIZEify
Original commit
01:03 kris search for other commits by this committer
BROKEN on 5.x: does not compile
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Monday, 9 Jun 2003
18:26 lioux search for other commits by this committer
Fix build in 5.x branch: configure is not detecting streampos
correctly, circumvent that. Provide a proper auto* tools related
solution later

PR:             52983
Submitted by:   David Yeske <dyeske@yahoo.com>
Original commit
Wednesday, 4 Jun 2003
22:43 kris search for other commits by this committer
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:  kris
Original commit
Sunday, 18 May 2003
12:25 kris search for other commits by this committer
BROKEN on 5.1: bad C++
Original commit
Sunday, 23 Feb 2003
19:58 lioux search for other commits by this committer
De-pkg-comment
Original commit
Thursday, 30 Jan 2003
20:42 lioux search for other commits by this committer
USE_REINPLACE instead of PERL

Prompted by:    David Yeske <dyeske@yahoo.com>
Original commit
Saturday, 7 Sep 2002
04:41 kris search for other commits by this committer
Fix build on -current.

Submitted by:   kan
PR:             ports/42454
Original commit
Tuesday, 14 May 2002
16:58 lioux search for other commits by this committer
o Update to 3.3.1
o Update WWW tag
Original commit
Thursday, 9 May 2002
06:15 lioux search for other commits by this committer
Assume maintainership
Original commit
Wednesday, 8 May 2002
20:44 obrien search for other commits by this committer
To ports@freebsd.org.
Original commit
Tuesday, 29 Jan 2002
10:16 knu search for other commits by this committer
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
Original commit
Sunday, 11 Mar 2001
02:28 obrien search for other commits by this committer
Fully update PLIST for version 3.3    
Original commit
Friday, 9 Mar 2001
13:10 obrien search for other commits by this committer
Update to version 3.3.    
Original commit
Tuesday, 7 Nov 2000
23:28 asami search for other commits by this committer
Change motif to a normal dependency.  REQUIRES_MOTIF is now called   USE_MOTIF
and generates a LIB_DEPENDS to x11-toolkits/open-motif.  As   before, it implies
USE_XPM (and therefore USE_XLIB).  Motif-dummy is   removed from
PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.    
Original commit
Monday, 25 Sep 2000
20:48 kris search for other commits by this committer
Bump PORTREVISION    
Original commit
Sunday, 27 Aug 2000
00:27 obrien search for other commits by this committer
Fix breakage caused by sobomax in rev 1.30.    
Original commit
Thursday, 3 Aug 2000
10:28 asami search for other commits by this committer
(1) Add new variable, XFREE86_VERSION, to specify which version of       XFree86
(3 or 4) to depend to when USE_XLIB is set.       XFREE86_VERSION defaults to 3
for now, but adventurous users can       override it in /etc/make.conf.  When
XFREE86_VERSION=3, USE_XLIB       will add a dependency to x11/XFree86; when it
is set to 4, the       dependency will be to x11/XFree86-4-libraries.  When     
 XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS       hacks
to avoid messing with XFree86 are turned off.    
Original commit
Tuesday, 27 Jun 2000
10:38 sobomax search for other commits by this committer
Properly handle ddd.info file.    
Original commit

Number of commits found: 54