| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=33427
|
|
|
|
|
|
|
| |
Submitted by: nectar
Notes:
svn path=/head/; revision=33118
|
|
|
|
|
|
|
|
| |
Original suggestion by: nectar
Rewritten patch by: ade (so don't blame nectar for this!)
Notes:
svn path=/head/; revision=33113
|
|
|
|
|
|
|
|
|
| |
under certain circumstances.
PORTREVISION bumped to 1 to reflect this
Notes:
svn path=/head/; revision=32718
|
|
|
|
|
|
|
| |
Wrists slapped by: knu, sheldon
Notes:
svn path=/head/; revision=31320
|
|
|
|
|
|
|
| |
post-extract rule
Notes:
svn path=/head/; revision=31287
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
Notes:
svn path=/head/; revision=31272
|
|
|
|
|
|
|
|
| |
PR: 19800
Submitted by: Nishimura Takashi <takashi@ueda.info.waseda.ac.jp>
Notes:
svn path=/head/; revision=30374
|
|
|
|
| |
Notes:
svn path=/head/; revision=30277
|
|
|
|
|
|
|
| |
Submitted by: sobomax
Notes:
svn path=/head/; revision=29754
|
|
|
|
| |
Notes:
svn path=/head/; revision=29731
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=29651
|
|
|
|
|
|
|
| |
ldconfig in PLIST need personal consideration.
Notes:
svn path=/head/; revision=29636
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
audio/gnomemedia 1.2.0
deskutils/gnomepim 1.2.0
devel/bugbuddy 1.0
devel/glade 0.5.9
devel/libgtop 1.0.9
games/gnomegames 1.2.0
graphics/imlib 1.9.8.1
misc/gnomeusersguide 1.2
misc/gnomeutils 1.2.0
sysutils/gnomecontrolcenter 1.2.0
sysutils/gtop 1.0.8
x11-fm/gmomemc 4.5.50
x11/gnomecore 1.2.0
x11/gnomelibs 1.2.1
Along with cosmetic changes to other parts of the metaport
for the new shared library version numbers.
Plus. The metaport has been reworked to bring in a few more
often-requested items.
Please note that you absolutely need GTK/GLIB 1.2.8 or higher
for this release.
Notes:
svn path=/head/; revision=29055
|
|
|
|
| |
Notes:
svn path=/head/; revision=28520
|
|
|
|
| |
Notes:
svn path=/head/; revision=27497
|
|
|
|
| |
Notes:
svn path=/head/; revision=27379
|
|
|
|
| |
Notes:
svn path=/head/; revision=27008
|
|
|
|
| |
Notes:
svn path=/head/; revision=26967
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix build error on extremely new -current caused by this:
===
src/sys/sys/socket.h:
----------------------------
revision 1.38
date: 2000/03/03 11:13:03; author: shin; state: Exp; lines: +8 -13
CMSG_XXX macros alignment fixes to follow RFC2292.
Approved by: jkh
Submitted by: Partly from tech@openbsd
Reviewed by: itojun
---------------------------
===
Basically you need to include <machine/param.h> before <signal.h>.
Problem diagnosed by: Ade Lovett <ade@FreeBSD.org>
Notes:
svn path=/head/; revision=26734
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
===
src/sys/sys/socket.h:
----------------------------
revision 1.38
date: 2000/03/03 11:13:03; author: shin; state: Exp; lines: +8 -13
CMSG_XXX macros alignment fixes to follow RFC2292.
Approved by: jkh
Submitted by: Partly from tech@openbsd
Reviewed by: itojun
---------------------------
===
Basically you need to include <machine/param.h> before <signal.h>.
Problem diagnosed by: Ade Lovett <ade@FreeBSD.org>
Notes:
svn path=/head/; revision=26733
|
|
|
|
| |
Notes:
svn path=/head/; revision=26211
|
|
|
|
|
|
|
| |
Bad gnome-config.in for hardcoding this. No biscuit.
Notes:
svn path=/head/; revision=25881
|
|
|
|
|
|
|
|
| |
PR: 16218
Submitted by: Andrew J. Korty <ajk@waterspout.com>
Notes:
svn path=/head/; revision=24862
|
|
|
|
| |
Notes:
svn path=/head/; revision=24750
|
|
|
|
|
|
|
|
| |
PR: 16081
Submitted by: Andrew J. Korty <ajk@waterspout.com>
Notes:
svn path=/head/; revision=24749
|
|
|
|
| |
Notes:
svn path=/head/; revision=24497
|
|
|
|
|
|
|
|
| |
PR: 15238, 15248
Submitted by: Ade Lovett <ade@lovett.com>
Notes:
svn path=/head/; revision=23576
|
|
|
|
| |
Notes:
svn path=/head/; revision=23236
|
|
|
|
|
|
|
| |
Submitted by: tkato@prontomail.ne.jp
Notes:
svn path=/head/; revision=23215
|
|
|
|
|
|
|
|
| |
PR: ports/14788
Submitted by: Ade Lovett<ade@lovett.com>
Notes:
svn path=/head/; revision=22979
|
|
|
|
| |
Notes:
svn path=/head/; revision=22616
|
|
|
|
|
|
|
|
| |
gnome-config.
Now 'gnome-config gtk --cflags' or so works.
Notes:
svn path=/head/; revision=22499
|
|
|
|
|
|
|
|
|
| |
Submitted by:Ade Lovett <ade@lovett.com>
Update to 1.0.53
This is a core library for 'October GNOME'
Notes:
svn path=/head/; revision=22416
|
|
|
|
| |
Notes:
svn path=/head/; revision=22244
|
|
|
|
| |
Notes:
svn path=/head/; revision=22241
|
|
|
|
| |
Notes:
svn path=/head/; revision=21147
|
|
|
|
|
|
|
|
| |
PR: 12781 (4 of 19)
Submitted by: Ade Lovett <ade@lovett.com>
Notes:
svn path=/head/; revision=20860
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]
I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.
Before I forget....
Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
Notes:
svn path=/head/; revision=19804
|
|
|
|
| |
Notes:
svn path=/head/; revision=19319
|
|
|
|
|
|
|
|
| |
PR: 11844
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes:
svn path=/head/; revision=19120
|
|
|
|
|
|
|
|
| |
PR: 11529
Submitted by: Ade Lovett <ade@lovett.com>
Notes:
svn path=/head/; revision=18675
|
|
|
|
|
|
|
|
| |
PR: 11017
Submitted by: maintainer
Notes:
svn path=/head/; revision=18284
|
|
|
|
| |
Notes:
svn path=/head/; revision=17529
|
|
|
|
| |
Notes:
svn path=/head/; revision=17407
|
|
|
|
| |
Notes:
svn path=/head/; revision=17389
|
|
|
|
|
|
|
|
| |
libgdk_imlib.so.2 -> libgdk_imlib.so.3
libImlib.so.2 -> libImlib.so.3
Notes:
svn path=/head/; revision=17236
|
|
|
|
|
|
|
| |
* One file modified per patch in ${PATCHDIR}.
Notes:
svn path=/head/; revision=17211
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=16766
|