1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
Commit Graph

68 Commits

Author SHA1 Message Date
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
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
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
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
Patrick Li
69f7440d60 Fix build problem if converters/iconv is installed
PR:		33157
Submitted by:	maintainer
2002-02-24 17:34:22 +00:00
Maxim Sobolev
6cd76ded7b Update version number of freetype2 shared library. 2002-01-21 11:46:49 +00:00
Dirk Froemberg
9439aeb2c5 portlint: remove extra whitespaces before end of line. 2001-12-24 10:37:45 +00:00
Thomas Gellekum
54bf77b3a6 Upgrade to 1.7.7. 2001-11-09 12:38:54 +00:00
Andrey A. Chernov
db2dadbaab Bump png major 2001-09-11 02:22:51 +00:00
Ying-Chieh Liao
183d7474c4 freetype2 is now freetype.7
PR:		29477
2001-08-06 11:43:59 +00:00
Mario Sergio Fujikawa Ferreira
09af51cc2b o Update to 1.7.6
o Depend on freetype2 instead of freetype
o Remove all patches since they are no longer necessary in this
latest update

PR:		29015
Submitted by:	Kato Tsuguru <tkato@prontomail.com>
2001-08-05 19:12:27 +00:00
FUJISHIMA Satsuki
8560443158 track new distfile -- many objects have been added, so make clean first.
PR:		25568
Submitted by:	Palle Girgensohn <girgen@partitur.se>
2001-03-06 15:12:18 +00:00
FUJISHIMA Satsuki
6e42aed710 update MASTER_SITES.
PR:		25550
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2001-03-06 14:36:05 +00:00
Kevin Lo
0b6811914e Update to version 1.7c
PR: 25431
Submitted by: Ports Fury
2001-02-28 15:03:58 +00:00
Kevin Lo
1fb725e34d Update to 1.7b
PR: 23385
Submitted by: Ports Fury
2000-12-09 06:17:16 +00:00
Kevin Lo
0fbbda6c5f Update to version 1.7a
PR: 22832
Submitted by: Ports Fury
2000-11-14 15:49:46 +00:00