| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- Use standard autotools targets.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
It fails with modern compiler (ancient c++ code)
Upstream is dead
Unstaged
|
| |
|
| |
|
|
|
|
|
|
| |
- Add more TEST_DEPENDS
Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes
|
| |
|
|
|
|
| |
Submitted by: culot
|
|
|
|
|
|
|
|
| |
Encode/decode data using ASN.1 Basic Encoding Rules (BER)
PR: ports/187302
Submitted by: pi (myself)
Approved by: culot (mentor)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/JSON-Any/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Fix error handling
PR: 187757
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
|
|
| |
- Support stage [1]
PR: ports/188603 [1]
Submitted by: Bartek Rutkowski [1]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
PR: ports/188595
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
| |
|
|
|
|
| |
Approved by: Denis Pokataev <catone@cpan.org> (maintainer, via email)
|
| |
|
|
|
|
| |
Allow packaging as a user
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
in CONFIGURE_ARGS with ICONV_PREFIX. Also add CFLAGS to INC in
CONFIGURE_ARGS to get -DLIBICONV_PLUG on FreeBSD 10 with libiconv installed.
PR: ports/187907
Approved by: perl (mat)
|
|
|
|
|
| |
Reported by: Mike Harding <mvharding@gmail.com> (via email)
Approved by: perl (mat)
|
|
|
|
|
| |
- Remove leading article from COMMENT
- Define DOCS option
|
| |
|
|
|
|
|
|
|
|
|
| |
- Enable -fvisibility=hidden.
- Add USE_CSTD=gnu89 to fix compilation with -O0 and -Oz.
- Add DOCS option.
PR: ports/186846
Approved by: kwm, marcus
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
| |
- Support staging
- Patch upstream makefile to not mix LOCALBASE and PREFIX
PR: 186196
Submitted by: amdmi3
Approved by: maintainer timeout
|
|
|
|
| |
Changes: http://search.cpan.org/dist/JSON-Tiny/Changes
|
|
|
|
| |
With hat: perl
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/JSON-Tiny/Changes
|
|
|
|
|
|
|
| |
for plist change.
PR: ports/186590
Approved by: maintainer
|
|
|
|
| |
was included into bsd.python.mk
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/JSON-Tiny/Changes
|
| |
|
|
|
|
| |
Tested by: Frank Broniewski
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace PERL with REINPLACE_CMD in post-patch.
- Replace "iconv.h" with "${ICONV_PREFIX}/include/iconv.h" so
/usr/include/iconv.h is included on FreeBSD 10 even when
converters/iconv is installed. The port uses iconvctl(3) which
isn't declared in /usr/local/include/iconv.h with -DLIBICONV_PLUG.
- files/patch-lib-error.c: Implement program_name using __progname.
- files/patch-libiconv-Makefile.in: deleted because the libiconv
directory isn't built.
- files/patch-src-Makefile.in:
+ Remove chunks that aren't needed.
+ Remove ../lib/libreco.a from LIBS so CFLAGS+=-fPIC can be removed
from the port Makefile. Instead, just copy lib/error.c (the only
file needed from libreco.a) to src/error.c and compile it into
librecode.so.
PR: 186637
Approved by: demon (maintainer)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Stage support
- Bump PORTREVISION
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Enable FPM by default [2]
- Add support to override configure flags [3]
To users requesting mod_php package, please read this:
https://wiki.apache.org/httpd/PHP-FPM
PR: ports/185438 [1], ports/186536 [2]
Submitted by: Ilya Bakulin <webmaster@kibab.com> [1],
Reinier Schoof <reinier@skoef.nl> [2]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Enable FPM by default [2]
- Add support to override configure flags [3]
To users requesting mod_php package, please read this:
https://wiki.apache.org/httpd/PHP-FPM
PR: ports/186564 [1], ports/185437 [2], ports/186536 [3]
Submitted by: Rustem Alimov <rustem.alimov@gmail.com> [1],
Ilya Bakulin <webmaster@kibab.com> [2],
Reinier Schoof <reinier@skoef.nl> [3]
|
|
|
|
| |
Thanks to: Ashish Kulkarni (upstream developer)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/184596
Tested by: grembo
Approved by: ale (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
iconv extensions that the base system iconv doesn't support yet:
* wchar_t: port uses the special WCHAR_T character conversion.
* translit: port uses //TRANSLIT or //IGNORE conversion options.
Adding one or both of these arguments makes the port depend on
converters/libiconv for now.
- Allow installation of converters/libiconv on FreeBSD 10+.
- Use ICONV_CONFIGURE_ARG in devel/gettext instead of defining CPPFLAGS
and LDFLAGS to fix compilation with libiconv installed.
- Stage converters/libiconv and devel/gettext.
Approved by: bapt (on trust)
|
|
|
|
| |
Approved by: portmgr (blanket infrastructure)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/178251
Submitted by: Chad Slater <chad.slater (at) gmail.com>
Approved by: maintainer time-out (8 months)
|
| |
|
|
|
|
| |
- Take maintainership of a few ports
|
| |
|
|
|
|
| |
- Use PYDISTUTILS_AUTOPLIST
|
|
|
|
| |
- Get rid of infozip dependency
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/JSON-Tiny/Changes
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
The previous commit enabled non-root builds to work, but broke builds
by root instead. The ${GID} variable is blank when the user is root,
so the replacement of "root" with ${GID} resulted in bad command.
Just use ${BSD_INSTALL_PROGRAM} instead and revbump because the packaged
binaries could be stripped now because of that. Commit covered by the
"Just fix it" blanket.
|
| |
|
| |
|
|
|
|
|
|
|
| |
While here switch MASTER_SITES to github cloud
Use MAKE_ARGS do avoid patching
With hat: lua@
|
|
|
|
|
|
| |
Update Comment
Add LICENSE blob.
Stagify.
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: bsam
|
| |
|
| |
|
|
|
|
| |
Allow packaging as a user
|
| |
|
|
|
|
| |
Use bsdtar to extract the zip file
|
| |
|
|
|
|
| |
Fix shebang
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Use bsdtar to extract zip
|
| |
|
| |
|
|
|
|
| |
Thanks: makc
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/184699
Reviewed by: bapt
Approved by: portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
|
|
|
|
|
|
|
|
|
| |
Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.
Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax.
|
|
|
|
|
|
|
|
| |
- Add option for docs
- Support staging
PR: ports/184908
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2013-12-22 devel/ruby-cvs: Broken for more than 6 month
2013-12-22 devel/hs-reactive: Broken for more than 6 month
2013-12-22 databases/rubygem-delayed_job_data_mapper: Broken for more than 6 month
2013-12-22 graphics/xmagv: Broken for more than 6 month
2013-12-22 lang/slib-gauche: Broken for more than 6 month
2013-12-22 graphics/f-spot: Broken for more than 6 month
2013-12-22 sysutils/linux-megamgr: Broken for more than 6 month
2013-12-22 games/linux-savage-samuraiwars: Broken for more than 6 month
2013-12-22 ftp/gftp: Broken for more than 6 month
2013-12-22 devel/hs-DeepArrow: Broken for more than 6 month
2013-12-22 converters/py-svglib: Broken for more than 6 month
2013-12-22 converters/p5-Unicode-Lite: Broken for more than 6 month
2013-12-22 mail/squirrelmail-calendar_sql_backend-plugin: Broken for more than 6 month
2013-12-22 finance/quantlib: Broken for more than 6 month
2013-12-22 games/xkobo: Broken for more than 6 month
2013-12-22 games/quake3-rq3: Broken for more than 6 month
2013-12-22 math/fbm: No new release since 2004, new supported upstream
|
|
|
|
|
|
|
| |
- Support staging
PR: ports/184856
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
| |
Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes
|
|
|
|
| |
LIB_DEPENDS in converters
|
|
|
|
| |
- USES=gmake
|
|
|
|
| |
Changes: http://search.cpan.org/dist/JSON-Tiny/Changes
|
|
|
|
|
|
|
|
|
| |
Since this patch converts all affected ports, bsd.cran.mk no longer supports
NO_STAGE and errors out if NO_STAGE is set.
Exp-run: ports/184216
Reviewed by: bdrewery
Approved by: portsmgr, wen
|
|
|
|
|
| |
Tested by: poudriere
Approved by: portmgr (bapt)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/JSON-Tiny/Changes
|
| |
|
|
|
|
|
|
|
|
| |
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr)
|
|
|
|
|
|
| |
adjust dependent ports
Reviewed by: pfg, thierry, tota
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
JSON::Tiny is a standalone adaptation of Mojo::JSON, from the Mojolicious
framework. It has been adapted as a single-source-file module of under 350 lines
of code and core-only dependencies.
Key features include relaxed JSON handling, transparent Unicode support, speed,
small memory footprint, and a minimal code base ideal for bundling or inlining.
Mojo::JSON was chosen as a model because it is robust, minimal, and well tested.
Mojo::JSON's tests were also adapted to a design free of non-core dependencies.
WWW: http://search.cpan.org/dist/JSON-Tiny/
|
|
|
|
| |
- Convert to new options framework
|
|
|
|
| |
Changes: http://search.cpan.org/dist/JSON-Any/CHANGES
|
|
|
|
|
|
|
|
| |
- Update to 1.0.0
- Allow staging
PR: ports/183610 (based on)
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
- Remove hardcoded p5-JSON dependency
- Add TEST_DEPENDS
- Add CPANEL, JSON_XS, JSON_PP, JSON and JSON_DWIW options for JSON backend
Changes: http://search.cpan.org/dist/JSON-Any/CHANGES
|
|
|
|
|
|
|
|
|
|
|
| |
JSON::MaybeXS tries to load Cpanel::JSON::XS, and if that fails instead tries to
load JSON::PP. If neither is available, an exception will be thrown.
It then exports the encode_json and decode_json functions from the loaded
module, along with a JSON constant that returns the class name for calling new
on.
WWW: http://search.cpan.org/dist/JSON-MaybeXS/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Cpanel::JSON::XS converts Perl data structures to JSON and vice versa. Its
primary goal is to be correct and its secondary goal is to be fast. To reach the
latter goal it was written in C.
As this is the n-th-something JSON module on CPAN, what was the reason to write
yet another JSON module? While it seems there are many JSON modules, none of
them correctly handle all corner cases, and in most cases their maintainers are
unresponsive, gone missing, or not listening to bug reports for other reasons.
WWW: http://search.cpan.org/dist/Cpanel-JSON-XS/
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Undeprecate
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to USES
- Convert to staging
PR: ports/183133
Submitted by: Me
Approved by: Maintainer timeout
|
|
|
|
|
| |
PR: ports/183710
Submitted by: Takefu
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Support STAGEDIR
- Remove PORTSCOUT
Changes: http://search.cpan.org/dist/JSON-XS/Changes
|
|
|
|
| |
- convert to new LIB_DEPENDS format
|
| |
|
|
|
|
|
| |
. Remove Author:
. Use space on WWW
|
| |
|
| |
|
| |
|
|
|
|
| |
- use OPTIONS_DEFINE
|
|
|
|
|
|
|
|
| |
- Support STAGEDIR
Changes: http://search.cpan.org/dist/URI-UTF8-Punycode/Changes
PR: ports/183366
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.04.14
- Enable auto plist generation & remove pkg-plist accordingly
- Enable STAGE support
While I'm here:
- Whitespace alignment
- Re-order a couple of Makefile entries
Changes: 2013-09-20 unidecode 0.04.14
* Revert transliteration for Latin characters with umlauts back
to language-neutral, unaccented characters.
* Added transliterations for circled numbers, letters and ordinals.
* Minor fixes to rarely used punctuation characters.
PR: ports/183136
Submitted by: Douglas Thrift <douglas@douglasthrift.net>
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
decided to build world with WITHOUT_ICONV set. There's no need for
this check to be based on OSVERSION.
Some users (i.e. me), report subtle application breakages with the
iconv-from-src that disappear when iconv-from-ports is installed.
Allow for a bridge till these issues are sorted out.
Approved by: portmgr (bdrewery)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@
|
|
|
|
|
| |
- USES=gmake.
- Make the Requires field private in pkgconfig file.
|
|
|
|
| |
TODO: backport patches from www/qt4-webkit
|
|
|
|
|
|
| |
- Support STAGEDIR
Changes: http://search.cpan.org/dist/Text-Bidi/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/JSON-PP/Changes
|
| |
|
|
|
|
|
| |
- Use new LIB_DEPENDS syntax
- Convert USE_GMAKE to USES
|
|
|
|
| |
- Cleanup Makefile
|
|
|
|
|
|
| |
dependent ports
PR: 181545 [1]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Convert to new LIB_DEPENDS syntax
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
|
| |
Submitted by: marino
Approved by: portmgr (bapt)
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- While I'm here, convert to new LIB_DEPENDS format
Changes: https://github.com/buganini/gbsdconv/commits/master
PR: ports/182264
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- While I'm here, convert to new LIB_DEPENDS format
Changes: https://github.com/buganini/python-bsdconv/commits/master
PR: ports/182261
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- While I'm here, convert to new LIB_DEPENDS format
Changes: https://github.com/buganini/ruby-bsdconv/commits/master
PR: ports/182260
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- While I'm here, convert to new LIB_DEPENDS format
Changes: https://github.com/buganini/php-bsdconv/commits/master
PR: ports/182259
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- While I'm here, convert to new LIB_DEPENDS format
Changes: https://github.com/buganini/perl-bsdconv/commits/master
PR: ports/182257
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
|
|
|
|
|
|
| |
Changes: https://github.com/buganini/bsdconv/blob/master/Changelog
PR: ports/182258
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
|
| |
|
|
|
|
| |
converters)
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
|
|
|
|
| |
PR: ports/182095
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@>
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Text-Bidi/Changes
|
|
|
|
|
|
|
| |
- Add LICENSE
- Convert to new LIB_DEPENDS format
Changes: http://search.cpan.org/dist/Text-Bidi/Changes
|
|
|
|
|
|
|
|
|
|
| |
- Update to 3.4.2 [1]
- Bump PORTREVISION for dependent ports
- USES gmake
- Use options helpers
PR: ports/181422 [1]
Submitted by: Rainer Hurling <rhurlin gwdg.de> (maintainer)
|
|
|
|
|
|
| |
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
|
|
|
|
|
| |
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
|
|
|
|
| |
. trim headers;
. remove an article form COMMENT.
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Convert-BinHex/Changes
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Use single space after WWW:
- Remove Author line
|
| |
|
| |
|
|
|
|
|
|
| |
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Convert-BinHex/Changes
|
| |
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Update pkg-descr
- Add WWW
Changes: http://search.cpan.org/dist/Convert-BinHex/Changes
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Convert to new perl5 USES framework, forgot in the last commit
|
|
|
|
|
|
|
|
|
| |
- Add a default option called CSSUTIL which installs iconv_mktbl and pulls in
perl as a run dependency
PR: ports/180877
Submitted by: wg (myself)
Approved by: maintainer (timeout)
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
| |
|
| |
|
|
|
|
|
|
| |
- Trim Makefile header
Approved by: tobez@ (maintainer)
|
| |
|
|
|
|
| |
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
|
|
|
| |
- Trim Makefile header
|
|
|
|
|
| |
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
| |
|
|
|
|
| |
- replace post-patch with shebangfix
|
|
|
|
|
|
|
|
| |
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
|
|
|
|
|
|
|
|
|
| |
and remove where is no need in this anymore.
- trim Makefile header
- pass maintainership to @perl
Information: wiki@ PortsLongtermTargets
Approved by: bapt@ (portmgr@)
|
| |
|
|
|
|
|
|
| |
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors)
|
|
|
|
|
|
|
|
|
| |
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Don't let the port chmod 777 ${WRKSRC}/src to prevent possible security issue.
Submitted by: tijl@ (priv mail)
|
|
|
|
|
|
|
|
|
| |
libtool at the time didn't handle the removal of objformat correctly.
Also revert r239611. This revision was because the libtool port and the bundled
libtool at the time detect "clang" as a valid C compiler.
PR: ports/179753
Submitted by: tijl@
|
| |
|
|
|
|
|
| |
- Convert Makefile headers to new style
- Update WWW
|
|
|
|
|
|
| |
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
|
|
|
|
| |
- Mark as broken, it overwrites a bin/map from a dependency
|
| |
|