Commit graph

97 commits

Author SHA1 Message Date
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
Joe Marcus Clarke
133377b442 s/pqeasy/pgeasy/
Submitted by:	Sebastian Schaffert <wastl@wastl.net>
2003-10-13 16:26:20 +00:00
Adam Weinberger
a2569ad102 Update to 1.0.1. 2003-10-12 18:48:14 +00:00
Alexander Nedotsukov
43edb588e0 Fix reference in .omf file to html documentation. So it can be navigated
via Yelp.
2003-10-02 03:34:53 +00:00
Adam Weinberger
cd69603a91 Update to 1.0.0.
Obtained from:	marcuscom
2003-09-25 03:17:30 +00:00
Joe Marcus Clarke
f804367338 * Use USE_MYSQL [1]
* Handle OMF files properly
* Use %%DOCSDIR%% in the plist

Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org> [1]
2003-08-30 04:17:18 +00:00
Joe Marcus Clarke
ba724fb461 Depend on openldap20-client as openldap20 no longer exists.
Pointed out by:	Thierry Thomas <thierry@pompo.net>
2003-08-16 20:35:04 +00:00
Joe Marcus Clarke
589caf4456 Fix build on -STABLE.
Reported by:	Mike Harding <mvh@ix.netcom.com>
2003-08-06 16:40:09 +00:00
Joe Marcus Clarke
fec7d24947 Update to 0.91.0. 2003-08-06 12:33:17 +00:00
Joe Marcus Clarke
849fb596d5 Update to 0.90. 2003-07-03 20:25:47 +00:00
Joe Marcus Clarke
8ab90c08a8 * Update to 0.12.1 [1]
* Add support for for database options in libgda2 [2]

Submitted by:	netchild [1] (based on)
		netchild [2]
2003-06-12 20:21:09 +00:00
Adam Weinberger
5a1964dbcd Remove REINPLACE commands that were rolled into gnomehack. 2003-06-12 09:46:09 +00:00
Joe Marcus Clarke
545337d9be Remove two stale plist entries.
Submitted by:	Sergey Akifyev <asa@gascom.ru>
2003-06-02 18:18:02 +00:00
Joe Marcus Clarke
4daef3dd28 Update to 0.12.0. 2003-06-01 00:34:12 +00:00
Joe Marcus Clarke
dd6b7c0c9b Remove dependency on gbdm. libgda2 does not use it.
Submitted by:	Alexander Nedotsukov <bland@mail.ru>
2003-05-17 17:33:59 +00:00