Joe Marcus Clarke
c2743fa69e
Update to 2.0.15.
2006-11-23 05:56:32 +00:00
Jeremy Messenger
1a88278734
INSTALLS_SHLIB -> USE_LDCONFIG.
...
Found by: portlint (cports.sh)
2006-11-05 03:45:05 +00:00
Jeremy Messenger
c6c660c9c8
Chase pilot-link's shared library version bump. Bump the PORTREVISION. As for
...
the PRs, I shall chase and close a few of them.
Pointyhat: ijliao
2006-09-25 03:03:06 +00:00
Joe Marcus Clarke
db7223da2f
Update to 2.0.14.
2006-09-06 21:53:32 +00:00
Pav Lucistnik
bd2d97af5a
- Rename ports
...
palm/gnomepilot2 -> palm/gnome-pilot
palm/gnomepilot-conduits2 -> palm/gnome-pilot-conduits
2006-05-28 13:17:39 +00:00
Jeremy Messenger
6486c7771f
Add USE_GETTEXT to appease portlint.
2006-05-15 22:23:04 +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
186c2e326c
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
...
Approved by: krion@
PR: ports/88711 (related)
2006-01-22 06:28:59 +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
Joe Marcus Clarke
235c907ae5
Bump PORTREVISION to chase the glib20 shared library update.
2005-11-05 05:22:06 +00:00
Michael Johnson
313e16c3ab
- Update or add WWW: lines
2005-06-10 03:08:57 +00:00
Alexander Nedotsukov
f340e57d1d
Fix C99-ism.
...
PR: 80502
Reported by: Stacey Roberts <stacey@vickiandstacey.com>
2005-05-01 13:25:05 +00:00
Alexander Nedotsukov
fa879418db
Add USB devices support for 5.x.
...
Submitted by: Corey Smith <corsmith@qmail.com>
2005-04-27 04:00:26 +00:00
Joe Marcus Clarke
d177aed033
Commit a patch forgotten in the last commit:
...
Link the gnome-pilot libraries correctly so they play nice with the new
pkg-config.
Reminded by: bland
2005-04-22 03:54:45 +00:00
Joe Marcus Clarke
5edb8c647e
Link the gnome-pilot libraries correctly so they play nice with the new
...
pkg-config.
Reported by: Sven Esbjerg <esbjerg@xbsd.net>
2005-04-22 01:07:07 +00:00
Joe Marcus Clarke
d184a2fc41
Update to 2.0.13.
2005-04-10 18:25:50 +00:00
Joe Marcus Clarke
b3458f652e
Bump PORTREVISION to chase the glib20 shared lib version change.
2005-03-12 10:54:27 +00:00
Jeremy Messenger
bdb974fb79
Use new GCONF_SCHEMAS.
...
Approved by: pav
2004-11-23 19:33:08 +00:00
Jeremy Messenger
d7fcc8234e
Use new INSTALLS_OMF.
...
Approved by: bland, kwm, marcus and pav
2004-11-23 02:23:08 +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
Joe Marcus Clarke
06cb2dc13b
Update to 2.0.12.
2004-09-03 18:51:04 +00:00
Adam Weinberger
c7d4ae38b7
Use intlhack.
2004-08-28 12:36:43 +00:00
Joe Marcus Clarke
7dc5f75888
Update to 2.0.11.
2004-08-27 05:09:42 +00:00
Joe Marcus Clarke
f7fe02c69e
Fix build with GCC 3.4.2. This patch was originally submitted by
...
Sean McNeil <sean@mcneil.com>, but I forgot to commit it in my last
commit.
PR: 70032
Submitted by: Christian Hiris <4711@chello.at>
2004-08-05 16:11:46 +00:00
Joe Marcus Clarke
53d11daf0d
Fix build with GCC 3.4.2.
...
Submitted by: Sean McNeil <sean@mcneil.com>
2004-08-03 00:16:18 +00:00
Adam Weinberger
c4ab51f484
Move a bunch of now unique stuff out of gnomehier and into
...
the ports that really own the directories.
2004-07-28 14:36:31 +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
Jeremy Messenger
0ea0df3ec4
Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
...
those ports will not work. Please see the more detail about this:
http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html
Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.
Approved by: marcus (portmgr hat)
Reviewed by: My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +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
db249059e4
- Add SIZE to GNOME ports
...
Submitted by: trevor
2004-03-18 14:33:42 +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
Trevor Johnson
b3ba3ae427
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
2003-11-17 12:29:10 +00:00
Adam Weinberger
29a5d40b77
Update to 2.0.10.
2003-07-17 03:23:05 +00:00
Adam Weinberger
5a1964dbcd
Remove REINPLACE commands that were rolled into gnomehack.
2003-06-12 09:46:09 +00:00
Joe Marcus Clarke
1a70d1c8d8
Update to 2.0.9.
2003-05-19 23:42:34 +00:00
Joe Marcus Clarke
150373f2d0
Update to 2.0.8.
2003-05-07 00:44:47 +00:00
Joe Marcus Clarke
6d4f390fdb
Handle OMF files properly.
2003-05-04 02:13:51 +00:00
Joe Marcus Clarke
9c753c0b11
Update to 2.0.7.
2003-05-03 22:05:54 +00:00
Joe Marcus Clarke
0521b34db7
Update to 2.0.6.
2003-04-30 05:19:59 +00:00
Joe Marcus Clarke
b33eaf3276
Remove USE_GNOMENG.
2003-04-20 19:54:55 +00:00
Joe Marcus Clarke
043f1e3f6a
* Update to 2.0.5
...
* Convert to new GNOME infrastructure
2003-04-15 01:14:59 +00:00
Joe Marcus Clarke
79e452d3bf
Add missing pisock dependency.
2003-03-30 23:33:05 +00:00
Joe Marcus Clarke
7d89019b26
Add gnomepilot2 after a repo copy from gnomepilot. gnomepilot2 is the
...
PalmOS conduit system for GNOME 2.
2003-03-30 23:13:34 +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
4921771adf
Update to 0.1.71.
2003-01-01 19:10:33 +00:00
Joe Marcus Clarke
9466c3f5d4
Adda RUN_DEPENDS on gnomecontrolcenter. This will allow GNOME 2 users to
...
fully configure the Palm settings and conduits.
Approved by: portmgr (knu)
2002-12-13 16:13:30 +00:00
Joe Marcus Clarke
e2502ab4ab
Update to 0.1.69.
2002-11-09 06:11:45 +00:00
Joe Marcus Clarke
54a96080f2
Update to 0.1.67.
2002-10-25 02:22:04 +00:00