| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Correct version in comments, as well.
Notes:
svn path=/head/; revision=18172
|
|
|
|
| |
Notes:
svn path=/head/; revision=18170
|
|
|
|
| |
Notes:
svn path=/head/; revision=18106
|
|
|
|
| |
Notes:
svn path=/head/; revision=18105
|
|
|
|
|
|
|
|
| |
PR: 11224
Submitted by: Chris Piazza cpiazza@home.net
Notes:
svn path=/head/; revision=18100
|
|
|
|
|
|
|
|
| |
PR: 11261
Submitted by: cpiazza@home.net
Notes:
svn path=/head/; revision=18055
|
|
|
|
|
|
|
|
| |
PR: ports/10141
Submitted by: Palle Girgensohn <girgen@partitur.se>
Notes:
svn path=/head/; revision=18040
|
|
|
|
| |
Notes:
svn path=/head/; revision=17741
|
|
|
|
| |
Notes:
svn path=/head/; revision=17737
|
|
|
|
|
|
|
|
|
|
| |
A timer for your personal activities.
PR: 10729
Submitted by: Chris Piazza <cpiazza@home.net>
Notes:
svn path=/head/; revision=17736
|
|
|
|
|
|
|
|
|
|
|
|
| |
- replace /usr/lib with %%PREFEIX%%
- update Makefile to exapnd %%PREFIX%%
- new maintainer
PR: 10851
Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
Notes:
svn path=/head/; revision=17507
|
|
|
|
| |
Notes:
svn path=/head/; revision=17407
|
|
|
|
|
|
|
|
| |
PR: 10717
Submitted by: maintainer
Notes:
svn path=/head/; revision=17381
|
|
|
|
|
|
|
| |
Approved by: Gary Kline <kline@tao.thought.org>
Notes:
svn path=/head/; revision=17282
|
|
|
|
|
|
|
|
| |
PR: 10183
Submitted by: maintainer
Notes:
svn path=/head/; revision=17217
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ports/audio/esound 0.2.7 -> 0.2.8 PR ports/10422
ports/audio/gnomeaudio 0.99.8 -> 1.0.0 PR ports/10426
ports/audio/libaudiofile 0.1.5 -> 0.1.6 PR ports/10421
ports/deskutils/gnomepim 0.99.8.1 -> 1.0.1 PR ports/10435
ports/devel/ORBit 0.3.98 -> 0.4.0 PR ports/10423
ports/devel/gettext shared libs now PR ports/10293
ports/devel/glib12 1.1.16 -> 1.2.0 PR ports/10419
ports/devel/libgtop 0.99.8 -> 1.0.1 PR ports/10430
ports/games/gnomegames 0.99.8 -> 1.0.1 PR ports/10436
ports/graphics/electriceyes distfile moved PR ports/10437
ports/graphics/imlib 1.9.3 -> 1.9.4 PR ports/10424
ports/lang/gnomeobjc 0.99.3 -> 1.0.1 PR ports/10441
ports/math/gnumeric 0.6 -> 0.15 PR ports/10439
ports/misc/gnomeutils 0.99.5 -> 1.0.1 PR ports/10442
ports/sysutils/gnomeadmin 0.99.1 -> 1.0.1 PR ports/10445
ports/sysutils/gnomecontrolcenter 0.99.3.1 -> 1.0.1 PR ports/10446
ports/sysutils/gtop 0.99.2 -> 1.0.1 PR ports/10477
ports/textproc/libxml 0.99.8 -> 1.0.0 PR ports/10438
ports/www/libghttp distfile moved PR ports/10429
ports/x11/gnome 0.99.3 -> 1.0.0 PR ports/10450
ports/x11/gnomecore 0.99.8.1 -> 1.0.1 PR ports/10432
ports/x11/gnomelibs 0.99.8.1 -> 1.0.1 PR ports/10425
ports/x11-fm/gnomemc 4.5.10 -> 4.5.23 PR ports/10448
ports/x11-toolkits/gtk-engines 0.1 -> 0.5 PR ports/10427
ports/x11-toolkits/gtk12 1.1.6 -> 1.2.0 PR ports/10420
Note that repository copies were made before this commit, as follows:
ports/devel/glib11-devel -> ports/devel/glib12
ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes:
svn path=/head/; revision=17091
|
|
|
|
| |
Notes:
svn path=/head/; revision=16953
|
|
|
|
|
|
|
| |
GZIP or BZIP2 distfiles. I went with BZIP2.
Notes:
svn path=/head/; revision=16923
|
|
|
|
|
|
|
| |
with BZIP2.
Notes:
svn path=/head/; revision=16922
|
|
|
|
| |
Notes:
svn path=/head/; revision=16780
|
|
|
|
| |
Notes:
svn path=/head/; revision=16564
|
|
|
|
| |
Notes:
svn path=/head/; revision=16563
|
|
|
|
| |
Notes:
svn path=/head/; revision=16552
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
Notes:
svn path=/head/; revision=16518
|
|
|
|
|
|
|
|
| |
PR: ports/9818
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes:
svn path=/head/; revision=16489
|
|
|
|
|
|
|
|
| |
PR: ports/9824
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes:
svn path=/head/; revision=16485
|
|
|
|
| |
Notes:
svn path=/head/; revision=16379
|
|
|
|
| |
Notes:
svn path=/head/; revision=16358
|
|
|
|
|
|
|
|
|
|
| |
Post-It (tm) note for the WindowMaker dock or AfterStep Wharf.
PR: 9561
Submitted by: Jim Mock <jim@corp.au.triax.com>
Notes:
svn path=/head/; revision=16357
|
|
|
|
|
|
|
|
| |
PR: 9626
Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
Notes:
svn path=/head/; revision=16313
|
|
|
|
| |
Notes:
svn path=/head/; revision=16158
|
|
|
|
|
|
|
|
|
|
| |
This is an Xview port of Ron Hitchens rolo tool.
PR: 9409
Submitted by: Lars Koeller <lkoeller@cc.fh-lippe.de>
Notes:
svn path=/head/; revision=16157
|
|
|
|
| |
Notes:
svn path=/head/; revision=16119
|
|
|
|
| |
Notes:
svn path=/head/; revision=16116
|
|
|
|
| |
Notes:
svn path=/head/; revision=16112
|
|
|
|
|
|
|
| |
and BROKEN some gnome ports until I upgrade it.
Notes:
svn path=/head/; revision=16018
|
|
|
|
|
|
|
|
| |
PR: 9326
Submitted by: maintainer
Notes:
svn path=/head/; revision=15980
|
|
|
|
|
|
|
| |
using the old names (without "11").
Notes:
svn path=/head/; revision=15927
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port requireat least s version 1.41 of the Qt library.
There will be an error reported by configure, if only an earlier
version is found, but no automatic port dependency exists (i.e.
the x11-toolkits/qt141 port has to be manually built and installed).
There may still be a problem with a missing -lXext in the kdesupport
port. This will be taken care of during the next few days, if the
problem still exists ...
Notes:
svn path=/head/; revision=15901
|
|
|
|
| |
Notes:
svn path=/head/; revision=15881
|
|
|
|
| |
Notes:
svn path=/head/; revision=15863
|
|
|
|
|
|
|
|
| |
PR: ports/8978
Submitted by: Glenn Johnson <gljohns@bellsouth.net>
Notes:
svn path=/head/; revision=15613
|
|
|
|
|
|
|
|
| |
Submitted by: gljohns@bellsouth.net
PR: ports/8977
Notes:
svn path=/head/; revision=15310
|
|
|
|
| |
Notes:
svn path=/head/; revision=14859
|
|
|
|
| |
Notes:
svn path=/head/; revision=14786
|
|
|
|
|
|
|
| |
Submitted by: Bill Fenner's port survey
Notes:
svn path=/head/; revision=14757
|
|
|
|
| |
Notes:
svn path=/head/; revision=14396
|
|
|
|
|
|
|
|
| |
PR: 8449
Submitted by: maintainer
Notes:
svn path=/head/; revision=14291
|
|
|
|
|
|
|
| |
Submitted by: John Fieber <jfieber@indiana.edu>
Notes:
svn path=/head/; revision=13969
|
|
|
|
|
|
|
| |
Submitted by: steve
Notes:
svn path=/head/; revision=13960
|