non port: graphics/zphoto/Makefile |
SVNWeb
|
Number of commits found: 52 |
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:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
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 )
|
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.
|
Thu, 29 Dec 2016
|
[ 14:08 amdmi3 ]
- Switch to USES=localbase
- Properly optionize NLS
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 5 Oct 2015
|
[ 11:50 marino ]
Add USES=alias to 4 ports (Aids DragonFly support)
|
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
|
Sat, 27 Dec 2014
|
[ 00:09 gblach ] (Only the first 10 of 51 ports in this commit are shown above. )
- 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 ]
- 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 ] (Only the first 10 of 12 ports in this commit are shown above. )
Reset maintainer, email bounces
With hat: portmgr
|
Sat, 21 Jun 2014
|
[ 03:35 sanpei ]
support stage
remove not installed file(bin/wxzphoto) from PLIST_FILES
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
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 )
|
Mon, 24 Mar 2014
|
[ 12:40 bapt ]
Convert to new options framework
Remove wxgtk option which is broken with all support version of wxgtk
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Wed, 11 Sep 2013
|
[ 11:44 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
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
|
Sat, 24 Sep 2011
|
[ 23:26 gerald ]
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 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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 ]
- Chase libming shared lib bump
|
Fri, 3 Dec 2010
|
[ 15:55 sanpei ]
- fix for amd64.
- add support suffix "jpeg".
|
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
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 304 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)
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 342 ports in this commit are shown above. )
- 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 ]
- This needs Perl to build
Reported by: pointyhat
|
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}.
|
Sun, 11 Mar 2007
|
[ 08:51 stas ] (Only the first 10 of 162 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 69 ports in this commit are shown above. )
- Use features of bsd.wx.mk, especially USE_WX
PR: ports/101613
Submitted by: alepulver
|
Sun, 7 May 2006
|
[ 23:46 edwin ] (Only the first 10 of 402 ports in this commit are shown above. )
Remove USE_REINPLACE for categories starting with a G
|
Mon, 24 Apr 2006
|
[ 13:50 leeym ]
- catch up with graphics/ming
Pointy hat: garga
|
Thu, 26 May 2005
|
[ 11:36 jylefort ]
- 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 ]
Remove WITH_WXGTK (no longer supported).
|
[ 20:52 krion ]
Fix build with wxgtk24.
Pointyhat goes to: fjoe
|
Mon, 7 Mar 2005
|
[ 16:41 adamw ] (Only the first 10 of 24 ports in this commit are shown above. )
Bump PORTREVISION on all ports that received the imlib2 shlib chase.
|
[ 15:10 vanilla ] (Only the first 10 of 32 ports in this commit are shown above. )
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 ]
upgrade to 1.2
PR: 69363
Submitted by: maintainer
|
Mon, 10 May 2004
|
[ 21:39 vanilla ]
upgrade to 1.0.
PR: ports/66472
Submitted by: maintainer
|
Mon, 12 Apr 2004
|
[ 05:42 krion ]
- Update to version 0.9
PR: ports/65450
Submitted by: maintainer
|
Thu, 8 Apr 2004
|
[ 18:28 krion ]
- Fix bug with avifile
PR: ports/65327
Submitted by: maintainer
|
Sun, 4 Apr 2004
|
[ 14:46 krion ]
- Update to 0.8
PR: ports/65160
Submitted by: maintainer
|
Tue, 16 Mar 2004
|
[ 04:23 edwin ] (Only the first 10 of 193 ports in this commit are shown above. )
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 ]
Upgrade to 0.7.
PR: ports/63627
Submitted by: maintainer
|
Wed, 4 Feb 2004
|
[ 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)
|
Mon, 15 Dec 2003
|
[ 18:44 krion ] (Only the first 10 of 15 ports in this commit are shown above. )
- Chase libraries for new Imlib2 version
|
Sat, 3 May 2003
|
[ 22:01 vanilla ]
Change to use: PTHREAD_LIBS and PTHREAD_CFLAGS.
Remove patch-configure.
PR: ports/51452
Submitted by: maintainer
|
Sat, 26 Apr 2003
|
[ 23:54 vanilla ]
Upgrade to 0.6.
PR: ports/51314
Submitted by: maintainer
|
Fri, 21 Feb 2003
|
[ 12:15 knu ] (Only the first 10 of 208 ports in this commit are shown above. )
De-pkg-comment.
|
Thu, 6 Feb 2003
|
[ 05:57 vanilla ]
Upgrade to 0.5.
PR: ports/47864
Submitted by: maintainer
|
Thu, 30 Jan 2003
|
[ 18:10 nork ]
Update to 0.4.
PR: ports/47683
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
|
Sat, 20 Jul 2002
|
[ 17:25 vanilla ]
Add zphoto (zooming photo album generator)
PR: ports/40753
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
Number of commits found: 52 |