Commit graph

60 commits

Author SHA1 Message Date
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
Michael Johnson
75b954694d Fix build with new gcc 4.x
Obtained from:	gentoo
Reported by:	kris via pointyhat
2006-12-15 18:42:52 +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
290698847b x11-toolkits/gtk-- -> x11-toolkits/gtkmm12
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.

PR:		ports/97985
Repocopy by:	marcus
2006-05-29 05:53:26 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +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
Alexander Nedotsukov
89c5e94fec Always add explicit namespace in generated Wrap<> traits specialization.
This is required when gtkmmproc used for gnome-- code generation.
The last one defines classes in its own namespace.

Reported by:	pointyhat via kris
2004-10-16 15:47:02 +00:00
Alexander Nedotsukov
3710c9da14 Redone gcc 3.4 build fix. Previous aproach just made gcc quiet
and resulted in lost symbols for Gtk::wrap methods.

Reported by:	pointyhat via kris
2004-10-13 11:12:05 +00:00
Alexander Nedotsukov
0beb901505 Fix build with gcc 3.4
Approved by:	portmgr (krion)
2004-09-05 11:15:08 +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
Pav Lucistnik
d86e03252b - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 14:46:32 +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
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +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
Joe Marcus Clarke
59deb69012 GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
2002-09-20 17:07:51 +00:00
Kris Kennaway
c68436a7b7 Remove USE_NEWGCC, which is no longer supported or required.
Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571
2002-08-31 02:44:07 +00:00
Joe Marcus Clarke
560267f695 Bump PORTREVISION after latest libsigc++ upgrade. This is needed or ports
depending on gtk-- will not build.

Reported by:	Adriel Cardenas G. <freebsd@aztlansystems.net>
2002-08-18 21:38:32 +00:00
Maxim Sobolev
d47ba75953 Use USE_GNOMENG. 2002-07-16 16:02:48 +00:00
Joe Marcus Clarke
65f8b96e55 Actually patch the correct file. You can't patch C++ files in the gtk--
subdir since they are generated at build-time.
2002-06-11 02:00:17 +00:00
Joe Marcus Clarke
9f65c3565a Fix a build problem on -CURRENT.
Submitted by:	petef
2002-06-09 19:04:31 +00:00
Maxim Sobolev
71d5cfb5fe Comment out DIST_SUBDIR=gnome pending next version update. 2002-02-12 09:21:26 +00:00
Ade Lovett
901e22aeeb These are GNOME components more than anything else, so track the version
as supplied by MASTER_SITE_GNOME.
2002-02-12 05:06:42 +00:00
Maxim Sobolev
b0404e9e6c Update to 1.2.8.
PR:		31763
Submitted by:	Patrick Li <pat@databits.net>
2001-11-13 11:18:08 +00:00
Dmitry Sivachenko
657d7fd495 Update to 1.2.7 2001-08-12 12:11:54 +00:00
Ade Lovett
5ed28dbe7a SWitch maintainership of core GNOME ports to a small group of
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
2001-05-11 16:36:50 +00:00
Maxim Sobolev
5f7690e60e Update to 1.2.5. 2001-03-13 15:11:03 +00:00
Yukihiro Nakai
b18ffa5949 Update to 1.2.4
Submitted by:	Maxim Sobolev <sobomax@FreeBSD.org>
2000-12-22 20:50:10 +00:00
Yukihiro Nakai
0bb98e36ab Add --with-sigc-prefix
Submitted by:	Warner Losh <imp@village.org>
2000-10-14 10:58:54 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Jeremy Lea
99290b0d61 Implement USE_GTK, part 2. 2000-10-05 06:42:57 +00:00
Yukihiro Nakai
79fed8ed66 Update to 1.2.3 2000-09-11 11:24:25 +00:00
Maxim Sobolev
4098a1b135 Update to 1.2.2.
No response from:	nakai (maintainer)
2000-08-28 10:58:48 +00:00
Maxim Sobolev
cc121d9794 USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines. 2000-08-21 10:07:35 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Yukihiro Nakai
333dd3efe4 Update to 1.2.0 2000-04-16 05:18:00 +00:00
Chris Piazza
458db42f26 Update with the new PORTNAME/PORTVERSION variables 2000-04-10 01:11:24 +00:00
Steve Price
4275cb17e6 New location on MASTER_SITE.
PR:		15238, 15248
Submitted by:	Ade Lovett <ade@lovett.com>
1999-12-04 19:08:13 +00:00
Yukihiro Nakai
1fce5cb162 Change MASTER_SITES 1999-10-18 05:19:16 +00:00
Yukihiro Nakai
976f6d7662 PR: ports/14303
Submitted by:Ade Lovett<ade@lovett.com>
Update to 1.0.3
1999-10-14 09:31:37 +00:00
Peter Wemm
50fb080408 $Id$ -> $FreeBSD$ 1999-08-31 03:04:38 +00:00
Chris Piazza
c8d77a093b Change all ports that need a new gcc on 3.x to use USE_NEWGCC. 1999-08-22 19:46:45 +00:00
Chris Piazza
56fe7a4c6a egcc/eg++ have been renamed to gcc295/g++295. Change
all the ports that use them accordingly.

PR:		13205
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-17 19:37:11 +00:00
Chris Piazza
1763e18dc7 Move the USE_X_PREFIX up a few lines so it actually gets used.
PR:		13137
Submitted by:	Yasuhito FUTATSUKI <futatuki@fureai.or.jp>
1999-08-15 06:50:01 +00:00
Steve Price
0d4ffcdc30 bsd.port.mk already takes care of passing CC and CXX in the environment
for configure.

Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-06-09 11:35:31 +00:00
Steve Price
0c1b4fd6b0 Make sure we pass CC and CXX in configure's environment so that
boxes that require egcs from the ports collection will use it
instaed of the system compiler.

PR:		1176
Submitted by:	Yukihiro Nakai <nacai@iname.com>
1999-06-08 23:54:27 +00:00