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: x11-wm/ede/Makefile

Number of commits found: 53

Thursday, 26 Dec 2019
07:54 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:520894 
Friday, 8 Nov 2019
11:21 tobik search for other commits by this committer
x11*: Add missing USES={gl,gnome,mate}
Original commitRevision:517047 
Thursday, 7 Nov 2019
18:36 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories x

Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Original commitRevision:517000 
Friday, 6 Sep 2019
21:18 kevans search for other commits by this committer
x11-wm/ede: Add sed=gsed

Two problems lie in ${EDELIB_WRKSRC}/sslib/gen-c-string.sh sed usage:

- \s is a GNU extension, this is trivially replaced with [[:space:]],
  HOWEVER:
- The next expression uses \t and expects a tab, but this will not happen
  with our sed.

\s was caught by the patch in bug #229925 that forbids escaping ordinary
characters that have no extra meaning to lessen the stress of later adding
special behavior to some of these escape sequences. \t, however, will just
silently do the wrong thing.

Switch this over to gsed for now; a pass will be done later to check out
every port with BUILD_DEPENDS containing gsed to evaluate whether we're
ready for them to use base sed or not.

QA:
 * portlint: OK (minor warnings that should be addressed separately)
 * testport: OK (poudriere: 13.0-CURRENT and 12.0-RELEASE, amd64)
 * diffoscope: OK (only minor metadata changes to package)

PR:		240312
Approved by:	koobs (ports)
Original commitRevision:511364 
Monday, 11 Mar 2019
11:34 danfe search for other commits by this committer
Unbreak the build by fixing two common errors that upset new C++ compilers:

1) evoke/Xsm.cpp:653:17: error: invalid suffix on literal; C++11 requires
   a space between literal and identifier [-Wreserved-user-defined-literal]

2) pekwm/ActionHandler.cc:631:10: error: case value evaluates to 4294967294,
   which cannot be narrowed to type 'int' [-Wc++11-narrowing]
Original commitRevision:495348 
Wednesday, 9 Jan 2019
15:21 amdmi3 search for other commits by this committer
- Fix LICENSE
- Switch to USES=localbase
Original commitRevision:489807 
Sunday, 4 Nov 2018
13:49 antoine search for other commits by this committer
Mark BROKEN: fails to build

evoke/Xsm.cpp:653:17: error: invalid suffix on literal; C++11 requires a space
between literal and identifier [-Wreserved-user-defined-literal]
        file += "/ede/"SETTINGS_FILENAME".conf";
                       ^

Reported by:	pkg-fallout
Original commitRevision:484044 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Thursday, 14 Dec 2017
13:54 amdmi3 search for other commits by this committer
- Switch to verbose build

Approved by:	portmgr blanket
Original commitRevision:456295 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Monday, 19 Oct 2015
14:50 amdmi3 search for other commits by this committer
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
Original commitRevision:399684 
Wednesday, 29 Jul 2015
22:09 antoine search for other commits by this committer
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
Original commitRevision:393196 
Monday, 6 Jul 2015
08:17 riggs search for other commits by this committer
- Un-break build
- Pet portlint

PR:		199251
Submitted by:	tkato432@yahoo.com
Reviewed by:	riggs
MFH:		2015Q3
Original commitRevision:391393 
Saturday, 14 Feb 2015
09:00 antoine search for other commits by this committer
Mark BROKEN: Fails to link, tries to use internal fltk symbols

src/WindowUtils.cpp:(.text+0x484): undefined reference to
`fl_disable_transient_for'
src/WindowUtils.cpp:(.text+0x5ae): undefined reference to `fl_show_iconic'
src/WindowUtils.cpp:(.text+0x5d6): undefined reference to `fl_show_iconic'
c++: error: linker command failed with exit code 1 (use -v to see invocation)

Reported by:	pkg-fallout
Original commitRevision:378953 
Sunday, 19 Oct 2014
18:16 mva search for other commits by this committer
- Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,
  x11-fonts/, x11-toolkits and x11-wm to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371203 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Wednesday, 25 Jun 2014
23:22 wg search for other commits by this committer
x11-wm/ede: update to 2.1

PR:		191378
Submitted by:	tkato432 yahoo com
Original commitRevision:359316 
Sunday, 18 May 2014
05:00 miwi search for other commits by this committer
- Fix build with clang

PR:		187497
Submitted by:	Ports Fury
Original commitRevision:354393 
Sunday, 5 Jan 2014
19:43 antoine search for other commits by this committer
Fix build with clang

PR:		ports/184859
Submitted by:	KATO Tsuguru
Original commitRevision:338818 
Saturday, 4 Jan 2014
23:40 antoine search for other commits by this committer
Convert the tree to USES=fam

Approved by:	portmgr (bapt)
Original commitRevision:338691 
Sunday, 15 Dec 2013
21:50 wg search for other commits by this committer
x11-wm/ede: depends explicitly on "python" to build

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
Original commitRevision:336584 
Saturday, 21 Sep 2013
00:01 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm)
Original commitRevision:327786 
Tuesday, 3 Sep 2013
06:36 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326122 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
Original commitRevision:322783 
06:02 bapt search for other commits by this committer
Mark job unsafe (fails with -j24)
Use options helpers
Original commitRevision:322744 
Saturday, 4 May 2013
14:06 bdrewery search for other commits by this committer
- When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set
  MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER}
  without any extra logic.
- Cleanup ports working around the empty MAKE_JOBS_NUMBER
- This also fixes several ports that were expecting MAKE_JOBS_NUMBER
  to always have a number

Reviewed by:	bapt
Spotted by:	John Marino <draco@marino.st>
With hat:	portmgr
Original commitRevision:317320 
Friday, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
Tuesday, 2 Apr 2013
10:01 miwi search for other commits by this committer
- Unbreak build

Reported by:	pointyhat
Approved by:	portmgr
Original commitRevision:315662 
Tuesday, 19 Mar 2013
13:04 eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
Original commitRevision:314640 
Thursday, 20 Dec 2012
05:33 araujo search for other commits by this committer
- Fix build.
- Trim header.

PR:		ports/172072
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Original commitRevision:309279 
Sunday, 5 Aug 2012
12:19 beat search for other commits by this committer
- Mark as BROKEN:
Link ede-bell-conf/ede-bell-conf
libedelib_gui.a(Ede.o): In function
`edelib::ApplicationBootstrap::ApplicationBootstrap(char const*, char const*)':
Ede.cpp:(.text+0x31): undefined reference to `edelib::nls_support_init(char
const*, char const*)'

Reported by:	pointyhat
Original commit
Monday, 11 Jun 2012
13:17 sylvio search for other commits by this committer
- Fix build

PR:             ports/168606
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Reported by:    pav@
Original commit
Tuesday, 5 Jun 2012
21:03 sylvio search for other commits by this committer
- Update to version 2.0

Remove file:
files/patch-datas-Makefile
files/patch-datas::startede.in
files/patch-etimedate::fl_time.cpp
files/patch-evolume-evolume.h
files/patch-evolume-prefs.cpp
files/patch-eworkpanel-batterymonitor.cpp

PR:             ports/168606
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
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
Friday, 21 Jan 2011
15:00 sem search for other commits by this committer
- Drop ports I don't use anymore and can't fix.

Feature safe:   yes
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Friday, 6 Jun 2008
14:17 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, 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, 17 Dec 2007
08:32 sem search for other commits by this committer
- Update to 1.2
Original commit
Thursday, 4 Oct 2007
06:27 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
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, 17 Dec 2006
10:03 sem search for other commits by this committer
- Update to 1.1
- Install in LOCALBASE
Original commit
Saturday, 19 Nov 2005
19:54 sem search for other commits by this committer
- Get back quotes in BROKEN. I was confused with IGNORE.

Requested by:   kris
Original commit
Friday, 11 Nov 2005
07:43 sem search for other commits by this committer
- One more port I forgot to strip commas in BROKEN
Original commit
Monday, 5 Sep 2005
11:32 sem search for other commits by this committer
- Update to 1.0.4
Original commit
Wednesday, 20 Jul 2005
14:25 sem search for other commits by this committer
- Update to 1.0.3
Original commit
Wednesday, 7 Jul 2004
19:20 sem search for other commits by this committer
Change email address for my ports.

Approved by:    krion (mentor)
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Original commit
Friday, 12 Mar 2004
09:24 krion search for other commits by this committer
- Update to 1.0.1.1:
* fixed desktop crashing
* fixed strings in etip
* fixed and complitelly revised control panel
* more fixes in makefiles

PR:             ports/64112
Submitted by:   maintainer
Original commit
Sunday, 29 Feb 2004
10:28 krion search for other commits by this committer
Add ede 1.0.1,

Equinox Desktop Environment. Main goals of this project are
simplicity, speed, minimal memory usage (if possible), good
look and fell and stability.

PR:             ports/63518
Submitted by:   Sergey Matveychuk <sem@ciam.ru>
Original commit

Number of commits found: 53