Commit graph

8405 commits

Author SHA1 Message Date
Tijl Coosemans
ce5a9a5d44 Update gstreamer 1.0 ports to version 1.2.4. 2014-04-23 14:22:47 +00:00
Alexey Dokuchaev
8ca34b7ec5 - Define LICENSE (GPLv2), reword COMMENT line
- Take maintainership, undeprecate, and stagify
- Unbreak on !i386
2014-04-23 13:37:58 +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
Baptiste Daroussin
9d67b4ddf0 Convert gtkmm20 to stage
USES=libtool
Chase gtkmm20 shlib number change
2014-04-22 12:11:59 +00:00
Baptiste Daroussin
b6601a9c02 Support stage 2014-04-22 06:02:58 +00:00
Baptiste Daroussin
dcca29aded Support stage
Modernize
2014-04-22 06:01:14 +00:00
Baptiste Daroussin
0a872bc63e Suppot stage
Modernize
USES=libtool
2014-04-22 05:50:18 +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
Niclas Zeising
a09624943a Restrict these to use python 2 for the time being. 2014-04-19 10:16:56 +00:00
Bryan Drewery
5b88b2459b - Stop removing directories from BSD.local.dist.
This fixes false-positive leftover (files removed) warnings
  in Redports/QAT/Tinderbox.

  Note that some of these ports still have Orphans which I did not
  address.

With hat:	portmgr
Spotted by:	new 'check-plist'
2014-04-19 06:11:21 +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
Jung-uk Kim
8f60c3a0a1 Fix build on head. 2014-04-15 17:08:46 +00:00
Pietro Cerutti
264fd13ea4 - Update to 2.0.1
* Fix a bug where the cursor position was invalidated after an insertion
  * Implement X11 stuff on top of both libX11 (default) and XCB (OPTIONSng)
  * Handle more options related to font handling
  * Chase compiler warnings
2014-04-14 14:30:41 +00:00
Tijl Coosemans
c528884aa7 Bump PORTREVISIONs for r350704 (liferea), r350914 (libxklavier),
r350957 (glade3).

gnome-control-center, gnome-settings-daemon, gnome-screensaver:
- Staging.
- New LIB_DEPENDS syntax.
- USES=tar:bzip2.
2014-04-14 10:30:30 +00:00
Baptiste Daroussin
9c7f5a6978 Use the new @sample keyword 2014-04-12 22:34:18 +00:00
Danilo Egea Gondolfo
ebf588d139 - Project moved to SF
- Update from 0.25.1 to 0.26.1
- Convert USE_XZ to USES
- Add LICENSE
2014-04-12 17:04:16 +00:00
Baptiste Daroussin
461d65ef5d Remove sodipodi 2014-04-11 17:22:13 +00:00
Baptiste Daroussin
012a12bb71 Fix last leftover 2014-04-11 15:32:45 +00:00
Baptiste Daroussin
cd0bf18729 Avoid code duplication between pkg-install and plist
Fix leftovers
2014-04-11 13:18:36 +00:00
Baptiste Daroussin
78602f2dfd Support stage
Remove deprecated ports from gnome2-power-tools and gnome2-fifth-toe
2014-04-11 12:42:06 +00:00
Baptiste Daroussin
5e1d4f1147 Support stage 2014-04-11 10:20:49 +00:00
Baptiste Daroussin
e251369371 Support stage 2014-04-11 10:17:59 +00:00
Baptiste Daroussin
627dfa5b56 Support stage
modernize
2014-04-11 10:15:04 +00:00
Baptiste Daroussin
ddb2e271c5 Support stage
Modernize
2014-04-11 10:10:24 +00:00
Baptiste Daroussin
d9651d5599 Support stage
Modernize
Reduce overlinking by using USES=libtool
2014-04-11 10:07:23 +00:00
Baptiste Daroussin
bab86d0424 Support stage
Modernize
2014-04-11 10:04:00 +00:00
Baptiste Daroussin
98b2973da2 Stageify libxkalvier
USES libtool
Chase libxklavier shlib change
On all ports depending on libxklavier:
- Support stage
- USES=libtool when possible to reduce overlinking
- Support packaging as a user
2014-04-11 09:55:21 +00:00
Baptiste Daroussin
f027d4ff58 Support stage 2014-04-11 08:02:54 +00:00
Pietro Cerutti
a9a1405c7b - Update to 1.2.2
* Fix a bug where an uninitialized XColor struct could cause a segfault on
    some systems (Emanuel Haupt)
2014-04-08 12:09:26 +00:00
Pietro Cerutti
647141d00e - Update to 1.2.1
* Add some missing #include (Emanuel Haupt)
  * Optimize the option parsing code
  * Remove unused variable
2014-04-08 11:39:10 +00:00
Pietro Cerutti
06844e2afb - Update to 1.2.0
* Implement the -bg and -fg options
  * Simplify the code by rewriting the whole stuff in C++
2014-04-08 09:45:48 +00:00
Sunpoet Po-Chuan Hsieh
56e2bca91d - Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove Author line

PR:		188097
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-06 05:47:13 +00:00
Alexey Dokuchaev
3febe31ec5 - Chase libexiv2.so shlib version bump after r350163
- Fix nearby minor style issues while here (not all)

Approved by:	portmgr (bapt), some ports are still NO_STAGE :(
2014-04-04 20:36:47 +00:00
Antoine Brodin
34ecfaf2ff Do not remove directory belonging to BSD.local.dist mtree
Reported by:	poudriere -cat
With hat:	portmgr
2014-04-04 16:13:19 +00:00
Pietro Cerutti
a1aad60c0f - Update to 1.1.7
* Implement bookmarks
2014-04-03 13:37:42 +00:00
Pietro Cerutti
ceada68e2c - Update to 1.1.6
* Fix a bug where the command line wasn't always '\0'-terminated
  * Fix style here and there
  * Update COPYRIGHT years to include 2014
- Fix LICENSE (BSD -> BSD2CLAUSE)
- Add another repo to MASTER_SITES
2014-04-03 11:57:50 +00:00
Dmitry Marakasov
95ab09f5a6 - Fix build on HEAD (unknown clang option -R) 2014-04-03 11:17:57 +00:00
Max Brazhnikov
65b2b253dc KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!
KDE ports:
- Convert to USES=tar:xz

devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs:
- Convert LIB_DEPENDS to new style

devel/p5-perlqt, devel/p5-perlkde:
- Don't remove directories installed by perl port

net/kdnssd:
- moved to net/zeroconf-ioslave (renamed upstream)

x11/kdelibs4:
- Clean up non-standard shared mime files and directories after deinstall

The area51 repository features commits by Alonso Schaich
<alonsoschaich@fastmail.fm> and makc.
2014-04-03 09:49:10 +00:00
Cy Schubert
731377dc97 Register conflicts due to x3270if.
Approved by:	araujo
2014-03-31 04:27:53 +00:00
Sunpoet Po-Chuan Hsieh
749ae647fc - Update to 0.28
Changes:	http://search.cpan.org/dist/X11-GUITest/Changes
PR:		ports/188060
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2014-03-30 18:01: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
Renato Botelho
ff74787a24 Support stage
Approved by:	portmgr (blanket)
2014-03-28 13:10:16 +00:00
Antoine Brodin
018b017995 This port is also broken on freebsd 8
Reported by:	pkg-fallout
2014-03-28 00:20:17 +00:00
Chris Rees
cd9057c8df Modify manpage for FreeBSD-specific information.
Add rc note to pkg-message

PR:		ports/187431
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2014-03-26 21:18:57 +00:00
Baptiste Daroussin
052ec84b5e Support stage 2014-03-24 22:59:12 +00:00
Baptiste Daroussin
25c17fedee Deprecate an unstaged abandonware 2014-03-24 22:52:50 +00:00
Baptiste Daroussin
9f7048d8e5 Deprecate 2014-03-24 22:47:05 +00:00
Baptiste Daroussin
72edbc12b6 Fix packaging as root 2014-03-24 22:39:12 +00:00
Baptiste Daroussin
f8f4f33c07 Support stage
Use python autoplist
2014-03-24 22:31:43 +00:00
Baptiste Daroussin
9f1dfaaa3e Support stage 2014-03-24 22:29:14 +00:00