1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

3851 Commits

Author SHA1 Message Date
Christian Weisgerber
c51f3f1605 Update to 1.27.1. Bug fixes:
* Fix unquoting of file names obtained via the -T option.
* Fix GNU long link header timestamp (backward compatibility).
* Fix extracting sparse members from star archives.

PR:		189675
Submitted by:	Jason Harris <jharris@widomaker.com>
2014-05-12 21:31:01 +00:00
Baptiste Daroussin
c80bd62d8d Convert to USES=dos2unix 2014-05-11 23:33:00 +00:00
Baptiste Daroussin
e1377ec47e Convert to USES=dos2unix 2014-05-11 23:31:52 +00:00
Max Brazhnikov
90e380e1cb KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!
deskutils/kdepim4:
- Remove no longer needed patch, the problem was fixed since Qt 4.8.4.

The area51 repository features commits by rakuco and makc.
2014-05-10 19:43:14 +00:00
Pawel Pekala
d8c87341f3 Update to version 1.17.9 2014-05-06 20:44:17 +00:00
Sofian Brabez
bcf885b42a - Support STAGEDIR
PR:		ports/188462
Submitted by:	Bartek Rutkowski <ports at robakdesign.com>
2014-05-06 11:17:29 +00:00
Tijl Coosemans
a45da9a027 Convert archivers/libzip to USES=libtool. Bump PORTREVISION on all
dependent ports.

cad/repsnapper:
- Remove excessive dependencies.
- Convert to USES=libtool.
- Set LDFLAGS to fix detection of libintl.
- Use @sample.

databases/mysql-workbench51:
- Remove remnants of former slave ports.
- Convert some LIB_DEPENDS to USE_GNOME.
- Convert to USES=libtool.
- Staging.

databases/mysql-workbench52:
- USES=libtool.

devel/libsigrok:
- USES=libtool.
- INSTALL_TARGET=install-strip.

devel/liborcus:
- USES=libtool tar:bzip2.
2014-05-05 22:50:59 +00:00
Tijl Coosemans
553b3f1289 Drop libtool patch and .la library. 2014-05-05 21:54:32 +00:00
Tijl Coosemans
d0d9ec815e Convert to USES=libtool. 2014-05-05 21:53:16 +00:00
Tijl Coosemans
781090c033 Remove libtool patching. 2014-05-05 10:46:25 +00:00
Alex Kozlov
e9e650f0aa - Update to 0.616
PR:	ports/189195
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2014-05-05 09:59:59 +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
Sunpoet Po-Chuan Hsieh
b44a6e2658 - Remove Author line 2014-05-03 18:21:43 +00:00
Sunpoet Po-Chuan Hsieh
5a19ae3878 - Remove Author line 2014-05-02 09:41:34 +00:00
Pawel Pekala
589d48437e Update to version 1.17.8 2014-04-29 16:36:42 +00:00
Baptiste Daroussin
e9e5e42574 Convert from USE_AUTOTOOLS=libtool to uses=libtool
While here:
- archivers/libmspack:
  * Strip binaries
2014-04-28 13:12:26 +00:00
Sunpoet Po-Chuan Hsieh
eacfebc2dd - Update to 0.09
Changes:	http://search.cpan.org/dist/Archive-Any-Lite/Changes
2014-04-26 18:09:39 +00:00
David Naylor
a39d5573ba Update my ports to be compliant with new USES framework and fix other issues.
Changes:
 * various: migrate USE_BZIP2 to USES=tar:bzip2
 * various: migrate USE_XZ to USES=tar:xz
 * multimedia/py-ffmpeg: add and prefer github (GH) as master site
 * ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD)

Most ports are updated infrequently so a single batch commit is preferred over
collating changes per port.
2014-04-24 20:11:01 +00:00
Pawel Pekala
c10d2c9944 Update to version 1.17.7 2014-04-23 18:07:04 +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
Olli Hauer
7251bdda73 - fix badly converted PORT_OPTIONS
s/:MWITH_PEAR_MAIL/:MPEAR_MAIL/

- no PORTREVION bump since all OPTIONS are off by default
2014-04-19 11:13:18 +00:00
Bryan Drewery
7c540e8148 - Don't remove directories owned by BSD.local.dist
With hat:	portmgr
2014-04-19 06:43:21 +00:00
Bryan Drewery
dd0de43921 - Fix shebang issues [1]
- Properly install and cleanup man dirs not in BSD.local.dist

PR:		ports/188755 [1]
Submitted by:	xmj [1]
2014-04-19 00:49:48 +00:00
Max Brazhnikov
1d7811daed archivers/libzip:
- Update to bugfix release 0.11.2
- Convert to USES=tar:xz
- Remove needless USE_AUTOTOOLS
- Strip installed library
2014-04-18 09:35:56 +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
Baptiste Daroussin
8f4c7ee1ee Chase smake deprecation
With hat:	portmgr
2014-04-11 07:59:26 +00:00
Akinori MUSHA
f2419e0f5d Remove ruby-libarchive; Use the gem version instead. 2014-04-09 02:38:39 +00:00
Akinori MUSHA
6934348ba0 Add rubygem-libarchive 0.1.2. 2014-04-09 02:33:59 +00:00
Baptiste Daroussin
6a84798a29 Simplification and cleanup of the port 2014-04-04 12:58:01 +00:00
Rene Ladan
b5e4d37e4f Remove expired ports:
2014-04-03 www/aolserver: abandonware, messing up on clusters
2014-04-03 www/openacs-dotlrn: Depends on expiring www/aolserver
2014-04-03 www/openacs: Depends on expiring www/aolserver
2014-04-03 security/aolserver-nsmcrypt: abandonware, messing up on clusters
2014-04-03 www/aolserver-xotcl: abandonware, messing up on clusters
2014-04-03 graphics/aolserver-nsgd: abandonware, messing up on clusters
2014-04-03 security/aolserver-nsencrypt: abandonware, messing up on clusters
2014-04-03 security/aolserver-nsmhash: abandonware, messing up on clusters
2014-04-03 archivers/aolserver-nszlib: abandonware, messing up on clusters
2014-04-03 security/aolserver-nsopenssl: abandonware, messing up on clusters
2014-04-03 databases/aolserver-nspostgres: abandonware, messing up on clusters
2014-04-03 databases/aolserver-nsmysql: abandonware, messing up on clusters
2014-04-03 security/aolserver-nssha1: abandonware, messing up on clusters
2014-04-03 23:01:30 +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
Renato Botelho
5530b79df2 Support STAGE
Approved by:	portmgr (blanket)
2014-03-31 14:37:43 +00:00
Nicola Vitale
798c36c6c4 - Add a patch to fix build, when a previous version is installed 2014-03-30 03:10:03 +00:00
Koop Mast
8fa5325438 Stageify. 2014-03-29 14:16:39 +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
e27d4b019c Stage support 2014-03-26 20:35:55 +00:00
Antoine Brodin
4cef51f686 Stage support 2014-03-26 20:18:38 +00:00
Baptiste Daroussin
cede96a7ab Support stage 2014-03-25 15:11:29 +00:00
Baptiste Daroussin
362d680e01 Support stage 2014-03-24 23:17:20 +00:00
Sunpoet Po-Chuan Hsieh
e41a946b4c - Fix PLIST: use NONEXISTENT instead of empty string [1]
- Strip shared library in post-install: phase
- Bump PORTREVISION for package change

Suggested by:	vd [1]
2014-03-18 16:16:53 +00:00
Sunpoet Po-Chuan Hsieh
d0e4e95b5f - Use USES=libtool
- Strip shared library in post-install: phase
- Bump PORTREVISION for package change
2014-03-18 16:16:49 +00:00
Emanuel Haupt
1df502b5ef Fix @@${MKDIR} -> @${MKDIR}
Notified by:	antoine (via irc)
2014-03-18 14:41:08 +00:00
Emanuel Haupt
50418f3429 Quiesce mkdir 2014-03-18 14:26:57 +00:00
Pawel Pekala
47ea202739 - Convert to USES=tar
- Use precise BSD licenses
2014-03-17 16:56:15 +00:00
Steve Wills
c2fb6a937f - Update to 0.6.2
- Fixes build on 11-CURRENT

PR:		ports/186611
Submitted by:	rakuco
Approved by:	maintainer timeout (nivit, >4 weeks)
2014-03-17 15:54:22 +00:00
Sunpoet Po-Chuan Hsieh
96d7569412 - Fix USE_PYTHON 2014-03-15 17:43:25 +00:00
Emanuel Haupt
7aef37f62e Convert USE_BZIP2=yes to USES=tar:bzip2 2014-03-14 10:15:52 +00:00
Christian Weisgerber
62ef31db61 USE_BZIP2 -> USES+=tar:bzip2
USE_XZ    -> USES+=tar:xz
2014-03-13 16:11:14 +00:00
Renato Botelho
ed70ca358f . Update to 4.14
. Replace USE_XZ=yes by USES=tar:xz
2014-03-13 12:43:19 +00:00
Renato Botelho
6d38c115f4 Remove uneeded keywords: line from pkg-descr 2014-03-13 12:27:54 +00:00