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

36 Commits

Author SHA1 Message Date
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
Max Brazhnikov
e748521174 Fix build after Qt4 ports update.
Approved by:	portmgr (miwi)
2009-08-14 10:22:03 +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
Dennis Herrmann
a072ff011e - Update to 2.0.0
- Pass maintainership to submitter

PR:		ports/134429
Submitted by:	Cezary Morga <cm@therek>
2009-05-22 10:13:20 +00:00
Pav Lucistnik
c4d4cacd63 - Remove conditional checks relevant only on FreeBSD 5.x and older 2009-01-05 17:27:29 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +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
Martin Wilke
85f5c9faad - Update to 1.3.22
PR:		125333
Submitted by:	José García Juanino <jjuanino@gmail.com>
2008-07-11 08:46:00 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Yen-Ming Lee
a80798d39f - Update cppunit to 1.12.0
- Update all related ports

PR:		120489
Submitted by:	leeym
Approved by:	maintainer timeout
2008-05-03 16:18:03 +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
Thierry Thomas
61f95d8342 Fix build when knob WITHOUT_KDE is set.
PR:		ports/122466
Submitted by:	José García Juanino <jjuanino (at) gmail com>
2008-04-05 20:40:20 +00:00
Thierry Thomas
e4cbc24c26 The tarball has been rerolled: it now includes all the generated stuff
by the autotools (Makefile.in, configure, etc.), and some other patches.

Full diff at
<http://people.freebsd.org/~thierry/ports/tora-1-3-end-of-life_080325_080403.diff.bz2>

Note: I could have removed the autotools and use the pre-generated stuff
but I keep it as-is.
2008-04-04 16:44:55 +00:00
Thierry Thomas
8206ad4c81 Fix when NOPORTDOCS is set. 2008-04-02 21:28:59 +00:00
Thierry Thomas
52d3483ec2 Upgrade to 1.3.23, also known as 1.3-"end-of-life".
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=586904>.
2008-04-01 22:04:02 +00:00
Max Khon
d366498bc9 Unbreak on FreeBSD 5 that has texinfo 4.6 and does not understand @headitem. 2008-03-30 11:32:02 +00:00
Max Khon
bb91deae66 Update to 1.3.22.
PR:		116673
Submitted by:	Thierry Thomas
2008-03-10 16:08:53 +00:00
Max Khon
185c1b142b Fix build with gcc 4.2.
Approved by:	portmgr (pav)
2007-11-13 20:26:37 +00:00
Edwin Groothuis
e74f1f2ba2 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 00:24:54 +00:00
Thierry Thomas
abd6a234b2 Release maintainership: I'm still working with Oracle databases on a
daily basis, but I'm no more allowed to connect my laptop (for security
reasons!).

I'm sending a PR to upgrade to TOra to the latest 1.3.22.
2007-09-26 19:54:40 +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
Thierry Thomas
5f91b99dcd Chase qscintilla's upgrade.
Reported by:	pointyhat via Kris
Pointyhat to:	miwi
2006-12-16 14:40:42 +00:00
Thierry Thomas
ca81b6e27a Mark BROKEN on -CURRENT: linkage failure with libclntsh.a.
Since I'm there, replace INSTALLS_SHLIB by USE_LDCONFIG.

Reported by:	pointyhat via Kris
2006-11-07 22:10:55 +00:00
Thierry Thomas
b86c9d3018 No functional change: just add "-v" to investigate a linkage failure
reported by linimon on pointyhat.
2006-07-26 17:13:19 +00:00
Thierry Thomas
fc995a5522 Mark broken on FreeBSD-4.
Reported by:	Ports-i386 via Kris
2006-04-08 19:39:47 +00:00
Thierry Thomas
78ccd3a2b9 Since we have a native Net8, resurrect TOra. 2006-03-22 20:48:37 +00:00
Kris Kennaway
134baa7fc1 As previously announced, remove these broken/insecure/obsolete ports. 2004-08-16 05:36:44 +00:00
Tilman Keskinoz
64a734d3e0 Start the QT2 deorbit by marking all ports that depend non-optional
on qt23 DEPRECATED

Suggested by:   eik
2004-05-17 09:30:46 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Anders Nordby
6a6c005c72 Use USE_REINPLACE & REINPLACE_CMD instead of PERL.
Requested by:	Ulrich Spoerlein <q@uni.de>
2003-01-23 21:22:53 +00:00
Anders Nordby
08be2a6a3c Update to 1.2.4. 2002-08-25 21:34:30 +00:00
Anders Nordby
b062978385 Update to version 1.2.3. 2002-04-07 01:29:47 +00:00
Anders Nordby
42f84a4dbf Update to 1.2.2. 2002-02-24 14:13:36 +00:00
Anders Nordby
81fdec6ecb Add TOra version 1.2.1, Toolkit for Oracle.
TOra is a well-featured QT based GUI database administration toolkit.
It has some, limited support for MySQL. Due to the lack of native
Oracle libraries for FreeBSD, this port only supports MySQL (and a
limited set of features). It's still a very polished application
with a lot of potential.
2002-01-03 23:06:59 +00:00