| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- USES=libtool tar:xz.
- INSTALL_TARGET=install-strip.
- Add CONFIGURE_ARGS=--disable-static to ports that only install plugins.
Notes:
svn path=/head/; revision=354470
|
|
|
|
|
|
|
|
|
| |
2014-05-12 archivers/star: Depends on deprecated smake
2014-05-12 editors/ved: Depends on deprecated smake
2014-04-12 japanese/chasen: Unmaintained since 2001
Notes:
svn path=/head/; revision=354150
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
Notes:
svn path=/head/; revision=353898
|
|
|
|
| |
Notes:
svn path=/head/; revision=353748
|
|
|
|
| |
Notes:
svn path=/head/; revision=353747
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=353599
|
|
|
|
| |
Notes:
svn path=/head/; revision=353133
|
|
|
|
|
|
|
|
| |
PR: ports/188462
Submitted by: Bartek Rutkowski <ports at robakdesign.com>
Notes:
svn path=/head/; revision=353083
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=353054
|
|
|
|
| |
Notes:
svn path=/head/; revision=353050
|
|
|
|
| |
Notes:
svn path=/head/; revision=353049
|
|
|
|
| |
Notes:
svn path=/head/; revision=352991
|
|
|
|
|
|
|
|
| |
PR: ports/189195
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Notes:
svn path=/head/; revision=352987
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=352986
|
|
|
|
| |
Notes:
svn path=/head/; revision=352930
|
|
|
|
| |
Notes:
svn path=/head/; revision=352787
|
|
|
|
| |
Notes:
svn path=/head/; revision=352631
|
|
|
|
|
|
|
|
|
| |
While here:
- archivers/libmspack:
* Strip binaries
Notes:
svn path=/head/; revision=352497
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Archive-Any-Lite/Changes
Notes:
svn path=/head/; revision=352278
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=352062
|
|
|
|
| |
Notes:
svn path=/head/; revision=351963
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=351936
|
|
|
|
|
|
|
|
|
| |
s/:MWITH_PEAR_MAIL/:MPEAR_MAIL/
- no PORTREVION bump since all OPTIONS are off by default
Notes:
svn path=/head/; revision=351594
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=351586
|
|
|
|
|
|
|
|
|
|
| |
- Properly install and cleanup man dirs not in BSD.local.dist
PR: ports/188755 [1]
Submitted by: xmj [1]
Notes:
svn path=/head/; revision=351578
|
|
|
|
|
|
|
|
|
|
| |
- Update to bugfix release 0.11.2
- Convert to USES=tar:xz
- Remove needless USE_AUTOTOOLS
- Strip installed library
Notes:
svn path=/head/; revision=351525
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=351411
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=350895
|
|
|
|
| |
Notes:
svn path=/head/; revision=350665
|
|
|
|
| |
Notes:
svn path=/head/; revision=350663
|
|
|
|
| |
Notes:
svn path=/head/; revision=350106
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=350055
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=349983
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=349759
|
|
|
|
| |
Notes:
svn path=/head/; revision=349605
|
|
|
|
| |
Notes:
svn path=/head/; revision=349519
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=349475
|
|
|
|
| |
Notes:
svn path=/head/; revision=349289
|
|
|
|
| |
Notes:
svn path=/head/; revision=349288
|
|
|
|
| |
Notes:
svn path=/head/; revision=349151
|
|
|
|
| |
Notes:
svn path=/head/; revision=349093
|
|
|
|
|
|
|
|
|
|
| |
- Strip shared library in post-install: phase
- Bump PORTREVISION for package change
Suggested by: vd [1]
Notes:
svn path=/head/; revision=348577
|
|
|
|
|
|
|
|
| |
- Strip shared library in post-install: phase
- Bump PORTREVISION for package change
Notes:
svn path=/head/; revision=348576
|
|
|
|
|
|
|
| |
Notified by: antoine (via irc)
Notes:
svn path=/head/; revision=348556
|
|
|
|
| |
Notes:
svn path=/head/; revision=348550
|
|
|
|
|
|
|
| |
- Use precise BSD licenses
Notes:
svn path=/head/; revision=348491
|
|
|
|
|
|
|
|
|
|
|
| |
- Fixes build on 11-CURRENT
PR: ports/186611
Submitted by: rakuco
Approved by: maintainer timeout (nivit, >4 weeks)
Notes:
svn path=/head/; revision=348485
|
|
|
|
| |
Notes:
svn path=/head/; revision=348359
|
|
|
|
| |
Notes:
svn path=/head/; revision=348200
|
|
|
|
|
|
|
| |
USE_XZ -> USES+=tar:xz
Notes:
svn path=/head/; revision=348096
|