summaryrefslogtreecommitdiff
path: root/converters (follow)
Commit message (Collapse)AuthorAgeFilesLines
* devel/p5-Encoding-BER: fixing the distfile fetchKurt Jaeger2014-04-271-0/+1
| | | | | | | Submitted by: culot Notes: svn path=/head/; revision=352440
* New port: devel/p5-Encoding-BERKurt Jaeger2014-04-275-0/+39
| | | | | | | | | | | Encode/decode data using ASN.1 Basic Encoding Rules (BER) PR: ports/187302 Submitted by: pi (myself) Approved by: culot (mentor) Notes: svn path=/head/; revision=352415
* - Update to 1.002002Sunpoet Po-Chuan Hsieh2014-04-262-4/+5
| | | | | | | Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes Notes: svn path=/head/; revision=352279
* - Update to 1.33Frederic Culot2014-04-262-3/+5
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Any/Changes Notes: svn path=/head/; revision=352249
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Minor port cleanupDmitry Marakasov2014-04-233-17/+33
| | | | | | | | | | | - Add LICENSE - Fix error handling PR: 187757 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=351902
* - Update to 1.4.24Kevin Lo2014-04-222-10/+8
| | | | | | | | | | - Support stage [1] PR: ports/188603 [1] Submitted by: Bartek Rutkowski [1] Notes: svn path=/head/; revision=351745
* Use lua 5.2Baptiste Daroussin2014-04-201-5/+3
| | | | Notes: svn path=/head/; revision=351616
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-162-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - StageSteve Wills2014-04-151-1/+0
| | | | | | | | | PR: ports/188595 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket) Notes: svn path=/head/; revision=351329
* Back to poolCarlo Strub2014-04-141-1/+1
| | | | Notes: svn path=/head/; revision=351283
* - Take Denis Pokataev's Perl ports maintainershipFrederic Culot2014-04-111-1/+1
| | | | | | | Approved by: Denis Pokataev <catone@cpan.org> (maintainer, via email) Notes: svn path=/head/; revision=350888
* Add LICENSE.Akinori MUSHA2014-04-091-0/+2
| | | | Notes: svn path=/head/; revision=350660
* Support stageBaptiste Daroussin2014-04-071-2/+3
| | | | | | | Allow packaging as a user Notes: svn path=/head/; revision=350463
* Support stageBaptiste Daroussin2014-04-071-3/+3
| | | | Notes: svn path=/head/; revision=350462
* - Fix build with clangDmitry Marakasov2014-04-031-0/+11
| | | | Notes: svn path=/head/; revision=349997
* - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andGabor Pali2014-03-293-3/+3
| | | | | | | | | | | 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
* Instead of patching the code to use /usr/include/iconv.h replace LOCALBASETijl Coosemans2014-03-252-37/+4
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=349168
* Fix build on 10 and head when converters/libiconv is installed.Guido Falsi2014-03-252-2/+36
| | | | | | | | Reported by: Mike Harding <mvharding@gmail.com> (via email) Approved by: perl (mat) Notes: svn path=/head/; revision=349107
* - Add staging supportPawel Pekala2014-03-241-12/+14
| | | | | | | | - Remove leading article from COMMENT - Define DOCS option Notes: svn path=/head/; revision=348992
* Use tar:bzip2Baptiste Daroussin2014-03-241-2/+1
| | | | Notes: svn path=/head/; revision=348929
* - Remove indefinite article from COMMENT.Tijl Coosemans2014-03-232-5/+16
| | | | | | | | | | | | - Enable -fvisibility=hidden. - Add USE_CSTD=gnu89 to fix compilation with -O0 and -Oz. - Add DOCS option. PR: ports/186846 Approved by: kwm, marcus Notes: svn path=/head/; revision=348854
* Kill bogus EOL whitespace.Alexey Dokuchaev2014-03-151-1/+1
| | | | Notes: svn path=/head/; revision=348337
* - Convert USE_GMAKE to USESMartin Wilke2014-03-131-2/+1
| | | | Notes: svn path=/head/; revision=348046
* Convert to USES=lhaBaptiste Daroussin2014-03-121-1/+1
| | | | Notes: svn path=/head/; revision=347965
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-105-5/+5
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=347809
* Convert c* to USES=zipBaptiste Daroussin2014-03-074-7/+4
| | | | Notes: svn path=/head/; revision=347403
* - Fix depend on gobject-introspectionDmitry Marakasov2014-03-072-9/+28
| | | | | | | | | | | | - Support staging - Patch upstream makefile to not mix LOCALBASE and PREFIX PR: 186196 Submitted by: amdmi3 Approved by: maintainer timeout Notes: svn path=/head/; revision=347376
* - Update to 0.45Sunpoet Po-Chuan Hsieh2014-03-072-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Tiny/Changes Notes: svn path=/head/; revision=347369
* - Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2014-03-061-7/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=347305
* Support stageBaptiste Daroussin2014-03-062-14/+20
| | | | Notes: svn path=/head/; revision=347293
* Support stageBaptiste Daroussin2014-03-061-15/+10
| | | | Notes: svn path=/head/; revision=347292
* - Update to 0.43Sunpoet Po-Chuan Hsieh2014-03-052-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Tiny/Changes Notes: svn path=/head/; revision=347148
* Don't unconditionally install DOCS. PORTREVISION bumpAdam Weinberger2014-03-032-8/+8
| | | | | | | | | | for plist change. PR: ports/186590 Approved by: maintainer Notes: svn path=/head/; revision=346968
* Do not use devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - this functionalityRuslan Makhmatkhanov2014-03-022-9/+2
| | | | | | | was included into bsd.python.mk Notes: svn path=/head/; revision=346792
* PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, timeRene Ladan2014-03-016-56/+0
| | | | | | | | | | 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 Notes: svn path=/head/; revision=346583
* Reset maintainer: email bouncesAntoine Brodin2014-02-281-1/+1
| | | | Notes: svn path=/head/; revision=346559
* - Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2014-02-272-15/+1
| | | | Notes: svn path=/head/; revision=346394
* - Update to 0.42Sunpoet Po-Chuan Hsieh2014-02-222-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/JSON-Tiny/Changes Notes: svn path=/head/; revision=345641
* Remove trailing whitespaces from category convertersEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345401
* - Update to 0.84.0Dmitry Marakasov2014-02-192-5/+12
| | | | | | | Tested by: Frank Broniewski Notes: svn path=/head/; revision=345015
* - Convert USE_AUTOTOOLS=libtool to USES=libtool.Tijl Coosemans2014-02-185-137/+19
| | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=344949
* Support stagingEmanuel Haupt2014-02-171-3/+3
| | | | Notes: svn path=/head/; revision=344752
* Stage supportAntoine Brodin2014-02-151-18/+11
| | | | Notes: svn path=/head/; revision=344459
* Stage supportAntoine Brodin2014-02-151-1/+0
| | | | Notes: svn path=/head/; revision=344458
* Stage supportAntoine Brodin2014-02-151-1/+0
| | | | Notes: svn path=/head/; revision=344457
* - Convert to PYDISTUTILS_AUTOPLISTMartin Wilke2014-02-122-30/+3
| | | | | | | | - Stage support - Bump PORTREVISION Notes: svn path=/head/; revision=343876
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-102-0/+4
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=343634
* - Update to 5.5.9 releaseAlex Dupre2014-02-091-1/+0
| | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=343492
* Support stagingEmanuel Haupt2014-02-092-25/+27
| | | | Notes: svn path=/head/; revision=343440