Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.12.5_18 20 Apr 2024 14:25:34 |
Po-Chuan Hsieh (sunpoet) |
audio/libid3tag: Bump PORTREVISION of dependent ports for shlib change
Notified by: vvd |
0.3.12.5_17 26 Feb 2024 05:29:13 |
Muhammad Moinur Rahman (bofh) |
sysutils/graveman: Moved man to share/man
Approved by: portmgr (blanket) |
0.3.12.5_16 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
0.3.12.5_15 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.3.12.5_14 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.3.12.5_14 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.3.12.5_14 11 Jul 2022 21:46:56 |
Po-Chuan Hsieh (sunpoet) |
audio/libmad: Set SONAME to libmad.so.0 instead of libmad.so.0.16.2
- Bump PORTREVISION of dependent ports for shlib change
- Bump PORTREVISION for package change |
0.3.12.5_13 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.3.12.5_12 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.3.12.5_11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.12.5_11 08 Nov 2019 13:11:05 |
tobik |
sysutils: Add missing USES={gnome,mate,php} |
0.3.12.5_11 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.3.12.5_11 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
0.3.12.5_11 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
0.3.12.5_10 22 Nov 2014 09:13:36 |
antoine |
Cleanup plist |
0.3.12.5_10 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.3.12.5_10 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.3.12.5_10 14 Nov 2013 01:23:48 |
vanilla |
1: Suppport STAGEDIR.
2: change to new LIB_DEPENDS format.
3: change to latest OPTIONS framework. |
0.3.12.5_10 22 Oct 2013 14:01:39 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [st])
Approved by: portmgr (bdrewery) |
0.3.12.5_10 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.3.12.5_10 26 Apr 2013 12:35:51 |
bapt |
Remove USE_CDRTOOLS from bsd.port.mk
This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.
While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext |
0.3.12.5_10 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
0.3.12.5_10 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.3.12.5_10 28 Mar 2013 03:28:31 |
eadler |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead. |
0.3.12.5_10 28 Feb 2013 10:51:58 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)
Approved by: portmgr |
0.3.12.5_10 30 Aug 2012 14:38:11 |
bdrewery |
- Convert to new options framework
- Remove ABI version from LIB_DEPENDS
- Use bsd.port.options.mk
Approved by: eadler, bapt (mentors, implicit) |
0.3.12.5_10 03 Aug 2012 15:54:36 |
cs |
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit) |
0.3.12.5_10 27 Jul 2012 17:06:03 |
bapt |
Add some explicit USE_PKGCONFIG=build |
0.3.12.5_10 19 Jul 2012 20:15:39 |
naddy |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
0.3.12.5_10 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.3.12.5_9 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 |
0.3.12.5_9 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.3.12.5_9 06 Jun 2010 20:44:03 |
naddy |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
0.3.12.5_8 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.3.12.5_7 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.3.12.5_6 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.3.12.5_5 17 Aug 2009 05:44:51 |
linimon |
Reset toxa@toxahost.ru due to maintainer-timeouts and no response to
email.
Hat: portmgr |
0.3.12.5_5 06 Jul 2009 21:26:00 |
naddy |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
0.3.12.5_4 06 Jun 2008 14:03:26 |
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.3.12.5_3 22 Mar 2008 14:48:03 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
0.3.12.5_3 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 ) |
0.3.12.5_2 28 Jul 2007 12:27:31 |
miwi |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
0.3.12.5_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}. |
0.3.12.5 31 Jan 2007 15:31:30 |
pav |
- Use new USE_CDRTOOLS variable |
0.3.12.5 30 Jun 2006 00:49:54 |
rafan |
- Update to 0.3.12.5
- Define USE_GETTEXT
- Fix hang on --scan_drives*
PR: 98800
Submitted by: Li-Lun Wang <llwang@infor.org>
Approved by: maintainer, delphij (mentor) |
0.3.12 12 Nov 2005 17:34:35 |
pav |
- Update to 0.3.12
PR: ports/88806
Submitted by: Anton Karpov <toxa@toxahost.ru> (maintainer) |
0.3.7_2 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.3.7_1 28 Oct 2005 07:59:54 |
jylefort |
Chase libid3tag update. |
0.3.7 18 Apr 2005 11:13:13 |
vs |
Update to 0.3.7:
initial DVD support, new place for config file
according to FreeDesktop.org standarts, minor bugfixes
PR: ports/77489
Submitted by: maintainer |
0.3.6_2 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.3.6_1 08 Feb 2005 13:17:05 |
pav |
- Chase tarball, many changes, new gettext translation
PR: ports/77165
Submitted by: Anton Karpov <toxa@toxahost.ru> (maintainer) |
0.3.6 04 Feb 2005 14:23:55 |
pav |
- More fixes |
0.3.6 04 Feb 2005 14:14:57 |
ahze |
Check for WITH_MP3/OGG and not WITHOUT_
Pointed out by: pav via irc |
0.3.6 04 Feb 2005 13:36:07 |
ahze |
Add new port graveman
Graveman is yet another GPL GTK2 frontend for cdrecord, mkisofs, readcd and
sox.
It does NOT require a lot of GNOME libfoos and libbars, so it is
ideal for using with lightweight GTK2 window managers, like XFCE4, for example.
PR: ports/77025
Submitted by: Anton Karpov <toxa@toxahost.ru> |