Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.2.5_4 04 Feb 2024 19:13:55 |
Gleb Popov (arrowd) |
*: Move manpages to share/man for imake ports.
Approved by: portmgr (blanket) |
4.2.5_3 11 Jul 2023 20:15:43 |
Tijl Coosemans (tijl) |
devel/gettext: Update to 0.22
Convert post-patch commands to real patches. This way there are errors
when the underlying code changes.
*/*: Fix gettext issues. The new gettext tools are more strict.
PR: 272210
Exp-run by: antoine |
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) |
4.2.5_2 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 ) |
4.2.5_2 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
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 ) |
4.2.5_2 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
4.2.5_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.2.5_2 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
4.2.5_2 10 Sep 2018 13:11:24 |
mat |
After an include, PLIST_SUB must be appended to, not overwritten.
If it is overwritten, many values will be clobbered, and
pain will ensue.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
4.2.5_2 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
4.2.5_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.2.5_1 25 Mar 2015 20:09:43 |
marino |
graphics category: Remove $PTHREAD_LIBS
graphics/zbar didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket |
4.2.5_1 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
4.2.5_1 13 Jul 2014 09:50:45 |
marino |
graphics/tgif: generate Japanese characters in EPS file properly
This is a regenerated version of the official patch so that it appears
in the preferred unified format and naming scheme.
PR: 190193
Submitted by: ttmtko (gmail)
Approved by: maintainer (Brian Clapper) |
4.2.5 11 May 2014 11:10:16 |
bapt |
Fix license to allow package distribution |
4.2.5 15 Feb 2014 16:21:22 |
pawel |
- Update to version 4.2.5 [1]
- Add LICENSE [1]
- Support stage [1]
- Remove leading article from COMMENT
- PTHREAD_CFLAGS is null, don't use it
- Remove info about author from pkg-descr, it's available
in program's Help->About menu
PR: ports/185925 [1]
Submitted by: Eero Hanninen <fax@nohik.ee>
Approved by: maintainer timeout |
4.2.2_1 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
4.2.2_1 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
4.2.2_1 14 Sep 2013 22:25:51 |
bapt |
Remove USE_GCC=any: builds properly with clang |
4.2.2_1 28 Jun 2013 11:51:06 |
bapt |
New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a
different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it
to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be
overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via
IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned
from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we
do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port |
4.2.2_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
4.2.2_1 05 Mar 2013 17:07:44 |
miwi |
- Convert to OptionsNG
- Trim header
Reviewed by: beat, bapt, kwm |
4.2.2_1 09 Oct 2012 22:12:14 |
linimon |
Force numerous ports that fail to build with clang over to instead always
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings. |
4.2.2_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
4.2.2 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
4.2.2 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
4.2.2 22 Aug 2010 07:01:52 |
hrs |
Update to 4.2.2. Changes since 4.1.45 can be found at:
http://bourbon.usc.edu/tgif/relnotes/v4.2.0.html
http://bourbon.usc.edu/tgif/relnotes/v4.2.1.html
http://bourbon.usc.edu/tgif/relnotes/v4.2.2.html
Approved by: maintainer |
4.1.45_8 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
4.1.45_7 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
4.1.45_6 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
4.1.45_5 22 Aug 2009 02:23:49 |
amdmi3 |
- Fix broken makefiles introduced with translation to new SF File Release System
Reported by: dan
Pointyhat to: myself |
4.1.45_5 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
4.1.45_5 09 Jun 2009 15:33:28 |
amdmi3 |
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav) |
4.1.45_4 06 Jun 2008 13:35:04 |
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) |
4.1.45_3 22 Mar 2008 08:55:40 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
4.1.45_2 09 Jun 2007 11:59:41 |
hrs |
- Merge graphics/tgif-nls and graphics/tgif into a single port
graphics/tgif. The two ports were almost identical except for NLS
support.
The graphics/tgif now supports NLS by default and WITHOUT_NLS knob to
disable it.
- Add WITH_A4SIZE knob to set A4 as the default paper size.
- Add a workaround for incorrect width calculation of wide characters.
Approved by: maintainer |
4.1.45_1 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}. |
4.1.45 21 Dec 2006 23:21:16 |
miwi |
- Update to 4.1.45
PR: ports/106937
Submitted by: miwi
Approved by: maintainer |
4.1.44 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
4.1.44 22 Jan 2006 12:35:18 |
edwin |
SHA256ify
Approved by: krion@ |
4.1.44 21 Apr 2005 13:54:11 |
lawrance |
Update WWW links in pkg-descr.
PR: ports/80138
Submitted by: Murray Baker <murray_baker@NOSPAM.ihug.com.au>
Approved by: clement (mentor) |
4.1.44 16 Mar 2005 12:35:48 |
vs |
Update to 4.1.44
PR: ports/76353
Submitted by: maintainer |
4.1.43 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
4.1.43 20 Aug 2003 13:53:34 |
osa |
Update to 4.1.43 [1]
Fix pkg-plist after update [2]
Make pkg-descr portlint(1) compilant [2]
Use ${REINPLACE_CMD} instead of patch-aa [2]
Submitted by: Brian Clapper <bmc@clapper.org> (maintainer) [1],
osa [2]
Approved by: maintainer
PR: 55746 |
4.1.42 20 Aug 2003 10:50:04 |
osa |
Update maintainer's e-mail address.
Submitted by: Brian Clapper <bmc@WillsCreek.com> (maintainer)
PR: 55748 |
4.1.42 21 Feb 2003 12:15:34 |
knu |
De-pkg-comment. |
4.1.42 13 Oct 2002 01:43:52 |
kris |
Replace stale bare sourceforge URL with ${MASTER_SITE_SOURCEFORGE} |
4.1.42 01 Apr 2002 17:18:38 |
pat |
Update to 4.1.42
PR: 36620
Submitted by: maintainer |
19 Oct 2001 17:07:54 |
kevlo |
Update to version 4.1.41 |
01 May 2001 01:44:35 |
mharo |
Update tgif port to 4.1.40 |
03 Nov 2000 16:35:22 |
sobomax |
Initialise Deorbiting Burn Sequence [tm, (c) 2000, PHK] for pnmtopng port. |
08 Oct 2000 02:35:34 |
asami |
Convert category graphics to new layout. |
23 Aug 2000 08:27:01 |
kevlo |
Update to version 4.1.37 |