Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.18_3 23 Jan 2024 11:32:28 |
Alexey Dokuchaev (danfe) |
Convert more of my ports to new manual page location (part two). |
1.18_3 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) |
1.18_2 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.18_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.18_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.18_2 08 Nov 2019 09:31:14 |
tobik |
c*: Add missing USES={gnome,php,sdl,xorg} |
1.18_2 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 |
1.18_1 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 |
1.18 14 Nov 2018 21:31:28 |
linimon |
Merely specifying :c11 is sufficient here.
Reported by: danfe |
1.18 02 Nov 2018 16:36:01 |
linimon |
Fix build on powerpc64 by adding compiler:c++11-lang to USES.
Approved by: portmgr (tier-2 blanket) |
1.18 09 Jun 2018 15:31:35 |
danfe |
Grab maintainership of TiLP2+ libraries, they are too important to be orphans. |
1.18 08 Jun 2018 15:49:42 |
tijl |
Update TiLP2+libraries and drop maintainership.
TiLP2 1.18, libticables2 1.3.5, libticalcs2 1.1.9, libticonv 1.1.5, and
libtifiles2 1.1.7 |
1.17_2 25 May 2017 14:23:15 |
bapt |
Register build dependency on groff |
1.17_2 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.17_1 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.17_1 02 Aug 2015 20:23:56 |
kwm |
Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@ |
1.17_1 20 Oct 2014 09:31:34 |
bapt |
Cleanup plist |
1.17_1 03 Jul 2014 00:07:15 |
amdmi3 |
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket |
1.17_1 22 Oct 2013 16:07:24 |
tijl |
- Support staging.
- New LIB_DEPENDS syntax.
- USES=gmake desktop-file-utils shared-mime-info.
- Options helpers. |
1.17 22 Oct 2013 13:57:35 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])
Approved by: portmgr (bdrewery) |
1.17 20 Sep 2013 16:03:29 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
1.17 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
1.17 24 Apr 2013 08:01:29 |
tijl |
Set MAINTAINER to my @FreeBSD.org address.
Suggested by: crees |
1.17 23 Apr 2013 06:34:47 |
bapt |
Convert all c categories to USE=pkgconfig |
1.17 22 Apr 2013 19:36:25 |
tijl |
Update tilp2 and its libraries:
- tilp2 1.17
- libticables2 1.3.4, libticalcs2 1.1.8, libticonv 1.1.4, libtifiles2 1.1.6
- Add NLS option, remove libtool dependency, clean up Makefile and pkg-descr
- Bump PORTREVISION and trim Makefile header for emulators/tilem and
emulators/tiemu3. |
1.16_1 26 Jul 2012 05:40:24 |
bapt |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
1.16_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.16 17 Jan 2012 19:06:35 |
rm |
- update converters/libticonv to 1.1.3
- update devel/libtifiles2 to 1.1.5
- update comms/libticables2 to 1.3.3
- update comms/libticalcs2 to 1.1.7
- update comms/tilp2 to 1.16
- bump PORTREVISION for emulators/tiemu3
- add LICENSE (GPLv2)
I did this in single commit because this ports are tightly interconnected,
so chanses are good to (temporarily) broke something, committing them
separatedly.
PR: 164024
Submitted by: Tijl Coosemans <tijl at coosemans dot org> (maintainer) |
1.15 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.15 16 Jun 2011 15:46:36 |
jlaffaye |
Update converters/libticonv to 1.1.2 [1]
Update comms/libticables2 to 1.3.2 [2]
Update devel/libtifiles2 to 1.1.4 [3]
Update comms/libticalcs2 to 1.1.6 [4]
Update comms/tilp2 to 1.15 [5]
Bump emulators/tiemu3 [6]
PR: ports/157837 [1], ports/157832 [2], ports/157830 [3],
ports/157836 [4], ports/157838 [5], ports/157839 [6]
Submitted by: Tijl Coosemans <tijl@coosemans.org> [1] [2] [3] [4] [5]
(maintainer) [6]
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) [6], bapt
(mentor) |
1.14 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.14 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.14 05 Sep 2010 18:53:50 |
makc |
Update to 1.14
PR: ports/148014
Submitted by: Tijl Coosemans (maintainer) |
1.11_4 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.11_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.11_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.11_1 13 Dec 2009 22:49:18 |
amdmi3 |
- Update maintainer's email
- Fix some pkg-descrs
- Update some MASTER_SITES
PR: 140966
Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer from new email)
Approved by: portmgr (miwi) |
1.11_1 22 Aug 2009 00:15:15 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with B,C |
1.11_1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.11_1 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.11 30 Jan 2009 18:42:45 |
gabor |
-Update to 1.11
PR: ports/131140
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) |
1.10_1 06 Jun 2008 13:15:07 |
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.10 29 Jan 2008 10:18:47 |
miwi |
- Update to 1.10
PR: 119751
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Approved by: maintainer |
1.07_1 24 Oct 2007 23:37:25 |
marcus |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above ) |
1.07 05 Sep 2007 11:09:33 |
araujo |
- Update to 1.07.
PR: ports/115973
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
Approved by: stas (mentor) |
1.02 31 Aug 2007 02:15:08 |
araujo |
- Update to 1.02.
PR: ports/115577
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Approved by: itetcu (mentor), maintainer timeout (2 weeks) |
1.01_1 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
1.01_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.01 15 Dec 2006 18:57:56 |
rafan |
- Update to 1.01
PR: ports/106692
Submitted by: Tijl Coosemans <tijl at ulyssis.org> (maintainer) |
1.00 31 Oct 2006 18:13:58 |
alepulver |
TiLP is an application to communicate with Texas Instruments graphing
calculators.
WWW: http://tilp.info/
- Tijl Coosemans
tijl@ulyssis.org
PR: ports/104413
Submitted by: Tijl Coosemans <tijl at ulyssis.org> |