Commit graph

58 commits

Author SHA1 Message Date
Philip M. Gollucci
58032e72c0 - Fix gnutls linking error by using pkg-config
PR:             ports/138435
Submitted by:   Chris Cowart <ccowart@rescomp.berkeley.edu>
Approved by:    maintainer timeout (> 5 months)
2010-01-14 23:06:41 +00:00
Roman Bogorodskiy
f32c11d872 Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. 2009-08-16 18:04:40 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Beech Rintoul
73da9db3fe - Add options gui
- Add gnutls option [1]
- Fix to respect portdocs
- Fix plist
- Bump portrevision

PR:		ports/132081
Submitted by:	Matthew Ekstrand-Abueg <mattea@rescomp.berkeley.edu>
Approved by:	Peter Lai <cowbert@gmail.com> (maintainer)
2009-03-03 05:55:42 +00:00
Beech Rintoul
5f65484ee3 - Revert to 0.64 (Update breaks dependent ports)
- Bump portepoch

PR:		ports/129413
Reported by:	pointyhat (pav)
2008-12-06 22:43:44 +00:00
Beech Rintoul
044754b282 - Restore tags for slave port 2008-12-05 06:20:49 +00:00
Beech Rintoul
e9bddcad9e - Update to 0.82.1
- Add options
- Make port respect NOPORTDOCS
- Pass maintainership to submitter

PR:		ports/129413
Submitted by:	Peter C. Lai <cowbert@gmail.com>
2008-12-05 03:38:23 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Ion-Mihai Tetcu
189cabd9e0 - fix install when -DNOPORTDOCS
- bump PORTREVISION

Submitted by:	my QA Tindy run
2008-06-16 10:38:53 +00:00
Thomas Abthorpe
5b181ca1a3 - Add SSL knob to enable encryption
- Pet portlint while I am here, USE_LDCONFIG

PR:		ports/116957
Submitted by:	Anish Mistry <amistry am-productions.biz>
Approved by:	clsung (mentor, implicit)
2007-10-05 20:25:32 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Rong-En Fan
c63ddc7f8d - Update to 0.64
- Fix MSSQL 7 support, use CP1252 even though it states to use ISO-8859-1

PR:		ports/107874
Submitted by:	Lapo Luchini <lapo at lapo.it>
2007-03-03 14:18:19 +00:00
Edwin Groothuis
ed1667d5c9 Reset maintainership as requested on -ports 2007-02-24 10:46:47 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Pav Lucistnik
e9797ba044 - Update to 0.63
PR:		ports/79392
Submitted by:	Alex Kiesel <kiesel@schlund.de> (maintainer)
2005-04-11 20:52:27 +00:00
Volker Stolz
330c3278ea Update to 0.62.4
PR:		ports/75451
Submitted by:	Marcus Grando
Approved by:	maintainer
2005-02-14 12:06:11 +00:00
Pav Lucistnik
96db1030a6 - Make tdsver overridable
PR:		ports/69651
Submitted by:	Kenneth Vestergaard Schmidt <kvs@pil.dk>
Approved by:	maintainer
2004-07-29 10:42:56 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Ade Lovett
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Kirill Ponomarev
c7a4b53d8c - Update to version 0.62.3
PR:		ports/65444
Submitted by:	maintainer
2004-04-12 05:55:13 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
Kris Kennaway
956cb90c96 Back out r1.33, which was committed prematurely 2004-03-28 00:10:33 +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
Ade Lovett
91e0c8f1a7 Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents.  In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.

First in a series of major autotools cleanups.
2004-03-12 02:48:25 +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
Alex Dupre
cc754f6440 Update to 0.62 release.
PR:		ports/61302
Submitted by:	Alex Kiesel <kiesel@schlund.de>
Approved by:	nork (mentor/implicitly)
2004-01-15 18:28:02 +00:00
Anders Nordby
e600bd8ea2 Update to 0.61.2.
Fix distfile.

PR:		57397
Submitted by:	maintainer
2003-11-07 08:26:27 +00:00
Norikatsu Shigemura
a7eab8fadf Correct the overwrite of configuration files.
Submitted by:	Alex Kiesel <kiesel@schlund.de> (maintainer)
2003-04-21 16:07:04 +00:00
Norikatsu Shigemura
c1c1c88364 Update to 0.61.
Give maintainership to submitter.

PR:		ports/50812
Submitted by:	Alex Kiesel <kiesel@schlund.de>
2003-04-11 15:51:25 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +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
Sheldon Hearn
1d83daa20b Use in-place editing to replace <malloc.h> with <stdlib.h>.
Bump PORTREVISION accordingly, since the affected files were installed
even in -CURRENT, where they couldn't be used to build stuff.
2002-10-08 09:10:00 +00:00
Ying-Chieh Liao
eea39fafa8 upgrade to 0.60
PR:		42735
Submitted by:	Ports Fury
2002-09-19 20:33:32 +00:00
David W. Chapman Jr.
534fffca27 ${PERL} -> ${REINPLACE_CMD}
PR:		40784
Submitted by:	corecode@corecode.ath.cx
Reviewed by:	flynn@energyhq.homeip.net
2002-09-01 16:07:59 +00:00
Maxim Sobolev
800ef6c0b0 Convert USE_GLIB into USE_GNOMENG+USE_GNOME. 2002-07-15 17:21:56 +00:00
Akinori MUSHA
7b0a375e80 Properly link these libraries with libiconv.
This should fix some other ports that try to link with the FreeTDS
libraries.
2002-03-30 08:30:29 +00:00
Maxim Sobolev
a68d2827d3 Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
2002-03-18 11:50:38 +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
David W. Chapman Jr.
6b85cc8717 Update to 0.53
PR:		33126
Submitted by:	tkato@prontomail.com
2001-12-24 04:40:36 +00:00
Pete Fritchman
ea94a481e8 Fix compilation: malloc.h -> stdlib.h
PR:		32201
Submitted by:	Anthony Kim <anthony.kim@vw.com>
2001-11-24 01:36:45 +00:00
Mario Sergio Fujikawa Ferreira
57f25fdb01 o Fix PLIST
o Better packaging and removal of configuration file

PR:		29428
Submitted by:	Pete Fritchman <petef@databits.net>
2001-08-05 04:28:23 +00:00
David W. Chapman Jr.
17e239502d Update freetds to 0.52
PR:		28922
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2001-07-22 03:01:22 +00:00
Steve Price
3c0332ec04 Allow access to MS-SQL databases from PHP.
PR:		22172
Submitted by:	David Hill <djhill@novagate.net>
2001-02-26 03:48:31 +00:00
Kevin Lo
260afbe4ad Fix pkg-plist
PR: 25318
Submitted by: Ports Fury
2001-02-25 06:19:42 +00:00
Kevin Lo
41e2426546 - Add workaround to prepend installing junk files
- Fix pkg-plist

PR: 25075
Submitted by: Ports Fury
2001-02-14 12:48:45 +00:00
Maxim Sobolev
d234b62b2a - Update to 0.51;
- add a WWW into pkg-descr.

PR:		24803
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2001-02-02 18:16:04 +00:00