notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: misc/xosd/Makefile
SVNWeb

Number of commits found: 72

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b832da1849e4bcfff05da62c69ee4a556e83d2d1  commit hash:b832da1849e4bcfff05da62c69ee4a556e83d2d1  commit hash:b832da1849e4bcfff05da62c69ee4a556e83d2d1  b832da1  (Only the first 10 of 349 ports in this commit are shown above. View all ports for this commit)
misc: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adam@vectors.cx>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan E <alane@FreeBSD.org>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alex Stangl <alex@stangl.us>
  *  Alexander Logvinov <avl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nusov <alexander.nusov@nfvexpress.com>
  *  Alexander Timoshenko <gonzo@univ.kiev.ua>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 24 Mar 2020
[ 19:49 0mp search for other commits by this committer ] Original commit   Revision:529060
Sort variables

No functional changes intended.
Wed, 6 Nov 2019
[ 18:07 zeising search for other commits by this committer ] Original commit   Revision:516916 (Only the first 10 of 117 ports in this commit are shown above. View all ports for this commit)
Add USES=xorg USES=gl, ports categories m

Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Mon, 31 Oct 2016
[ 09:04 amdmi3 search for other commits by this committer ] Original commit   Revision:424987
- Add missing dependency
Mon, 28 Mar 2016
[ 18:43 amdmi3 search for other commits by this committer ] Original commit   Revision:412066
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
Sat, 18 Apr 2015
[ 09:47 tijl search for other commits by this committer ] Original commit   Revision:384215 (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
- Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
Tue, 24 Mar 2015
[ 17:09 marino search for other commits by this committer ] Original commit   Revision:382126 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
5 ports categories: Remove $PTHREAD_LIBS

Categories: irc, x11-clocks, benchmarks, misc, textproc

approved by:	PTHREAD blanket
Wed, 11 Jun 2014
[ 14:50 tijl search for other commits by this committer ] Original commit   Revision:357486 (Only the first 10 of 297 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 27 May 2014
[ 11:17 amdmi3 search for other commits by this committer ] Original commit   Revision:355486 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- Convert misc/xosd and dependent ports which need it (deskutils/xneur,
polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop
.la files
- Since xosd shlib version has changed, bump all ports which depend on it
- Stagify deskutils/xneur
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax

Approved by:	portmgr blanket
Sat, 22 Mar 2014
[ 10:06 antoine search for other commits by this committer ] Original commit   Revision:348782
Remove dependency on deprecated and forbidden xmms
Mon, 9 Dec 2013
[ 14:19 danilo search for other commits by this committer ] Original commit   Revision:335991
- Add stage support
- Use options helpers
- Convert LIB_DEPENDS to new syntax
Fri, 20 Sep 2013
[ 20:50 bapt search for other commits by this committer ] Original commit   Revision:327745 (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc)
Wed, 11 Sep 2013
[ 16:45 marino search for other commits by this committer ] Original commit   Revision:326991 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Add explicit dependency on pkgconf (18 ports)
Wed, 14 Nov 2012
[ 14:49 danfe search for other commits by this committer ] Original commit   Revision:307418
Conditionalize previous fix, it should only be applied for Xft patch.

Feature safe:	yes
[ 14:41 danfe search for other commits by this committer ] Original commit   Revision:307417
- Unbreak when building with CC=clang

Reported by:	madpilot
Feature safe:	yes
Tue, 13 Nov 2012
[ 13:56 danfe search for other commits by this committer ] Original commit   Revision:307372
- Add DOCS knob to OPTIONS_DEFINE
- Drop no longer relevant adjustment of ltmain.sh
- Move PATCH_STRIP downstairs a bit

Feature safe:	yes
Sat, 10 Nov 2012
[ 16:30 danfe search for other commits by this committer ] Original commit   Revision:307291
- Allow to build with unofficial Xft support
- Rebase existing milliseconds timeout patch up to -p1 so we can have Xft
  patch unmodified to avoid gratuitous differences with various GNU/Linux
  distributions out there

Obtained from:	Puppy Linux Discussion Forum
Feature safe:	yes
[ 12:08 danfe search for other commits by this committer ] Original commit   Revision:307272
- Provide a custom patch which changes timeout units from seconds to
  milliseconds (obviously, since it breaks API compatibility, it must
  be disabled by default)
- Specify correct delay units in osd_cat program (including usage
  information), its manual page, and XMMS plugin code
- Drop explicit shlib version numbers from LIB_DEPENDS (but not for
  libgdk-pixbuf, to avoid a clash with `graphics/gdk-pixbuf2')
- Explicitly disable Beep Media Player plugin (just in case)
- Cleanup Makefile, define LICENSE (GPLv2), sort the knobs
- Install a few documentation files while I am here
- Improve COMMENT and port description, update WWW line

Feature safe:	yes
Fri, 6 Jul 2012
[ 08:17 rm search for other commits by this committer ] Original commit 
- unbreak the build

PR:             169677
Reported by:    Alfred Bartsch <bartsch at dssgmbh dot de>
Fri, 29 Jun 2012
[ 12:42 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Convert to new option framework
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Thu, 14 Jul 2011
[ 14:15 arved search for other commits by this committer ] Original commit 
Fix build with clang

PR:             158663
Submitted by:   Guido Falsi
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Tue, 8 Jun 2010
[ 01:18 sahil search for other commits by this committer ] Original commit 
- Update to 2.2.14

PR:                     ports/136375
Submitted by:           Olexandr Davydenko <o.davydenko@gmail.com>
Approved by:            wxs@/itectu@ (mentors, implicit)
Sun, 23 May 2010
[ 21:16 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:            portmgr
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Fri, 6 Jun 2008
[ 13:45 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 134 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 31 May 2008
[ 22:04 miwi search for other commits by this committer ] Original commit 
- Add missing xorg dependency
- Bump PORTREVISION

PR:             123493
Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by:    maintainer timeout
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- 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)
Thu, 27 Mar 2008
[ 05:26 bland search for other commits by this committer ] Original commit 
Fix PORTREVISION bump.
Mon, 24 Mar 2008
[ 23:21 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Thu, 20 Mar 2008
[ 09:51 pav search for other commits by this committer ] Original commit  (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Fri, 23 Mar 2007
[ 20:16 pav search for other commits by this committer ] Original commit 
- Fix after objformat removal

PR:             ports/109925 (based on)
Submitted by:   rafan
Approved by:    maintainer timeout (perky; 18 days)
Wed, 10 May 2006
[ 22:37 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 328 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from ports starting with M
Tue, 7 Mar 2006
[ 08:28 ade search for other commits by this committer ] Original commit  (Only the first 10 of 633 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
Thu, 9 Feb 2006
[ 15:49 novel search for other commits by this committer ] Original commit 
- gdk-pixbuf and gtk12 are required only for xmms plugin, so depend
  on gdk-pixbuf only if building xmms plugin and remove gtk12 dependency
  as it would be catched up xmms.
- Don't print sed's output

PR:             92347
Submitted by:   novel
Approved by:    maintainer timeout (2 weeks)
Tue, 30 Nov 2004
[ 15:19 perky search for other commits by this committer ] Original commit 
Update to 2.2.12

PR:             73662
Submitted by:   Roman Bogorodskiy <bogorodskiy@inbox.ru>
Sat, 28 Aug 2004
[ 07:08 krion search for other commits by this committer ] Original commit 
Update to 2.2.10

PR:             ports/71066
Submitted by:   maintainer
Mon, 12 Jul 2004
[ 01:56 perky search for other commits by this committer ] Original commit 
Update to 2.2.8 and unmark BROKEN.

PR:             68906
Submitted by:   Roman Bogorodskiy <bogorodskiy@inbox.ru>
Sun, 11 Jul 2004
[ 01:04 kris search for other commits by this committer ] Original commit 
BROKEN: Unfetchable
Fri, 4 Jun 2004
[ 05:05 perky search for other commits by this committer ] Original commit 
Update to 2.2.7

PR:             67352
Submitted by:   Roman Bogorodskiy <bogorodskiy@inbox.ru>
Wed, 4 Feb 2004
[ 05:10 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Sat, 27 Sep 2003
[ 16:39 perky search for other commits by this committer ] Original commit 
Update to 2.2.5
Wed, 17 Sep 2003
[ 23:44 edwin search for other commits by this committer ] Original commit 
Chase multimedia/xmms library bump.

Submitted by:   FUJISHIMA Satsuki <sf@FreeBSD.org>
Approved by:    (unbreak of port builds)
Mon, 14 Jul 2003
[ 02:53 sf search for other commits by this committer ] Original commit  (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Tue, 6 May 2003
[ 12:40 perky search for other commits by this committer ] Original commit 
- Update to 2.2.1 [1]
- Allow building WITHOUT_XMMS. [2]

PR:             51494 [1]
Submitted by:   Sebastian Yepes <Sebastian@mail.x123.info> [1]
Suggested by:   Andy Fawcett <andy@athame.co.uk> [2]
Sun, 20 Apr 2003
[ 19:34 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
Remove USE_GNOMENG.
Wed, 9 Apr 2003
[ 12:09 perky search for other commits by this committer ] Original commit 
Fix build on -current.
(We don't need to run autotools anymore here. The original tarball
 is shipped with `configure' now. :)
Mon, 31 Mar 2003
[ 05:05 perky search for other commits by this committer ] Original commit 
Update to 2.1.3
Tue, 25 Feb 2003
[ 06:25 perky search for other commits by this committer ] Original commit  (Only the first 10 of 131 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment for my ports.
Fri, 14 Feb 2003
[ 05:14 perky search for other commits by this committer ] Original commit 
- Update to 2.1.0
- Add LIB_DEPEND on gdk-pixbuf [1]

Submitted by:   Volker Stolz <stolz@i2.informatik.rwth-aachen.de> [1]
PR:             47726 [1]
Tue, 21 Jan 2003
[ 18:26 perky search for other commits by this committer ] Original commit 
Update to 2.0.2 and added our MASTER_SITE_LOCAL to MASTER_SITE because
the author removes his old distfiles when every new version comes out.
Thu, 2 Jan 2003
[ 04:16 perky search for other commits by this committer ] Original commit 
Update to 2.0.1
Thu, 28 Nov 2002
[ 16:37 lioux search for other commits by this committer ] Original commit  (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
After repo copy from graphics category, update all appropriate
dependency references from both audio and graphics to multimedia
category.

audio/xmms                      -->     multimedia/xmms
graphics/avifile                -->     multimedia/avifile
graphics/divx4linux             -->     multimedia/divx4linux
graphics/ffmpeg                 -->     multimedia/ffmpeg
graphics/libdv                  -->     multimedia/libdv
graphics/libdvdcss              -->     multimedia/libdvdcss
graphics/libdvdread             -->     multimedia/libdvdread
graphics/libmpeg2               -->     multimedia/libmpeg2
graphics/linux-realplayer       -->     multimedia/linux-realplayer
graphics/mjpegtools             -->     multimedia/mjpegtools
graphics/mplayer                -->     multimedia/mplayer
graphics/mplayer-fonts          -->     multimedia/mplayer-fonts
graphics/openquicktime          -->     multimedia/openquicktime
graphics/win32-codecs           -->     multimedia/win32-codecs

Repo copied by:         joe (cvs hat)
Approved by:            knu (portmgr hat)
Fri, 25 Oct 2002
[ 22:06 perky search for other commits by this committer ] Original commit 
Update to 1.1.1
Wed, 18 Sep 2002
[ 10:54 perky search for other commits by this committer ] Original commit 
Update to 1.0.4
Sun, 1 Sep 2002
[ 15:13 lioux search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Deploy USE_GNOMENG infrastructure

PR:             42286
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Fri, 9 Aug 2002
[ 05:24 perky search for other commits by this committer ] Original commit 
Update to 1.0.0
Mon, 15 Jul 2002
[ 16:54 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
USE_GTK implies USE_GLIB, so that remove the latter when the former is present.
Tue, 25 Jun 2002
[ 07:50 perky search for other commits by this committer ] Original commit  (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Updating my email address.

Approved by: cjh (mentor)
Thu, 23 May 2002
[ 00:32 pat search for other commits by this committer ] Original commit 
Fix ports for building with -current without perl

PR:             38359
Submitted by:   maintainer
Tue, 26 Mar 2002
[ 08:02 petef search for other commits by this committer ] Original commit 
Chase xmms shlib major #.

PR:             36253
Submitted by:   Norikatsu Shigemura <FreeBSD-gnats-submit@freebsd.org>
Approved by:    maintainer
Mon, 28 Jan 2002
[ 16:12 pat search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Update maintainer email address    
Thu, 21 Jun 2001
[ 16:35 sobomax search for other commits by this committer ] Original commit 
Chase increased version number of libxmms.    
Mon, 21 May 2001
[ 04:27 will search for other commits by this committer ] Original commit 
Correct a few mistakes:   From MAINTAINER:   	1) Add GTK/GLIB lib depends.   	2)
Fix building without xmms.   	3) Install header file.   	4) Correct xmms-config
&& gtk12-config paths.   From will@:   	5] Respect ${CC}.   	6] Respect
${GLIB_CONFIG}.   	7] Respect ${PTHREAD_[CFLAGS,LIBS]}.    
Sun, 20 May 2001
[ 04:01 will search for other commits by this committer ] Original commit 
Add xosd 0.7.0, X On-Screen-Display Library and XMMS plug-in.    

Number of commits found: 72