Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6_4 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.6_3 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.6_3 20 Jul 2022 14:21:00 |
Tobias C. Berner (tcberner) |
chinese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <intron@intron.ac>
* Bo-Yi Wu <appleboy.tw@gmail.com>
* Chih-Hsin Chang <chihhsin@cs.nctu.edu.tw>
* Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@cs.ucdavis.edu)
* Eric L. Camachat <eric@camachat.org>
* Foxfair Hu <foxfair@FreeBSD.org>
* G. Adam Stanislav <adam@whizkidtech.net>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin <gslin@gslin.org> (Only the first 15 lines of the commit message are shown above ) |
1.6_3 06 Feb 2022 18:36:07 |
Stefan Eßer (se) |
Update CONFLICTS definitions in categories a* to c*
Update the CONFLICTS definitions of ports in the following categories:
- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters
An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.
There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.
Approved by: portmgr (implicit) |
1.6_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6_3 08 Nov 2019 09:31:14 |
tobik |
c*: Add missing USES={gnome,php,sdl,xorg} |
1.6_3 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
1.6_3 26 Sep 2015 00:08:27 |
bapt |
Specify correctly @post* for gtk-query-immodules |
1.6_3 28 May 2015 11:40:16 |
amdmi3 |
- Add LICENSE
- Strip libraries
- Use options helpers |
1.6_2 20 Oct 2014 08:38:22 |
bapt |
Cleanup plist |
1.6_2 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
1.6_2 01 Jul 2014 01:21:07 |
amdmi3 |
- Switch to USES=libtool, drop .la files |
1.6_1 04 Jan 2014 23:27:59 |
antoine |
With gtk 2.4.22, immodule cache has moved from gtk.immodules to
immodules.cache. gtk-query-immodules-2.0 has a new option,
--update-cache that does what we want too.
Use this new option.
While here, add stage support to non slave ports
Reviewed by: kwm (immodules part) |
1.6_1 27 Sep 2013 12:33:07 |
vanilla |
Support stage. |
1.6_1 20 Sep 2013 16:01:22 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese) |
1.6_1 02 Sep 2013 21:27:54 |
bapt |
Add an explicit dependency on pkgconf |
1.6_1 17 Jun 2013 16:18:54 |
antoine |
- Add gtk-query-immodules to _FORCE_POST_PATTERNS to run it post-deinstall
with pkg
- Consistently use full path when running gtk-query-immodules as the path
is embedded in output (we prefer reproducible output)
This fixes leftovers reported by poudriere
====>> Files or directories modified:
etc/gtk-2.0/gtk.immodules
PR: ports/179230
Approved by: portmgr (bapt) |
1.6_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.6_1 29 Jun 2012 12:42:04 |
bapt |
Convert to new option framework |
1.6_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.6 20 May 2011 17:34:25 |
danfe |
Allow NLS support to be controlled via OPTIONS. |
1.6 18 May 2011 09:06:49 |
danfe |
* Update to version 1.6
* Remove two offending and incorrect patches: GNU getline() should be
replaced by standard fgets() with care, as they two return different
things (number of characters read vs. pointer to the string). These
two patches simply replaced one call with the other, leaving return
value unmodified according to what caller had expected, which leads
to all sorts of weird crashes and segfaults. Port itself checks for
getline() presence and uses bundled implementation if it's not found
* As usual, clean up Makefile and port description while I'm here |
1.4_4 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.4_4 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.4_4 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.4_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.4_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.4_1 28 Aug 2009 17:37:26 |
linimon |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
1.4_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.4_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.4 05 Jan 2009 17:27:29 |
pav |
- Remove conditional checks relevant only on FreeBSD 5.x and older |
1.4 31 Aug 2008 00:32:43 |
chinsan |
- Update to 1.4
- Take maintainership |
1.3_10 06 Jun 2008 13:14:38 |
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.3_9 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.3_8 20 Mar 2008 09:23:28 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
1.3_8 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
1.3_8 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.3_7 14 Oct 2006 08:54:54 |
marcus |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
1.3_6 14 Aug 2006 07:09:12 |
clsung |
- Respect DESTDIR
- portlint fix
PR: ports/101909
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.3_6 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.3_5 24 Nov 2005 23:02:13 |
pav |
- Add SHA256 |
1.3_5 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.3_5 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
1.3_4 25 Jul 2005 21:58:10 |
linimon |
Reset bouncing maintainer address. These ports are now available for
adoption.
Note that I have left the maintainer's own ftp site as a MASTERSITE
because it still appears to be active (for now, anyways).
Hat: portmgr |
1.3_4 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
1.3_3 06 Feb 2005 16:30:45 |
leeym |
- add conditional support for NLS and fix PLIST problem
Noticed by: kris, sem |
1.3_3 08 Jan 2005 15:50:05 |
sem |
- Pass maintainership to submitter
PR: ports/75730
Submitted by: statue(at)freebsd.netlab.cse.yzu.edu.tw |
1.3_3 08 Jan 2005 10:48:20 |
leeym |
- fix broken PLIST
PR: 75937
Submitted by: leeym |
1.3_3 10 Dec 2004 22:39:23 |
kris |
Add missing file |
1.3_3 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
1.3_2 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
1.3_1 05 Apr 2004 03:35:22 |
marcus |
Adjust the gtk20 path for modules, themes, and input methods to catch up
with gtk+-2.4. |
1.3_1 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
1.3 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.3 25 Feb 2004 07:18:27 |
vanilla |
- update to 1.3
- unbreak
PR: ports/63332
Submitted by: statue at freebsd dot sinica dot edu dot tw |
1.1_1 23 Feb 2004 01:03:36 |
kris |
BROKEN on 4.x: does not fetch |
1.1_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.1 21 Nov 2003 03:09:45 |
linimon |
statue@freebsd.sinica.edu.tw has asked for all the maintained
ports to be reset to ports@FreeBSD.org. We're sorry to see you
go and want to thank you for your help in the past.
PR: ports/59515
Submitted by: statue@freebsd.sinica.edu.tw |
1.1 16 Nov 2003 04:22:17 |
vanilla |
Fix build on -current.
Noticed by: kris@ |
1.1 09 Nov 2003 12:12:43 |
vanilla |
Add wenju 1.1, collection of writing tools in Chinese.
PR: 58181
Submitted by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> |