non port: comms/xlog/Makefile |
SVNWeb
|
Number of commits found: 83 |
Wed, 17 May 2023
|
[ 16:30 Muhammad Moinur Rahman (bofh) ] 9b178ff (Only the first 10 of 108 ports in this commit are shown above. )
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket)
|
Sat, 13 May 2023
|
[ 14:24 Muhammad Moinur Rahman (bofh) ] 7402592
comms/xlog: Unbreak on HEAD
- Pet portclipy
- Adopt port
|
Thu, 2 Mar 2023
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
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 )
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 258a9884 (Only the first 10 of 126 ports in this commit are shown above. )
comms: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 'Big Bad Bob' Frazier <bobf@mrp3.com>
* <mr@freebsd.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Dolgov <fox@furry.spb.ru>
* Andrey Lykhin <lan31@inbox.ru>
* Anton Voronin <anton@urc.ac.ru>
* Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> (Only the first 15 lines of the commit message are shown above )
|
Sun, 2 Jan 2022
|
[ 11:31 Daniel Engberg (diizzy) ] 1eda5f7
comms/xlog: Update to 2.0.24
Changelog: http://xlog.nongnu.org/xlog.changelog
This fixes compilation issue reported by pkg-fallout
Reported by: pkg-fallout
|
Wed, 12 May 2021
|
[ 21:27 Danilo Egea Gondolfo (danilo) ] e01a4de
comms/xlog: Update to 2.0.22
Drop maintainership.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 12 Aug 2020
|
[ 16:34 danilo ]
- Update to 2.0.19
|
Mon, 14 Oct 2019
|
[ 12:04 pkubaj ]
comms/xlog: fix build on GCC architectures
Use newer compiler:
cc1: error: unrecognized command line option "-Wno-stringop-truncation"
Approved by: mentors (implicit approval)
|
Mon, 21 Jan 2019
|
[ 22:45 danilo ]
- Update to 2.0.17
- Add gnome to USES
|
Tue, 26 Dec 2017
|
[ 22:45 danilo ]
- Update to 2.0.15
|
Wed, 14 Dec 2016
|
[ 18:27 danilo ]
- Update to 2.0.14
- Declare some dependencies explicitly (Q/A)
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 5 Oct 2015
|
[ 20:36 amdmi3 ]
- Add LICENSE_FILE
- Fix build by linking with libm
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Thu, 23 Apr 2015
|
[ 13:52 danilo ]
- Update to 2.0.13
|
Fri, 27 Feb 2015
|
[ 16:30 makc ]
Fix DESKTOP_ENTRIES:
- Icon field must be either absolute path or icon name if installation follows
Icon Theme Specification
- Remove invalid categories
- StartupNotify field must be literally false/true, not ${FALSE}/${TRUE}
|
Thu, 4 Sep 2014
|
[ 19:26 antoine ] (Only the first 10 of 63 ports in this commit are shown above. )
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr
|
Wed, 2 Apr 2014
|
[ 13:16 danilo ]
- Update from 2.0.11 to 2.0.12
- Mute REINPLACE_CMD
|
Mon, 18 Nov 2013
|
[ 04:45 danilo ]
- Update from 2.0.10 to 2.0.11
- Add shared-mime-info to USES
|
Mon, 7 Oct 2013
|
[ 01:36 danilo ]
- Change maintainer email to @FreeBSD.org
- Convert LIB_DEPENDS to new syntax
- Add stage support
- Update pkg-descr
Approved by: wg/culot (mentors, implicit)
|
Fri, 20 Sep 2013
|
[ 16:03 bapt ] (Only the first 10 of 172 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
|
Tue, 3 Sep 2013
|
[ 06:36 bapt ] (Only the first 10 of 148 ports in this commit are shown above. )
Add an explicit dependency on pkgconf
|
Thu, 1 Aug 2013
|
[ 14:52 wg ]
comms/xlog: update to 2.0.10
- Update to 2.0.10
Changes: http://xlog.nongnu.org/xlog.changelog
PR: ports/180975
Submitted by: Danilo Egea Gondolfo <danilogondolfo gmail.com> (maintainer)
|
Tue, 23 Jul 2013
|
[ 07:55 jgh ]
- update to 2.0.9
- trim master_sites
PR: 180749
Submitted by: danilogondolfo@gmail.com (maintainer)
|
Fri, 28 Jun 2013
|
[ 03:02 jgh ]
- update to 2.0.8
- Fix options
- pass maintainership to sumbmitter
- while here convert to options_sub routines, and shorten master_sites
PR: 180041
Submitted by: danilogondolfo@gmail.com
|
Thu, 20 Jun 2013
|
[ 15:31 bsam ]
Put LICENSE at apropriate position.
|
Tue, 18 Jun 2013
|
[ 13:52 zi ]
- Reset maintainer due to fatal email bounce
Reported by: portscout
|
Mon, 29 Apr 2013
|
[ 22:27 bapt ] (Only the first 10 of 54 ports in this commit are shown above. )
Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}
While here:
- trim headers
- convert to new options framework
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Mon, 28 Feb 2011
|
[ 23:11 db ]
- comms/xlog fix distfile locations and update WWW
PR: ports/155132
Submitted by: Maintainer
|
[ 18:48 sylvio ]
- Update to 2.0.5
PR: ports/155009
Submitted by: Matt Dawson <matt@chronos.org.uk> (maintainer)
|
Fri, 29 Oct 2010
|
[ 13:06 pav ]
- Update to 2.0.4
PR: ports/151809
Submitted by: Matt Dawson <matt@chronos.org.uk> (maintainer)
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sat, 1 Aug 2009
|
[ 23:39 db ]
- Add MASTER_SITE_SAVANNAH to the list of master sites as xlog development has
moved there. Download links tested manually using make fetch.
PR: ports/137342
|
Wed, 22 Jul 2009
|
[ 22:51 db ]
- Update to 2.0.3
PR: ports/136993
|
Tue, 30 Jun 2009
|
[ 19:10 db ]
- Update to 2.0.2
PR: ports/136086
|
Thu, 26 Feb 2009
|
[ 21:13 beat ]
- Update to 2.0.1
PR: ports/132125
Submitted by: Matt Dawson <matt AT chronos.org.uk> (maintainer)
Approved by: miwi (mentor)
|
Mon, 16 Feb 2009
|
[ 18:37 beat ]
- Update to 2.0 [1]
- Respect NOPORTDOC [2]
- Fix NLS handling [2]
PR: ports/131682 [1]
Submitted by: Matt Dawson <matt AT chronos.org.uk> (maintainer) [1], beat [2]
Approved by: maintainer [2], miwi (mentor)
|
Fri, 6 Jun 2008
|
[ 13:15 edwin ] (Only the first 10 of 42 ports in this commit are shown above. )
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)
|
Tue, 12 Feb 2008
|
[ 20:05 tabthorpe ]
- Update to 1.7
PR: ports/120545
Submitted by: Matt Dawson <matt chronos.org.uk> (maintainer)
|
Thu, 13 Dec 2007
|
[ 15:27 tabthorpe ]
- Update to 1.6.2
PR: ports/118424
Submitted by: Matt Dawson <matt chronos.org.uk> (maintainer)
|
Wed, 24 Oct 2007
|
[ 23:37 marcus ] (Only the first 10 of 1479 ports in this commit are shown above. )
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 )
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- 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
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Fri, 9 Mar 2007
|
[ 12:16 nivit ]
- Updated to 1.5
- Added USE_GETTEXT, WITHOUT_NLS
- Fixed typo in pkg-descr
PR: ports/109769
Submitted by: Matt Dawson <matt at chronos.org.uk> (maintainer)
|
Sat, 16 Sep 2006
|
[ 15:31 rafan ]
- Move into LOCALBASE
- Change MASTER_SITES address, WWW entry
- Change maintainer's email address
- Workaround for autoconf 2.60 (mandir)
PR: ports/103303
Submitted by: Matt Dawson <matt at mattsnetwork.co.uk> (maintainer)
|
Sun, 19 Mar 2006
|
[ 00:28 pav ]
- Update to 1.3.1
PR: ports/94664
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
|
Sat, 21 Jan 2006
|
[ 17:37 krion ] (Only the first 10 of 82 ports in this commit are shown above. )
- Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
[1]
- Fix FAM support. Make gamin the default FAM system. [2]
- Introduce new 'quicksearch' target to show only port, path and
info section of the matching ports. [3]
- Introduce new category - rubygems. [4]
- Fix stale dependencies while installing qmail slaveport and
another port that depends on qmail. [5]
- Add commentary for describes target in bsd.port.mk. [6] (Only the first 15 lines of the commit message are shown above )
|
Thu, 22 Dec 2005
|
[ 00:20 pav ]
- Update to 1.3
PR: ports/90768
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
|
Sat, 5 Nov 2005
|
[ 05:22 marcus ] (Only the first 10 of 1045 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared library update.
|
Wed, 15 Jun 2005
|
[ 14:11 arved ]
Unbreak by adding dependency on gtk20.
|
Sat, 11 Jun 2005
|
[ 23:45 kris ]
BROKEN: Configure fails
|
Mon, 11 Apr 2005
|
[ 16:31 flz ]
- Upadte to 1.2.2.
PR: ports/79793
Submitted by: maintainer
|
Tue, 5 Apr 2005
|
[ 19:36 pav ]
- Update to 1.2
PR: ports/79553
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
|
Wed, 16 Mar 2005
|
[ 21:47 mezz ] (Only the first 10 of 68 ports in this commit are shown above. )
Fully-qualify the path to update-desktop-database and update-mime-database in
the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION.
|
Sat, 12 Mar 2005
|
[ 10:54 marcus ] (Only the first 10 of 911 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared lib version change.
|
Tue, 1 Mar 2005
|
[ 09:12 ahze ]
- Update to 1.1
PR: ports/78162
Submitted by: maintainer
|
Thu, 30 Dec 2004
|
[ 21:35 pav ]
- Deal with empty directories left behind
|
Fri, 17 Dec 2004
|
[ 09:35 krion ]
Since it doesn't build on alpha, use NOT_FOR_ARCHS knob.
PR: ports/75141
Submitted by: maintainer
|
Sat, 11 Dec 2004
|
[ 20:03 sem ]
- Update to 1.0
PR: ports/74941
Submitted by: maintainer
|
Wed, 8 Dec 2004
|
[ 20:06 pav ]
- Update to 0.9.12
PR: ports/74804
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
|
Mon, 15 Nov 2004
|
[ 22:26 pav ]
- Update to 0.9.11
PR: ports/73943
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
|
Sun, 7 Nov 2004
|
[ 22:37 marcus ] (Only the first 10 of 631 ports in this commit are shown above. )
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
|
Fri, 5 Nov 2004
|
[ 14:57 pav ]
- Update to 0.9.10
PR: ports/73453
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
|
Thu, 8 Jul 2004
|
[ 19:35 vs ]
Fix for gnome-libs induced breakage.
PR: ports/68818
Submitted by: maintainer
|
Sat, 5 Jun 2004
|
[ 13:45 pav ]
- Drop indirect dependency
- Shorten pkg-descr
PR: ports/67604
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
|
Thu, 3 Jun 2004
|
[ 20:51 pav ]
- Give maintainership to volunteer
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
|
[ 14:49 pav ]
- Update to 0.9.6 and unbreak
PR: ports/66778
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
|
Wed, 2 Jun 2004
|
[ 22:17 patrick ] (Only the first 10 of 11 ports in this commit are shown above. )
Putting commit bit in storage. I don't have the time
to work on FreeBSD for now. Should have done this a while back.
|
Mon, 19 Apr 2004
|
[ 04:47 kris ]
BROKEN: Does not compile
|
Mon, 5 Apr 2004
|
[ 03:31 marcus ] (Only the first 10 of 575 ports in this commit are shown above. )
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
|
Fri, 19 Mar 2004
|
[ 22:49 kris ]
BROKEN on alpha 4.x: Does not compile
|
Tue, 24 Feb 2004
|
[ 19:40 krion ]
- Fix INDEX build
No cookies for: patrick
|
[ 16:30 patrick ]
Merge in port changes
PR: 61770
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
|
Wed, 4 Feb 2004
|
[ 16:15 patrick ]
Update to 0.9.1
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Fri, 7 Mar 2003
|
[ 05:57 ade ] (Only the first 10 of 44 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Tue, 5 Nov 2002
|
[ 19:14 patrick ]
Create port for xlog, an amateur radio logging app
|
Number of commits found: 83 |