Bryan Drewery
311be30328
- Fix cases where 2 USES= were used
...
With hat: portmgr
2013-04-30 16:37:46 +00:00
Eitan Adler
4890025f95
Add port license
2013-04-30 03:12:14 +00:00
Rene Ladan
4e4178dab5
In preparation of removing devel/libusb (expires 2013-04-30), remove it
...
from these ports.
Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
description from bsd.options.desc.mk
Approved by: portmgr (bapt)
2013-04-29 16:43:05 +00:00
Baptiste Daroussin
5271da855f
Rely on bsdtar to autodetermine the format of the distfiles when possible
...
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
2013-04-29 08:57:12 +00:00
Koop Mast
05d2886d27
Add Gstreamer 1.0.7. This is the new stable version of the
...
Gstreamer multimedia framework.
Use the USE_GSTREAMER1 macro to select Gstreamer 1.0 plugins. A new chapter
for the porters handbook about gstreamer is a work in progress.
X related plugins are now stand alone. The gio plugin is now part of the
gstreamer1-plugins port and the oss plugins are now part of the
gstreamer1-plugins-good port.
Note that the pulseaudio plugin is missing because it needs a newer version
of pulseaudio. Also there are still a number of plugins from -bad which
haven't been ported to the 1.0 API yet.
2013-04-27 20:56:38 +00:00
Marcus von Appen
95e7081976
- Convert USE_ICONV=yes to USES=iconv
...
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
2013-04-27 18:25:24 +00:00
Emanuel Haupt
1575260c66
- Update to 292
...
- This update includes a bugfix for a bug reported by naddy [1]
Changelog: http://invisible-island.net/xterm/xterm.log.html [1]
2013-04-26 13:38:09 +00:00
Martin Wilke
50f0995ea3
- Update to 3.4a
...
PR: 177908
Submitted by: Ports Fury
2013-04-26 13:34:25 +00:00
Alex Kozlov
83f02b963c
- Convert USE_GETTEXT to USES (part 4)
...
Approved by: portmgr (bapt)
2013-04-26 10:44:28 +00:00
Jeremy Messenger
9a88a86c18
No longer conflict with mate-panel, bump the PORTREVISION.
2013-04-26 01:17:53 +00:00
Alexey Dokuchaev
ac39d3261d
- Fix stack buffer overflow in nvidia_sysctl_bus_type()
...
- While here, install nvidia-bug-report.sh per popular demand and assume
that everyone now has sed(1) that supports "addr1,+N" range syntax
- Spell X as X11 in port description
Submitted by: glebius
2013-04-25 02:52:29 +00:00
Mikhail Teterin
4d8561d457
Add a small patch to allow building kdelibs3 with g++48
2013-04-25 02:46:12 +00:00
Alex Kozlov
e159824929
- Convert USE_GETTEXT to USES (part 3)
...
Approved by: portmgr (bapt)
2013-04-24 18:10:30 +00:00
Alex Kozlov
08c99f3ad5
- Convert USE_GETTEXT to USES (part 1)
...
Approved by: portmgr (bapt)
2013-04-24 07:35:40 +00:00
Baptiste Daroussin
992586fa08
Finish converting the whole ports tree to USES=pkgconfig
2013-04-23 14:20:25 +00:00
Martin Wilke
0192c08b08
- Unbreak build on FreeBSD 10
2013-04-23 10:26:13 +00:00
Alex Dupre
7fa84b3de6
Distfile disappeared, host it on FreeBSD cluster.
...
PR: ports/177999
Submitted by: John Marino <draco@marino.st>
2013-04-23 08:43:30 +00:00
Grzegorz Blach
3325b5d3dd
- Update EFL libraries to 1.7.6(.1)
...
- Update Enlightenment to 0.17.2.1
Approved by: crees (mentor)
2013-04-22 20:35:19 +00:00
Martin Wilke
1e188c75cf
- Make qt4 compile under FreeBSD 10
...
Approved by: makc @#kde-freebsd/freenode
2013-04-22 15:03:18 +00:00
Chris Rees
b99f0c0e4e
Update to 0.11
...
Use new MASTER_SITES
PR: ports/178000
Submitted by: John Marino <draco@marino.st>
Feature safe: yes
2013-04-21 15:22:36 +00:00
Bryan Drewery
5fde8b9f9b
- Update to 0.20.3
...
PR: ports/177894
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
Feature safe: yes
2013-04-17 16:39:13 +00:00
Eitan Adler
f95d519a9a
Update to 1.8.5
...
- Change master sites
- Add license
- Trim pkg-descr
- Update WWW
Submitted by: nemysis <nemysis@gmx.ch>
Feature safe: yes
2013-04-16 19:42:47 +00:00
Max Brazhnikov
3394802526
Add workaround to fix crash at startup
...
Submitted by: avg
Approved by: portmgr (erwin)
2013-04-10 17:06:58 +00:00
Alexey Dokuchaev
f4de7e7414
Update NVidia drivers vulnerable to GPU driver ARGB cursor buffer overflow
...
in "NoScanout" mode.
Security: CVE-2013-0131
Approved by: portmgr (bapt)
2013-04-08 13:41:57 +00:00
Alexey Dokuchaev
11ad8e8aa4
- Convert recent patches against -CURRENT to sed(1) invocations that work for
...
all driver ports, including legacy ones, with correct OSVERSION checks
- Retouch some comments while here
PR: ports/177459
Submitted by: bf
Approved by: portmgr (miwi)
2013-04-07 15:21:50 +00:00
Baptiste Daroussin
cbdcb47c0b
Fix build with nls unset. the extra locale directories are created anyway.
...
While here:
- Convert WITHOUT_NLS -> NLS option
- Trim headers
- Convert gnomehack -> USES=pathfix
Approved by: x11 (zeising)
Approved by: portmgr (implicit)
2013-04-04 13:08:21 +00:00
Koop Mast
99d1e776b5
Fix package building. There is some interaction between HAVE_GNOME and WITH_GNOME
...
that I don't really get. Adding back the WITH_GNOME part fixes the packages.
Tested by pointyhat and miwi's tinderbox.
Submitted by: pointyhat (via miwi)
Approved by: portmgr (miwi)
2013-04-03 07:40:59 +00:00
Martin Wilke
8413d3d931
- Fix plist
...
Approved by: portmgr
2013-04-02 10:59:39 +00:00
Koop Mast
249b319a4a
Fix typo in OptionNG conversion, so option is usable again.
...
PR: ports/177540
Submitted by: Fredrik Nystrom <fredrik@lysator.liu.se>
Approved by: portmgr (miwi)
2013-04-01 09:55:37 +00:00
Koop Mast
66c6cd5346
Fix packaging.
...
Submitted by: miwi
Approved by: portmgr (miwi)
2013-03-31 09:05:28 +00:00
Gabor Pali
bd8d410bbe
- Update Haskell ports from the development repository
...
- Avoid self-dependency for print/hs-hscolour (when HSCOLOUR is set)
Contributed by: ashish
New ports (5):
devel/hs-geniplate 0.6.0.3
devel/hs-uuid 1.2.9
net/hs-maccatcher 2.1.5
net/hs-publicsuffixlist 0.0.3
textproc/hs-regex-tdfa 1.1.8
Removed ports (1):
math/hs-Agda-executable 2.3.0.1_3
Updated ports (115):
archivers/hs-zip-archive 0.1.3.3 --> 0.1.3.4
archivers/hs-zlib-conduit 0.5.0.3_1 --> 1.0.0
audio/hs-OpenAL 1.4.0.1_3 --> 1.4.0.2
databases/hs-persistent 1.1.4 --> 1.1.5.1
databases/hs-persistent-sqlite 1.1.2 --> 1.1.5
databases/hs-persistent-template 1.1.2.1 --> 1.1.2.4
devel/hs-Boolean 0.1.2 --> 0.2
devel/hs-ansi-terminal 0.5.5.1 --> 0.6
devel/hs-base64-bytestring 1.0.0.0_1 --> 1.0.0.1
devel/hs-base64-conduit 0.5.1 --> 1.0.0
devel/hs-basic-prelude 0.3.2.0 --> 0.3.4.0
devel/hs-bifunctors 3.2 --> 3.2.0.1
devel/hs-blaze-builder-conduit 0.5.0.3_1 --> 1.0.0
devel/hs-classy-prelude 0.4.3 --> 0.5.3
devel/hs-classy-prelude-conduit 0.4.3 --> 0.5.3
devel/hs-cmdargs 0.10.1_1 --> 0.10.2
devel/hs-conduit 0.5.6 --> 1.0.2
devel/hs-darcs 2.8.3_1 --> 2.8.4
devel/hs-either 3.1 --> 3.4
devel/hs-errors 1.3.1 --> 1.4.1
devel/hs-filestore 0.6 --> 0.6.0.1
devel/hs-filesystem-conduit 0.5.0.2_1 --> 1.0.0
devel/hs-git-annex 3.20130124 --> 4.20130323
devel/hs-hashtables 1.0.1.8_1 --> 1.1.0.2
devel/hs-haskeline 0.6.4.7_3 --> 0.7.0.3
devel/hs-hint 0.3.3.5_1 --> 0.3.3.6
devel/hs-hoogle 4.2.15 --> 4.2.16
devel/hs-hspec 1.4.3 --> 1.4.4
devel/hs-lens 3.8.5 --> 3.8.7.3
devel/hs-logict 0.5.0.2_1 --> 0.6
devel/hs-monad-logger 0.2.3.2 --> 0.3.0.1
devel/hs-monad-par 0.3_3 --> 0.3.4.1
devel/hs-mueval 0.8.2_3 --> 0.9
devel/hs-profunctors 3.2 --> 3.3
devel/hs-project-template 0.1.1 --> 0.1.3
devel/hs-readline 1.0.1.0_8 --> 1.0.3.0
devel/hs-reflection 1.1.6 --> 1.1.7
devel/hs-resourcet 0.4.4_1 --> 0.4.5
devel/hs-show 0.4.1.2_4 --> 0.5
devel/hs-simple-reflect 0.2_1 --> 0.3.1
devel/hs-smallcheck 0.6.2 --> 1.0.2
devel/hs-testpack 2.1.2_3 --> 2.1.2.1
devel/hs-threads 0.5.0.1_1 --> 0.5.0.2
devel/hs-time-compat 0.1.0.2_1 --> 0.1.0.3
devel/hs-unix-time 0.1.4_1 --> 0.1.5
devel/hs-uulib 0.9.14_4 --> 0.9.15
mail/hs-email-validate 0.3.2_1 --> 1.0.0
mail/hs-mime-types 0.1.0.2 --> 0.1.0.3
math/hs-Agda 2.3.0.1_3 --> 2.3.2
math/hs-NumInstances 1.0_4 --> 1.2
math/hs-comonad 3.0.1.1 --> 3.0.2
math/hs-contravariant 0.2.0.2_3 --> 0.4
math/hs-distributive 0.3 --> 0.3.1
math/hs-math-functions 0.1.1.2_1 --> 0.1.3.0
net/hs-network-conduit 0.6.2.2 --> 1.0.0
net/hs-sendfile 0.7.8_1 --> 0.7.9
net/hs-simple-sendfile 0.2.10 --> 0.2.11
net/hs-socks 0.4.2_1 --> 0.5.0
security/hs-crypto-api 0.10.2_3 --> 0.11
security/hs-crypto-conduit 0.4.3 --> 0.5.0
security/hs-monadcryptorandom 0.5_1 --> 0.5.1
security/hs-skein 0.1.0.11 --> 0.1.0.12
security/hs-tls 1.1.1 --> 1.1.2
textproc/hs-HStringTemplate 0.6.12_1 --> 0.7.1
textproc/hs-attoparsec 0.10.3.0 --> 0.10.4.0
textproc/hs-attoparsec-conduit 0.5.0.3_1 --> 1.0.0
textproc/hs-blaze-html 0.5.1.3 --> 0.6.0.0
textproc/hs-case-insensitive 0.4.0.4 --> 1.0
textproc/hs-citeproc-hs 0.3.7 --> 0.3.8
textproc/hs-highlighting-kate 0.5.3.5 --> 0.5.3.8
textproc/hs-hs-bibutils 4.16 --> 4.17
textproc/hs-html-conduit 0.1.0.4_1 --> 1.1.0
textproc/hs-hxt-regex-xmlschema 9.0.4_4 --> 9.1.0
textproc/hs-pandoc 1.9.4.5_1 --> 1.11.1
textproc/hs-pandoc-types 1.9.1_3 --> 1.10
textproc/hs-tagstream-conduit 0.5.3_1 --> 0.5.4
textproc/hs-xml-conduit 1.0.3.3_1 --> 1.1.0.3
textproc/hs-xmlhtml 0.2.0.3_1 --> 0.2.1
textproc/hs-yaml 0.8.2 --> 0.8.2.3
www/hs-activehs 0.3.0.1_1 --> 0.3.1
www/hs-authenticate 1.3.2_1 --> 1.3.2.6
www/hs-fastcgi 3001.0.2.3_7 --> 3001.0.2.4
www/hs-gitit 0.10.1.2 --> 0.10.3.1
www/hs-hS3 0.5.6_5 --> 0.5.7
www/hs-hamlet 1.1.3.1 --> 1.1.6.3
www/hs-happstack-server 7.1.1_1 --> 7.1.7
www/hs-heist 0.11.0 --> 0.11.1
www/hs-hjsmin 0.1.4 --> 0.1.4.1
www/hs-http-conduit 1.8.7 --> 1.9.0
www/hs-http-reverse-proxy 0.1.1.1 --> 0.1.1.3
www/hs-http-server 1.0.1_1 --> 1.0.2
www/hs-http-types 0.7.3.0.1_1 --> 0.8.0
www/hs-shakespeare 1.0.2_1 --> 1.0.3.1
www/hs-shakespeare-css 1.0.2_1 --> 1.0.3
www/hs-shakespeare-js 1.1.1 --> 1.1.2.1
www/hs-snap 0.11.0 --> 0.11.2
www/hs-snap-core 0.9.2.2_1 --> 0.9.3.1
www/hs-snap-server 0.9.2.4_1 --> 0.9.3.3
www/hs-wai 1.3.0.1_1 --> 1.4.0
www/hs-wai-app-static 1.3.1_1 --> 1.3.1.2
www/hs-wai-extra 1.3.2 --> 1.3.2.4
www/hs-wai-test 1.3.0_1 --> 1.3.0.4
www/hs-warp 1.3.7.1 --> 1.3.7.4
www/hs-yesod 1.1.7.2 --> 1.1.9.2
www/hs-yesod-auth 1.1.3 --> 1.1.5.3
www/hs-yesod-core 1.1.7.1 --> 1.1.8.2
www/hs-yesod-default 1.1.3 --> 1.1.3.2
www/hs-yesod-form 1.2.0.2 --> 1.2.1.3
www/hs-yesod-json 1.1.2_1 --> 1.1.2.1
www/hs-yesod-platform 1.1.7.2 --> 1.1.8
www/hs-yesod-routes 1.1.1.1_1 --> 1.1.2
www/hs-yesod-static 1.1.1.2 --> 1.1.2.2
www/hs-yesod-test 0.3.3 --> 0.3.5
x11-wm/hs-xmonad-contrib 0.11 --> 0.11.1
x11/hs-X11 1.6.0.2 --> 1.6.1.1
Please note that port revisions for dependent ports are bumped.
Obtained from: FreeBSD Haskell
2013-03-29 22:43:58 +00:00
Alberto Villa
0e887bf96a
- Set KDE4_BUILD_TESTS to off.
...
- Bump PORTREVISION.
- Add UPDATING note about required kio-upnp-ms fix procedure.
2013-03-29 22:34:27 +00:00
Baptiste Daroussin
ea59d8a542
WANT_GNOME is the macro to preload bsd.gnome.mk (to enable gnome options later in the port.
2013-03-29 08:04:19 +00:00
Eitan Adler
a02b09c90a
Fix COMMENT
2013-03-29 00:59:45 +00:00
Eitan Adler
d1f32a3e5d
Style: tab -> space.
...
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Eitan Adler
00cee56896
unbreak index. this port probably actually depends on something from gnome but I can't look in detail into that now
2013-03-28 16:21:14 +00:00
Eitan Adler
32742a1223
Fix duplicate USES and extra 'gnomehack' where 'pathfix' is used.
2013-03-28 16:11:05 +00:00
Eitan Adler
c28f8a6028
Portlint fixes
2013-03-28 16:07:10 +00:00
Eitan Adler
b0533230a5
Drop support for old versions of FreeBSD from unmaintained ports
...
Reviewed by: miwi
2013-03-28 15:51:16 +00:00
Eitan Adler
1e5f12f776
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead.
2013-03-28 03:28:30 +00:00
Grzegorz Blach
827641a422
- Update to 0.3.0
...
Approved by: crees (mentor)
2013-03-27 19:32:33 +00:00
Koop Mast
6a466e53aa
Fix plist issue of left over gnomehier.
...
Submitted by: pointyhat via miwi
2013-03-27 14:03:42 +00:00
Max Brazhnikov
24482eebf1
KDE/FreeBSD team presents KDE SC 4.10.1 ports!
...
- kdegames4 port has been split.
- kdeutils4-printer-applet and system-config-printer-kde have been
replaced by print/kde4-print-manager.
- Recover misc/kde4-l10n-mr from attic.
- New USE_KDE4 components: kactivities, libkdegames, nepomuk-core,
and nepomuk-widgets.
- Provide sharedmime component with magic: ports don't need to
run update-mime-database themselves now.
- Switch some ports to out-of-source build.
- Update port comments.
- Adjust dependence on Qt4 components.
- x11/kde4 installs modern kdepim4 now.
- Remove redundant aspell and hspell from kdelibs4, both
can be enabled in textproc/enchant if needed.
- Remove stale bits from bsd.kde4.mk
The area51 repository features commits by Schaich Alonso and myself.
Contributors:
- Tobias Berner
2013-03-27 11:55:25 +00:00
Eitan Adler
198f972218
For some of the unmaintained ports in the x11 category convert them to OptionsNG
...
While here, trim the headers
2013-03-25 19:14:43 +00:00
Koop Mast
0ed61ead3c
Make plist_SUB add not overwrite.
...
PR: ports/177379
Submitted by: stephen@
2013-03-25 19:08:43 +00:00
Kris Moore
e6368c93e3
- Fix breakage caused by glib2 update
...
PR: 177307
Submitted by: John Marino <draco@marino.st>
2013-03-25 14:23:02 +00:00
Steve Wills
8d9cab40d5
- Update to 0.8.8
2013-03-24 19:49:13 +00:00
Martin Wilke
3d12f822ff
- Update to 2.6.5
...
PR: 177259
Submitted by: ports fury
2013-03-24 16:20:59 +00:00
Martin Wilke
afef12ced7
- Update to 2.9.9
...
PR: 177254
Submitted by: ports fury
2013-03-24 16:01:10 +00:00
Thierry Thomas
34762fbaa7
Force the usage of tic from the ports even if /usr/bin/tic exists.
...
PR: ports/176498
Submitted by: John Marino <draco (at) marino.st>
2013-03-24 15:52:23 +00:00
Martin Wilke
eb62be4a99
- Update to 2.2
...
PR: 177273
Submitted by: Ports Fury
2013-03-23 18:00:59 +00:00
Guido Falsi
2995bf313d
- Add "Conversation failure" error code to authentication errors
...
list in order to permit login with special usernames.
- Fix conssole command
- Bump PORTREVISION
PR: ports/174482
Submitted by: Maxim Samsonov <xors@mailup.net>
Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2013-03-23 12:35:14 +00:00
Jason Helfman
a1e426a32e
- update to 5.42
...
- while here promote more reliable master_site
PR: 177132
Submitted by: umeno@rr.iij4u.or.jp
2013-03-23 06:05:08 +00:00
Jose Alonso Cardenas Marquez
9bcc09b9f2
- Update to 2.6.2
...
- Trim Makefile headers
2013-03-23 05:25:05 +00:00
Bryan Drewery
f11673a1f7
- Update to 0.20.1
...
- Convert tab to space for WWW
PR: ports/177204
Submitted by: Danilo Egêa Gondolfo <danilogondolfo@gmail.com> (maintainer)
2013-03-23 02:05:22 +00:00
Max Brazhnikov
ffd97a0193
- convert USE_CMAKE to USES
...
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
2013-03-22 20:06:14 +00:00
Max Brazhnikov
d65c037b00
Mk/bsd.kde4.mk:
...
- Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it)
- Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH)
- Remove now useless KDE4_BUILDENV
KDE SC ports:
- Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with
'USES= cmake:outsource' and add USE_LDCONFIG if needed
2013-03-22 14:18:02 +00:00
Baptiste Daroussin
5ff4e33fc0
Convert to new options framework left unconverted ports in x* categories
2013-03-22 08:16:07 +00:00
Jeremy Messenger
1e578aee83
- Remove GNOME_DESKTOP_VERSION, it shouldn't be there.
...
- Teach gnome-desktop about the update glib's change of thumbnails cache
from ~/.thumbnails to ~/.cache/thumbnails. It solves the issues that
some GNOME applications run CPU very high load. [1]
- Bump the PORTREVISION.
Reported by: Kevin Oberman <rkoberman@gmail.com> [1]
Sergio Lenzi <lenzi.sergio@gmail.com> [1]
Tested by: Kevin Oberman <rkoberman@gmail.com> [1]
2013-03-20 21:18:27 +00:00
Nicola Vitale
7cf4edc96d
- Update to 0.5.5
...
- Use GitHub as master site
- Use a more complete set of icons (Faenza)
BuildLog: http://goo.gl/InAuJ
ReleaseNotes: http://goo.gl/RSV53
2013-03-20 20:57:33 +00:00
Baptiste Daroussin
e555bb2656
Add a patch:
...
- stop using mlock as it requires root credential
- call ev_loop_fork so that forking actually works with kqueue
2013-03-20 17:13:42 +00:00
Jeremy Messenger
3ec6cc9d5b
-Add a missing dependency, xi. Bump the PORTREVISION.
...
-gnomehack -> USES=pathfix
PR: ports/175970
Submitted by: pawel
2013-03-20 02:01:11 +00:00
Baptiste Daroussin
d8f9c099fa
- update to 2.7
...
Make patch for colours in volume output actually works.
Add a patch for colours on low remaining battery
Add a patch for colours on high CPU temperature
2013-03-19 18:38:14 +00:00
Eitan Adler
334eb0fc61
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
...
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
2013-03-19 13:04:30 +00:00
Koop Mast
828e674b46
balsa: add back pre.mk and post.mk seem to fix the failure
...
gnome-applets: move the pre.mk up to include the ARCH test.
Submitted by: freshports sanity check
2013-03-19 11:03:57 +00:00
Koop Mast
2a3357182d
Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfix
...
instead of gnomehack and pet portlint.
Add conflicts with future gnome3 versions.
Reviewed by: miwi, bapt
2013-03-19 10:40:22 +00:00
Baptiste Daroussin
e7b0f97788
Fix a long standing bug of lib/charset.alias being overwritten, modified, and badly tracked by ports.
...
Make lib/charset.alias a file only provided by converters/libiconv
Create a new USES: charsetfix, that will modify in post patch the Makefile.in to prevent a port from modifying/overwritting the charset.alias file during make install.
Prevent devel/gettext from installing that files.
Fix a couple of ports that actually touch charset.alias during the build phase.
Based on a patch by ale (http://lists.freebsd.org/pipermail/freebsd-gnome/2012-October/027747.html )
Approved by: kwm (gnome)
Exp-run by: miwi
2013-03-18 11:40:04 +00:00
Eitan Adler
7077d3308b
Simplify port:
...
- remove inert code that attempted to remove a ./configure file
- convert to OptionsNG
2013-03-17 23:48:01 +00:00
Alexey Dokuchaev
9a7978a1ce
In categories starting with [t-z], remove empty lines from pkg-plist.
2013-03-17 14:24:10 +00:00
Sean Bruno
794fdc1d52
Resolve current build breakage on head for the nvidia driver via this nice
...
handy patch from dhw@ :-)
Shoveled in via src commit bit, after some discussions in #bsdports
PR: ports/176980
Submitted by: dhw@
Reviewed by: miwi@
Approved by: nobody in particular
Obtained from: dogfood
MFC after: 2 weeks
2013-03-16 07:29:53 +00:00
Koop Mast
1656b5ab7b
Also try to clean up /var/lib
...
Submitted by: bapt@
2013-03-15 15:16:05 +00:00
Martin Wilke
fd3ce1e819
- Update to 08.08.06
...
PR: 176564
Submitted by: Ports Fury
2013-03-14 11:52:19 +00:00
Martin Wilke
a1f57bd71c
- Set USE_GCC=any to fix the clang build
...
PR: 176485
Submitted by: Mike Carlson <mike@bayphoto.com>
Approved by: naintainer timeout
2013-03-14 11:35:58 +00:00
Jason Helfman
4c2a1e1ced
- adopt optionsNG and trim historical headers
...
PR: 176928
PR: 176936
PR: 176937
PR: 176938
PR: 176939
PR: 176940
PR: 176941
PR: 176942
PR: 176943
PR: 176944
PR: 176945
Submitted by: jgh@
Approved by: portmgr (miwi)
2013-03-14 06:32:04 +00:00
Jason Helfman
f5635ca2da
- trim historical header
...
- adoption of optionsNG
- standardize of shape description for options
- drop default WRKSRC assignment
- add pkgconfig (build) requirement
- trim abi versions for lib_depends (portlint)
- drop pkg-plist in favor of plist_files and PORTDOCS
- shift pkgmessage display into do-install target
PR: 176486
Submitted by: jgh@
Approved by: acm@, maintainer timeout (14 days)
2013-03-13 04:29:50 +00:00
Eitan Adler
f88dcaa7b0
Update mastersite location
...
PR: ports/176779
Reported by: John Marino <draco@marino.st>
Submitted by: Nikos Ntarmos <ntarmos@ceid.upatras.gr> (maintainer)
2013-03-11 21:19:35 +00:00
Niclas Zeising
8ed49557f8
Add a new xorg module, to use with USE_XORG: xorg-macros. This module
...
pulls in devel/xorg-macros.
Convert all ports that depends on xorg-macros to use this USE_XORG.
Split up the long XORG_MODULES= list in bsd.xorg.mk to have only one module
on each line.
Add xorg-macros dependency to xorg-server.
Reviewed by: kwm, bapt
Obtained from: xorg development repo (partly)
2013-03-11 19:14:28 +00:00
Koop Mast
4fd3c25f1b
Update to 0.1.10
...
Convert to OtionsNG, switch to pathfix from gnomehack.
PR: ports/172157
Sumbitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de>
Obtained from: gnome team repo
2013-03-11 12:17:15 +00:00
Alexey Dokuchaev
d56c334b31
Convert the patch into PATCHFILES: ports tree is not the best place for
...
storing code.
Discussed with: eadler
2013-03-11 07:39:15 +00:00
Kris Moore
ad638b4b9a
- Update to 0.5.12
...
- Fix clang build
- Convert to Options NG
PR: 176650
Submitted by: William Grzybowski <william88@gmail.com>
2013-03-10 15:08:04 +00:00
Beech Rintoul
8c89104deb
- Makefile changed:
...
Port is now safe with NOPORTDOCS=yes in /etc/make.conf
LICENSE= MIT
PORTDOCS= CHANGELOG CREDITS NOTES README
OPTIONS_DEFINE= DOCS
DESKTOP_ENTRIES=
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
- Changed and refined:
post-install:
pkg-plist
- Pass maintainership to submitter
PR: ports/176797
Submitted by: nemysis <nemysis@gmx.ch>
2013-03-10 05:47:05 +00:00
Dmitry Marakasov
b23bfe5795
- Update to 0.84.0
2013-03-10 01:59:08 +00:00
Olivier Duchateau
99db17a9dd
- Drop support for GLib 2.28
...
Approved by: rene, miwi (mentors, implicit)
2013-03-09 11:12:54 +00:00
MANTANI Nobutaka
d39e11f289
Update to 3.1.8.
...
Trim Makefile header.
2013-03-09 00:52:53 +00:00
Eitan Adler
ed59156ea9
Clean up my ports (and a couple of ports@ owned ones):
...
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.
Reviewed by: drogoh (on irc)
2013-03-08 20:23:38 +00:00
Emanuel Haupt
1101f09c09
Remove indefinite article from COMMENT
2013-03-08 14:00:30 +00:00
Alexey Dokuchaev
95b2f6b860
Update to the latest code on github.
...
Obtained from: https://github.com/danfe/bmpanel2
2013-03-08 11:46:26 +00:00
Baptiste Daroussin
9250d94365
Convert USE_BISON to USES= bison
...
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Koop Mast
7887c684ad
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
...
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
2013-03-08 10:51:34 +00:00
Alexey Dokuchaev
2a11fcacfd
Some minor cosmetic changes to the unofficial patch.
2013-03-08 10:09:45 +00:00
Alexey Dokuchaev
9b6590a0e8
- Implement nice little temperature widget (read via sysctl(3) API)
...
- Trim Makefile header and slightly touch COMMENT while I am here
2013-03-08 09:10:13 +00:00
Nicola Vitale
9bdd35ef99
- Remove -Werror switch, that breaks compiling on FreeBSD-10
...
Pointed out by: Ferenc Gal <gferenc88@gmail.com> (via private email)
2013-03-07 20:24:25 +00:00
Nicola Vitale
3be79f6bf1
- Re-enable color output during the building phase
...
Suggested by: makc
2013-03-07 14:10:26 +00:00
Nicola Vitale
f0766b14e2
- Disable check whether GTK3 is supported
...
- Disable color output of cmake
- Remove DOCS and NLS from OPTIONS_DEFAULT
2013-03-06 17:46:27 +00:00
Rene Ladan
ba2885d840
Remove expired, unmaintained ports:
...
2013-03-01 sysutils/sge60: Ancient and unsupported release
2013-03-01 sysutils/sge61: Ancient and unsupported release
2013-03-05 x11-themes/sapphire-themes: Broken for more than 6 month
2013-03-05 misc/fep: Broken for more than 6 month
2013-03-05 devel/gauche-gaunit: Broken for more than 6 month
2013-03-05 games/tuxracer_golf: Broken for more than 6 month
2013-03-05 net/bfilter: Broken for more than 6 month
2013-03-05 graphics/fnlib: Broken for more than 6 month
2013-03-05 print/gfontview: Broken for more than 6 month
2013-03-05 print/hugelatex: Broken for more than 6 month
2013-03-05 misc/gtktalog: Broken for more than 6 month
2013-03-05 x11/wterm: Broken for more than 6 month
2013-03-05 databases/xapian-bindings10: Broken for more than 6 month
2013-03-05 databases/adstudio: Broken for more than 6 month
2013-03-05 misc/splitvt: Broken for more than 6 month
2013-03-05 sysutils/udesc_dump: Broken for more than 6 month
2013-03-05 textproc/gxditview: Broken for more than 6 month
2013-03-05 x11/powershell: Broken for more then 6 month
2013-03-06 15:05:43 +00:00
Li-Wen Hsu
5aa43c1aba
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
2013-03-04 10:55:23 +00:00
Baptiste Daroussin
bad8883a16
2012-10-26 lang/eperl: Unfixed upstream remote vulnerability and no activity since 1998
...
2013-01-31 x11-wm/e17-module-language: Deprecated upstream
2013-01-31 x11-wm/e17-module-xkbswitch: Merged into x11-wm/enlightenment
2013-01-31 x11-wm/e17-module-e-tiling: Deprecated upstream
2013-01-31 x11-wm/e17-module-quickaccess: Merged into x11-wm/enlightenment
2013-01-31 x11-wm/e17-module-tiling: Merged into x11-wm/enlightenment
2013-01-31 x11-wm/e17-module-drawer: Deprecated upstream
2013-01-31 x11-wm/e17-module-calendar: Deprecated upstream
2013-02-07 x11/oooqs: For old OOo versions; uses kde3; unmaintained upstream; see x11/oooqs2
2013-02-10 www/xpi-customizegoogle: Add-on has been discontinued
2013-02-11 games/kimboot: no longer works
2013-02-27 net-im/imcom: No more upstream, no more public distfiles
2013-03-03 19:56:57 +00:00
Steve Wills
74eec317c8
- Fix EXPIRATION date, we are in 2013, not 2012
...
Pointyhat to: swills
Reported by: bapt
2013-03-03 01:43:02 +00:00
Steve Wills
28b723187b
- Deprecate ports which don't work with Ruby 1.9
...
- Set expiration to 2 months to give plenty of time to fix them to anyone who
may be interested (patching rubygem- ports is possible now)
- Trim headers while here
With Hat: ruby@
2013-03-02 21:01:58 +00:00
Niclas Zeising
cddb59612d
Update to 5.21
2013-02-28 22:08:41 +00:00
Emanuel Haupt
c329a6a8b7
Update to 291
2013-02-27 13:34:09 +00:00
Alexey Dokuchaev
b1c0b5f73f
Update the commentary.
2013-02-16 15:12:56 +00:00
Alexey Dokuchaev
e156014580
- Update mainstream driver version to 310.32, the latest to date
...
- Unbreak the build on recent -CURRENT (after SVN r246085) [*]
- Move 304.xx driver version to yet another legacy port
PR: ports/176146 [*]
Submitted by: bf
2013-02-16 14:09:17 +00:00
Boris Samorodov
ba091f45c3
Tools based on libXcm, a library for colour management on X:
...
. xcmddc requests EDID from a monitor over the i2c bus;
. xcmedid is for parsing EDID data blocks;
. xcmevents observes X11 colour management events.
2013-02-16 11:56:47 +00:00
Max Brazhnikov
265d1f23ca
Remove -std=iso9899:1990 from CFLAGS, base gcc's not happy with it
...
Reported by: ale
Reviewed by: rakuco
2013-02-15 16:19:50 +00:00
Boris Samorodov
3a5930bc05
The libXcm library is colour management helper for Xorg. It contains
...
a reference implementation of the X Color Management specification.
It allows to attach colour regions to X windows to communicate with
colour servers.
2013-02-15 10:53:01 +00:00
Emanuel Haupt
a5f49b820e
Update to 290
2013-02-14 21:36:20 +00:00
Niclas Zeising
1c31750d47
Update to 1.0.8
2013-02-14 13:58:34 +00:00
Niclas Zeising
eabb0702e9
Update to 1.0.5
2013-02-14 13:51:50 +00:00
Niclas Zeising
282930bd27
Update to 1.1.2
2013-02-14 13:27:30 +00:00
Niclas Zeising
4fc89ddd05
Update to 1.0.3
2013-02-14 13:19:51 +00:00
Niclas Zeising
734b3168ff
Update to 1.0.3
2013-02-14 13:11:01 +00:00
Niclas Zeising
95e1db0a7c
Update to 1.0.4
2013-02-14 12:32:57 +00:00
Niclas Zeising
da701acdfa
Update to 1.0.5
...
Obtained from: xorg development repo
2013-02-13 22:02:28 +00:00
Niclas Zeising
89cc71ff2d
Update to 1.0.4
...
Obtained from: xorg development repo
2013-02-13 21:55:40 +00:00
Niclas Zeising
a50418e4c0
Update to 1.1.1
...
Obtained from: xorg development repo
2013-02-13 21:51:49 +00:00
Niclas Zeising
0c6b63d83b
Update to 1.2.1
...
Obtained from: xorg development repo
2013-02-13 21:39:59 +00:00
Niclas Zeising
47fe221a91
Update to 1.0.3
...
Approved by: xorg development repo
2013-02-13 21:34:39 +00:00
Niclas Zeising
b4042e53a0
Update to 1.1.2
...
Obtained from: xorg development repo
2013-02-13 21:29:32 +00:00
Niclas Zeising
c4a7b00342
Update to 1.0.4
...
Obtained from: xorg development repo
2013-02-13 21:23:25 +00:00
Niclas Zeising
bdd0f0edfb
Update to 1.0.3
...
Obtained from: xorg development repo
2013-02-13 21:19:38 +00:00
Niclas Zeising
d2618de3d3
Update to 1.0.4
...
Obtained from: xorg development repo
2013-02-13 21:14:57 +00:00
Niclas Zeising
3437af0af9
Update to 1.0.6
...
Obtained from: xorg development repo
2013-02-13 21:10:27 +00:00
Niclas Zeising
6544967b3c
Update to 1.0.5
...
Obtained from: xorg development repo.
2013-02-13 21:03:32 +00:00
Baptiste Daroussin
a0d31d52c6
Fix plist
...
Approved by: kwm (x11)
Spotted by: pkg (DEVELOPER_MODE)
2013-02-12 13:20:26 +00:00
Martin Wilke
6e2fa24869
- Respect PREFIX
...
PR: 174990
Submitted by: maintainer
2013-02-10 09:15:16 +00:00
Emanuel Haupt
f01d6e6f49
Update to 289
2013-02-10 08:17:08 +00:00
Baptiste Daroussin
1fadd59664
Reset to the pool per maintainer request.
...
Thank you Shawn for your work.
While here: trim headers, convert to optionsng
PR: ports/175949
Submitted by: Shane Bell <shanjobe@gmail.com>
2013-02-08 07:20:32 +00:00
Felippe de Meirelles Motta
7aa0477002
- Update to 0.19.1
...
- Add WWW entry to pkg-descr
PR: ports/175465
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
2013-02-07 19:23:40 +00:00
Nicola Vitale
84ac8e9535
- Update to 2.3.4
...
- Trim header
- Add files/patch-etc__Makefile.in
2013-02-06 14:52:39 +00:00
Niclas Zeising
df6252c6b7
Fix typo.
...
Noticed by: romain
2013-02-06 13:15:49 +00:00
Niclas Zeising
6bddb7494b
Add USE_GNOME=gnomehack instead of home-rolled version. [1]
...
Add xorg-macros to build depends to silence a configure warning.
Noticed By: danfe [1]
2013-02-06 13:11:01 +00:00
Gabor Pali
c731105b7f
- Fix breakage in the DYNAMIC-enabled ports triggered by the recent
...
devel/libffi update
- Enable multithreaded build for lang/ghc (i.e. mark MAKE_JOBS_SAFE)
Please note that port revision for all the Haskell ports without version
changes are bumped.
New ports (20):
devel/hs-MonadRandom 0.1.8
devel/hs-base64-conduit 0.5.1
devel/hs-bifunctors 3.2
devel/hs-either 3.1
devel/hs-errors 1.3.1
devel/hs-generic-deriving 1.4.0
devel/hs-lens 3.8.5
devel/hs-profunctor-extras 3.3
devel/hs-profunctors 3.2
devel/hs-reflection 1.1.6
devel/hs-timezone-olson 0.1.2
devel/hs-timezone-series 0.1.2
math/hs-comonads-fd 3.0.1
math/hs-groupoids 3.0.1.1
math/hs-nats 0.1
math/hs-semigroupoid-extras 3.0.1
security/hs-cipher-rc4 0.1.2
security/hs-crypto-numbers 0.1.3
security/hs-crypto-pubkey 0.1.2
security/hs-crypto-random-api 0.2.0
Updated ports (107):
archivers/hs-zip-archive 0.1.2.1 --> 0.1.3.3
archivers/hs-zlib-bindings 0.1.1.2 --> 0.1.1.3
audio/hs-libmpd 0.8.0.1 --> 0.8.0.2
benchmarks/hs-criterion 0.6.2.0 --> 0.6.2.1
converters/hs-aeson 0.6.0.2_2 --> 0.6.1.0
converters/hs-dataenc 0.14.0.4 --> 0.14.0.5
databases/hs-persistent 1.0.2.2 --> 1.1.4
databases/hs-persistent-sqlite 1.0.1 --> 1.1.2
databases/hs-persistent-template 1.0.0.2 --> 1.1.2.1
devel/hs-BNFC 2.4.2.1_1 --> 2.6.0.3
devel/hs-Boolean 0.1.1 --> 0.1.2
devel/hs-TypeCompose 0.9.7 --> 0.9.9
devel/hs-ansi-terminal 0.5.5_5 --> 0.5.5.1
devel/hs-ansi-wl-pprint 0.6.4_3 --> 0.6.6
devel/hs-basic-prelude 0.3.1.0 --> 0.3.2.0
devel/hs-checkers 0.2.9_2 --> 0.3.1
devel/hs-classy-prelude 0.4.1 --> 0.4.3
devel/hs-classy-prelude-conduit 0.4.1 --> 0.4.3
devel/hs-conduit 0.5.5 --> 0.5.6
devel/hs-configurator 0.2.0.1 --> 0.2.0.2
devel/hs-cpphs 1.15 --> 1.16
devel/hs-edit-distance 0.2.1.1 --> 0.2.1.2
devel/hs-file-embed 0.0.4.6 --> 0.0.4.7
devel/hs-filestore 0.5.0.1 --> 0.6
devel/hs-fsnotify 0.0.4 --> 0.0.6
devel/hs-ghc-paths 0.1.0.8_5 --> 0.1.0.9
devel/hs-git-annex 3.20121211 --> 3.20130124
devel/hs-hashable 1.1.2.5 --> 1.2.0.5
devel/hs-hastache 0.4.2 --> 0.5.0
devel/hs-hlint 1.8.39 --> 1.8.43
devel/hs-hoogle 4.2.14 --> 4.2.15
devel/hs-hspec 1.4.2 --> 1.4.3
devel/hs-largeword 1.0.3 --> 1.0.4
devel/hs-lifted-base 0.2 --> 0.2.0.2
devel/hs-monad-logger 0.2.3 --> 0.2.3.2
devel/hs-optparse-applicative 0.4.2 --> 0.5.2.1
devel/hs-pool-conduit 0.1.0.3 --> 0.1.1
devel/hs-project-template 0.1.0.1 --> 0.1.1
devel/hs-silently 1.2.4 --> 1.2.4.1
devel/hs-smallcheck 0.6.1_2 --> 0.6.2
devel/hs-system-fileio 0.3.10 --> 0.3.11
devel/hs-unix-compat 0.4.0.0 --> 0.4.1.0
devel/hs-unordered-containers 0.2.2.1 --> 0.2.3.0
devel/hs-vault 0.2.0.1 --> 0.2.0.4
devel/hs-void 0.5.8 --> 0.5.11
devel/hs-word8 0.0.2 --> 0.0.3
mail/hs-mime-types 0.1.0.0 --> 0.1.0.2
math/hs-categories 1.0.4 --> 1.0.5
math/hs-comonad 3.0.0.2 --> 3.0.1.1
math/hs-comonad-transformers 3.0 --> 3.0.1
math/hs-distributive 0.2.2_2 --> 0.3
math/hs-pointed 3.0.1 --> 3.0.2
math/hs-semigroupoids 3.0.0.1 --> 3.0.2
math/hs-semigroups 0.8.4.1 --> 0.9
net/hs-network-conduit 0.6.1.1 --> 0.6.2.2
net/hs-simple-sendfile 0.2.8 --> 0.2.10
print/hs-hscolour 1.20.3,1 --> 1.20.3_1,1
security/hs-certificate 1.3.3 --> 1.3.5
security/hs-cipher-aes 0.1.5 --> 0.1.7
security/hs-clientsession 0.8.0.1 --> 0.8.1
security/hs-cprng-aes 0.2.4 --> 0.3.4
security/hs-crypto-conduit 0.4.1 --> 0.4.3
security/hs-cryptocipher 0.3.6 --> 0.4.0
security/hs-cryptohash 0.7.9 --> 0.8.3
security/hs-pem 0.1.1_2 --> 0.1.2
security/hs-skein 0.1.0.10 --> 0.1.0.11
security/hs-tls 1.0.2 --> 1.1.1
security/hs-tls-extra 0.5.0 --> 0.6.1
sysutils/hs-angel 0.3.3 --> 0.3.4
textproc/hs-Diff 0.1.3_3 --> 0.2.0
textproc/hs-attoparsec 0.10.2.0_2 --> 0.10.3.0
textproc/hs-blaze-html 0.5.1.1 --> 0.5.1.3
textproc/hs-blaze-markup 0.5.1.2 --> 0.5.1.4
textproc/hs-case-insensitive 0.4.0.3 --> 0.4.0.4
textproc/hs-citeproc-hs 0.3.6 --> 0.3.7
textproc/hs-double-conversion 0.2.0.5 --> 0.2.0.6
textproc/hs-highlighting-kate 0.5.3.3 --> 0.5.3.5
textproc/hs-hs-bibutils 4.15 --> 4.16
textproc/hs-regex-pcre-builtin 0.94.4.3.8.31 --> 0.94.4.5.8.31
textproc/hs-texmath 0.6.1.1 --> 0.6.1.3
textproc/hs-yaml 0.8.1.1 --> 0.8.2
www/hs-gitit 0.10.0.2 --> 0.10.1.2
www/hs-hamlet 1.1.1.1 --> 1.1.3.1
www/hs-heist 0.8.2 --> 0.11.0
www/hs-hjsmin 0.1.3 --> 0.1.4
www/hs-http-conduit 1.8.4.3 --> 1.8.7
www/hs-http-date 0.0.3 --> 0.0.4
www/hs-http-reverse-proxy 0.1.0.6 --> 0.1.1.1
www/hs-shakespeare-js 1.1.0 --> 1.1.1
www/hs-snap 0.9.2.2 --> 0.11.0
www/hs-wai-app-static 1.3.0.4 --> 1.3.1_1
www/hs-wai-extra 1.3.0.4 --> 1.3.2
www/hs-warp 1.3.5 --> 1.3.7.1
www/hs-xss-sanitize 0.3.2_2 --> 0.3.3
www/hs-yesod 1.1.4.1 --> 1.1.7.2
www/hs-yesod-auth 1.1.2 --> 1.1.3
www/hs-yesod-core 1.1.6.1 --> 1.1.7.1
www/hs-yesod-default 1.1.2 --> 1.1.3
www/hs-yesod-form 1.2.0.1 --> 1.2.0.2
www/hs-yesod-persistent 1.1.0 --> 1.1.0.1
www/hs-yesod-platform 1.1.5 --> 1.1.7.2
www/hs-yesod-static 1.1.1.1 --> 1.1.1.2
www/hs-yesod-test 0.3.1.1 --> 0.3.3
x11-wm/hs-xmonad 0.10_4 --> 0.11
x11-wm/hs-xmonad-contrib 0.10_4 --> 0.11
x11/hs-X11 1.5.0.1_3 --> 1.6.0.2
x11/hs-xmobar 0.14_3 --> 0.16
Obtained from: FreeBSD Haskell
2013-02-05 22:26:31 +00:00
Baptiste Daroussin
cd8a69e251
Mark as deprecated a bunch of ports that are marked as broken for more than 6
...
month without a fix
2013-02-05 15:07:10 +00:00
Koop Mast
3dc5c96a1f
Mark jobs unsafe.
...
PR: ports/175810
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
2013-02-05 12:37:26 +00:00
Martin Wilke
9fe54c4293
- Update MASTER_SITES
...
PR: 175596
Submitted by: Ports Fury
2013-02-04 14:28:34 +00:00
Martin Wilke
57f7dccc47
- Update MASTER_SITES
...
- Fix build with clang
- Add MAKE_JOBS_SAFE
PR: 175587
Submitted by: Ports Fury
2013-02-04 14:24:08 +00:00
Niclas Zeising
6d33052c72
Update to 1.0.5
...
Approved by: kwm, miwi (mentors, implicit)
Obtained from: xorg development repo
2013-02-03 22:36:32 +00:00
Niclas Zeising
29b26d4a7d
Add xconsole to the list of xorg apps pulled in.
...
Bump portrevision.
Approved by: kwm, miwi (mentors, implicit)
2013-02-03 22:24:52 +00:00
Niclas Zeising
618cec67c0
Update to 1.3.0
...
Approved by: kwm, miwi (mentors, implicit)
Obtained from: xorg development repo
2013-02-03 21:58:33 +00:00
Niclas Zeising
232a7937dc
Update to 1.0.4
...
Approved by: kwm, miwi (mentors, implicit)
Obtained from: xorg development repo
2013-02-03 21:56:03 +00:00
Niclas Zeising
f785a16e86
Update to 1.0.5
...
Approved by: kwm, miwi (mentors, implicit)
Obtained from: xorg development repo
2013-02-03 21:52:11 +00:00
Niclas Zeising
f03b4e6858
Update to 1.1.1
...
Approved by: kwm, miwi (mentors, implicit)
Obtained from: xorg development repo
2013-02-03 21:50:02 +00:00
Niclas Zeising
868b21fc8a
Update to 1.0.4
...
Approved by: kwm, miwi (mentors, implicit)
Obtained from: xorg development repo
2013-02-03 21:46:38 +00:00
Niclas Zeising
ec2aae8f2d
Update to 1.0.7
...
Approved by: kwm, miwi (mentors, implicit)
Obtained from: xorg development repo
2013-02-03 21:42:43 +00:00
Niclas Zeising
ac520a3f4c
Update to 1.0.4
...
Approved by: kwm, miwi (mentors, implicit)
Obtained from: xorg development repo
2013-02-03 21:39:00 +00:00
Niclas Zeising
04b712ca0b
Update to 1.1.1
...
Approved by: kwm, miwi (mentors, implicit)
Obtained from: xorg development repo
2013-02-03 21:34:12 +00:00
Niclas Zeising
9f2998939e
Update to 1.1.3
...
Approved by: miwi, kwm (mentors, implicit)
Obtained from: xorg development repo
2013-02-03 21:29:43 +00:00
Niclas Zeising
828712132a
Update to 1.2.4
...
Approved by: kwm, miwi (mentors, implicit)
Obtained from: xorg development repo
2013-02-03 21:26:18 +00:00
Niclas Zeising
2e7dabc85b
Update to 1.0.5
...
Approved by: kwm, miwi (mentors, implicit)
Obtained from: xorg development repo
2013-02-03 21:13:34 +00:00