zhuk
cc129972c6
Massive cleanup for KDE3. Main point is in changing WANTLIB from "foo" to
...
"lib/kde3/foo" where appropirate, but also many missing desktop goo items
added, some PFRAG.shared removed and so on.
input and okay landry@ and ajacoutot@, also okay espie@
2013-06-24 15:53:38 +00:00
brad
3320d3d249
sync WANTLIBs.
...
ok sthen@
2013-04-29 06:51:24 +00:00
jeremy
ac78ad4e83
Make ruby 1.9 the default ruby for non-gem/extconf ports,
...
for consistency with the gem/extconf ports.
Update non-gem/extconf ports that relied on the previous
default of ruby 1.8 to explicitly specify it.
OK ajacoutot@
2013-03-20 19:13:50 +00:00
espie
2d98db1697
PERMIT/REGRESS->TEST sweep
2013-03-10 22:55:01 +00:00
zhuk
1e7566d1e5
Fixup FLAVORS in those ports, too, following recent changes in x11/kde/*3.
...
okay espie@
2013-01-14 16:28:50 +00:00
sthen
6fe222514d
sync wantlib
2012-12-21 12:13:35 +00:00
brad
6cbc36e98d
Add support for newer Xine-lib.
...
ok ajacoutot@
2012-11-28 07:16:17 +00:00
espie
4ed7caa04f
first pass at handling sqlite3 move
2012-04-23 17:15:17 +00:00
ajacoutot
a89a75cd04
Garbage collect the /dev/arandom patches.
...
from Brad
ok landry@ sthen@
2012-03-08 12:13:00 +00:00
jasper
75d6ca7ada
- regen WANTLIB
2011-10-12 12:54:30 +00:00
espie
6011c3d2f0
normalize pkgpath in bsd.port.mk
2011-09-16 08:26:09 +00:00
jasper
c9661b248b
- fix after recent libmtp update
...
ok LEVAI Daniel
2010-12-21 18:16:30 +00:00
espie
8392c16198
redo depends with >=
2010-11-26 07:07:56 +00:00
jeremy
a8bf115817
REVISION bump all ruby ports due to a change in the pkgspec.
...
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9. While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed. This also fixes the
following minor issues:
Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.
Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS. This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.
Switch to new style *_DEPENDS, with the version specification
at the end. The remaining cases where this is not done is
because a specific version is used.
Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.
Some conversion of spaces to tabs for consistency.
OK landry@
2010-11-24 21:35:13 +00:00
jasper
3960e26f12
- missing gettext module
2010-11-18 12:03:28 +00:00
espie
9de7d94549
a few depends I missed
2010-11-15 12:44:20 +00:00
espie
2314c85f45
convert to new style depends
...
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.
No package changes
2010-11-15 00:22:45 +00:00
jeremy
006fde0cd9
Handle the rest of the fallout from the splitting of MODRUBY_LIB_DEPENDS
...
into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext. Use the
lang/ruby module for all dependent ports, setting
MODRUBY_{BUILD,RUN}DEP=No if necessary.
ok landry, phessler, sthen
2010-10-26 21:42:13 +00:00
ajacoutot
ff07e285bc
Remove USE_X11.
2010-10-24 20:58:58 +00:00
landry
281b417ff6
Bump after gtk+2/gdk-pixbuf split, as gtk+2 gets out of the dependency
...
chain.
2010-09-30 07:40:53 +00:00
steven
62065cc690
substitute /usr/bin/env ruby by ${LOCALBASE}/bin/ruby18 in ruby scripts.
...
ok jeremy@
2010-09-26 08:06:16 +00:00
jeremy
f3ba7fefc2
Handle changes caused by splitting the ruby port and bump
...
OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:10:28 +00:00
sthen
ad741e63bb
new-style LIB_DEPENDS/REVISION, sync WANTLIB, bump where necessary.
...
checked with check-lib-depends and PLIST_DB "make package".
2010-09-05 22:00:13 +00:00
sthen
70bcc2b338
new-style LIB_DEPENDS/REVISION and sync WANTLIB where necessary
2010-09-05 10:25:16 +00:00
jasper
58b398abb9
- missing USE_X11
2010-08-26 11:17:31 +00:00
ajacoutot
cdff106084
Use @unexec-delete instead of @unexec for the *-update-* goos.
...
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 15:43:14 +00:00
kili
8fc6287292
WANTLIB changes after xcb addition and bump.
2009-08-10 06:29:51 +00:00
sthen
15e45e6941
sync WANTLIB and bump; xml2 from libgpod
2009-04-04 00:24:02 +00:00
jakemsr
177d00308f
use /dev/arandom instead of /dev/urandom. reading from /dev/urandom
...
is too slow.
2009-03-23 00:29:54 +00:00
jasper
2c8cd7c176
- regen WANTLIB
2009-01-23 17:42:14 +00:00
espie
fcf3cfdbeb
minor update (1.4.10)
2008-08-26 17:24:38 +00:00
ajacoutot
6e163b3cbd
- enable MTP support ; from brad@
...
- move license marker toward beginning of Makefile while here and add
PORTHOME=${WRKDIR} to reduce spam output
2008-05-27 14:39:00 +00:00
sthen
8dbb4d347e
Maintenance update, including update to fix album art retrieval due
...
to changed Amazon API. From Brad.
2008-04-28 00:39:10 +00:00
jasper
f28cb68877
- disable musicbrainz so it won't be picked up later.
...
'of course!' ajacoutot@
2008-03-25 08:23:54 +00:00
jakemsr
72e3bceb65
maintenence update to amarok-1.4.8
...
lots of bug fixes, especially in the last.fm cient
ok espie
2008-02-12 10:47:01 +00:00
ajacoutot
4bb724e760
- add update-desktop-database goo
...
(this should be the last one hopefully)
2007-12-16 00:04:27 +00:00
jakemsr
41cd1c99bd
use -pthread instead of -lpthread for pthreads linkage
...
fix some WANTLIB/LIB_DEPENDS in akode and amarok while here
bulk build tested by steven@, "go ahead" espie@ a while ago
2007-12-11 07:55:05 +00:00
espie
459f9ae6c2
minor update 1.4.7
2007-08-25 08:53:28 +00:00
espie
1de97ec103
update to 1.4.6, slightly faster wrt sqlite
2007-06-29 10:22:14 +00:00
espie
d0f2b7a39d
WANTLIB fixes
2007-05-27 21:30:05 +00:00
espie
3057c138bb
switch to 3.5.7 framework. No package change.
2007-05-27 20:37:58 +00:00
bernd
f888a25c16
Don't depend on the qt3 'mt' FLAVOR. This FLAVOR doesn't do anything
...
and will be removed shortly. Bump PKGNAMEs.
Discussed with and ok espie@.
Bulk build testing by steven@, thanks!
2007-05-09 11:31:43 +00:00
sturm
e486911302
simple WANTLIB fixes
2007-04-12 20:24:29 +00:00
espie
470294650d
base64 distinfo with SHA256
2007-04-05 15:37:40 +00:00
espie
9333ba6d01
update to 1.4.5
2007-03-18 11:11:26 +00:00
espie
d3665787e4
do not try to build with libtmp, it doesn't work yet.
2007-02-14 08:18:25 +00:00
espie
195aacee0c
update to 1.4.4, builds and runs...
2006-12-18 16:05:23 +00:00
robert
c78b4efe0d
revert a part of the last commit that was commited accidentally
...
while removing the pkgconfig dependency; noticed by viq <vicviq@gmail.com>
2006-12-18 09:51:29 +00:00
espie
0f5dc96ea1
say goodbye to GNU land.
2006-12-16 12:22:32 +00:00
steven
2e8d1a700e
USE_X11
2006-11-13 10:08:12 +00:00