Commit graph

52 commits

Author SHA1 Message Date
Pietro Cerutti
db0f6a1ba6 - Convert to USES=tk 2014-02-18 15:24:07 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Baptiste Daroussin
5271da855f 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
2013-04-29 08:57:12 +00:00
Pietro Cerutti
fef02240ea - 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)
2013-04-23 11:51:52 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Mikhail Teterin
5bc4cc4705 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.
2011-09-19 22:21:56 +00:00
Mikhail Teterin
1863bdca54 Actually do take over maintainership. Bump PORTREVISION. 2011-09-19 21:31:07 +00:00
Mikhail Teterin
682d30155a Restore the ability to build against Tk-8.5. Take over maintainership. 2011-09-19 21:27:54 +00:00
Chris Rees
afd8c6d473 - 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
2011-09-18 16:42:14 +00:00
Mikhail Teterin
a46edf0857 Re-enable build with Tk-8.3 (if requested).
Allow building with Tk-8.5 (the default). Fix some more warnings.
2011-09-14 12:28:41 +00:00
Chris Rees
dd045ef1d7 - Update maintainer address
Approved by: rene (mentor)
2011-06-17 06:46:07 +00:00
Max Brazhnikov
f70f70be68 Update MASTER_SITES and undeprecate
Pass maintainership to submitter
Remove md5 sum

PR:		ports/156281
Submitted by:	Chris Rees <utisoft at gmail.com>
2011-04-09 15:38:43 +00:00
Baptiste Daroussin
4e36828cbe Deprecate unmaintained ports from graphics where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-15 18:16:42 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dmitry Marakasov
6b5fb87219 - Switch SourceForge ports to the new File Release System: categories starting with G 2009-08-22 00:23:13 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Martin Wilke
3e4ed01146 - 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)
2008-04-19 17:56:05 +00:00
Pav Lucistnik
cf909dbe3d - Remove expired tkstep80 related ports 2008-04-09 14:19:00 +00:00
Pav Lucistnik
92b220fa9c - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat:	portmgr
2008-04-09 13:42:26 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Martin Wilke
1b7c682a43 - Fix build
- move Makefile.tkstep80 -> files/Makefile.tkstep80
2007-03-14 22:09:17 +00:00
Martin Wilke
49c5abbf7a - 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>
2007-03-13 12:12:01 +00:00
Cheng-Lung Sung
10ddcca177 - 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>
2006-08-14 23:06:39 +00:00
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +00:00
Mikhail Teterin
4ba76fa965 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.
2005-06-10 01:21:05 +00:00
Florent Thoumie
fad46b07ac - 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)
2005-03-08 22:05:19 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Joerg Wunsch
6325529f71 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.
2003-12-09 21:45:48 +00:00
Ruslan Ermilov
4eb5247c17 Unbreak on 5.x.
Reported by:	kris
2003-10-30 20:24:23 +00:00
Akinori MUSHA
e88cb93ce3 de-pkg-comment 2003-02-20 18:08:19 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ruslan Ermilov
c1b840b390 Catch up to the new bsd.lib.mk API (the library is not internal). 2002-07-21 20:23:00 +00:00
Pete Fritchman
deb3b38f47 Switch to a working master site.
PR:		38871
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2002-06-04 01:59:53 +00:00
Andrey A. Chernov
db2dadbaab Bump png major 2001-09-11 02:22:51 +00:00
Michael Haro
d250723f24 ${ENV} -> ${SETENV}
PR: 26783, 26784, 26785
2001-05-01 09:55:09 +00:00
Mikhail Teterin
2c4670a743 In several spots, it was refering to TCL (or tcl) instead of TK (or tk).
Submitted by:	John Merryweather Cooper
2001-03-13 22:39:21 +00:00
Mikhail Teterin
98d579de66 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:

	package require Img	(from TCL)
or
	Tcl_PkgRequire(interp, "Img", "1.2", 0)	(from C)

instead of  trying to link  with libimg directly, but  there are
too many of them and sobomax lost (his and mine) cool.

This version will just install the library (and SHLIB_LINK) into
${PREFIX}/lib directly. pkgIndex.tcl is modified accordingly.
2001-03-13 19:15:26 +00:00
Mikhail Teterin
964fc8842b Bring up to the latest 1.2.4. Install documentation (modulo NOPORTDOCS).
Some day  the rest of  the world  will wise up  and realize, that  it is
often easier and  neater to create a Makefile from  scratch, than to try
to patch  the configure/Makefile.in/Makefile.am/etc  nonsense to  do the
right thing.
2001-02-12 21:46:33 +00:00
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Satoshi Asami
c99c600944 Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
2000-04-14 10:48:02 +00:00
Steve Price
bc087374d3 Update to use Tcl/Tk version 8.2.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-28 18:32:45 +00:00
Chris Piazza
3c10a59460 Forgot to add this 1999-11-26 03:29:39 +00:00
Chris Piazza
4af7785d55 Update to version 1.2.2
PR:		14985
Submitted by:	maintainer
1999-11-25 21:33:34 +00:00
Steve Price
ec1b2d16ed The tiff port now lives in ports/graphics/tiff. 1999-09-07 10:45:31 +00:00
David E. O'Brien
5133141363 Change Id->FreeBSD. 1999-08-25 06:16:32 +00:00