Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1_3 27 Jan 2020 17:18:16 |
rene |
Remove expired ports (part 2):
2020-01-27 security/kedpm: Unmaintained, uses EOLed python27
2020-01-27 security/parano: Unmaintained, uses EOLed python27
2020-01-27 security/py-cryptkit: Unmaintained, uses EOLed python27
2020-01-27 security/py-fchksum: Unmaintained, uses EOLed python27
2020-01-27 security/py-mhash: Unmaintained, uses EOLed python27
2020-01-27 security/py-pow: Unmaintained, uses EOLed python27
2020-01-27 security/py-pycryptopp: Unmaintained, uses EOLed python27
2020-01-27 security/py-trustedpickle: Unmaintained, uses EOLed python27
2020-01-27 security/py-twofish: Unmaintained, uses EOLed python27
2020-01-27 security/revelation: Unmaintained, uses EOLed python27
2020-01-27 security/spike-proxy: Unmaintained, uses EOLed python27
2020-01-27 security/umit: Unmaintained, uses EOLed python27
2020-01-27 sysutils/feather: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
2.1_3 26 Dec 2019 07:54:29 |
antoine |
Deprecate a few ports
With hat: portmgr |
2.1_3 08 Nov 2019 11:21:03 |
tobik |
x11*: Add missing USES={gl,gnome,mate} |
2.1_3 07 Nov 2019 18:36:56 |
zeising |
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. |
2.1_3 06 Sep 2019 21:18:48 |
kevans |
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) |
2.1_3 11 Mar 2019 11:34:08 |
danfe |
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] |
2.1_3 09 Jan 2019 15:21:37 |
amdmi3 |
- Fix LICENSE
- Switch to USES=localbase |
2.1_3 04 Nov 2018 13:49:27 |
antoine |
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 |
2.1_3 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
2.1_2 14 Dec 2017 13:54:13 |
amdmi3 |
- Switch to verbose build
Approved by: portmgr blanket |
2.1_2 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.1_2 19 Oct 2015 14:50:52 |
amdmi3 |
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 |
2.1_2 29 Jul 2015 22:09:55 |
antoine |
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 |
2.1_2 06 Jul 2015 08:17:39 |
riggs |
- Un-break build
- Pet portlint
PR: 199251
Submitted by: tkato432@yahoo.com
Reviewed by: riggs
MFH: 2015Q3 |
2.1_1 14 Feb 2015 09:00:56 |
antoine |
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 |
2.1_1 19 Oct 2014 18:16:16 |
mva |
- 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) |
2.1_1 22 Sep 2014 16:26:20 |
amdmi3 |
- Drop @dirrm* from plist |
2.1_1 10 Sep 2014 20:50:37 |
gerald |
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) |
2.1 25 Jun 2014 23:22:51 |
wg |
x11-wm/ede: update to 2.1
PR: 191378
Submitted by: tkato432 yahoo com |
2.0_3 18 May 2014 05:00:30 |
miwi |
- Fix build with clang
PR: 187497
Submitted by: Ports Fury |
2.0_3 05 Jan 2014 19:43:59 |
antoine |
Fix build with clang
PR: ports/184859
Submitted by: KATO Tsuguru |
2.0_2 04 Jan 2014 23:40:44 |
antoine |
Convert the tree to USES=fam
Approved by: portmgr (bapt) |
2.0_2 15 Dec 2013 21:50:25 |
wg |
x11-wm/ede: depends explicitly on "python" to build
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket) |
2.0_2 22 Oct 2013 14:04:02 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (remaining categories)
- Add note on mtree change to CHANGES
Approved by: portmgr (bdrewery) |
2.0_2 21 Sep 2013 00:01:17 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm) |
03 Sep 2013 06:36:42
|
bapt |
Add an explicit dependency on pkgconf |
2.0_2 11 Jul 2013 16:26:27 |
sunpoet |
- 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 |
2.0 11 Jul 2013 06:02:40 |
bapt |
Mark job unsafe (fails with -j24)
Use options helpers |
2.0 04 May 2013 14:06:09 |
bdrewery |
- 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 |
2.0 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
2.0 20 Apr 2013 13:54:06 |
olgeni |
Small fixes for pkg-descr.
Feature safe: yes |
2.0 02 Apr 2013 10:01:19 |
miwi |
- Unbreak build
Reported by: pointyhat
Approved by: portmgr |
2.0 19 Mar 2013 13:04:31 |
eadler |
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) |
2.0 20 Dec 2012 05:33:28 |
araujo |
- Fix build.
- Trim header.
PR: ports/172072
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.0 05 Aug 2012 12:19:09 |
beat |
- 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 |
2.0 11 Jun 2012 13:17:58 |
sylvio |
- Fix build
PR: ports/168606
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Reported by: pav@ |
2.0 05 Jun 2012 21:03:16 |
sylvio |
- 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> |
1.2_6 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.2_5 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
1.2_5 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.2_5 21 Jan 2011 15:00:12 |
sem |
- Drop ports I don't use anymore and can't fix.
Feature safe: yes |
1.2_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.2_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.2_3 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.2_2 06 Jun 2008 14:17:21 |
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) |
1.2_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) |
1.2 17 Dec 2007 08:32:35 |
sem |
- Update to 1.2 |
1.1_1 04 Oct 2007 06:27:14 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
1.1_1 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}. |
1.1 17 Dec 2006 10:03:22 |
sem |
- Update to 1.1
- Install in LOCALBASE |
1.0.4 19 Nov 2005 19:54:29 |
sem |
- Get back quotes in BROKEN. I was confused with IGNORE.
Requested by: kris |
1.0.4 11 Nov 2005 07:43:05 |
sem |
- One more port I forgot to strip commas in BROKEN |
1.0.4 11 Nov 2005 07:36:56 |
sem |
- Yield to a total SHAtification.
- mysql-administrator: simplify BROKEN message |
1.0.4 05 Sep 2005 11:32:17 |
sem |
- Update to 1.0.4 |
1.0.3 20 Jul 2005 14:25:09 |
sem |
- Update to 1.0.3 |
1.0.1.1 07 Jul 2004 19:20:02 |
sem |
Change email address for my ports.
Approved by: krion (mentor) |
1.0.1.1 14 Mar 2004 06:17:56 |
ade |
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. |
1.0.1.1 12 Mar 2004 09:24:52 |
krion |
- 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 |
1.0.1 29 Feb 2004 10:28:22 |
krion |
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> |