Pav Lucistnik
e05544d7ba
- Add SHA256 checksums
2005-11-23 22:41:05 +00:00
Ade Lovett
c2d62ca97a
Switch to <target>:: convention for both patch-autotools and run-autotools,
...
to allow for easier overriding of these targets by port Makefiles, if
they need to.
2005-11-19 06:02:20 +00:00
Joe Marcus Clarke
3d61cce0bc
Update to 2.8.1.
2005-11-05 06:25:30 +00:00
Michael Johnson
6250aa00fc
- Remove MASTER_SITE_LOCAL from MASTER_SITES since everything seems to work
...
again.
2005-07-05 17:16:53 +00:00
Michael Johnson
acb383aa6b
- Remove MASTER_SITE_SOURCEFORGE
2005-06-18 14:18:08 +00:00
Michael Johnson
03c8672d39
- Temp add MASTER_SITE_LOCAL to MASTER_SITES
...
I can only fetch 14% from the main gnome ftp and no other gnome mirror
has it as of 10:10EST
2005-06-18 14:13:40 +00:00
Joe Marcus Clarke
3e2ee32905
Remove a leftover devhelp directory.
...
Reported by: pointyhat via kris
2005-06-17 03:28:20 +00:00
Joe Marcus Clarke
ca9e747c41
Update to 2.6.3.
2005-06-11 07:57:58 +00:00
Alexander Nedotsukov
b4daa07cdb
Fix inter-library dependencies so dependands get properly linked.
...
This required for systems with pkgconfig 0.17+ installed.
2005-04-20 00:53:19 +00:00
Adam Weinberger
359d05c6e2
Update to 2.6.2.
...
There's some problem with link stage for programs linking
against gtkmm24 on 4.x that's existed since at least 2.6.1.
I'm committing this update because it doesn't make the problem
any worse.
2005-04-15 19:00:41 +00:00
Joe Marcus Clarke
eca90017dd
Update to 2.6.1.
2005-03-15 03:44:43 +00:00
Joe Marcus Clarke
ca1e16fa84
Update to 2.6.0. Note: this release is API and ABI compatible with
...
2.4.x, so a repocopy to gtkmm26 is not needed.
2005-03-12 11:24:28 +00:00
Joe Marcus Clarke
b1beb4174b
Update to 2.4.11.
2005-02-06 21:34:57 +00:00
Alexander Nedotsukov
6d46758fc4
Update to 2.4.8
2004-12-04 00:35:57 +00:00
Joe Marcus Clarke
46a4d69571
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
...
big upgrade.
2004-11-07 22:37:47 +00:00
Alexander Nedotsukov
fcf17aa812
Update to 2.4.6
2004-11-02 04:14:19 +00:00
Kris Kennaway
84e8d56ed5
Increase USE_GCC to 3.4 for those ports which compile with it.
...
Approved by: portmgr
2004-09-30 05:32:00 +00:00
Alexander Nedotsukov
b96243c3e8
Fix plist.
...
Reported by: pointyhat
2004-08-17 07:18:23 +00:00
Alexander Nedotsukov
9c477653c8
Update to 2.4.5
2004-08-10 10:26:40 +00:00
Joe Marcus Clarke
eda54492af
Fix warnings when doing make deinstall by applying some @unexec
...
magic when removing shared directories.
PR: 70013
2004-08-04 21:59:44 +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
Alexander Nedotsukov
58b77748ff
- Fix examples build trigger.
...
- Axe yet more build but not install stuff.
2004-07-08 14:42:03 +00:00
Alexander Nedotsukov
81593e6fc3
Fix LATEST_LINK.
2004-07-08 12:01:08 +00:00
Alexander Nedotsukov
b5ec194289
Update to 2.4.4
2004-07-02 04:05:53 +00:00
Alexander Nedotsukov
91d6af38e5
Add gtkmm 2.4.3 after repocopy from gtk--2, a C++ wrapper for GTK+,
...
Pango, Atk.
2004-06-26 07:14:01 +00:00
Alexander Nedotsukov
158d5ab337
Update to 2.2.12
2004-06-04 18:52:07 +00:00
Joe Marcus Clarke
731798cdcf
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
2004-04-05 03:31:02 +00:00
Joe Marcus Clarke
becbb54756
Update to 2.2.11.
2004-03-30 23:30:27 +00:00
Alexander Nedotsukov
c58388325b
Fix detection of ambiguous const template specialization.
...
This triggered build breakage in gnome-vfsmm port.
2004-03-24 07:05:48 +00:00
Joe Marcus Clarke
9aea7f06eb
Update to 2.2.10.
2004-03-15 19:30:57 +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
Alexander Nedotsukov
a706d0cb88
Update to 2.2.9
2004-02-18 02:31:36 +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
Alexander Nedotsukov
fbffd04324
- Remove obsolete --without-gnome option.
...
- Exclude tests/ from build and packaging.
2003-09-30 06:52:45 +00:00
Adam Weinberger
b6a40f4e33
Update to 2.2.8.
2003-09-30 02:20:45 +00:00
Alexander Nedotsukov
822e1c8b8c
Update to 2.2.7
...
Approved by: marcus (mentor)
2003-08-24 23:26:15 +00:00
Alexander Nedotsukov
e34d3e58dc
Update to 2.2.6
...
Approved by: marcus (mentor)
2003-08-21 18:19:36 +00:00
Joe Marcus Clarke
e86bb8098c
* Update to 2.2.5
...
* Use USE_BZIP2
2003-07-21 23:59:30 +00:00
Joe Marcus Clarke
7af4230e4f
Update to 2.2.4.
2003-07-21 19:10:44 +00:00
Adam Weinberger
b15fc750cf
Don't build and install examples by default. This cuts build time by
...
more than half.
Examples are available via a WITH_EXAMPLES knob, which is off by
default.
Bump PORTREVISION.
2003-07-07 23:36:40 +00:00
Joe Marcus Clarke
7ba9e2a3fb
Change the LATEST_LINK to make this port easier to find.
...
Requested by: Alexander Nedotsukov <bland@mail.ru>
2003-06-19 22:01:45 +00:00
Joe Marcus Clarke
9e74e4f1c3
Update to 2.2.3.
2003-06-01 00:18:42 +00:00
Joe Marcus Clarke
6e4a30ed3b
Update the comment and description to mention the other libraries for
...
which this port is a wrapper. Also, add a URL to the pkg-descr.
Suggested by: Alexander Nedotsukov <bland@mail.ru>
2003-05-22 07:39:16 +00:00
Joe Marcus Clarke
935a3e9f04
Update to 2.2.2.
2003-05-21 18:31:39 +00:00
Joe Marcus Clarke
5504e26b7b
Convert to new GNOME infrastructure.
2003-04-22 05:02:24 +00:00
Joe Marcus Clarke
b33eaf3276
Remove USE_GNOMENG.
2003-04-20 19:54:55 +00:00
Joe Marcus Clarke
bbaa0cf805
Update to 2.2.1.
2003-04-04 07:32:45 +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
de36ef39d9
Remove a left-over include directory.
...
Reported by: bento
2003-02-16 00:07:43 +00:00
Joe Marcus Clarke
5db0c67afa
Update to 2.2.0.
2003-02-08 03:33:52 +00:00