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: graphics/zphoto/Makefile
SVNWeb

Number of commits found: 52

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:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  022e658  (Only the first 10 of 771 ports in this commit are shown above. View all ports for this commit)
graphics: remove 'Created by' lines

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

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.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.
Thu, 29 Dec 2016
[ 14:08 amdmi3 search for other commits by this committer ] Original commit   Revision:429916
- Switch to USES=localbase
- Properly optionize NLS
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 5 Oct 2015
[ 11:50 marino search for other commits by this committer ] Original commit   Revision:398641
Add USES=alias to 4 ports (Aids DragonFly support)
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
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
Sat, 27 Dec 2014
[ 00:09 gblach search for other commits by this committer ] Original commit   Revision:375663 (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
- Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
  which depends on imlib2

PR:		196062
Approved by:	portmgr
Fri, 22 Aug 2014
[ 19:08 tijl search for other commits by this committer ] Original commit   Revision:365687
- graphics/ming: Add USES=libtool and bump dependent ports
- graphics/autotrace: Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- graphics/pencil: Fix dependencies
Sat, 28 Jun 2014
[ 07:48 antoine search for other commits by this committer ] Original commit   Revision:359668 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Reset maintainer, email bounces

With hat:	portmgr
Sat, 21 Jun 2014
[ 03:35 sanpei search for other commits by this committer ] Original commit   Revision:358661
support stage
remove not installed file(bin/wxzphoto) from PLIST_FILES
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)
Mon, 24 Mar 2014
[ 12:40 bapt search for other commits by this committer ] Original commit   Revision:348981
Convert to new options framework
Remove wxgtk option which is broken with all support version of wxgtk
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 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:
graphics)
Wed, 11 Sep 2013
[ 11:44 az search for other commits by this committer ] Original commit   Revision:326963 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
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
Sat, 24 Sep 2011
[ 23:26 gerald search for other commits by this committer ] Original commit 
Remove default dependency on multimedia/avifile which has been broken
on FreeBSD 9 for half a year (at least) and also on most architectures
and which will be deprecated shortly.

Approved by:    maintainer timeout
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Mon, 8 Aug 2011
[ 03:34 swills search for other commits by this committer ] Original commit 
- Chase libming shared lib bump
Fri, 3 Dec 2010
[ 15:55 sanpei search for other commits by this committer ] Original commit 
- fix for amd64.
- add support suffix "jpeg".
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
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:35 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 304 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, 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)
Tue, 11 Mar 2008
[ 21:13 stas search for other commits by this committer ] Original commit  (Only the first 10 of 342 ports in this commit are shown above. View all ports for this commit)
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
  privilegies)
- Add DBUS support.

Thanks to:      az
Tue, 25 Dec 2007
[ 20:02 pav search for other commits by this committer ] Original commit 
- This needs Perl to build

Reported by:    pointyhat
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}.
Sun, 11 Mar 2007
[ 08:51 stas search for other commits by this committer ] Original commit  (Only the first 10 of 162 ports in this commit are shown above. View all ports for this commit)
- Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion
  was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
  support it anymore. [2]

The patch was tested in the tinderbox.

Approved by:    portmgr (marcus) [1],
                Anders Troback <freebsd@troback.com> (maintainer) [2]
Fri, 1 Dec 2006
[ 07:39 pav search for other commits by this committer ] Original commit  (Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
- Use features of bsd.wx.mk, especially USE_WX

PR:             ports/101613
Submitted by:   alepulver
Sun, 7 May 2006
[ 23:46 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 402 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE for categories starting with a G
Mon, 24 Apr 2006
[ 13:50 leeym search for other commits by this committer ] Original commit 
- catch up with graphics/ming

Pointy hat:     garga
Thu, 26 May 2005
[ 11:36 jylefort search for other commits by this committer ] Original commit 
- Remove WITH_WXGTK knob
- Fix packing list when WITH_WXGTK2 is defined

PR:             ports/81469
Submitted by:   maintainer
Thu, 12 May 2005
[ 21:19 fjoe search for other commits by this committer ] Original commit 
Remove WITH_WXGTK (no longer supported).
[ 20:52 krion search for other commits by this committer ] Original commit 
Fix build with wxgtk24.

Pointyhat goes to:      fjoe
Mon, 7 Mar 2005
[ 16:41 adamw search for other commits by this committer ] Original commit  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that received the imlib2 shlib chase.
[ 15:10 vanilla search for other commits by this committer ] Original commit  (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
1: Upgrade imlib2 to 1.2.0
2: chase shared library version to 3.

PR:             ports/78347
Submitted by:   Russell Jackson <raj at cserv62.csub.edu>
Somepart by:    me
Thu, 22 Jul 2004
[ 01:52 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.2

PR:             69363
Submitted by:   maintainer
Mon, 10 May 2004
[ 21:39 vanilla search for other commits by this committer ] Original commit 
upgrade to 1.0.

PR:             ports/66472
Submitted by:   maintainer
Mon, 12 Apr 2004
[ 05:42 krion search for other commits by this committer ] Original commit 
- Update to version 0.9

PR:             ports/65450
Submitted by:   maintainer
Thu, 8 Apr 2004
[ 18:28 krion search for other commits by this committer ] Original commit 
- Fix bug with avifile

PR:             ports/65327
Submitted by:   maintainer
Sun, 4 Apr 2004
[ 14:46 krion search for other commits by this committer ] Original commit 
- Update to 0.8

PR:             ports/65160
Submitted by:   maintainer
Tue, 16 Mar 2004
[ 04:23 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
Tue, 2 Mar 2004
[ 09:48 vanilla search for other commits by this committer ] Original commit 
Upgrade to 0.7.

PR:             ports/63627
Submitted by:   maintainer
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 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 2)
Mon, 15 Dec 2003
[ 18:44 krion search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
- Chase libraries for new Imlib2 version
Sat, 3 May 2003
[ 22:01 vanilla search for other commits by this committer ] Original commit 
Change to use: PTHREAD_LIBS and PTHREAD_CFLAGS.
Remove patch-configure.

PR:             ports/51452
Submitted by:   maintainer
Sat, 26 Apr 2003
[ 23:54 vanilla search for other commits by this committer ] Original commit 
Upgrade to 0.6.

PR:             ports/51314
Submitted by:   maintainer
Fri, 21 Feb 2003
[ 12:15 knu search for other commits by this committer ] Original commit  (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Thu, 6 Feb 2003
[ 05:57 vanilla search for other commits by this committer ] Original commit 
Upgrade to 0.5.

PR:             ports/47864
Submitted by:   maintainer
Thu, 30 Jan 2003
[ 18:10 nork search for other commits by this committer ] Original commit 
Update to 0.4.

PR:             ports/47683
Submitted by:   UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Sat, 20 Jul 2002
[ 17:25 vanilla search for other commits by this committer ] Original commit 
Add zphoto (zooming photo album generator)

PR:             ports/40753
Submitted by:   UMENO Takashi <umeno@rr.iij4u.or.jp>

Number of commits found: 52