Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
04 Jan 2021 21:13:44
1.4.12

|
mi  |
Upgrade from 1.4.9 to 1.4.12. The relevant upstream improvements
are:
* Fixes in handling of BMP and XBM formats;
* Fixes in handling of all 16-bit images.
Reported by: portscout
Sponsored by: United Marsupials |
21 Jan 2020 03:05:14
1.4.9

|
mi  |
Upgrade from 1.4.7 to 1.4.9. Some new image-formats added, etc.
As before, we force the use of the already installed libraries for
JPEG, TIFF, and others. This causes some tests to fail, because the
newer versions of these libraries yield slightly different files
-- mark such tests as non-portable. |
05 Nov 2019 22:16:15
1.4.7

|
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. |
13 Jun 2018 08:34:32
1.4.7

|
amdmi3  |
- Switch to new test framework
- Switch to options helpers
Approved by: portmgr blanket |
31 Dec 2017 18:18:55
1.4.7

|
mi  |
Upgrade from 1.4.6 to 1.4.7. Minor fixes and enhancements.
Bundled tests still partially broken.
Reported by: portscout |
18 Jan 2017 13:20:32
1.4.6

|
tijl  |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
12 Jul 2016 18:02:30
1.4.6

|
mi  |
Rename the license to match strings found in lang/tcl86. When the
TclTk is added to the licensing database, it will be a little easier
to clean up the ports, which currently have to define it themselves.
PR: 211040 |
12 Jul 2016 17:43:54
1.4.6

|
mi  |
Upgrade from 1.4.2 to 1.4.6. Respect EXAMPLES-option, add
license-definition and define TEST_TARGET.
Reported by: trasz |
14 Jun 2016 19:27:30
1.4.2_2

|
trasz  |
Don't remove X11 linkage; this breaks the upcoming LinuxCNC port.
PR: 210212
Approved by: maintainer (earlier version) |
21 Apr 2016 16:48:50
1.4.2_1

|
gahr  |
Convert more ports to USES=(tcl|tk):tea |
01 Apr 2016 14:00:57
1.4.2_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
22 Jun 2015 18:33:22
1.4.2_1

|
antoine  |
Convert to USES=jpeg |
25 Dec 2014 20:54:43
1.4.2_1

|
bapt  |
Bump portrevision after png update |
24 Dec 2014 23:13:24
1.4.2

|
antoine  |
Properly support png 1.5 |
20 Oct 2014 17:04:21
1.4.2

|
bapt  |
Cleanup plist |
29 Jul 2014 18:41:17
1.4.2

|
adamw  |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
13 Jun 2014 07:36:28
1.4.2

|
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt) |
09 Jun 2014 22:03:14
1.4.2

|
mi  |
Correct an error in my new patch, which broke capturing TIFF images
into Tcl-objects. |
09 Jun 2014 21:04:10
1.4.2

|
mi  |
Fix plist... Do not link with X-libraries directly -- no calls are made
from this software into X11, it is all handled by Tk. |
09 Jun 2014 20:20:42
1.4.2

|
mi  |
Upgrade from 1.2.4 to 1.4.2. Allow for staging. |
03 Jun 2014 10:45:19
1.2.4_9

|
gahr  |
- Convert to new LIB_DEPENDS format
- STAGE-clean |
18 Feb 2014 15:24:07
1.2.4_9

|
gahr  |
- Convert to USES=tk |
20 Sep 2013 18:35:46
1.2.4_9

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
14 Aug 2013 22:35:54
1.2.4_9

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
29 Apr 2013 08:57:13
1.2.4_9

|
bapt  |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
23 Apr 2013 11:51:53
1.2.4_9

|
gahr  |
- Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
default, I don't expect this change to cause much trouble) |
01 Jun 2012 05:26:28
1.2.4_9
|
dinoex  |
- update png to 1.5.10 |
19 Sep 2011 22:21:56
1.2.4_8
|
mi  |
Although the default remains 8.5, this changes allows compiling against
Tk-8.6 as well. Also set MAKE_JOBS_SAFE to "yes" -- we rely on
bsd.lib.mk, which has been parallel-safe for ever. |
19 Sep 2011 21:31:07
1.2.4_8
|
mi  |
Actually do take over maintainership. Bump PORTREVISION. |
19 Sep 2011 21:27:54
1.2.4_7
|
mi  |
Restore the ability to build against Tk-8.5. Take over maintainership. |
18 Sep 2011 16:42:14
1.2.4_7
|
crees  |
- Revert previous commit
(which was actually approved by me; no misconduct by mi)
. Port no longer breaks on amd64, but could still be updated to work with tk85
- Drop maintainership
Pointyhat: mi, crees |
14 Sep 2011 12:28:41
1.2.4_7
|
mi  |
Re-enable build with Tk-8.3 (if requested).
Allow building with Tk-8.5 (the default). Fix some more warnings. |
17 Jun 2011 06:46:07
1.2.4_7
|
crees  |
- Update maintainer address
Approved by: rene (mentor) |
09 Apr 2011 15:38:43
1.2.4_7
|
makc  |
Update MASTER_SITES and undeprecate
Pass maintainership to submitter
Remove md5 sum
PR: ports/156281
Submitted by: Chris Rees <utisoft at gmail.com> |
15 Mar 2011 18:16:42
1.2.4_7
|
bapt  |
Deprecate unmaintained ports from graphics where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports |
28 Mar 2010 06:47:48
1.2.4_7
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
1.2.4_6
|
dinoex  |
- update to jpeg-8 |
22 Aug 2009 00:23:13
1.2.4_5 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
18 Jul 2009 11:11:29
1.2.4_5
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
19 Apr 2008 17:56:05
1.2.4_4 
|
miwi  |
- 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) |
09 Apr 2008 14:19:00
1.2.4_4
|
pav  |
- Remove expired tkstep80 related ports |
09 Apr 2008 13:42:26
1.2.4_4
|
pav  |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
19 May 2007 20:32:57
1.2.4_4
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
14 Mar 2007 22:09:17
1.2.4_3
|
miwi  |
- Fix build
- move Makefile.tkstep80 -> files/Makefile.tkstep80 |
13 Mar 2007 12:12:01
1.2.4_3
|
miwi  |
- Ready for incoming slaves ports.
- Pass maintainership to submitter
- Respect DOC's
- Add graphics/tiff as dependency
- Bump PORTREVISION
PR: 110221
Submitted by: Martin Matuska <martin@matuska.org> |
14 Aug 2006 23:06:39
1.2.4_2
|
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
26 Nov 2005 01:48:16
1.2.4_2
|
pav  |
- Add SHA256 |
10 Jun 2005 01:21:05
1.2.4_2
|
mi  |
A number of enhancements:
. compile cleanly against 8.4 with -Wall on i386 and amd64;
. use OS' run-time linker instead of dlopen-ing libpng,
libjpeg, libtiff inside;
. stop using TIFF's _internal_ headers for anything.
This changes are quite radical, but seem to work with anything I have.
Vendor's own tests pass except for some differences in PNG images --
most likely due to changes in PNG library since 2002.
Stop requiring specific versions of jpeg, tiff, png -- we don't really care.
Bump up PORTREVISION. |
08 Mar 2005 22:05:19
1.2.4_1
|
flz  |
- Fix MASTER_SITES.
- Distfile rerolled due to inclusion in SF CVS repository.
PR: ports/77944
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Approved by: pav (mentor) |
29 Jan 2004 07:24:56
1.2.4_1
|
trevor  |
SIZEify. |
09 Dec 2003 21:45:48
1.2.4_1
|
joerg  |
Bring Img up to the world of Tcl/Tk 8.4. Since the Tk_PhotoPutBlock()
function now has one more parameter to pass, I collected all the
individual file patches in a single patch for that purpose, so if/when
the original software is up to Tk 8.4, this patch file can easily be
removed again. |
30 Oct 2003 20:24:23
1.2.4
|
ru  |
Unbreak on 5.x.
Reported by: kris |
20 Feb 2003 18:08:19
1.2.4
|
knu  |
de-pkg-comment |
21 Jul 2002 20:23:00
1.2.4
|
ru  |
Catch up to the new bsd.lib.mk API (the library is not internal). |
04 Jun 2002 01:59:53
1.2.4
|
petef  |
Switch to a working master site.
PR: 38871
Submitted by: Erwin Lansing <erwin@lansing.dk> |
11 Sep 2001 03:22:51

|
ache  |
Bump png major |
01 May 2001 10:55:09

|
mharo  |
${ENV} -> ${SETENV} |
13 Mar 2001 22:39:21

|
mi  |
In several spots, it was refering to TCL (or tcl) instead of TK (or tk). |
13 Mar 2001 19:15:27

|
mi  |
Turns out I broke a few too many things with my last commit by removing the
symlinking of the installed shared library into the ${PREFIX}/lib. Those
broken things should really use: |
12 Feb 2001 21:46:33

|
mi  |
Bring up to the latest 1.2.4. Install documentation (modulo NOPORTDOCS). |
08 Oct 2000 02:35:34

|
asami  |
Convert category graphics to new layout. |
04 Jul 2000 08:13:36

|
sobomax  |
Bump png shared library version. |
16 Jun 2000 22:52:41

|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:48:25

|
sobomax  |
Fourth round of INSTALLS_SHLIBS conversion. |