Commit graph

4550 commits

Author SHA1 Message Date
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Alexey Dokuchaev
9d29351fc1 Sort entries alphabetically across all categories to avoid extra repo churn. 2014-12-07 16:21:36 +00:00
Mark Felder
5bd1a593e2 Update "BSD" license in x11 categories 2014-12-07 13:54:52 +00:00
Koop Mast
6ce4980916 Update GNOME to 3.14.2.
This update was brought to you in collaboration with Gustua Perez

Make sure gtk30 pulls it the default theme (adwaita-icon-theme).
Update the extra gnome-shell-extensions so they work with gnome-shell 3.14.
Drop metacity from gnome3 meta-port.
Remove the gtile gnome-shell extension since it proven to be buggy.

Exp-run done by antoine@ for gdk-pixbuf2 deprecated API.

PR:		195414
Obtained from:	gnome dev repo
2014-12-03 09:18:23 +00:00
Olivier Duchateau
09b08ac77f Update to 0.7.1 2014-12-02 18:49:12 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Grzegorz Blach
273c6e6d76 - Merge EFL libraries into devel/efl and update to 1.12.0
- Update x11-toolkits/elementary to 1.12.0
- Update x11-wm/enlightenment to 0.19.1
- Update graphics/evas_generic_loaders-* to 1.12.0
- Update devel/e_dbus to 1.7.10
- Update benchmarks/expedite to 1.7.10
- Move some of x11-wm/e17-module-* to x11-wm/e-module-*
  and update to recent snapshots
- Add multimedia/emotion_generic_players-vlc
- Add multimedia/rage

Reviewed by:	crees, antoine
2014-11-25 03:07:22 +00:00
Alexey Dokuchaev
0af3853338 - Update to release of Sawfish 1.11, codename "Apollo"
- Make translations optional (with OPTIONS_DEFINE=NLS)
- Kill bogus EOL whitespace in the port description
- Cleanup pkg-plist from @dirrm* entries (no longer needed)
- While here: sort USES, make COMMENT more descriptive
2014-11-22 11:47:10 +00:00
Koop Mast
af3811313c The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.

Upgrade instructions:

Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
    guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
    evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center

For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3

For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3

We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.

The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.

Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.

This update was also made possible by:
	Joe Maloney
	Kris Moore
	Beeblebrox
	Ryan Lortie
	Antoine Jacoutot
	and everyone I missed
2014-11-19 11:49:04 +00:00
Olivier Duchateau
942880ba08 Bump PORTREVISION after update of x11-wm/xfce4-desktop 2014-11-16 11:14:18 +00:00
Olivier Duchateau
e75937dd05 - Update to 4.10.3
- Remove unneeded patch

ChangeLog: https://mail.xfce.org/pipermail/xfce-announce/2014-November/000342.html
2014-11-16 11:11:07 +00:00
John Marino
e9e1739c90 x11-wm/Makefile: Fix sorting
Apparently ports-mgmt/mkreadmes is delicate and can't handle mis-sorted
category makefiles.

PR:		194773
Submitted by:	Craig Wiesen
2014-11-14 12:04:56 +00:00
Olivier Duchateau
7fd0d93a89 - Add patch, which hides panel for maximized applications
- Remove @dirrm* in pkg-plist
- Bump PORTREVISION

PR:		194135
Reported by:	adrian@
Obtained from:	Xfce's BugZilla (bugs #8563, #10622)
2014-10-20 16:01:36 +00:00
John Marino
5e68477fdc Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
2014-10-20 10:34:14 +00:00
Marcus von Appen
a5f9cc91c2 - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,
x11-fonts/, x11-toolkits and x11-wm to new USES=python

Approved by:	portmgr (implicit)
2014-10-19 18:16:15 +00:00
Pietro Cerutti
35000cab70 - Update to 1.0.14.001
Changes:

  * Fix warnings with gcc 4.9.x.
  * Minor simplifications in ImagestateDraw...() functions.
  * Minor tweak in EXFillAreaSolid().
  * Fix potential use of freed pixmap.
  * Move shape window stuff to separate header file.
  * Simplify pager background update.
  * Change some operations to render ones.
  * Wrap XDraw/FillRectangle.
  * Debug tweaks (pager).
  * Remove ancient unused code.
  * Cosmetics (key->keycode).
  * Cosmetics (key->keysym).
  * Avoid unnecessary FP calculation.
  * Avoid divide by 0 crash (Randr may report FPS = 0).
  * Move EDBUG_TYPE_ANIM to where it belongs.
  * Tweak screen info printout.
  * Wrap XID and some other X types.
  * Use initially created GC for various operations.
  * Refactor background dialog data handling.
  * Refactor group dialog data handling.
  * Exec/spawn function tweaks.
  * Eliminate some use of EspawnApplication().
  * Refactor dialog apply/exit handling.
  * Simplify dialog data handling.
  * Avoid some potential X-calls/errors when client is destroyed.
  * Updating translations (eo)
  * Updating turkish and adding lithuanian and galician translations
  * Adding catalan traslation
  * Remove bogus lithuanian translation (0 translated messages).
  * Remove useless Name[] entries from .desktop files (again).
  * Updating catalan translation
  * Autofoo cosmetics (use AC_HELP_STRING).
  * Fix creating bitmap cursor.
  * Add argb option to EPictureCreateBuffer().
  * Add ERegionCreateFromBitmap() and EPictureFillRect().
  * Use wrapper functions in ECreatePixmapCursor().
  * Updating esperanto and french translations
  * Updating desktop files
  * Remove useless Name[] entries from .desktop files (again).
  * Fix some normally disabled debug format strings.
2014-10-17 10:07:42 +00:00
Alex Kozlov
803a90b661 - Switch MASTER_SITES to googledrive.com for my ports. 2014-10-14 08:59:35 +00:00
Pietro Cerutti
b70b972d02 - Chase x11-toolkits/fltk-devel shlib version bump 2014-10-08 12:56:14 +00:00
Baptiste Daroussin
bcba28013f Update to 1.8.2
Cleanup plist
Remove useless gnomehier dep
2014-10-06 12:47:02 +00:00
Koop Mast
0ee7b73f9d Remove the gnome option, it doesn't work anymore after gnome3 is imported. 2014-10-03 12:32:54 +00:00
Marcus von Appen
7e9325194e - Convert to USES=python
- Replace deprecated INSTALLS_EGGINFO with a plist entry

Approved by:	portmgr (implicit)
2014-09-28 19:58:05 +00:00
Marcus von Appen
d76c6bb64e - Convert to USES=python
- Remove deprecated INSTALLS_EGGINFO with a plist entry

Approved by:	portmgr (implicit)
2014-09-28 19:55:31 +00:00
Tijl Coosemans
a6d2f30533 - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.h
and libintl.so.  This fixes a problem where DATADIRNAME gets an incorrect
  value which causes locale files to be installed in the wrong place.
- The only configure checks that still need to be patched are related
  to intltool so move DATADIRNAME patching from USES=pathfix to
  USE_GNOME=intlhack.

- games/klavaro: remove excessive dependencies
- japanese/libskk: add INSTALL_TARGET=install-strip
- math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread
  patching
- multimedia/freetuxtv: remove excessive dependencies
- science/gramps: fix shared-mime-info use

Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-09-25 15:18:27 +00:00
Dmitry Marakasov
963c50cab9 - Drop @dirrm* from plist 2014-09-22 16:26:20 +00:00
Baptiste Daroussin
da33718929 Cleanup plist 2014-09-22 07:20:22 +00:00
Hiroki Sato
c20c7e996e Fix build. 2014-09-21 17:21:05 +00:00
Tijl Coosemans
00789911dc graphics/imlib:
- Remove :oldver from USES=libtool and bump dependent ports
2014-09-19 20:43:03 +00:00
Mathieu Arnold
46cf4bcb84 Retire MANCOMPRESSED.
Also the compat NO_INSTALL_MANPAGES shim.

Differential Revision:	https://reviews.freebsd.org/D730
Reviewed by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
2014-09-18 12:31:24 +00:00
John Marino
3107be4659 x11-wm/afterstep-stable: Use execinfo test instead of OSVERSION check
STATIC_LIBEXECINFO value has to track the inclusion of devel/libexecinfo
so use the same test as USES+=execinfo uses and avoid using the
discouraged (and wrong for DragonFly) OSVERSION check.  This is really
a follow-up to a previous commit that added USES+=execinfo.
2014-09-16 10:46:16 +00:00
Hiroki Sato
47e885a096 Fix build on branches with GCC 4.2.1. 2014-09-14 17:35:34 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Baptiste Daroussin
bcf3a830a4 Welcome Mate Desktop 1.8
The porting work as been done by gnome@ (kwm) and Eric Turgeon (ericturgeon@ghostbsd.org)
2014-09-10 13:11:28 +00:00
Adam Weinberger
e1b66c5b75 It looks like __attribute__ deprecated(msg) wasn't supported until GCC 4.5.x, and
clang has the awesome __has_extension macros.

Update the #if line to fix build against GCC 4.2.1 in base.
2014-09-09 16:54:13 +00:00
Pietro Cerutti
be5d965317 - Add LICENSE 2014-09-05 14:23:46 +00:00
Hiroki Sato
fad8bb1f23 Update to 0.95.6. 2014-09-04 22:48:56 +00:00
Baptiste Daroussin
ce84b84f9c Use @sample 2014-09-02 23:10:25 +00:00
Baptiste Daroussin
b808eea02a Use @sample 2014-09-02 23:05:36 +00:00
Baptiste Daroussin
63687fc323 Fix shebang
Strip binaries
Trop trying to create empty directories with @exec, @dirrm* already does it with pkg(8)
2014-09-02 15:25:11 +00:00
Tijl Coosemans
e4309bc6b5 Add missing library libgmodule-2.0
Reported by:	antoine
2014-09-02 14:25:17 +00:00
Baptiste Daroussin
dc4105d58d Remove non staged ports without pending PR from * 2014-09-02 11:45:57 +00:00
Tijl Coosemans
796095d541 Add USES=libtool to accessibility/atkmm and bump dependent ports 2014-09-01 19:34:02 +00:00
Tijl Coosemans
cda316d1c3 This port autodetects libfribidi so add a dependency and bump PORTREVISION
because of the libfribidi library version change in r366746.

Reported by:	Barbara Guida <barbara.freebsd@gmail.com>
2014-08-31 19:29:38 +00:00
Tijl Coosemans
5850f0e383 converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-08-31 11:54:16 +00:00
Niclas Zeising
bdd5d37395 Update to 2.6.0 2014-08-30 07:54:42 +00:00
Dmitry Marakasov
52a126b987 - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-29 09:42:06 +00:00
Dmitry Marakasov
f6473cfc6b - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-29 09:14:41 +00:00
Tijl Coosemans
216b5a285f - Fix missing library problems when the linker enforces explicit linking
PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-08-26 14:06:08 +00:00
Dmitry Marakasov
879e7d2561 - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-25 17:29:19 +00:00
Antoine Brodin
f09c617bac Do not try to remove directories belonging to BSD.local.dist 2014-08-24 11:38:36 +00:00
Antoine Brodin
193059905e Allow staging as a regular user 2014-08-20 17:00:36 +00:00
Michael Gmelin
efc161dffd Remove deletion of LC_MESSAGES directories that are owned by devel/gettext
Reviewed by:	bdrewery
Approved by:	bdrewery
2014-08-20 00:25:18 +00:00
Bryan Drewery
69f82727cf - Move RESETPREFIX to default PLIST_SUB
With hat:	portmgr
2014-08-18 16:43:24 +00:00
Roman Bogorodskiy
2b9a01c211 Add SVG option for svg icons support using librsvg2. Currently,
that support is automatically enabled if the configure script
finds librsvg2 installed, so having an option gives a predictable
result. This option is enabled by default.

Suggested by:	Kamil Szczesny
2014-08-15 12:20:12 +00:00
John Marino
5c55d9fca8 x11-wm/herbsluftwm: Strip binary, allow disable install of default config
This eliminates need for shells/bash as a run dependency.  Assign
maintainership to submitter as well.

PR:		191549
Submitted by:	Zsolt Udvari
Approved by:	maintainer timeout (2.5 months)
2014-08-15 10:47:01 +00:00
Tijl Coosemans
cdb8256f1b Fix problems with missing libs when the linker enforces explicit linking
(ports that are dependencies of other ports)

net-p2p/transmission-cli: add USES=libtool and remove PTHREAD_LIBS
sysutils/deltup: simplify patch by using MAKE_ARGS
x11-fm/rox-filer: convert to USES=shared-mime-info
x11-wm/emerald: remove PTHREAD_LIBS

PR:		192062
2014-08-12 15:29:37 +00:00
Gabor Pali
cc55544233 - Update The Glorious Glasgow Haskell Compiler to version 7.8.3
- Update Haskell Platform to version 2014.2.0.0
- Update Yesod Platform to version 1.2.13
- Update Gtk2Hs to version 0.12.5
- Update Pandoc to version 1.12.4.2
- Update git-annex to version 5.20140717
- Unbreak wxHaskell ports

Please note that port revisions for all the Haskell ports without version
changes are bumped.

New ports (69):

databases/hs-esqueleto: Type-safe EDSL for SQL queries on persistent backends
devel/hs-Glob: Globbing library
devel/hs-STMonadTrans: Monad transformer version of the ST monad
devel/hs-auto-update: Efficiently run periodic, on-demand actions
devel/hs-asn1-encoding: ASN1 data reader and writer in RAW, BER and DER forms
devel/hs-asn1-parse: Simple monadic parser for ASN1 stream types
devel/hs-atomic-primops: Safe approach to CAS and other atomic operations
devel/hs-boxes: 2D text pretty-printing library
devel/hs-byteable: Type class for sequence of bytes
devel/hs-chunked-data: Typeclasses for dealing with chunked data
devel/hs-conduit-combinators: Commonly used conduit functions
devel/hs-conduit-extra: Conduit adapters for common libraries
devel/hs-data-hash: Combinators for building fast hashing functions
devel/hs-deepseq-generics: Generics-based Control.DeepSeq.rnf implementation
devel/hs-dlist-instances: Difference lists instances
devel/hs-enclosed-exceptions: Catching exceptions within enclosed computations
devel/hs-equivalence: Maintaining equivalence relations as union-find
devel/hs-exceptions: Extensible optionally-pure exceptions
devel/hs-free: Monads for free
devel/hs-hslua: Lua language interpreter embedding in Haskell
devel/hs-keys: Keyed functors and containers
devel/hs-monad-loops: Monadic loops
devel/hs-monads-tf: Monad classes, using type families
devel/hs-mono-traversable: Traversing monomorphic containers
devel/hs-prelude-extras: Higher-order versions of Prelude classes
devel/hs-prettyclass: Pretty printing class similar to Show
devel/hs-scientific: Numbers represented using scientific notation
devel/hs-securemem: Auto scrubbing and const time eq, memory chunk
devel/hs-shake: Build system library, like Make, but more accurate dependencies
devel/hs-stm-chans: Additional types of channels for STM
devel/hs-streaming-commons: Common functions for streaming data libraries
devel/hs-text-icu: Bindings to the ICU library
devel/hs-tf-random: High-quality splittable pseudorandom number generator
devel/hs-transformers-compat: Compatibility shim for transformers
devel/hs-vector-binary-instances: Binary instances for vector
devel/hs-vector-instances: Orphan Instances for 'Data.Vector'
devel/hs-vector-th-unbox: Deriver for Data.Vector.Unboxed with Template Haskell
dns/hs-dns: DNS library in Haskell
dns/hs-gnuidn: Bindings for GNU IDN
net/hs-connection: Simple and easy network connections API
net/hs-gsasl: Bindings for GNU libgsasl
net/hs-iproute: IP Routing Table
net/hs-network-protocol-xmpp: Client library for the XMPP protocol
security/hs-DRBG: Deterministic random bit generator
security/hs-cipher-aes128: AES and common modes using AES-NI when available
security/hs-cipher-blowfish: Blowfish cipher
security/hs-cipher-camellia: Camellia block cipher primitives
security/hs-cipher-des: DES and 3DES primitives
security/hs-crypto-cipher-types: Generic cryptography cipher types
security/hs-crypto-random: Simple cryptographic random related types
security/hs-cryptohash-conduit: Cryptohash conduit
security/hs-cryptohash-cryptoapi: Crypto-api interfaces for cryptohash
security/hs-gnutls: Bindings for GNU libgnutls
security/hs-x509: X509 reader and writer
security/hs-x509-store: X.509 collection accessing and storing methods
security/hs-x509-system: Per-operating-system X.509 accessors and storage
security/hs-x509-validation: X.509 Certificate and CRL validation
sysutils/hs-ekg: Remote monitoring of processes
sysutils/hs-ekg-core: Tracking of system metrics
textproc/hs-appar: Simple applicative parser
textproc/hs-libxml-sax: Bindings for the libXML2 SAX interface
textproc/hs-uri: Library for working with URIs
textproc/hs-xml-hamlet: Hamlet-style quasiquoter for XML content
www/hs-DAV: RFC 4918 WebDAV support
www/hs-http-client: HTTP client engine
www/hs-http-client-tls: http-client backend with TLS support
www/hs-warp-tls: HTTP over SSL/TLS support for Warp via the TLS package
www/hs-yesod-auth-hashdb: Authentication plugin for Yesod
www/hs-yesod-bin: Yesod helper executable

Updated ports (279):

archivers/hs-zip-archive                 0.1.3.4_5        --> 0.2.3.2
archivers/hs-zlib-enum                   0.2.3_6          --> 0.2.3.1
audio/hs-ALUT                            2.2.0.0_14       --> 2.3.0.1
audio/hs-OpenAL                          1.4.0.2_5        --> 1.6.0.0
audio/hs-libmpd                          0.8.0.2_5        --> 0.8.0.5
benchmarks/hs-criterion                  0.6.2.1_6        --> 0.8.1.0
converters/hs-aeson                      0.6.1.0_6        --> 0.7.0.6
converters/hs-dataenc                    0.14.0.5_5       --> 0.14.0.7
databases/hs-mysql                       0.1.1.4_8        --> 0.1.1.6
databases/hs-persistent                  1.2.0.1_4        --> 1.3.1.1
databases/hs-persistent-sqlite           1.2.0_4          --> 1.3.0.5
databases/hs-persistent-template         1.2.0_4          --> 1.3.1.4
devel/hs-Boolean                         0.2_5            --> 0.2.1
devel/hs-ConfigFile                      1.1.1_9          --> 1.1.2
devel/hs-DrIFT                           2.2.3_8          --> 2.4.2
devel/hs-MemoTrie                        0.6.1_6          --> 0.6.2
devel/hs-MissingH                        1.2.0.0_6        --> 1.2.1.0
devel/hs-MonadCatchIO-mtl                0.3.0.5_6        --> 0.3.1.0
devel/hs-MonadCatchIO-transformers       0.3.0.0_8        --> 0.3.1.0
devel/hs-MonadRandom                     0.1.9_4          --> 0.1.13
devel/hs-SafeSemaphore                   0.9.0_6          --> 0.10.1
devel/hs-Stream                          0.4.6.1_6        --> 0.4.7.1
devel/hs-TypeCompose                     0.9.9_5          --> 0.9.10
devel/hs-abstract-deque                  0.2_4            --> 0.3
devel/hs-abstract-par                    0.3.1_8          --> 0.3.3
devel/hs-alex                            3.0.5_4          --> 3.1.3
devel/hs-ansi-terminal                   0.6_5            --> 0.6.1.1
devel/hs-ansi-wl-pprint                  0.6.6_6          --> 0.6.7.1
devel/hs-asn1-types                      0.1.3_4          --> 0.2.3
devel/hs-async                           2.0.1.4_4        --> 2.0.1.5
devel/hs-base16-bytestring               0.1.1.5_7        --> 0.1.1.6
devel/hs-basic-prelude                   0.3.5.0_4        --> 0.3.8
devel/hs-bifunctors                      3.2.0.1_5        --> 4.1.1.1
devel/hs-blaze-builder                   0.3.1.1_4        --> 0.3.3.2
devel/hs-blaze-builder-enumerator        0.2.0.5_6        --> 0.2.0.6
devel/hs-blaze-textual                   0.2.0.8_6        --> 0.2.0.9
devel/hs-bloomfilter                     1.2.6.10_7       --> 2.0.0.0
devel/hs-bytestring-show                 0.3.5.5_4        --> 0.3.5.6
devel/hs-c2hs                            0.16.4_6         --> 0.17.2
devel/hs-cabal-install                   1.16.0.2_4       --> 1.18.0.5
devel/hs-cereal                          0.3.5.2_7        --> 0.4.0.1
devel/hs-checkers                        0.3.1_5          --> 0.3.2
devel/hs-classy-prelude                  0.5.7_4          --> 0.9.3
devel/hs-classy-prelude-conduit          0.5.3_5          --> 0.9.3
devel/hs-cmdargs                         0.10.3_4         --> 0.10.9
devel/hs-conduit                         1.0.5_4          --> 1.1.7
devel/hs-configurator                    0.2.0.2_6        --> 0.3.0.0
devel/hs-convertible                     1.0.11.1_8       --> 1.1.0.0
devel/hs-cpphs                           1.16_5           --> 1.18.5
devel/hs-data-pprint                     0.2.1.4_6        --> 0.2.3
devel/hs-directory-tree                  0.11.0_6         --> 0.12.0
devel/hs-dlist                           0.5_13           --> 0.7.1
devel/hs-either                          3.4_5            --> 4.3.0.1
devel/hs-enumerator                      0.4.19_8         --> 0.4.20
devel/hs-errors                          1.4.1_5          --> 1.4.7
devel/hs-fast-logger                     0.3.1_7          --> 2.2.0
devel/hs-fgl                             5.4.2.4_9        --> 5.5.0.1
devel/hs-file-embed                      0.0.4.7_5        --> 0.0.7
devel/hs-filestore                       0.6.0.1_5        --> 0.6.0.3
devel/hs-fsnotify                        0.0.11_4         --> 0.1.0.3
devel/hs-gconf                           0.12.1.1_6       --> 0.12.5.0
devel/hs-generic-deriving                1.5.0_4          --> 1.6.3
devel/hs-geniplate                       0.6.0.3_5        --> 0.6.0.4
devel/hs-ghc-events                      0.4.2.0_6        --> 0.4.3.0
devel/hs-ghc-mtl                         1.0.1.2_6        --> 1.2.1.0
devel/hs-gio                             0.12.4_6         --> 0.12.5.3
devel/hs-glade                           0.12.1_10        --> 0.12.5.0
devel/hs-glib                            0.12.4_6         --> 0.12.5.4
devel/hs-gtk2hs-buildtools               0.12.4_6         --> 0.12.5.2
devel/hs-haddock                         2.13.2_4         --> 2.14.2
devel/hs-happy                           1.18.10_6        --> 1.19.4
devel/hs-hashable                        1.1.2.5_4,1      --> 1.2.2.0,1
devel/hs-hashed-storage                  0.5.10_6         --> 0.5.11
devel/hs-hashtables                      1.1.0.2_5        --> 1.1.2.1
devel/hs-haskell-src                     1.0.1.5_8        --> 1.0.1.6
devel/hs-haskell-src-exts                1.13.5_6         --> 1.15.0.1
devel/hs-hasktags                        0.68.2_5         --> 0.69.0
devel/hs-hastache                        0.5.0_5          --> 0.6.0
devel/hs-hinotify                        0.3.5_6          --> 0.3.7
devel/hs-hint                            0.3.3.6_5        --> 0.4.2.0
devel/hs-hlint                           1.8.45_4         --> 1.9.3
devel/hs-hoogle                          4.2.16_5         --> 4.2.34
devel/hs-hslogger                        1.2.1_6          --> 1.2.4
devel/hs-hspec                           1.5.4_4          --> 1.11.0
devel/hs-hspec-expectations              0.3.2_4          --> 0.6.0.1
devel/hs-kqueue                          0.1.2.4_6        --> 0.1.2.6
devel/hs-language-c                      0.3.2.1_11       --> 0.4.5
devel/hs-language-javascript             0.5.7_6          --> 0.5.13
devel/hs-largeword                       1.0.5_4          --> 1.2.3
devel/hs-lens                            3.9.0.2_4        --> 4.3.3
devel/hs-lifted-base                     0.2.0.5_4        --> 0.2.3.0
devel/hs-logict                          0.6_5            --> 0.6.0.2
devel/hs-mmap                            0.5.8_7          --> 0.5.9
devel/hs-mmorph                          1.0.0_4          --> 1.0.3
devel/hs-monad-control                   0.3.2.1_4        --> 0.3.3.0
devel/hs-monad-logger                    0.3.1.1_4        --> 0.3.7.1
devel/hs-monad-par                       0.3.4.2_4        --> 0.3.4.6
devel/hs-monad-par-extras                0.3.2_8          --> 0.3.3
devel/hs-mtl                             2.1.2_6          --> 2.1.3.1
devel/hs-mueval                          0.9_5            --> 0.9.1.1
devel/hs-murmur-hash                     0.1.0.6_6        --> 0.1.0.7
devel/hs-optparse-applicative            0.5.2.1_5        --> 0.9.1.1
devel/hs-parallel                        3.2.0.3_6        --> 3.2.0.4
devel/hs-pcre-light                      0.4_13           --> 0.4.0.2
devel/hs-primitive                       0.5.0.1_6        --> 0.5.2.1
devel/hs-profunctors                     3.3.0.1_4        --> 4.2.0.1
devel/hs-project-template                0.1.3_5          --> 0.1.4.1
devel/hs-quickcheck-io                   0.1.0_4          --> 0.1.1
devel/hs-reflection                      1.3.2_4          --> 1.5.1
devel/hs-resource-pool                   0.2.1.1_6        --> 0.2.3.0
devel/hs-resourcet                       0.4.7.1_4        --> 1.1.2.3
devel/hs-safe                            0.3.3_9          --> 0.3.7
devel/hs-setenv                          0.1.0_6          --> 0.1.1.1
devel/hs-simple-reflect                  0.3.1_5          --> 0.3.2
devel/hs-smallcheck                      1.0.2_5          --> 1.1.1
devel/hs-syb                             0.4.0_4          --> 0.4.1
devel/hs-syb-with-class                  0.6.1.4_6        --> 0.6.1.5
devel/hs-system-fileio                   0.3.11_5         --> 0.3.14
devel/hs-system-filepath                 0.4.7_6          --> 0.4.12
devel/hs-tagged                          0.6_4            --> 0.7.2
devel/hs-temporary                       1.1.2.4_6        --> 1.2.0.3
devel/hs-test-framework                  0.8_7            --> 0.8.0.3
devel/hs-test-framework-hunit            0.3.0_7          --> 0.3.0.1
devel/hs-test-framework-quickcheck2      0.3.0.1_7        --> 0.3.0.3
devel/hs-text                            0.11.3.1_4       --> 1.1.0.0
devel/hs-threads                         0.5.0.2_5        --> 0.5.1.2
devel/hs-threadscope                     0.2.2_6          --> 0.2.4
devel/hs-timezone-olson                  0.1.2_5          --> 0.1.4
devel/hs-timezone-series                 0.1.2_5          --> 0.1.3
devel/hs-transformers-base               0.4.1_9          --> 0.4.2
devel/hs-uniplate                        1.6.10_6         --> 1.6.12
devel/hs-unix-compat                     0.4.1.1_4        --> 0.4.1.3
devel/hs-unix-time                       0.1.8_4          --> 0.3.3
devel/hs-unordered-containers            0.2.3.1_4        --> 0.2.4.0
devel/hs-utf8-light                      0.4.0.1_8        --> 0.4.2
devel/hs-utf8-string                     0.3.7_9          --> 0.3.8
devel/hs-utility-ht                      0.0.9_4          --> 0.0.10
devel/hs-uuagc                           0.9.42.3_4       --> 0.9.51
devel/hs-uuagc-cabal                     1.0.4.0_7        --> 1.0.5.0
devel/hs-uuid                            1.2.13_4         --> 1.3.3
devel/hs-uulib                           0.9.15_5         --> 0.9.16
devel/hs-vault                           0.2.0.4_5        --> 0.3.0.3
devel/hs-vector                          0.10.0.1_6       --> 0.10.9.1
devel/hs-vector-algorithms               0.5.4.2_6        --> 0.6.0.3
devel/hs-void                            0.6_4            --> 0.6.1
devel/hs-word8                           0.0.3_5          --> 0.1.1
graphics/hs-HGL                          3.2.0.2_14       --> 3.2.0.5
graphics/hs-cairo                        0.12.4_6         --> 0.12.5.3
graphics/hs-svgcairo                     0.12.1.1_8       --> 0.12.5.2
mail/hs-email-validate                   1.0.0_5          --> 2.0.1
mail/hs-mime                             0.3.4_6          --> 0.4.0.1
mail/hs-mime-mail                        0.4.1.2_7        --> 0.4.5.2
mail/hs-mime-types                       0.1.0.3_5        --> 0.1.0.4
math/hs-Agda                             2.3.2_6          --> 2.4.0.2
math/hs-categories                       1.0.5_5          --> 1.0.6
math/hs-comonad                          3.0.2_5          --> 4.2.2
math/hs-contravariant                    0.4_5            --> 1.1
math/hs-data-lens                        2.10.2_7         --> 2.10.5
math/hs-data-lens-template               2.1.7_7          --> 2.1.8
math/hs-distributive                     0.3.1_5          --> 0.4.4
math/hs-math-functions                   0.1.3.0_5        --> 0.1.5.2
math/hs-mwc-random                       0.12.0.1_6       --> 0.13.1.2
math/hs-nats                             0.1_5            --> 0.2
math/hs-pointed                          3.0.2_6          --> 4.1
math/hs-probability                      0.2.4_8          --> 0.2.4.1
math/hs-semigroupoids                    3.0.2_6          --> 4.0.4
math/hs-semigroups                       0.9.1_4          --> 0.15.2
math/hs-statistics                       0.10.3.1_4       --> 0.13.2.1
math/hs-vector-space                     0.8.6_7          --> 0.8.7
multimedia/hs-gstreamer                  0.12.1.2_6       --> 0.12.5.0
net/hs-network                           2.4.1.2_4        --> 2.4.2.3
net/hs-network-info                      0.2.0.3_6        --> 0.2.0.5
net/hs-network-multicast                 0.0.7_6          --> 0.0.11
net/hs-simple-sendfile                   0.2.11_5         --> 0.2.15
net/hs-socks                             0.5.1_4          --> 0.5.4
science/hs-bio                           0.5.2_8          --> 0.5.3
security/hs-HsOpenSSL                    0.10.3.3_6       --> 0.11
security/hs-RSA                          1.2.2.0_7        --> 2.0.0
security/hs-SHA                          1.6.1_6          --> 1.6.4.1
security/hs-certificate                  1.3.7_4          --> 1.3.9
security/hs-cipher-aes                   0.1.8_4          --> 0.2.8
security/hs-cipher-rc4                   0.1.2_5          --> 0.1.4
security/hs-clientsession                0.9_4            --> 0.9.0.3
security/hs-cprng-aes                    0.3.4_6          --> 0.5.2
security/hs-crypto-api                   0.12.1_4         --> 0.13
security/hs-crypto-conduit               0.5.2_4          --> 0.5.4
security/hs-crypto-numbers               0.1.3_5          --> 0.2.3
security/hs-crypto-pubkey                0.1.3_4          --> 0.2.4
security/hs-crypto-pubkey-types          0.3.2_4          --> 0.4.2.2
security/hs-cryptocipher                 0.5.0_4          --> 0.6.2
security/hs-cryptohash                   0.9.0_4          --> 0.11.6
security/hs-entropy                      0.2.1_9          --> 0.3.2
security/hs-monadcryptorandom            0.5.1_5          --> 0.6.1
security/hs-pem                          0.1.2_6          --> 0.2.2
security/hs-pwstore-fast                 2.3_7            --> 2.4.1
security/hs-skein                        1.0.3_4          --> 1.0.9
security/hs-tls                          1.1.2_5          --> 1.2.8
sysutils/hs-angel                        0.3.4_6          --> 0.5.0
sysutils/hs-cpu                          0.1.1_7          --> 0.1.2
textproc/hs-Diff                         0.2.0_5          --> 0.3.0
textproc/hs-HStringTemplate              0.7.1_5          --> 0.7.3
textproc/hs-HaXml                        1.24_4           --> 1.24.1
textproc/hs-attoparsec-enumerator        0.3.1_7          --> 0.3.3
textproc/hs-blaze-html                   0.6.1.1_4        --> 0.7.0.2
textproc/hs-blaze-markup                 0.5.1.5_4        --> 0.6.1.0
textproc/hs-case-insensitive             1.0.0.2_4        --> 1.1.0.3
textproc/hs-citeproc-hs                  0.3.8_5          --> 0.3.9
textproc/hs-feed                         0.3.8_13         --> 0.3.9.2
textproc/hs-hexpat                       0.20.3_6         --> 0.20.6
textproc/hs-highlighting-kate            0.5.3.9_4        --> 0.5.8.5
textproc/hs-html-conduit                 1.1.0_5          --> 1.1.0.5
textproc/hs-hxt                          9.3.1.1_7        --> 9.3.1.4
textproc/hs-hxt-charproperties           9.1.1_9          --> 9.1.1.1
textproc/hs-hxt-unicode                  9.0.2_9          --> 9.0.2.2
textproc/hs-pandoc-types                 1.10_5           --> 1.12.4.1
textproc/hs-parsec                       3.1.3_6          --> 3.1.5
textproc/hs-regex-pcre-builtin           0.94.4.5.8.31_5  --> 0.94.4.8.8.35
textproc/hs-regex-tdfa                   1.1.8_5          --> 1.2.0
textproc/hs-stringsearch                 0.3.6.4_6        --> 0.3.6.5
textproc/hs-tagsoup                      0.12.8_6         --> 0.13.1
textproc/hs-tagstream-conduit            0.5.4_5          --> 0.5.5.1
textproc/hs-texmath                      0.6.1.5_4        --> 0.6.7
textproc/hs-xml-conduit                  1.1.0.3_5        --> 1.2.1
textproc/hs-xml-types                    0.3.3_6          --> 0.3.4
textproc/hs-xmlhtml                      0.2.1_5          --> 0.2.3.2
textproc/hs-yaml                         0.8.2.4_4        --> 0.8.8.4
www/hs-HTTP                              4000.2.8_4       --> 4000.2.10
www/hs-authenticate                      1.3.2.6_5        --> 1.3.2.9
www/hs-cgi                               3001.1.7.5_4,1   --> 3001.1.8.5,1
www/hs-cookie                            0.4.0.1_6        --> 0.4.1.2
www/hs-css-text                          0.1.1_10         --> 0.1.2.1
www/hs-gitit                             0.10.3.1_5       --> 0.10.4
www/hs-hS3                               0.5.7_5          --> 0.5.8
www/hs-happstack                         7.0.1_7          --> 7.0.2
www/hs-happstack-server                  7.1.7.1_4        --> 7.3.7
www/hs-heist                             0.12.0_4         --> 0.13.1.2
www/hs-hjsmin                            0.1.4.1_5        --> 0.1.4.7
www/hs-http-conduit                      1.9.3_4          --> 2.1.4
www/hs-http-reverse-proxy                0.1.1.6_4        --> 0.4.0.1
www/hs-http-server                       1.0.2_5          --> 1.0.4
www/hs-http-types                        0.8.0_5          --> 0.8.5
www/hs-oeis                              0.3.1_10         --> 0.3.5
www/hs-path-pieces                       0.1.2_6          --> 0.1.4
www/hs-recaptcha                         0.1_9            --> 0.1.0.2
www/hs-shakespeare                       1.0.5_4          --> 2.0.1.1
www/hs-snap                              0.12.0_4         --> 0.13.2.8
www/hs-snap-core                         0.9.3.1_5        --> 0.9.6.3
www/hs-snap-server                       0.9.3.3_5        --> 0.9.4.5
www/hs-wai                               1.4.0_5          --> 3.0.1.1
www/hs-wai-app-static                    1.3.1.2_5        --> 3.0.0
www/hs-wai-extra                         1.3.4_4          --> 3.0.1.2
www/hs-wai-logger                        0.3.0_7          --> 2.2.0
www/hs-warp                              1.3.8.1_4        --> 3.0.0.5
www/hs-webkit                            0.12.4_8         --> 0.12.6.1
www/hs-xss-sanitize                      0.3.3_6          --> 0.3.5.2
www/hs-yesod                             1.2.0.1_4        --> 1.2.6.1
www/hs-yesod-auth                        1.2.0_4          --> 1.3.4
www/hs-yesod-core                        1.2.0.4_4        --> 1.2.19
www/hs-yesod-form                        1.3.0_4          --> 1.3.14
www/hs-yesod-persistent                  1.2.0_4          --> 1.2.3
www/hs-yesod-routes                      1.2.0_4          --> 1.2.0.7
www/hs-yesod-static                      1.2.0_4          --> 1.2.4
www/hs-yesod-test                        1.2.0_4          --> 1.2.3.2
x11-toolkits/hs-GLURaw                   1.3.0.0_4        --> 1.4.0.1
x11-toolkits/hs-GLUT                     2.4.0.0_5,1      --> 2.5.1.1,1
x11-toolkits/hs-OpenGL                   2.8.0.0_4,1      --> 2.9.2.0,1
x11-toolkits/hs-OpenGLRaw                1.3.0.0_5        --> 1.5.0.0
x11-toolkits/hs-gtk                      0.12.4_6         --> 0.12.5.7
x11-toolkits/hs-gtkglext                 0.12.1_10        --> 0.12.5.0
x11-toolkits/hs-gtksourceview2           0.12.3.1_8       --> 0.12.5.0
x11-toolkits/hs-pango                    0.12.4_6         --> 0.12.5.3
x11-toolkits/hs-vte                      0.12.1_10        --> 0.12.5.0
x11-toolkits/hs-wx                       0.90.0.1_8       --> 0.90.1.0
x11-toolkits/hs-wxc                      0.90.0.4_7       --> 0.90.1.1
x11-toolkits/hs-wxcore                   0.90.0.3_7       --> 0.90.1.1
x11-toolkits/hs-wxdirect                 0.90.0.1_8       --> 0.90.1.1
x11-wm/hs-xmonad-contrib                 0.11.1_6         --> 0.11.3
x11/hs-X11                               1.6.1.1_6        --> 1.6.1.2
x11/hs-xmobar                            0.17_4           --> 0.21

Removed ports (28):

archivers/hs-zlib-conduit: Deprecated in favor of conduit-extra
devel/hs-IORefCAS: Deprecated in favor of atomic-primops
devel/hs-StateVar: Deprecated
devel/hs-Tensor: Depcrecated
devel/hs-attempt: Deprecated in favor of exceptions
devel/hs-base64-conduit: Deprecated in favor of conduit-combinators
devel/hs-blaze-builder-conduit: Deprecated in favor of conduit-extra
devel/hs-failure: Deprecated in favor or exceptions
devel/hs-filesystem-conduit: Deprecated in favor of conduit-combinators
devel/hs-haskeline: Become part of GHC
devel/hs-pool-conduit: Deprecated in favor of resource-pool
devel/hs-profunctor-extras: Absorbed into profunctors
devel/hs-terminfo: Become part of GHC
devel/hs-transformers: Become part of GHC
math/hs-comonad-transformers: Deprecated in favor of comonad
math/hs-comonads-fd: Deprecated in favor of comonad
math/hs-groupoids: Deprecated in favor of semigroupoids
math/hs-semigroupoid-extras: Deprecated in favor of semigroupoids
net/hs-network-conduit: Deprecated in favor of conduit-extra
security/hs-tls-extra: Deprecated in favor of tls
textproc/hs-attoparsec-conduit: Deprecated in favor of conduit-extra
textproc/hs-xhtml: Become part of GHC
www/hs-hamlet: Deprecated in favor of shakespeare
www/hs-shakespeare-css: Deprecated in favor of shakespeare
www/hs-shakespeare-i18n: Deprecated in favor of shakespeare
www/hs-shakespeare-js: Deprecated in favor of shakespeare
www/hs-shakespeare-text: Deprecated in favor of shakespeare
www/hs-wai-test: Deprecated in favor of wai-extra

Approved by:	portmgr (implicit, touching unstaged ports)
Obtained from:	FreeBSD Haskell
2014-08-10 22:34:50 +00:00
Jimmy Olgeni
dbc81c7d5b Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.

CR:		D511
Approved by:	portmgr (bapt)
2014-08-08 08:42:44 +00:00
John Marino
7f88019903 x11-wm/plwm: Upgrade version 2.5 => 2.6a and stage
PR:		192484
Submitted by:	Ports Fury
2014-08-07 23:39:31 +00:00
Baptiste Daroussin
3c5549caa0 USES=execinfo 2014-08-05 06:26:36 +00:00
Adam Weinberger
511c49bdec In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
2014-08-04 03:40:14 +00:00
Dirk Meyer
211762c34f - rename patch files 2014-08-03 14:56:38 +00:00
Dirk Meyer
3a0a4614ab - make HICOLOR_ICONS default
- rename patch files
2014-08-03 14:27:11 +00:00
Kurt Jaeger
e0533dac80 devel/libconfuse: USES=libtool, bump dependencies 2014-08-03 12:25:11 +00:00
Olivier Duchateau
fc4b6afc45 - Fix pkg-plist (after revision r363858) 2014-08-03 08:54:58 +00:00
Olivier Duchateau
93ca6d1c58 - Update to 0.6.1 2014-08-03 08:45:27 +00:00
Dmitry Marakasov
5aa9979b02 - Switch to USES=libtool
Approved by:	portmgr blanket
2014-07-30 18:33:45 +00:00
Danilo Egea Gondolfo
0f13de7692 - Update from 1.4.5 to 1.4.7
PR:		192269
Submitted by:	net@arrishq.net
2014-07-30 13:15:40 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Adam Weinberger
0ce9c970cf Rename x11-*/ patch-xy patches to reflect the files they modify.
Finally, this is the last of it.
2014-07-29 16:36:06 +00:00
Adam Weinberger
27f7c004ab Use OPTIONS instead of WITH_* 2014-07-29 16:17:47 +00:00
Dmitry Marakasov
9c814d7867 - Switch audio/libmpd to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-28 20:27:42 +00:00
John Marino
b744194dd4 x11-wm/compton: Upgrade version from 20130625 => 20140326
PR:		188794
Submitted by:	ouzne.alleykatze (gmail)
Approved by:	maintainer timeout (> 3 months)
Redports fix:	marino
2014-07-27 10:04:42 +00:00
Tijl Coosemans
c958a48581 Remove two libtool fixes from Mk/Uses/libtool.mk. They don't always work
when an older version of a package is installed.  This is the case when an
executable links with installed libraries and with uninstalled libraries
that link with other uninstalled libraries.  For each of the directly
linked libraries the executable will have an rpath (/usr/local/lib for the
installed libraries and a path under WRKDIR for each of the uninstalled
libraries), but not for the indirect libraries.  Both ld(1) and rtld(1)
search the rpath of the executable first before any rpath of libraries, so
the indirectly linked libraries will be found in /usr/local/lib if they are
installed instead of in WRKDIR.

With this commit executables will overlink with uninstalled indirect
libraries again so their location is added to the rpath of the executable.

This partially reverts r358784.

PR:		191611
Approved by:	portmgr (bapt)
2014-07-23 10:28:03 +00:00
Dmitry Marakasov
fcf8e750d0 - Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-22 23:25:54 +00:00
Vanilla I. Shu
7bbcd81e1e 1: Statgify.
2: add LICENSE.
2014-07-16 07:36:28 +00:00
Adam Weinberger
e894c29ad5 Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist.
2014-07-16 03:34:56 +00:00
Niclas Zeising
85bd011bc7 Fix plist for config file.
Use @sample.
2014-07-15 17:24:42 +00:00
Baptiste Daroussin
af2e37b8ce Convert to new LIB_DEPENDS
With hat:	portmgr
2014-07-13 17:04:27 +00:00
William Grzybowski
6c466f9317 x11-wm/obapps: use WX 3.0
Approved by:	portmgr (bapt, blanket)
2014-07-06 14:20:30 +00:00
Adam Weinberger
6041163193 Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
we're here. Remove any other references to NOPORT*.

Approved by:	portmgr (blanket for modernization)
2014-07-05 00:03:38 +00:00
Adam Weinberger
4dda103cb8 Remove NOPORTDOCS. 2014-07-04 23:24:06 +00:00
Adam Weinberger
a39e0dea71 Avoid unnecessary bsd.port.options.mk inclusion by using
OPTIONS helpers.

Approved by:	portmgr (blanket)
2014-07-03 16:09:40 +00:00
Olivier Duchateau
a72ddb4641 Plank is an elegant, simple and clean dock.
WWW: http://launchpad.net/plank
2014-07-03 13:40:52 +00:00
Baptiste Daroussin
f60f9451d7 First batch at resetting maintainership on ports that have not been staged and
without any pending PR

With hat:	portmgr
2014-07-02 16:45:52 +00:00
Baptiste Daroussin
d85f21c0a5 Switch the default rpm used to rpm4 2014-07-02 06:32:05 +00:00
Vanilla I. Shu
c123ad83e5 1: Stagify.
2: use @sample to handle sample config file.
3: bump version.

Approved by:	portmgr@ (blanket approval)
2014-07-02 03:30:43 +00:00
Vanilla I. Shu
ec10d575e5 1: Stagify.
2: use options helper.
3: use INSTALL_TARGET to handle PORTDOCS

Approved by:	portmgr@ (blanket approval)
2014-07-02 03:21:04 +00:00
Vanilla I. Shu
57acaa4896 Stagify.
Approved by:	portmgr@ (blanket approval)
2014-07-02 02:41:27 +00:00
Vanilla I. Shu
3984cccd41 1: Stagify.
2: use options helper to handle PORTDOCS.

Approved by:	portmgr@ (blanket approval)
2014-07-02 01:48:59 +00:00
Tijl Coosemans
99a0320463 Add "USES=libtool pathfix" to x11/libxdg-basedir and bump dependent ports 2014-07-01 18:53:47 +00:00
Tijl Coosemans
57baea9208 Replace USE_AUTOTOOLS=libtool and USE_EFL=libtool_hack with USES=libtool
and CONFIGURE_ARGS=--disable-static.
2014-06-30 15:21:16 +00:00
Tijl Coosemans
777cce7319 Add USES=libtool. 2014-06-30 14:24:44 +00:00
Tijl Coosemans
97a5771bb5 x11-wm/libwraster:
- USES=libtool
- Remove -DPREFIX=\\\"${PREFIX}\\\" from CPPFLAGS.  Not needed and it
  causes configure test failures with clang.
- Use MAKE_CMD.
- Bump dependent ports.

x11-wm/windowmaker:
- USES=libtool
- Replace -DPREFIX=\\\"${PREFIX}\\\" in CPPFLAGS with post-patch command
  because it causes configure test failures with clang.
- Remove FreeBSD < 8 support.
2014-06-29 21:45:03 +00:00
Martin Wilke
d84b82ca27 - Fix Q/A tests 2014-06-29 07:18:59 +00:00
Antoine Brodin
df1f66d426 Reset maintainer, email bounces
With hat:	portmgr
2014-06-28 07:48:01 +00:00
Antoine Brodin
0184d63d21 Allow to build with texinfo from ports 2014-06-27 17:51:31 +00:00
Antoine Brodin
f672b8cfe6 Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 11:02:07 +00:00
William Grzybowski
99efcfed5c x11-wm/ede: update to 2.1
PR:		191378
Submitted by:	tkato432 yahoo com
2014-06-25 23:22:51 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Tijl Coosemans
d1fcd0bb4b Bump PORTREVISION for jbigkit library version bump.
Approved by:	portmgr (implicit)
2014-06-22 16:46:17 +00:00
Tijl Coosemans
3e4a806167 Add 4 new sed commands to USES=libtool. The first two apply some of the
changes that Debian made to their libtool.  The first command applies to
libtool versions 1.4 and up.  The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down.  It applies to 2.x.  Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).

The third and fourth command fix relinking.  During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory.  This allows running an
executable that links to libA from within the work directory.  The relink
removes this extra runpath.

When libtool relinks libA it replaces "libB.la" on the linker command line
with "-L${STAGEDIR}${PREFIX}/lib -lB" with the intention to link to libB in
the stage directory but this -L flag isn't necessarily the first so another
libB may be linked instead.  The two sed commands make relink the same as a
normal link.  This means libtool will relink with libraries from the work
directory using a path similar to "../srcB/.libs/libB.so" without -L flags.
This applies to libtool 1.4 and up.  Earlier versions don't seem to relink
libraries.
(This fixes ports like devel/apr1 so they link with freshly built libraries
instead of installed libraries.)

Fix all ports with missing libraries.

Additionally:
archivers/rpm4: USES=patchfix.
databases/gdbm: INSTALL_TARGET=install-strip.
devel/gnome-vfs: remove patch that doesn't change anything.
devel/ois: INSTALL_TARGET=install-strip and use standard USE_AUTOTOOLS.
devel/zziplib: INSTALL_TARGET=install-strip, MAKE_CMD.
multimedia/mjpegtools: remove USE_AUTOTOOLS, use modern compiler on i386
   instead of disabling optimisations.
net/libnetdude: disable static plugins.

PR:		190941
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-06-22 10:44:29 +00:00
William Grzybowski
d65900c930 x11-wm/wmconfig: update to 1.4.5
PR:		189358
Submitted by:	maintainer
2014-06-20 01:50:48 +00:00
Juergen Lock
55f1c4cd2f - Turns out this is broken with iconv from base (renders empty chars,
breaks bmpanel2, and also it fails to build when ports iconv is present),
  so force it to always use iconv from ports.
- Bump PORTREVISION.

Reported by:	Gary Perreault (via irc)
2014-06-17 22:59:14 +00:00
Baptiste Daroussin
a40d2eedb3 Update to 4.8
Release note: http://i3-wm.org/downloads/RELEASE-NOTES-4.8.txt
2014-06-16 20:42:13 +00:00
Jimmy Olgeni
806963ab63 Unbreak build by requiring and linking xext (see also r353170).
Also, remove "@dirrmtry etc/xdg" due to the following error in staging
checks:

      Owned by MTREE: @dirrmtry etc/xdg
2014-06-14 18:57:46 +00:00
Niclas Zeising
0a3209c2b9 Update to 2.5.1 2014-06-11 17:43:22 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Cy Schubert
100908c86d Support stage. Update to new LIB_DEPENDS. 2014-06-10 05:09:09 +00:00
Jimmy Olgeni
55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00
Martin Wilke
05899255a6 - update to 0.6.2
- use shebangfix instead of manual patching
- drop config.mk edit - options passed via MAKE_ARGS

PR:		190116
2014-06-06 15:40:07 +00:00
Dmitry Marakasov
c0d4399a27 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-05 08:39:16 +00:00
Jung-uk Kim
5a969c07ed Honor $DATADIR and fix plist.
Approved by:	Daniel Austin (maintainer)
2014-06-03 20:30:49 +00:00
Jung-uk Kim
4299f096f0 Support staging and honor $DATADIR. Pass maintainership to the submitter.
PR:		190586
2014-06-03 20:18:52 +00:00
Jung-uk Kim
9dabe68ff9 - Convert to USES=libtool and USES=tar:bzip2.
- Pass maintainership to the submitter.

PR:		190585
2014-06-03 20:16:23 +00:00
Jung-uk Kim
952dad0b43 - Update to 0.8.8. Pass maintainership to the submitter. [1]
- Catch up with threading API changes of glib20.
- Revert a premature update to later libcompizconfig API by upstream, i.e.,

http://cgit.compiz.org/compiz/compizconfig/simple-ccsm/commit/?id=f0f61be0

PR:		190557 [1]
2014-06-03 18:43:40 +00:00
Martin Wilke
922cdf870b - Update to 0.8.8
- Pass maintainership to submitter

PR:		190541
Submitted by:	Daniel Austin
2014-06-03 05:26:20 +00:00
Martin Wilke
4d21d698a2 - Update to 0.8.8
PR:		190540
Submitted by:	Daniel Austin
2014-06-03 05:24:26 +00:00
Martin Wilke
7c0c944228 - Update to 0.8.8
- Pass maintainership to submitter

PR:		190540
Submitted by:	Daniel Austin
2014-06-03 05:23:29 +00:00
Martin Wilke
8d0a974efd - Update to 0.8.8
- Pass maintainership to submitter

PR:		190539
Submitted by:	Daniel Austin
2014-06-03 05:22:03 +00:00
Martin Wilke
30cef0e2d0 - Update to 0.8.8
- Pass maintainership to submitter

PR:		190538
Submitted by:	Daniel Austin
2014-06-03 05:20:34 +00:00
Martin Wilke
5bf4c7a41e - Update to 0.8.8
- Pass maintainership to submitter

PR:		190536
Submitted by:	Daniel Austin
2014-06-03 05:17:38 +00:00
Martin Wilke
d2561613b1 - Update to 0.8.8
PR:		190535
Submitted by:	Daniel Austin
2014-06-03 05:15:43 +00:00
Martin Wilke
b3a8c3a08c - Update to 0.8.8
- Pass maintainership to submitter

PR:		190534
Submitted by:	Daniel Austin
2014-06-03 05:13:13 +00:00
Dmitry Marakasov
50202b8d5e 2014-06-03 01:20:51 +00:00
Antoine Brodin
22b4062a25 Unbreak 2014-06-02 21:17:04 +00:00
Martin Wilke
518a58b792 - Convert bzip2 to USES
Approved by:	portmgr
2014-06-02 07:46:01 +00:00
Martin Wilke
cfe6f3bc06 - Convert USE_BZIP2/XZ to USES
Approved by:	portmgr
2014-06-02 07:16:50 +00:00
Greg Lewis
3079ebf920 . Fix the packing list (I hope). 2014-05-24 22:34:30 +00:00
Greg Lewis
5aa39b0a9c . Convert LIB_DEPENDS to the new format.
. Move MAN1 man pages to the packing list.
. Remove a @dirrmtry I didn't need.
2014-05-23 13:14:49 +00:00
Dmitry Marakasov
797a761c52 - Update to 3.8.2
- Update WWW and MASTER_SITES
- Add LICENSE
- Remove old patches

PR:		189910
Submitted by:	Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
2014-05-20 19:35:22 +00:00
Alex Kozlov
5d6a8e4ab8 - Add/update license when possible
- Modernize ports Makefiles
- Update MASTER_SITES/distfile for converters/chmview
2014-05-20 06:06:35 +00:00
Tijl Coosemans
5c0834bd1b For several MATE related ports:
- USES=libtool tar:xz.
- INSTALL_TARGET=install-strip.
- Add CONFIGURE_ARGS=--disable-static to ports that only install plugins.
2014-05-18 21:05:53 +00:00
Greg Lewis
e5b6b9ebc7 . Convert to staging (and remove NO_STAGE).
. Fix the build on 8.x and 9.x by using a static libexecinfo link on them
  (not yet verified).
. Remove USE_BZIP2 in favour of USES tar:bzip2
. Fix up some of the Perl script Perl executable usage.
. Set HOME=- to prevent touching .afterstep in /root (suggested by swills@)
. Fix additional packing list problems.

Still need to fix LIB_DEPENDS format and the use of MAN1.
2014-05-18 13:21:12 +00:00
Martin Wilke
f0f3d5d6f5 - Fix build with clang
PR:		187497
Submitted by:	Ports Fury
2014-05-18 05:00:30 +00:00
Tijl Coosemans
16682ce856 - USES=libtool:keepla tar:bzip2.
- Remove a clang hack.
2014-05-10 15:11:16 +00:00
Dmitry Marakasov
2eba7789cf - Support staging 2014-05-10 00:29:34 +00:00
Dmitry Marakasov
b851b8597f - Don't remove mtree directories
Approved by:	portmgr
2014-05-09 21:13:09 +00:00
John Marino
80e8e55257 Sync dports patches on 3 unmaintained ports
* audio/esperanza
* x11-wm/qlwm
* games/tinymux
2014-05-05 11:15:43 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Rene Ladan
32e92194b7 Remove expired ports:
2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher
2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14
2014-04-30 net/asterisk14: Broken and unsupported
2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14
2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg
2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile
2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef
2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef
2014-05-01 net/py-spreadmodule: Depends on expired net/spread
2014-05-01 net/p5-Spread-Message: Depends on expired net/spread
2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread
2014-05-01 net/p5-Spread-Session: Depends on expired net/spread
2014-05-01 sysutils/wmmemload: Broken
2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 x11-wm/stumpwm: Broken for more than 4 months
2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only supports ancient AMD K8.
2014-05-01 net/pchar: Obsolete, abandoned
2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts
2014-05-04 10:51:02 +00:00
Barbara Guida
2da832f2b3 Fix pkg-plist when built without GNOME
While here:
- Fix a misspelled option in a test
- Strip binaries

PR:		ports/189014
2014-05-01 11:08:29 +00:00
Jung-uk Kim
df58ad0b16 Explicitly set libX11 dependency to fix build. 2014-05-01 04:32:55 +00:00
Baptiste Daroussin
e77d45abc5 Fix packaging with pkg_install by workarounding a pkg_install bug
While here:
- s/disable-kde3/disable-kde/
- Remove .la files, they are useless here

Reported by:	bar
2014-04-30 05:47:09 +00:00
Pawel Pekala
b7a2f30fb1 - Update to version 0.6.0 [1]
- Use options subs

PR:		ports/187793 [1]
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com>
Approved by:	maintainer timeout
2014-04-24 16:44:39 +00:00
Jung-uk Kim
2b18835f3b Explicitly set libXext dependency to fix build after r351936. 2014-04-23 19:26:06 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00
Pietro Cerutti
dc41b1365a - Update to 1.14
- Track new repository on github
2014-04-23 10:07:23 +00:00
Antoine Brodin
edff1225fa Fix options helpers conversion 2014-04-22 18:22:58 +00:00
Baptiste Daroussin
40448303ec Fix build
Reported by:	swills (jenkins)
2014-04-22 14:17:04 +00:00
Baptiste Daroussin
e628fe8c38 Fix LIB_DEPENDS
Reported by:	jenkins
2014-04-22 14:14:07 +00:00
Baptiste Daroussin
69d34f7593 Support stage 2014-04-22 08:34:49 +00:00
Baptiste Daroussin
ecadb645fe Support stage
Use options helpers
2014-04-22 08:33:19 +00:00
Baptiste Daroussin
d3f528a4c8 USES=tar:bzip2 libtool
Strip binaries
2014-04-22 08:31:26 +00:00
Baptiste Daroussin
6f87f0cae8 Support stage
Modernize
2014-04-22 08:24:03 +00:00
Baptiste Daroussin
3c6bf01b26 Support stage
Monernize
2014-04-22 08:22:27 +00:00
Baptiste Daroussin
cae00f7b5f Support stage
Strip binaries
2014-04-22 08:18:19 +00:00
Baptiste Daroussin
03a902262b Support stage
Cleanup a bit (this ports deserves either more love or death)
2014-04-22 08:13:52 +00:00
Baptiste Daroussin
b30f3fc5a9 Support stage
Modernize
2014-04-22 08:06:48 +00:00
Baptiste Daroussin
9a9518997c Support stage 2014-04-22 08:05:01 +00:00
Baptiste Daroussin
35500359d7 Support stage 2014-04-22 08:02:46 +00:00
Baptiste Daroussin
d2f982e4f2 Support stage
Allow packaging as a user
2014-04-22 07:58:09 +00:00
Baptiste Daroussin
d2798b8b16 Support stage
modernize
2014-04-22 06:58:48 +00:00
Baptiste Daroussin
b177455037 Support stage
modernize
2014-04-22 06:53:57 +00:00
Baptiste Daroussin
5ecb1abd84 Support stage
Modernize
2014-04-22 06:51:09 +00:00
Baptiste Daroussin
708e04ee67 Support stage
Use @sample
2014-04-22 06:38:06 +00:00
Baptiste Daroussin
fc998126f9 Support stage 2014-04-22 06:34:22 +00:00
Baptiste Daroussin
9bc11eaef4 Mark as broken: does not build with any modern compiler
With hat:	portmgr
2014-04-22 06:32:02 +00:00
Rusmir Dusko
69553e4f7c These ports are no longer used or cared for.
Horia Racoviceanu <horia@racoviceanu.com> wishes to maintain these ports
with my help.

misc/lxde-common

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com

misc/xdg-menu

- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change Desktop entry file
- Add DOCS Option
- Break lines around 80 characters
- Change pkg-plist, remove mtree

sysutils/lxinput

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com

sysutils/lxtask

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Remove TODO from DOCS

sysutils/lxterminal

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change pkg-plist, add missing

x11/florence

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:bzip2 instead of USE_BZIP2=yes and not needed desktop-file-utils
- Remove not needed MAN1 from Makefile

x11/libfm

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:xz instead of USE_XZ=yes
- Change pkg-plist, remove mtree

x11/lxde-meta

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com

x11/lxmenu-data

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change pkg-plist, remove mtree

x11/lxpanel

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Strip libraries
- Change pkg-plist, add missing

x11/menu-cache

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- USES pathfix instead of USE_GNOME gnomehack
- Strip library

x11-fm/pcmanfm

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:xz instead of USE_XZ=yes
- Change pkg-plist, remove mtree, add missing

x11-themes/lxde-icon-theme

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Use tar:bzip2 instead of USE_BZIP2=yes
- Change pkg-plist, remove mtree

x11-wm/lxmed

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com

x11-wm/lxsession

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change pkg-plist, add missing

x11-wm/obapps

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Add DOCS Option
- Change Desktop entry file

x11-wm/obmenu

- Bump PORTREVISION
- Pass maintainership to horia@racoviceanu.com
- Change Desktop entry file
- Break lines around 80 characters
2014-04-21 20:27:38 +00:00
Rene Ladan
8b3c8800eb Remove expired ports:
2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared
2014-04-17 science/flounder: Unmaintained since 2002
2014-04-17 security/nbaudit: Unmaintained since 2002
2014-04-17 security/saint: Unmaintained since 2002
2014-04-17 graphics/gozer: Unmaintained since 2002
2014-04-17 misc/pdfmap: Unmaintained since 2002
2014-04-17 devel/showgrammar: Unmaintained since 2002
2014-04-17 biology/libgenome: Unmaintained since 2002
2014-04-17 deskutils/narval: Unmaintained since 2002
2014-04-17 devel/fampp: Unmaintained since 2002
2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002
2014-04-17 misc/wmfirew: Unmaintained since 2002
2014-04-17 x11-wm/e16utils: Unmaintained since 2002
2014-04-17 misc/salias: Unmaintained since 2002
2014-04-17 print/latex2slides: Unmaintained since 2002
2014-04-17 lang/sxm: Unmaintained since 2002
2014-04-17 textproc/pybook: Unmaintained since 2002
2014-04-17 mail/mailcrypt: Unmaintained since 2002
2014-04-17 japanese/elvis: Unmaintained since 2002
2014-04-17 devel/prototype: Unmaintained since 2002
2014-04-17 print/wprint: Unmaintained since 2002
2014-04-17 science/euler: Unmaintained since 2002
2014-04-17 multimedia/gopchop: Unmaintained since 2002
2014-04-17 science/gdis: Unmaintained since 2002
2014-04-17 net/googolplex: Unmaintained since 2002
2014-04-17 lang/logo: Unmaintained since 2002
2014-04-17 textproc/roap: Unmaintained since 2002
2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002
2014-04-17 games/yamsweeper: Unmaintained since 2002
2014-04-17 net-mgmt/echolot: Unmaintained since 2002
2014-04-17 security/pam_smb: Unmaintained since 2002
2014-04-18 devel/lua-redis-parser: Broken for more than 6 months
2014-04-18 biology/finchtv: Broken for more than 6 months
2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
2014-04-18 11:17:45 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Pietro Cerutti
6e79304fb5 - Fix build
Reported by:	pkg-fallout
2014-04-15 13:47:35 +00:00
Greg Lewis
b9d0055b76 . Don't statically link libexecinfo.a. This doesn't appear to be necessary
and actually breaks the build on 10.x where libexecinfo.a is part of the
  base rather than a port.
2014-04-15 04:01:14 +00:00
Greg Lewis
2c33ae687e . Don't use inline on functions that are intended to be used in multiple
files.  This fixes compilation with clang.

  My understanding is that the C99 standard treats inline methods as having
  static linkage by default.  This is different from the GNU C definition
  of inline, which is why this compiled with gcc.
2014-04-13 17:46:59 +00:00
Greg Lewis
b018584ae2 . Don't try to represent a unicode literal in a character literal. In this
case just use the decimal literal.
. Add $FreeBSD$.
2014-04-13 17:39:57 +00:00
Renato Botelho
3c72bc348c Update to 3.5.5 2014-04-11 11:01:58 +00:00
Baptiste Daroussin
1a39887c74 Support stage 2014-04-10 19:59:23 +00:00
Niclas Zeising
ead4dcd4b6 Update to 2.5.0
PR:		ports/188283
Submitted by:	Michael Danilov <mike.d.ft402@gmail.com>
2014-04-06 07:45:03 +00:00
Renato Botelho
19b0ea66b9 Update to 3.5.4 2014-04-02 10:23:11 +00:00
Antoine Brodin
6767942ea0 - Stage support
- Do not remove a directory belonging to BSD.local.dist mtree on uninstall

Reported by:	poudriere
With hat:	portmgr
2014-04-01 19:41:31 +00:00
Pietro Cerutti
61ea23b4df - Update to 1.0.14 2014-03-31 08:55:48 +00:00
Antoine Brodin
783b416b0f Finish stage support 2014-03-30 10:39:04 +00:00
Renato Botelho
0ad3a3efa3 Update to 3.5.3 2014-03-30 01:34:25 +00:00
Tijl Coosemans
4d762c2da0 - Bump port revision after the latest libiconv commit because
locale_charset() is used when the ICONV option is enabled. [1]
- Remove X_CFLAGS from CONFIGURE_ENV.  Not needed.
- Remove --mandir=${MANPREFIX}/man from CONFIGURE_ARGS.  Redundant.
- Patch configure directly instead of configure.ac+autoconf.
- Prevent rebuilding manpages with --disable-mandoc.
- USES=tar:bzip2.
- Missing dependencies: USES=perl5, USE_XORG=xcursor xinerama xrender sm.
- Restore default options from before OPTIONSng conversion.
- Use OPTIONS_SUB=yes.
- Staging.
- Specify --without-iconv-library when empty(ICONV_LIB) to force libc iconv.
- New LIB_DEPENDS syntax.
- Remove remnants of OPTIONSng conversion: WITHOUT_GTK and WITHOUT_GNOME.
- Use --disable-gtk instead of --disable-gtktest.

Reported by:	kib [1]
2014-03-29 17:34:48 +00:00
Roman Bogorodskiy
ec04f12495 - Stage support
- Use new style LIB_DEPENDS syntax
- Add desktop-file-utils and shared-mime-info to USES
2014-03-29 15:35:16 +00:00
Gabor Pali
8b1c971497 - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x and
9.x in order to prevent run-time breakage after the recent changes in
  libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence

Obtained from:	FreeBSD Haskell
2014-03-29 00:52:54 +00:00
Antoine Brodin
9c77535ae5 - Stage support
- Remove support for deprecated NOPORTDATA
2014-03-28 22:38:02 +00:00
Tijl Coosemans
69e93907cb Remove x11-wm/fvwm2-i18n. It was a slave port of x11-wm/fvwm2 with the
MULTIBYTE option enabled, but this option has been removed many years ago.
2014-03-28 18:18:59 +00:00
Baptiste Daroussin
f1c7a9e643 Support stage 2014-03-25 11:49:23 +00:00
Baptiste Daroussin
7890b49181 Support stage 2014-03-24 23:00:42 +00:00
Rene Ladan
0a26f84351 Remove expired ports:
2014-03-23 deskutils/lxshortcut: Now distributed with x11/libfm-1.2.0
2014-03-23 databases/p5-Ima-DBI-Contextual: deprecated by upstream
2014-03-23 databases/p5-Class-DBI-Lite: deprecated by upstream
2014-03-23 net/AquaGatekeeper: Binary port of software abandoned by the vendor
2014-03-23 mail/mailutils: This port needs to be taken care of, it suffers from bit rot.  Especially with options other than GUILE, uninstall may leave files behind
2014-03-23 games/xflame: No more public distfiles
2014-03-23 games/p5-Algorithm-Pair-Best: Use games/p5-Algorithm-Pair-Best2 instead
2014-03-24 x11-wm/hackedbox: Abandonware
2014-03-23 emulators/hfs: No upstream, no public distfiles; consider using 'sysutils/hfsutils'
2014-03-23 games/fuhquake: Upstream disappeared; no more public distfiles; unmaintained
2014-03-24 19:51:54 +00:00
Rusmir Dusko
c2c65a96ef - Bump PORTREVISION for pkg-plist change
- Add files/lxmed-root and fix Desktop usage for root
- Move CP to post-extract
- Use for icons PORTNAME instead of full path
- Break lines around 80 characters
- Simplify desktop files installation handling
- Change files/lxmed.sh, remove -Djava.ext.dirs="%%DATADIR%%"
- Remove @dirrmtry share/applications from pkg-plist
2014-03-24 11:58:01 +00:00
Danilo Egea Gondolfo
19b08c8104 - Add the port: x11-wm/cwm
- Pass maintainership to submitter

cwm is a window manager for X11 initially inspired by evilwm. cwm has several
novel features, including the ability to search for windows. it features a
very simple and attractive aesthetic.

PR:		ports/187803
Submitted by:	<braakvaak@aol.com>
2014-03-23 00:34:28 +00:00
Alexey Dokuchaev
615c574f1e In r336942, staging was achieved via `do-install' target, not just written
in lengthy, ugly way, but also without need: upstream installation routine
supports DESTDIR naturally.  Meanwhile, clean Makefile up a bit by sorting
knobs, utilize newly added USES+=tar:tbz, and synchronize port description
text with `x11-wm/wmii' port.
2014-03-18 11:21:37 +00:00
Emanuel Haupt
1a418c214f - Support staging
- Use shebangfix
2014-03-18 07:50:20 +00:00
Steve Wills
4e2e1beedc - Update to 2.2.2
- Pet portlint

PR:		ports/187660
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-03-17 19:57:22 +00:00
Alexey Dokuchaev
62a5ecfd3a Stagify; renew LIB_DEPENDS; use OPTIONS helpers; wrap an overly long line. 2014-03-16 08:38:59 +00:00
Baptiste Daroussin
d84e12f791 - Fixes resourceleak in i3bar and memoryleak in i3
- Convert to USES=tar:bzip2

PR:		ports/187617
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
Obtained from:	i3 git (http://code.stapelberg.de/git/i3/)
2014-03-15 20:20:58 +00:00
Alexey Dokuchaev
9afd2d46c2 Stagify the port; fix RUN_DEPENDS to unbreak packaing. 2014-03-15 18:29:16 +00:00
Martin Wilke
3897d821be - Convert USE_GMAKE/BZIP2 to USES 2014-03-15 16:32:41 +00:00
Antoine Brodin
cf7b71001e Deprecate a few old unmaintained ports 2014-03-11 21:21:14 +00:00
Martin Wilke
0223362eff - Update to 2.2.1
- Convert to options helper

PR:		187295
Submitted by:	ports fury
2014-03-11 02:42:14 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Hiroki Sato
d7e6cbb075 Fix wrong memory access beyond array boundary.
Reported by:	Francois Tigeot
PR:		ports/182279
2014-03-08 21:23:46 +00:00
Raphael Kubo da Costa
5c5f018da4 Improve the wording in DEPRECATED a bit. 2014-03-08 17:36:32 +00:00
Antoine Brodin
ee2d5f3b62 Fix expiration syntax 2014-03-07 18:44:24 +00:00
Roman Bogorodskiy
fb8c01cf10 Fix package with WITHOUT_NLS enabled. 2014-03-06 04:43:15 +00:00
Pawel Pekala
5e8af4ec39 - Add staging support [1]
- Convert to new LIB_DEPENDS format

PR:		ports/186598 [1]
Submitted by:	Mikhail <mp39590@gmail.com>
Approved by:	maintainer timeout
2014-03-03 21:57:53 +00:00
Baptiste Daroussin
f7cd932671 Convert to USES=libtool
Use more options helpers
dirrmtry directory not in the default mtree
2014-03-02 23:23:17 +00:00
Antoine Brodin
fe4e75263d Unbreak 2014-03-02 19:09:00 +00:00
Antoine Brodin
656a48ba9c Unbreak 2014-03-02 19:02:41 +00:00
Baptiste Daroussin
e9629e38f6 Support stage
Use options
Use do-install to avoid running buggy upstreamed install target
2014-02-28 08:46:09 +00:00
Baptiste Daroussin
992de15d82 Support stage
Use options framework
Respect examples/docs
2014-02-28 08:42:54 +00:00
Baptiste Daroussin
cfe279f8c6 Support stage
USES=libtool
2014-02-28 08:38:48 +00:00
Baptiste Daroussin
bc11b53166 Support stage, cleanup a bit 2014-02-28 08:34:57 +00:00
Baptiste Daroussin
c78bb8f483 Support stage 2014-02-28 08:30:58 +00:00
Baptiste Daroussin
2e7df2a6aa Support stage 2014-02-28 07:59:41 +00:00
Baptiste Daroussin
f437d85921 Support stage, use options helpers 2014-02-28 07:57:29 +00:00
Baptiste Daroussin
af33d1b40c Support stage 2014-02-28 07:51:52 +00:00
Martin Wilke
016bc48eb5 - Update to version 1.10
PR:		187038
Submitted by:	ports fury
2014-02-27 08:41:56 +00:00
Martin Wilke
188210c0c6 - Stage support 2014-02-26 09:45:02 +00:00
John Marino
992e52807e x11-wm/stumpwm: Failed to restore broken port, mark for deletion in 2 months
This port supposedly builds with two different lisp compilers.  The
default one caused a BROKEN definition, so the fix seemed simple: remove
the default and let the other compiler build it.

It didn't work.  The other compiler requires a non-default option (new clx)
meaning it wouldn't build in poudriere, and moreover the test for it was
broken.  I fixed the test, but the makefile looks for lisp.run in the
wrong place.

I believe clisp could build this unmaintained port with sufficient patches,
but they won't come from me.  I started to clean the port up a bit, and
I left those improvements in place.  Somebody else wil need to need to
restore SBCL support and/or CLISP support within 2 months, otherwise this
port is headed to the garbage collector.
2014-02-26 00:57:39 +00:00
Baptiste Daroussin
86d803358a Support stage 2014-02-24 13:31:31 +00:00
Baptiste Daroussin
e021a572f4 Deprecate: abandonware 2014-02-24 13:26:59 +00:00
Baptiste Daroussin
4505cd4121 Support stage
Properly support DOCS and EXAMPLES options
Modernize
2014-02-24 13:15:55 +00:00
Martin Wilke
60880dc81e - Update to 1.3.8
- Convert to USES
- Stage support

PR:		186738
Submitted by:	ports fury
2014-02-23 16:04:51 +00:00
Emanuel Haupt
f9b77521fd Remove trailing whitespaces from category x11-wm 2014-02-21 13:40:33 +00:00
Pietro Cerutti
0c4815a2af - Fix build with fltk-devel 2014-02-19 16:51:27 +00:00
Mathieu Arnold
c924394e7b Consolidate the docbook ports into -sgml and -xml variants.
Submitted by:	hrs (based on)
Sponsored by:	Absolight
2014-02-19 14:45:19 +00:00
Martin Wilke
f301086144 - Stage support 2014-02-19 01:27:20 +00:00
Mathieu Arnold
7f67d157d9 Chase docbook cleanup dependencies.
Sponsored by:	Absolight
2014-02-18 14:50:34 +00:00
Pietro Cerutti
7f2952b7e2 - Update to 1.0.13.004
Changes:

  * Wrap XGetWindowAttributes().
  * Simplify registration of override-redirect windows.
  * Avoid redundant calls of XGetWindowAttributes.
  * Only manage InputOutput windows.
  * Add server grab around initial window pickup loop.
  * Don't play sound in ShowAlert().
  * Rename EDrawableCheck to EXDrawableOk and remove unused parameter.
  * Add EXWindowOk().
  * Use our own window property functions in stead of various Xlib ones.
  * Remove some use of X11 Bool type/values.
  * Wrap the last XClearArea call.
  * Use NoXID in stead of None.
  * Use XCopyArea wrapper function.
  * Wrap remaining XCopyArea calls.
  * Tweak error handler API.
  * Wrap some calls to XFillRectangle.
  * Fix memory leak when changing area.
  * Reduce nesting in DialogRealizeItem().
  * Simplify/fix dialog layout code.
2014-02-17 09:06:04 +00:00
Pietro Cerutti
2eb9bbf5a5 - STAGE-clean
- Add LICENSE
- Fix compiler warnings
2014-02-14 14:36:58 +00:00
Pietro Cerutti
beefd966b2 - STAGE-clean 2014-02-14 14:28:29 +00:00
Pietro Cerutti
f40e8a010d - STAGE-clean 2014-02-14 13:59:17 +00:00
Pietro Cerutti
2bf5215caf - STAGE-clean 2014-02-14 13:51:02 +00:00
Danilo Egea Gondolfo
f2b16dbf8d - Add stage support
- Add LICENSE
- Add DOCS option
2014-02-10 20:03:23 +00:00
Danilo Egea Gondolfo
b2f9caff2c - Add stage support
- Convert USE_GMAKE to USES
- Remove the indefinite article from COMMENT
- Add libtool to USES
- Use options helpers
2014-02-10 18:26:02 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Danilo Egea Gondolfo
bd935bbd4d - Add stage support
- Add DOCS and EXAMPLES options
2014-02-10 02:08:46 +00:00
Danilo Egea Gondolfo
cde5114165 - Add stage support 2014-02-10 02:01:48 +00:00
Danilo Egea Gondolfo
48bd23fd97 - Add stage support
- Convert LIB_DEPENDS to new syntax
- Add shebangfix to USES
2014-02-10 01:57:34 +00:00
Danilo Egea Gondolfo
ac8e6004ba - Add stage support
- Convert USE_GMAKE to USES
- Use options helpers
2014-02-10 00:46:36 +00:00
Antoine Brodin
5dddc21a88 Finish stage support 2014-02-09 11:36:39 +00:00
Martin Wilke
78284fae11 - Stage support 2014-02-09 10:30:47 +00:00
Hiroki Sato
66500faaea - Fix pkg-plist[*].
- Update WWW: line in pkg-descr.
- Style cleanups.

Spotted by:	marius [*]
2014-02-03 20:46:39 +00:00
Martin Wilke
2e95bf0cd1 - Stage support 2014-02-03 13:40:25 +00:00
Martin Wilke
9b452801b4 - Stage support 2014-02-03 13:39:17 +00:00
Martin Wilke
41550c5239 - Stage support 2014-02-03 11:10:53 +00:00
Eitan Adler
7405b8e0ed Return some ports I maintain to the pool. 2014-02-02 08:11:05 +00:00
Pawel Pekala
152a2bc737 Update to version 1.4.4
PR:		ports/185681
Submitted by:	maintainer
2014-01-30 18:01:38 +00:00