Commit graph

111 commits

Author SHA1 Message Date
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
Mark Linimon
4dda1d859a Mark slave port databases/libgda3-freetds broken on sparc64. 2009-02-03 05:24:46 +00:00
Marcelo Araujo
7c806af372 - Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.

PR:		ports/125243
Submitted by:	pgollucci
Reworked by:	myself
Tested on:	pointyhat exp-run (pav)
2009-02-02 01:36:16 +00:00
Sergey Skvortsov
18c5d4f355 Rename databases/firebird2-* to databases/firebird20-* 2008-11-24 06:22:36 +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
Joe Marcus Clarke
a49c3bee47 Update to 3.0.4. 2008-04-20 00:10:45 +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
Koop Mast
adfc5c844a libgda3:
Correct typo. So libgda3-mdb build.

libgda3-*:
Correct stupid copy-paste error. Point to the correct subdir.

Correct plist for libgda3-freetds

Extra Large Pointyhat awarded to:	kwm
2008-03-25 16:07:17 +00:00
Pav Lucistnik
2e14ba9059 - Fix plist 2008-03-25 14:52:17 +00:00
Joe Marcus Clarke
8b4fe8856a Update libgda3 to 3.0.2, and split out the various database backends as
slave ports.

Submitted by:	kwm
2008-03-24 04:22:10 +00:00
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +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
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Jeremy Messenger
336ae3953d - Add header in these *-reference ports.
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
  USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
  for example:

  	Incorrect: (Without USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.local.dist <-- Here...
	================================

  	Correct: (With USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist <-- Here...
	================================

- Change a several of *-reference ports to install in LOCALBASE instead
  X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
  Bump the PORTREVISION for change prefix.

Discussed with:	marcus
2006-05-31 22:18:51 +00:00
Jean-Yves Lefort
89ab2589ac Move the libgda3 programming reference to the libgda3-reference port. 2006-05-11 05:58:48 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Joe Marcus Clarke
0e78d56a59 Fix build on 4.X.
PR:		94941
Submitted by:	Tod McQuillin <devin@spamcop.net>
2006-03-31 23:43:04 +00:00
Joe Marcus Clarke
6114a5a784 Fix PLIST_SUB after the libgda2 --> libgda3 move. 2006-03-27 00:29:13 +00:00
Joe Marcus Clarke
444b4f454f This port conflicts with libgda2. 2006-03-26 23:25:03 +00:00
Joe Marcus Clarke
57b756aa2e Add USE_GETTEXT to make portlint happy. 2006-03-26 23:21:03 +00:00
Joe Marcus Clarke
c3bb3f3beb Repocopy libgda2 to libgda3 in order to resurrect the 1.2.x version of
libgda needed by ports such as planner, libdamm, and glom.
2006-03-26 23:15:39 +00:00
Joe Marcus Clarke
558937276c Update to 1.9.102. 2006-03-25 04:07:34 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Alexander Nedotsukov
2b79da3746 - Fix build on 4.x
- Remove zero sized patch.

PR:	88640
2005-11-08 07:32:39 +00:00
Joe Marcus Clarke
48163004e0 Remove a leftover directory.
Reported by:	pointyhat via kris
2005-11-06 20:18:33 +00:00
Joe Marcus Clarke
5b1bcf9d50 Update to 1.9.100. 2005-11-05 05:38:33 +00:00
Jeremy Messenger
1b45bf5cd1 Correct a dependency, sqlite2 -> sqlite3. Bump the PORTREVISION.
Submitted by:	Peter Czanik <pczanik@fang.fa.gau.hu> (in freebsd-ports list)
2005-06-16 08:45:38 +00:00
Joe Marcus Clarke
21ba433221 Update to 1.2.2. 2005-06-15 03:26:23 +00:00
Sergey Matveychuk
f4473cd7ce - Fix after databases/firebird split
Reminded by:	netchild
2005-05-18 17:09:30 +00:00
Mark Linimon
45a3a8ad72 Fix INDEX build if WITH_SQLITE is defined.
Forgotten by:		nork
2005-03-14 02:03:35 +00:00
Joe Marcus Clarke
190418a078 Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall.  However, a lot of
FreeBSD specific additions and fixes have been made.  For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support.  See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.

GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work.  We would also like to thank our adventurous users that chose to
ride the walrus.  We'd especially like to thank the following users that
provided patches for GNOME 2.10:

ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk

And anyone else I may have accidentally omitted.

As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer.  However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession.  You can
use the deskutils/splashsetter port to choose the one you like best.

As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10.  Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.

Enjoy!
2005-03-12 10:39:38 +00:00
Palle Girgensohn
34fa6c853e Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:35:55 +00:00
Norikatsu Shigemura
617938836d Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.

Approved by:	portmgr, maintainers of sqlite and related ports
2004-12-23 08:25:47 +00:00
Jeremy Messenger
d7fcc8234e Use new INSTALLS_OMF.
Approved by:	bland, kwm, marcus and pav
2004-11-23 02:23:08 +00:00
Alexander Leidinger
e7b19c7d80 Fix WITHOUT_FIREBIRD case.
Noticed by:	Peter Czanik <pczanik@fang.fa.gau.hu>
Pointy hat to:	netchild (rev 1.42)
2004-11-07 19:56:26 +00:00
Alexander Nedotsukov
2efcd87f3b Fix MySQL backend support build with gcc 3.4
PR:		70477
Submitted by:	Sascha Holzleiter <sascha@root-login.org>
2004-08-15 12:32:02 +00:00
Joe Marcus Clarke
a54356cb1a Fix build with GCC 3.4.
Reported by:	pointyhat via kris
Obtained from:	libgda CVS
2004-07-17 15:14:51 +00:00
Joe Marcus Clarke
8a846b0f6b Update to 1.0.4. 2004-04-18 20:33:17 +00:00
Joe Marcus Clarke
ea6768e688 Fix build with firebird support. FreeBSD doesn't have nor does it need
libdl.

PR:		65269
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
2004-04-07 00:12:19 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Pav Lucistnik
cfaaa49989 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 13:32:26 +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
Adam Weinberger
7535020871 Update to 1.0.3. 2004-01-17 04:15:23 +00:00
Adam Weinberger
6e7ec4e97c Udpate to 1.0.2.
Use %%DOCSDIR%%.
2004-01-03 20:29:08 +00:00
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +00:00
Joe Marcus Clarke
7524984514 Chase the libxslt shared lib version with a PORTREVISION bump. 2003-11-04 18:30:50 +00:00
Alexander Nedotsukov
981189e193 Add missed gthread-2.0 and gmodule-2.0 pkgconfig dependencies.
This complete --libs list and fixes link failures in dependant ports.
2003-11-01 03:25:01 +00:00