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
Pav Lucistnik
4e706f13e5
- Update to 2.2.9
...
- Switch to libgadu
PR: ports/102908
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
2006-09-07 15:44:21 +00:00
Pav Lucistnik
c4d35f2348
- Rename ports
...
textproc/gtkspell2 -> textproc/gtkspell
textproc/gtkspell2-reference -> textproc/gtkspell-reference
2006-05-28 15:54:10 +00:00
Edwin Groothuis
a80969d36e
Remove USE_REINPLACE from all categories starting with P
2006-05-13 01:03:17 +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
c8276f2dd3
SHA256ify
...
Approved by: krion@
2006-01-23 23:49:42 +00:00
Joe Marcus Clarke
3549788aa1
Chase the dbus shared lib version.
2005-12-31 18:49:08 +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
Pav Lucistnik
ae54271aa6
- Change second category to be net-im
...
Suggested by: arved
2005-11-09 19:11:29 +00:00
Pav Lucistnik
dc33aa59f5
Move instant messaging related ports to newly created net-im category:
...
net/gaim -> net-im/gaim
net/gaim-latex -> net-im/gaim-latex
net/gaim-openq -> net-im/gaim-openq
net/gaim-rss-reader -> net-im/gaim-rss-reader
net/gicq -> net-im/gicq
net/gnomeicu2 -> net-im/gnomeicu2
net/gossip -> net-im/gossip
net/ickle -> net-im/ickle
net/jabber -> net-im/jabber
net/jabber-aim -> net-im/jabber-aim
net/jabber-conference -> net-im/jabber-conference
net/jabber-jud -> net-im/jabber-jud
net/jabber-msn -> net-im/jabber-msn
net/jabber-users-agent -> net-im/jabber-users-agent
net/jabber-yahoo -> net-im/jabber-yahoo
net/jarl -> net-im/jarl
net/kf -> net-im/kf
net/libicq -> net-im/libicq
net/libicq2000 -> net-im/libicq2000
net/loudmouth -> net-im/loudmouth
net/meanwhile -> net-im/meanwhile
net/meanwhile-gaim -> net-im/meanwhile-gaim
net/newsbot -> net-im/newsbot
net/ocaml-jabbr -> net-im/ocaml-jabbr
net/psi -> net-im/psi
net/py-jabber -> net-im/py-jabber
net/py-twistedWords -> net-im/py-twistedWords
net/p5-Net-Jabber -> net-im/p5-Net-Jabber
Repocopied by: marcus
2005-11-09 08:21:21 +00:00
Joe Marcus Clarke
235c907ae5
Bump PORTREVISION to chase the glib20 shared library update.
2005-11-05 05:22:06 +00:00
Pav Lucistnik
da599f9b64
- Update to 2.2.8
...
Submitted by: maintainer
2005-10-07 23:21:12 +00:00
Dejan Lesjak
5a2bfbf499
Directory share/pixmaps is now included in mtree
...
(BSD.x11-4.dist rev. 1.27), so remove it from plist.
2005-06-15 02:43:36 +00:00
Florent Thoumie
73e7825717
- Update to to 2.2.5 (thanks to Matthew Luckie <mjl@luckie.org.nz> for testing on 4.x)
...
PR: ports/79764
Submitted by: maintainer
2005-04-11 09:03:22 +00:00
Joe Marcus Clarke
b3458f652e
Bump PORTREVISION to chase the glib20 shared lib version change.
2005-03-12 10:54:27 +00:00
Pav Lucistnik
dcc4868666
- Update to 2.2.4
...
PR: ports/76758
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
2005-01-28 00:01:01 +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
Pav Lucistnik
814fd61221
- Update to 2.0.3
...
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
2004-07-21 21:38:29 +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
7c108fa3e4
- Update to 2.0.2
...
PR: ports/66475
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
2004-05-11 12:13:35 +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
d4e53543a1
- Update to 2.0pre8
...
PR: ports/64391
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
2004-04-01 22:12:01 +00:00
Trevor Johnson
8232e82f85
SIZEify (maintainer timeout)
2004-03-31 03:12:58 +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
Pav Lucistnik
ae07947982
- Update to 2.0 pre7
...
PR: ports/63640
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
2004-03-02 18:57:32 +00:00
Pav Lucistnik
0ea628f656
- Fix Makefile logic: enter src/plugins/sound subdir when external sound plugin
...
only is enabled in configure script.
- This fixes packing on Bento.
- Patch submitted to authors.
2004-02-18 10:04:48 +00:00
Kris Kennaway
46aa7e23de
BROKEN on 5.x: broken pkg-plist
2004-02-17 22:44:17 +00:00
Pav Lucistnik
ca6a82ab67
- Fix desktop icon
...
PR: ports/62120
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
2004-02-14 13:56:45 +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
Kirill Ponomarev
c01fe1a24c
- Chase libraries because of new loudmouth version
...
PR: 61754
Submitted by: maintainer
2004-01-22 22:30:05 +00:00
Kirill Ponomarev
7cbee12c28
- Update to version 2.0.p6
...
PR: 61659
Submitted by: maintainer
2004-01-22 09:20:07 +00:00
Pav Lucistnik
132dd06182
Add gnugadu 2.0 pre5 after repocopy from polish/gnugadu.
...
This is Gtk2 version of gnugadu.
PR: ports/61242
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
2004-01-15 23:48:07 +00:00
Tilman Keskinoz
64b2118179
- Update the Categories after Repocopy.
...
- Adjust MASTERDIRs
- Remove PKGNAMEPREFIX since it is implicit
- Add ports to Category Makefile
PR: 53797
Submitted by: Aleksander Fafula <alex@fafula.com>
Approved by: portmgr (marcus)
Repocopied by: joe
2003-08-19 09:12:40 +00:00
Tilman Keskinoz
bbeb91817c
Add portname to the title of the dialogbox
...
PR: 54301
Submitted by: Mark Linimon <linimon@lonesome.com>
2003-07-22 14:41:33 +00:00
Pete Fritchman
ce99ce0683
- update to 1.0.0
...
- master site & homepage now live at sourceforge
- update maintainer's email address
- add a configuration dialog menu
- PERL -> REINPLACE_CMD
PR: 51748
Submitted by: maintainer
2003-05-10 20:02:43 +00:00
Joe Marcus Clarke
b33eaf3276
Remove USE_GNOMENG.
2003-04-20 19:54:55 +00:00
Akinori MUSHA
4c2e4f1862
De-pkg-comment.
2003-02-21 13:28:59 +00:00
Norikatsu Shigemura
6829fa55f5
Fix unassociated shell command.
...
Pointy hat to: nork
Reported by: make describe ECHO_MSG='echo > /dev/null'
2002-12-11 08:33:47 +00:00
Norikatsu Shigemura
a24124127f
Fix unassociated shell command.
...
Reported by: portsdb -U
2002-12-11 07:28:31 +00:00
SADA Kenji
ad37d9c99c
- upgrade to version 0.2.2
...
PR: ports/39413
Submitted by: maintainer
2002-11-11 08:26:48 +00:00
Mario Sergio Fujikawa Ferreira
b9d28dac8b
Deploy USE_GNOMENG infrastructure
...
PR: 42345
Submitted by: Edwin Groothuis <edwin@mavetju.org>
2002-09-03 01:06:26 +00:00
Pete Fritchman
96347291e7
Add gnugadu 0.2.0, a GaduGadu client for X11/GTK.
...
PR: 33125
Submitted by: doc@lublin.t1.pl
2001-12-26 00:54:09 +00:00