Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.3_19 29 Feb 2024 11:53:12 |
Muhammad Moinur Rahman (bofh) |
graphics/gimmage: Remove expired port
graphics/gimmage |
0.2.3_19 06 Jan 2024 12:31:08 |
Daniel Engberg (diizzy) |
graphics/gimmage: Deprecate and set expiration date to 2024-02-29
Last release in 2007, dead upstream and depends on legacy libraries such
as GTK2. Redirect users to graphics/geeqie or graphics/imv and while at
it return to pool as bsdforge.com has expired.
Approved by: portmgr |
0.2.3_19 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
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) |
0.2.3_18 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 ) |
0.2.3_18 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
0.2.3_18 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
0.2.3_17 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
0.2.3_16 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.3_16 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.2.3_15 12 Jul 2019 02:25:07 |
linimon |
Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.so
as a stand-in for "are we running on gcc".
For people already testing powerpc on clang, it is possible that they
already have both compilers in base. Thus, the assumption that "gcc is
in base" (e.g. libstdc++.so exists) always means "force use of GCC" is
already broken. It will be for everyone on -CURRENT once the switch is
made.
While here, standardize on compiler:c++11-lang instead of -lib (they are
equivalent these days), pet portlint, and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
0.2.3_15 22 Dec 2018 01:44:15 |
linimon |
This port needs USES=compiler:c++11-lang to build on GCC-based
architectures.
Additionally, our CXXFLAGS conflict with GCC. Set them only on Clang-
based architectures. -stdlib=libc++ isn't needed anymore, it's used
by default.
While here, also set USES=gnome.
PR: 234190
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
0.2.3_15 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.2.3_14 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
0.2.3_13 18 Jun 2018 14:00:43 |
linimon |
Mark ports broken on powerpc64, categories g-n.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
0.2.3_13 24 Dec 2017 18:55:45 |
swills |
graphics/gimmage: fix, and update to c++11
PR: 224475
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
0.2.3_12 21 May 2017 13:21:04 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
0.2.3_12 14 May 2017 18:49:03 |
antoine |
Mark BROKEN: fails to build
In file included from AppWindow.cpp:21:
In file included from ./AppWindow.h:22:
...
/usr/local/include/glibmm-2.4/glibmm/ustring.h:256:13: error: expected ';' at
end of declaration list
Reported by: pkg-fallout |
0.2.3_12 13 Mar 2017 10:50:06 |
tobik |
Pass maintainership to submitter
- Update WWW
- Add LICENSE
- Add distinfo timestamp
PR: 217690
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D9964 |
0.2.3_12 08 Dec 2016 17:01:32 |
tijl |
Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.2.3_11 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.2.3_11 30 Mar 2015 21:38:34 |
bapt |
Remove dead mirror |
0.2.3_11 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
0.2.3_11 01 Sep 2014 19:34:02 |
tijl |
Add USES=libtool to accessibility/atkmm and bump dependent ports |
0.2.3_10 19 Dec 2013 20:04:38 |
pawel |
- Fix build with clang
- Support desktop-file-utils
- Port supports staging
PR: ports/184832
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.2.3_9 22 Oct 2013 13:58:56 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery) |
0.2.3_9 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.2.3_9 02 Sep 2013 22:23:54 |
bapt |
Add an explicit dependency on pkgconf |
0.2.3_9 22 Aug 2013 11:37:07 |
madpilot |
Fix build.
While here convert LIB_DEPENDS to new format. |
0.2.3_9 26 Jul 2013 06:13:38 |
bapt |
Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils. |
0.2.3_9 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 |
0.2.3_8 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.2.3_8 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.2.3_7 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.2.3_7 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
0.2.3_7 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.2.3_6 03 Apr 2010 10:44:36 |
roam |
Chase the ftp/curl shlib version bump. |
0.2.3_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.2.3_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.2.3_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 |
0.2.3_2 23 Jan 2009 15:43:14 |
roam |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working. |
0.2.3_1 07 Sep 2008 00:19:05 |
linimon |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.2.3_1 06 Jun 2008 13:35:04 |
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.2.3 20 Jul 2007 19:50:42 |
sat |
- Update to 0.2.3 |
0.2.1 09 Jun 2007 22:06:11 |
sat |
Add port graphics/gimmage:
Gimmage is a simple image viewer that aims to have a minimalist
interface and tries to be keyboard operable for browsing through a
large number of images quickly. It is appropriate for command line
usage as it accepts directories and image filenames as arguments. It
has an in-application file browser that allows users to select and
drag images and directories into the image viewing area in order to
have them displayed.
WWW: http://gimmage.berlios.de/
Author: Bartek Kostrzewa |