| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- Bump PORTREVISION for package change
|
|
|
|
| |
- Bump PORTREVISION for package change
|
|
|
|
|
|
| |
most efficient serialization available based on the input.
WWW: http://pear.horde.org
|
|
|
|
|
| |
PR: 191372
Submitted by: tkato432 yahoo com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> PR: If a GNATS PR is affected by the change.
> Submitted by: If someone else sent in the change.
> Reviewed by: If someone else reviewed your modification.
> Approved by: If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email.
> Relnotes: Set to 'yes' for mention in release notes.
> Security: Vulnerability reference (one per line) or description.
> Sponsored by: If the change was sponsored by an organization.
> Empty fields above will be automatically removed.
M head/archivers/pear-Horde_Compress_Fast/Makefile
M head/archivers/pear-Horde_Compress_Fast/distinfo
M head/deskutils/horde-kronolith/Makefile
M head/deskutils/horde-kronolith/distinfo
M head/deskutils/horde-mnemo/Makefile
M head/deskutils/horde-mnemo/distinfo
M head/deskutils/horde-nag/Makefile
M head/deskutils/horde-nag/distinfo
M head/devel/pear-Horde_Core/Makefile
M head/devel/pear-Horde_Core/distinfo
M head/mail/horde-imp/Makefile
M head/mail/horde-imp/distinfo
M head/mail/horde-ingo/Makefile
M head/mail/horde-ingo/distinfo
M head/mail/horde-turba/Makefile
M head/mail/horde-turba/distinfo
M head/mail/horde-webmail/Makefile
M head/mail/horde-webmail/distinfo
M head/mail/pear-Horde_Imap_Client/Makefile
M head/mail/pear-Horde_Imap_Client/distinfo
M head/mail/pear-Horde_Mime/Makefile
M head/mail/pear-Horde_Mime/distinfo
M head/www/horde-base/Makefile
M head/www/horde-base/distinfo
M head/www/horde-trean/Makefile
M head/www/horde-trean/distinfo
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/191482
Submitted by: C. Hutchinson <portmaster@bsdforge.com> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
| |
For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being
used to disable the selected options.
Approved by: portmgr (blanket)
|
| |
|
| |
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
| |
Relevant upstream changes are, taken from the NEWS file:
* Updated the Autoconf scripts to fix some reported build problems.
* Fixed lzo_init() on big-endian architectures like Sparc.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD.
Gea-Suan Lin's work is much appreciated.
Approved by: portmgr (implicit) (not really, skipping NO_STAGE check)
|
| |
|
|
|
|
| |
Approved by: portmgr (myself)
|
|
|
|
|
|
|
|
|
| |
on some architectures, for instance, i386, that would otherwise
leave ULONG_MAX undefined.
Bug is reported upstream.
Reported by: Randy Bush
|
|
|
|
|
| |
MFH: 2014Q2
Security: d1f5e12a-fd5a-11e3-a108-080027ef73ec
|
|
|
|
| |
Failure log: https://people.freebsd.org/~mandree/arj-3.10.22_4.log.xz
|
|
|
|
| |
With hat: portmgr
|
| |
|
| |
|
|
|
|
|
|
| |
- Avoid changing the same file both via the patch and with sed(1)
- Now that with staging PLIST_FILES become long again, resurrect pkg-plist
- Improve COMMENT, port description, sort the knobs, and cleanup the port
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Bump PORTREVISION on dependent ports.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
|
|
|
| |
- Add license
|
|
|
|
|
| |
PR: ports/189885
Submitted by: Melvyn Sopacua <melvyn@magemana.nl>
|
|
|
|
|
|
|
|
|
|
|
| |
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port was removed due not having a publically available distfile.
That has been fixed per the PR with maintainership assigned to submitter.
Additionally:
* The patch-aa was renamed
* The patch-ab and patch-ac touched the same file; they were combined
and renamed
* DragonFly support was added (hence the portrevision bump)
* GPLv2 license was annotated
* 80-column formatting was respected
* PLIST sorted
PR: 188939
Submitted by: Chris Hutchinson
Tweaks: marino
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
| |
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
| |
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
| |
Remove most of USES=zip:infozip
PR: ports/188419
Approved by: portmgr (bapt)
Exp-run: antoine
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
- Fix bash shebang
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
| |
library version.
PR: ports/190409
Submitted by: ports at robakdesign.com
Approved by: portmgr@ (for NO_STAGE)
|
|
|
|
|
| |
- Strip shared library in post-install:
- Bump PORTREVISION for package change
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use the standard MASTER_SITE for zlib.
- Replace PLIST_FILES with a separate pkg-plist.
- Instead of using the bundled "Makefile" set USE_AUTOTOOLS to generate
a new Makefile from Makefile.am that allows building libminizip.so.
Also remove MAKE_ARGS, do-install and patch-contrib-minizip-Makefile.
- Silence post-patch.
- Adjust regression-test.
PR: 190179
Approved by: bapt
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
- USE_BZIP2 -> USES=tar:bzip2
- LICENSE=BSD -> BSD[n]CLAUSE
|
|
|
|
|
|
|
|
| |
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine)
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
|
| |
USES=zip is currently desired when all distfiles are zip archives, unless
the after-extraction arguments are tailored for ${TAR}. Currently
USES=zip is incompatible with multiple distfiles of different formats,
but this is being worked on.
Approved by: general infrastructure blanket
|
|
|
|
|
|
|
| |
USES=zip is required when at least one distfile is a zip archive, unless
the after-extraction arguments are tailored for ${TAR}
Approved by: general infrastructure blanket
|
|
|
|
|
| |
CR: D70
Approved by: bapt (portmgr)
|
| |
|
|
|
|
|
|
|
|
| |
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
comms/pear-Horde_ActiveSync 2.15.1 -> 2.16.1
devel/pear-Horde_Alarm 2.2.0 -> 2.2.1
devel/pear-Horde_Argv 2.0.8 -> 2.0.9
security/pear-Horde_Auth 2.1.3 -> 2.1.4
archivers/pear-Horde_Compress 2.0.7 -> 2.0.8
security/pear-Horde_Crypt 2.4.2 -> 2.4.3
devel/pear-Horde_Data 2.0.4 -> 2.0.5
devel/pear-Horde_Date 2.0.9 -> 2.0.10
www/pear-Horde_Dav 1.0.4 -> 1.0.6
databases/pear-Horde_Db 2.1.1 -> 2.1.2
devel/pear-Horde_History 2.3.0 -> 2.3.1
graphics/pear-Horde_Image 2.0.7 -> 2.0.8
mail/pear-Horde_Imap_Client 2.19.6 -> 2.20.0
devel/pear-Horde_Itip 2.0.5 -> 2.0.6
mail/pear-Horde_ListHeaders 1.1.1 -> 1.1.2
devel/pear-Horde_Lock 2.1.0 -> 2.1.1
mail/pear-Horde_Mail 2.2.0 -> 2.3.0
mail/pear-Horde_Mime 2.3.4 -> 2.3.5
mail/pear-Horde_Mime_Viewer 2.0.6 -> 2.0.7
devel/pear-Horde_Nls 2.0.3 -> 2.0.4
mail/pear-Horde_Smtp 1.4.1 -> 1.5.0
devel/pear-Horde_Token 2.0.4 -> 2.0.5
|
|
|
|
| |
Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
|
| |
|
|
|
|
|
| |
- Modernize ports Makefiles
- Update MASTER_SITES/distfile for converters/chmview
|
|
|
|
|
|
| |
- USES=libtool tar:xz.
- INSTALL_TARGET=install-strip.
- Add CONFIGURE_ARGS=--disable-static to ports that only install plugins.
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
PR: ports/188462
Submitted by: Bartek Rutkowski <ports at robakdesign.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/189195
Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
While here:
- archivers/libmspack:
* Strip binaries
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Archive-Any-Lite/Changes
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
s/:MWITH_PEAR_MAIL/:MPEAR_MAIL/
- no PORTREVION bump since all OPTIONS are off by default
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
| |
- Properly install and cleanup man dirs not in BSD.local.dist
PR: ports/188755 [1]
Submitted by: xmj [1]
|
|
|
|
|
|
|
| |
- Update to bugfix release 0.11.2
- Convert to USES=tar:xz
- Remove needless USE_AUTOTOOLS
- Strip installed library
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
With hat: portmgr
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Strip shared library in post-install: phase
- Bump PORTREVISION for package change
Suggested by: vd [1]
|
|
|
|
|
| |
- Strip shared library in post-install: phase
- Bump PORTREVISION for package change
|
|
|
|
| |
Notified by: antoine (via irc)
|
| |
|
|
|
|
| |
- Use precise BSD licenses
|
|
|
|
|
|
|
|
| |
- Fixes build on 11-CURRENT
PR: ports/186611
Submitted by: rakuco
Approved by: maintainer timeout (nivit, >4 weeks)
|
| |
|
| |
|
|
|
|
| |
USE_XZ -> USES+=tar:xz
|
|
|
|
| |
. Replace USE_XZ=yes by USES=tar:xz
|
| |
|
|
|
|
| |
- Add LICENSE
|
|
|
|
|
|
|
|
|
|
|
| |
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-07 deskutils/phprojekt: No more public distfiles
2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles
2014-03-07 dns/skadns: No more public distfiles
2014-03-07 sysutils/gkrellmwho2: No more public distfiles
2014-03-07 audio/xmms-musepack: No more public distfiles
2014-03-07 archivers/bzip: No more public distfiles
2014-03-07 devel/cvsstat: No more public distfiles
2014-03-07 graphics/enfle: No more public distfiles
2014-03-07 audio/oggsplit: No more public distfiles
2014-03-07 devel/picasm: No more public distfiles
2014-03-07 databases/mysql-udf-preg: No more public distfiles
2014-03-07 devel/py-gitpython: No more public distfiles
2014-03-07 net/mars_nwe: No more public distfiles
2014-03-07 audio/fmio: No more public distfiles
|
| |
|
|
|
|
| |
Use bsdtar to extrace zip
|
| |
|
|
|
|
| |
With hat: perl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
deskutils/kdepim4:
- Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1]
misc/kdehier4:
- add tests directory (r343428 commit to Templates/BSD.local.dist)
security/kwallet:
- moved to security/kwalletmanager (renamed upstream)
x11/kdelibs:
- remove workaround, which is not needed after global fix in
Mk/bsd.kde4.mk (r315373)
PR: ports/187259 [1]
Submitted by: Tobias Berner <tcberner@gmail.com>
|
|
|
|
| |
Use options helpers
|
|
|
|
| |
Simplify URL and editorial changes in pkg-descr.
|
|
|
|
|
|
|
| |
to say goodbye. Upstream unsupported it since 2011-01-06 (see
http://php.net/eol.php )
Strip PHP 5.2 out of Mk/bsd.php.mk
|
|
|
|
|
|
| |
Error logs are available in the pkg-fallout archives
Reported by: pkg-fallout since at least january 2014
|
|
|
|
|
|
|
|
| |
- Use = instead of +=
- Use CONFLICTS_INSTALL instead off CONFLICTS
Submitted by: sunpoet (myself)
Approved by: maintainer (no object, 3 weeks)
|
|
|
|
|
|
|
|
|
| |
- Use CONFLICTS_INSTALL instead off CONFLICTS
- Respect LDFLAGS
- Remove contiguous blank lines
- Cosmetic change
Thanks to: naddy, vanilla
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Among changes:
- Switch KDE4_PREFIX to ${LOCALBASE}
- Remove now needless misc/kde4-shared-mime-info port
- Add stage support
- Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Drop support for FreeBSD 7.x
- Remove Qt/KDE 3 related workarounds
- Remove local patches and use upstream version scheme for libraries
- sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4,
and x11-clocks/kdetoys4 ports have been split.
- devel/kcachegrind is now a part of KDE SC [1]
- more logs in area51 repo...
New ports:
devel/kde-dev-scripts: KDE development scripts
devel/kde-dev-utils: KDE development utilities
games/klickety: Tetris themed solitaire
games/picmi: Single player logic-based puzzle game
textproc/libkomparediff2: Library to compare files and strings
The area51 repository features commits by Schaich Alonso, avilla, rakuco
and myself.
PR: ports/186491
Exp-run: by bdrewery
Approved by: beat (former maintainer) [1]
|
| |
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
- Minor port clean-ups
|
| |
|
|
|
|
|
|
| |
afterwards.
Encouraged by: mat
|
|
|
|
|
|
| |
afterwards.
Encouraged by: mat
|
|
|
|
|
|
| |
afterwards.
Encouraged by: mat
|
|
|
|
|
|
| |
afterwards.
Encouraged by: mat
|
| |
|
|
|
|
| |
- Add mirror
|
|
|
|
| |
any install target.
|
|
|
|
| |
any install target.
|
|
|
|
| |
any install target.
|
|
|
|
| |
any install target.
|
|
|
|
| |
any install target.
|
| |
|
|
|
|
| |
The last three PRs all timed out.
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Compress-Snappy/Changes
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
Fix build with other PHP than 5.4
|
| |
|
|
|
|
| |
- Take maintainership
|
| |
|
|
|
|
|
|
| |
public distfiles
Reported by: distilator
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Archive-Zip/Changes
|
|
|
|
| |
- Strip shared objects
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
USES=libtool
Use options helpers
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Archive-Extract/CHANGES
|
|
|
|
| |
Changes: http://search.cpan.org/dist/IO-Compress-Lzop/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/IO-Compress-Lzma/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/IO-Compress-Lzf/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/IO-Compress/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Compress-Raw-Lzma/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Support staging
PR: ports/185794 [1]
Submitted by: Henry Hu <henry.hu.sh@gmail.com>
|
|
|
|
|
| |
PR: 185276
Submitted by: Wesley Shields
|
|
|
|
| |
Approved by: bapt@ (co-mentor)
|
| |
|
| |
|
|
|
|
|
|
| |
- Add LICENSE
Changes: https://github.com/merrilymeredith/p5-Compress-LZW/commits/master
|
|
|
|
|
|
|
| |
Horde_ActiveSync 2.10.0 -> 2.11.0
Horde_Compress 2.0.4 -> 2.0.6
Horde_Imap_Client 2.16.2 -> 2.17.0
Horde_Mail 2.1.2 -> 2.1.3
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
Submitted by: vanilla
|
|
|
|
| |
Move pkg-plist into Makefile's PLIST_FILES.
|
|
|
|
|
|
|
|
|
|
| |
Zopfli is a new zlib (gzip, deflate) compatible compressor.
This compressor takes more time (~100x slower), but compresses
around 5% better than zlib and better than any other zlib-compatible
compressor we have found.
PR: ports/185680
Submitted by: Alexander Kuehn <freebsd@nagilum.org>
|
| |
|
|
|
|
|
|
| |
Stop patching Makefile and let stage take care installing PORTDICS or not
This avoid including too many times bsd.port.mk
|
|
|
|
|
|
|
| |
minizip/miniunz programs from the ZLib.
PR: ports/184697
Submitted by: lbartoletti <coder@tuxfamily.org>
|
|
|
|
|
|
|
| |
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
|
|
|
| |
tree
|
| |
|
|
|
|
| |
Approved by: bapt
|
|
|
|
| |
Do not run post-install (it is automatic when staged)
|
|
|
|
|
|
|
|
|
| |
- Update HACKAGE_SITE to follow changes in upstream
- MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports
- Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of
${DO_NADA}, some refactoring
Obtained from: FreeBSD Haskell
|
|
|
|
|
|
|
|
|
|
|
| |
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt
PR: ports/184806
Reported by: many
Obtained from: FreeBSD Haskell
MFH: 2014Q1
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Remove the ignore, even if it is already in base, it doesn't hurt if someone wants to install it
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Remove license as it is not really BSD license and a special case should be added here
Use bsdtar to extract the zip files
|
|
|
|
|
|
| |
Fix shebang where needed
Use options helpers
Stop installing the /usr/src directories
|
| |
|
|
|
|
|
| |
Check for xz in path instead of checking osversion and looking for it in localbase
Remove useless do-fetch target
|
| |
|
| |
|
|
|
|
|
|
| |
Strip binaries
Respect DESTDIR
Respect CC (this unbreak building on 10+)
|
| |
|
|
|
|
|
|
| |
Fix bad shebangs
Do not install anymore the ${PREFIX}/src directories
Use options helpers
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Avoid useless patching
|
| |
|
|
|
|
|
|
|
|
| |
It was missed during the update in r338410 and basically made p7zip stop
handling any archive type.
Reported by: Green Dog <fiziologus@gmail.com>
Pointy hat to: rakuco
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of some sed calls, supporting staging.
- Set LICENSE for the port. [1]
- Get rid of the MINIMAL and MODULES options. They were not very useful and
its handling was needlessly complicating the Makefile logic. We now always
build as if MINIMAL was unset.
- Stop installing the p7zip and Client7z wrappers.
- Move the installation of the RAR decompression codec to
archivers/p7zip-codec-rar, as its source code uses a more restrictive
license than the LGPL21 used for the rest of the code base.
PR: ports/185238 [1]
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> [1]
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Archive-Zip/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
|