1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

84 Commits

Author SHA1 Message Date
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
Dirk Meyer
8afca93066 - chase tcl/tk changes 2007-03-25 19:07:06 +00:00
Dirk Meyer
807cfdf1ea - setup libdir for pkg-config's templates
PR:		110139
Submitted by:	Maxim Samsonov

- a little cleanup of option
2007-03-10 13:01:06 +00:00
Dirk Meyer
f1a99ef116 - fix plugin handling
PR:		110060
Submitted by:	Helge Oldach

- add options TK ICONV XPM
PR:		110060
Submitted by:	Helge Oldach

- avoid starting "-help"
- fix pkg-plist after patches
- fix default options
- bump PORTREVISION
2007-03-09 07:28:21 +00:00
Dirk Meyer
328d0d3274 - fix option NOPORTDOCS
PR:		109920
Submitted by:	Rong-En Fan

- fix option WITH_PHP
- fix package for options WITH_GUILE, WITH_LUA
- cleanup space/tab indent
2007-03-06 11:58:33 +00:00
Dirk Meyer
813dab9a58 - update to 2.12
- cleaned USE_LDCONFIG
- full support for external GD library
- added OPTIONS support for swig and language bindings for (default none): perl php python ruby tcl lua guile
- added OPTIONS support for pangocairo (requires gtk, not selected by default)
PR:		109600
Submitted by:	Martin Matuska
2007-03-04 07:02:34 +00:00
Dirk Meyer
36bec2a20e - take over maintainership
- fix build with gd-2.34
Approved by:	shaun
2007-03-04 06:37:17 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Shaun Amott
5361678373 Switch to my @FreeBSD.org address.
Approved by:	ahze (mentor)
2006-06-19 20:06:59 +00:00
Ion-Mihai Tetcu
dc552c2612 - Fix plist and use vars from bsd.tcl.mk in Makefile [1]
- Fix WWW [2]

PR:		ports/97176
Submitted by:	Shaun Amott <shaun@inerd.com> (maintainer) [1]
		Adi Pircalabu <apircalabu@bitdefender.com> [2]
Approved by:	maintainer [2], lawrance (mentor)
2006-05-14 12:30:53 +00:00
Thierry Thomas
31bba42f60 - Upgrade to 2.8;
- Remove duplicated PORTDOCS; put all documentation into DOCSDIR;

- Install demo files (previously installed automatically) - put
  into EXAMPLESDIR this time, and install along with PORTDOCS;

- Keep additional language bindings disabled for the time being
  (avoiding huge dependencies);

- Minor pkg-descr alteration.

PR:		ports/93924
Submitted by:	Shaun Amott <shaun (at) inerd.com> (maintainer)
2006-05-05 09:46:58 +00:00
Emanuel Haupt
1f4053dc5d - Add an additional mirror [1]
- Remove deprecated USE_REINPLACE

Submitted by:   Shaun Amott <shaun@inerd.com> (maintainer) [1]
2006-04-29 09:17:28 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Renato Botelho
685c068222 - Transfer maintainership to submitter [1]
- Use DATADIR macro on IglooFTP

PR:		ports/93499
Submitted by:	Shaun Amott <shaun@inerd.com>
2006-02-20 21:37:36 +00:00
Jun Kuriyama
a06ee65df0 Chase shlib bump of libexpat. 2006-01-30 23:20:05 +00:00
Michael Nottebrock
55a28c1664 Don't USE_SLEDGEHAMMER=GCC-3.4 on 4.x when removing an unsupported warning
option from configure's CFLAGS lets this build with gcc 2.95 just fine.

While here, increase the chance of this working on alpha by making the
addition of -mieee not exclusive to *alpha*-*-linux*.
2006-01-28 21:51:10 +00:00
Florent Thoumie
41e59de0b2 - INSTALLS_SHLIB was missing.
- Use USE_LDCONFIG while I'm here.

Reported by:	Soren Straarup <xride@x12.dk>
2006-01-16 22:18:06 +00:00
Pav Lucistnik
dea0bcc593 - Remove configure variables which haven't worked and got handled by a patch
Submitted by:	netchild
2005-12-29 21:53:42 +00:00
Pav Lucistnik
a4ffde1db0 - Prevent bundled libltdl from being installed into PREFIX
- Put pkgconfig files where they belong

  I hope this does not break the functionality.
2005-12-29 21:28:58 +00:00
Pav Lucistnik
414bfec1bc - Fix build on 4.X
PR:		ports/91050
Submitted by:	Sven Berkvens-Matthijsse <sven@ilse.net>
2005-12-29 20:04:14 +00:00
Alexander Leidinger
f0798650de Update to 2.6.
This brings back PNG support (for those who missed it with doxygen).

Previously it was not included because of the way it's handled by the
configure script if you use an external version of gd.

This version of graphviz depends upon v2.0.34 of gd, but this version
isn't available from the vendor site. Therefore graphviz uses the
included version of gd. I haven't removed the dependency upon gd, to
let it pickup the port version of gd when it's available. In this case
someone should check if PNG support is still included.

This port disables all new language bindings (like perl, python, ...)
of the 2.6 version to not increase the number of dependencies. Interested
parties should create new ports for those bindings.

Tested with:	devel/doxygen
2005-12-28 16:20:34 +00:00
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +00:00
Hye-Shik Chang
8f3f391f9b Release maintainership. I have too many exams and homeworks in this
semester. :-X
2005-11-08 11:11:17 +00:00
Volker Stolz
33a474eaf9 Do not ldconfigure port-local libs
Approved by: perky (maintainer)
2005-11-03 08:50:29 +00:00
Christian Weisgerber
aa27779311 Upstream fix for very insecure temp file creation in example script
(CVE-2005-2965).

Approved by:	perky
2005-10-29 19:13:43 +00:00
Volker Stolz
72692f9e86 Link against libgd from ports instead of building own copy.
Note that you need at least gd-2.0.33_3,1

Approved by: perky (maintainer)
2005-10-15 09:54:39 +00:00
Hye-Shik Chang
07a6c0b9c4 Update to 2.2
PR:		78407
Submitted by:	"Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net>
2005-03-05 04:50:47 +00:00
Dag-Erling Smørgrav
1d62ba425f Fix RELENG_4 build by reordering system includes in lefty/common.h.
<sys/types.h> should always come before any other headers.
2004-11-05 19:07:08 +00:00
Dag-Erling Smørgrav
bdf257a748 Upgrade to 1.16.
Approved by:	perky
2004-11-05 09:42:14 +00:00
Hye-Shik Chang
859f84c75b Update to 1.12.
Requested by:	Pierre DAVID <Pierre.David@crc.u-strasbg.fr>,
		David Bushong <david@bushong.net>
Tested by:	David Bushong <david@bushong.net>
2004-05-14 06:50:12 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
Hye-Shik Chang
4fada1630a Add SIZE data.
Submitted by:	trevor
2004-03-18 07:38:47 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Joe Marcus Clarke
7cf7b646b2 Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added
bsd.port.mk macro.

Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-07 09:28:14 +00:00
Hye-Shik Chang
8b02c99cb5 Give an explicit dependency on libiconv to resolve consumer
port's problem on automated build environment.

Spotted by:	kris
2003-10-16 05:14:10 +00:00
Hye-Shik Chang
62ad8a57dd - Update to 1.10
- Ensure not to add target prefix to program name [1]
- Fix URL to license [2]

PR:		55460 [2]
Submitted by:	Chris Larsen <darth@vader.dk> [1],
		Ceri Davies <ceri@FreeBSD.org> [2]
2003-08-12 00:04:01 +00:00
Jeffrey Hsu
e3e6a83066 Upgrade to use TCL/TK 8.4.
Approved by:  perky (maintainer)
2003-07-07 06:45:45 +00:00
Hye-Shik Chang
fbc660cb2c De-pkg-comment for my ports. 2003-02-25 06:25:35 +00:00
Hye-Shik Chang
7e97d531b4 Update to 1.9
Submitted by:	Marco Molteni <molter@tin.it> (partially)
2003-02-18 11:32:41 +00:00
Hye-Shik Chang
2c20fc9cb8 Update to 1.8.10
PR:		45027
Submitted by:	Marco Molteni <molter@tin.it>
2002-11-12 09:14:16 +00:00
Hye-Shik Chang
7d8e42a998 Update to 1.8.8. 2002-07-24 23:07:20 +00:00
Hye-Shik Chang
10cb7d0c73 Updating my email address.
Approved by: cjh (mentor)
2002-06-25 07:50:58 +00:00
Patrick Li
797bc0968f Fix ports for building with -current without perl
PR:		38359
Submitted by:	maintainer
2002-05-23 00:32:04 +00:00
Maxim Sobolev
6dab917362 - Unbreak after last USE_LIBTOOL changes;
- don't install .la files;
- don't use black magick to create/delete .so symlinks to shared libraries -
  our pkg_* tools already work correctly with symlinks.
2002-04-25 15:36:30 +00:00
Ying-Chieh Liao
ebb6dabb7a upgrade to 1.8.5
take over maintainership

PR:		37203
Submitted by:	Hye-Shik Chang <perky@fallin.lv>
Requested by:	Stephen C. North <north@research.att.com> (author)
2002-04-18 14:42:22 +00:00
Akinori MUSHA
21d944be5c Bump PORTREVISION to reflect the (lib)iconv upgrade. 2002-03-18 10:27:58 +00:00
Maxim Sobolev
8493a5819b Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
2002-03-18 09:46:46 +00:00
Akinori MUSHA
b227cad07a Bump PORTREVISION after the freetype2 shlib major update. 2002-03-12 22:58:40 +00:00
Maxim Sobolev
112a9e25e8 Chase increase of freetype2 shlib version. 2002-03-11 17:25:31 +00:00