| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=104193
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=103963
|
|
|
|
| |
Notes:
svn path=/head/; revision=102682
|
|
|
|
|
|
|
| |
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes:
svn path=/head/; revision=90729
|
|
|
|
|
|
|
|
| |
PR: 57610
Submitted by: James McNaughton <jtm63@rcn.com>
Notes:
svn path=/head/; revision=90323
|
|
|
|
| |
Notes:
svn path=/head/; revision=88450
|
|
|
|
| |
Notes:
svn path=/head/; revision=86770
|
|
|
|
| |
Notes:
svn path=/head/; revision=86135
|
|
|
|
|
|
|
|
|
| |
Do not bump PORTREVISION
Approved by: adamw (gnome), fjoe (mentor) (implicit)
Notes:
svn path=/head/; revision=83920
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
|
|
| |
0.2.28.
Spotted by: edwin
Notes:
svn path=/head/; revision=71887
|
|
|
|
| |
Notes:
svn path=/head/; revision=71490
|
|
|
|
|
|
|
|
| |
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
Notes:
svn path=/head/; revision=66862
|
|
|
|
| |
Notes:
svn path=/head/; revision=65116
|
|
|
|
|
|
|
|
|
|
| |
problems.
PR: 39541
Prompted by: many
Notes:
svn path=/head/; revision=61600
|
|
|
|
|
|
|
| |
Reminder by: pat
Notes:
svn path=/head/; revision=61578
|
|
|
|
| |
Notes:
svn path=/head/; revision=60943
|
|
|
|
|
|
|
|
| |
is here is to prevent gettext from rolling its own version of getopt_long
into the binary, thereby slightly improving code sharing.
Notes:
svn path=/head/; revision=58916
|
|
|
|
| |
Notes:
svn path=/head/; revision=58661
|
|
|
|
| |
Notes:
svn path=/head/; revision=58644
|
|
|
|
| |
Notes:
svn path=/head/; revision=58071
|
|
|
|
| |
Notes:
svn path=/head/; revision=55843
|
|
|
|
|
|
|
|
| |
PR: 35468
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes:
svn path=/head/; revision=55508
|
|
|
|
|
|
|
| |
along with libaudiofile dependency.
Notes:
svn path=/head/; revision=55028
|
|
|
|
|
|
|
|
| |
This is more a "style" fix than anything else, so that leave PORTREVISION
intact.
Notes:
svn path=/head/; revision=54863
|
|
|
|
| |
Notes:
svn path=/head/; revision=49159
|
|
|
|
|
|
|
|
| |
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
Notes:
svn path=/head/; revision=42527
|
|
|
|
| |
Notes:
svn path=/head/; revision=40248
|
|
|
|
| |
Notes:
svn path=/head/; revision=35589
|
|
|
|
| |
Notes:
svn path=/head/; revision=33442
|
|
|
|
|
|
|
| |
Approved by: green
Notes:
svn path=/head/; revision=33042
|
|
|
|
|
|
|
| |
Submitted by: ade
Notes:
svn path=/head/; revision=33034
|
|
|
|
| |
Notes:
svn path=/head/; revision=31282
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of an 0777 chock-full-o-races /tmp/.esd/, use a 0755 ~/.esd/.
Also, the ~/.esd/socket of course needs only be 0644.
Two macros had to be backed up by functions which returned a static
buffer. These macros, ESD_UNIX_SOCKET_DIR and ESD_UNIX_SOCKET_NAME,
both return constant strings as the new functions esd_unix_socket_dir()
and esd_unix_socket_name(), so the static buffers are not particularly
evil.
The fix has been tested (without needing recompilation) by the most
important EsounD-related apps, esd and XMMS, and works perfectly
in both cases. It will be submitted to the EsounD maintainer to
be fixed in the source distribution ASAP.
Approved by: Security Officer Kris
Noticed by: Stan Bubrouski <satan@FASTDIAL.NET>
Notes:
svn path=/head/; revision=30007
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=27415
|
|
|
|
| |
Notes:
svn path=/head/; revision=27377
|
|
|
|
|
|
|
| |
OK'd by: vanilla
Notes:
svn path=/head/; revision=25520
|
|
|
|
|
|
|
|
| |
PR: 15238, 15248
Submitted by: Ade Lovett <ade@lovett.com>
Notes:
svn path=/head/; revision=23576
|
|
|
|
|
|
|
|
| |
PR: ports/14788
Submitted by: Ade Lovett<ade@lovett.com>
Notes:
svn path=/head/; revision=22978
|
|
|
|
| |
Notes:
svn path=/head/; revision=22237
|
|
|
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
Notes:
svn path=/head/; revision=21157
|
|
|
|
| |
Notes:
svn path=/head/; revision=20938
|
|
|
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
Notes:
svn path=/head/; revision=19799
|
|
|
|
| |
Notes:
svn path=/head/; revision=19212
|
|
|
|
|
|
|
|
| |
PR: 11844
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes:
svn path=/head/; revision=19103
|
|
|
|
|
|
|
|
| |
PR: ports/10989
Submitted by: mharo@area51.fremont.ca.us
Notes:
svn path=/head/; revision=17704
|
|
|
|
| |
Notes:
svn path=/head/; revision=17407
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|