aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Remove deprecated OPTIONSFILEnivit2014-04-142-10/+7
| | | | | | | | | | | - Use auto-generated plist - Don't build/install Python egg anymore - Bump PORTREVISION (changed pkg-plist) - Add support for stage-dir [1] - Don't install unnecessary files of DOCS PR: ports/188528 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Update to 24.3.90 (latest pretest)ashish2014-04-142-26/+24
| | | | | | | - Switch to USES[0] - Use new LIB_DEPENDS format[0] PR: ports/188583
* - Update to 1.5.2swills2014-04-143-6/+32
| | | | | PR: ports/188235 Submitted by: Joseph Benden <joe@thrallingpenguin.com> (maintainer)
* - Update to 0.5.a1.r2717nivit2014-04-145-65/+27
| | | | | | | | | | | | | | - Remove files/* - Update MASTER_SITES - Add LICENSE - Stagify [1] - Don't install a (zipped) Python egg anymore - Add pre-build and pre-install targets to strip dynamic library - Improve description of the port - Add WWW field [1], and remove Author: from pkg-descr PR: ports/188559 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Update to 2.5swills2014-04-142-6/+6
| | | | | PR: ports/188237 Submitted by: Joseph Benden <joe@thrallingpenguin.com> (maintainer)
* . Update 1.4.22.glewis2014-04-142-3/+3
|
* - Remove GCC dependency which made qsstv crash with a clang-built world.db2014-04-141-1/+1
| | | | | PR: ports/188577 Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer)
* - Support STAGEDIRak2014-04-141-1/+2
| | | | | | | | - Add license PR: ports/188572 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (blanket)
* Upgrade from 1.8.6 to 1.8.7:db2014-04-142-3/+3
| | | | | | | | * bug fixed system segfault when BSR is activated when no BSR was received * bug fixed in FTP upload when using Filezilla ftp server PR: ports/188571 Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer)
* Fix plistantoine2014-04-142-0/+2
| | | | With hat: portmgr
* - Add staging supportpawel2014-04-141-18/+4
| | | | | - Convert to USES=tar:bzip2 - Use PORDATA for plist
* - Update to 6.45nemysis2014-04-143-15/+24
| | | | | | | - Change dependency for security/nmap - Use pkg-plist instead of PLIST_FILES - Fix the usage of 'python' to get rid of the implicit lang/python dependency - Delete bad ndiff.pyc and compile new (not usuall .)
* - Support stage and use the new infrastructure;thierry2014-04-145-32/+76
| | | | | | - Remove MAKE_JOBS_UNSAFE; - Register /var/games/pinball.
* - Update to 0.4.1ak2014-04-144-240/+16
| | | | | - Support STAGEDIR - Take maintainership
* - Fix build with vpopmail-5.4.33bdrewery2014-04-141-0/+54
| | | | Reported by: daily QAT
* . Don't use inline on functions that are intended to be used in multipleglewis2014-04-1410-0/+170
| | | | | | | | files. This fixes compilation with clang. My understanding is that the C99 standard treats inline methods as having static linkage by default. This is different from the GNU C definition of inline, which is why this compiled with gcc.
* - Add staging supportpawel2014-04-141-10/+4
| | | | - Convert to new LIB_DEPENDS format
* . Don't try to represent a unicode literal in a character literal. In thisglewis2014-04-141-3/+14
| | | | | case just use the decimal literal. . Add $FreeBSD$.
* Add staging supportpawel2014-04-143-34/+19
|
* Lasem aims to be a C/GObject based SVG/MathML renderer and editor. It usesolivierd2014-04-147-0/+108
| | | | | | cairo and pango as it's rendering abstraction layer. WWW: https://wiki.gnome.org/Projects/Lasem
* - Update to 0.8.2olivierd2014-04-142-3/+3
| | | | Approved by: wg@ (maintainer, timeout 1 month)
* comms/dcf77pi: update to 2.0.3, use the new @sample keywordrene2014-04-143-7/+5
| | | | | | | - Mention the "backspace" key in README.md - Reset DST and leap second announcements at the next hour - Detect sudden jumps to non-DST - Relax conditions for processing a DST change
* www/py-django-debug-toolbar: upgrade to 1.1, set website to GitHubxmj2014-04-133-4/+4
| | | | | | | | | | - Upgrade to 1.1 - set pkg-descr website to the project's GitHub URL Changelog: * http://django-debug-toolbar.readthedocs.org/en/latest/changes.html Approved by: swills (mentor)
* - Fix build [1]danilo2014-04-131-1/+2
| | | | | | - Mute REINPLACE_CMD Reported by: swills [1]
* - Update to version 2.70amva2014-04-135-18/+52
| | | | Changelog: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.70/Bug_Fixes#Fixes_since_2.70_release
* Add USES=fortran as another case where the run-time library path isgerald2014-04-131-1/+2
| | | | | | set transparently. Reported by: Dmitry Sivachenko <trtrmitya@gmail.com>
* Update to the 20140412 snapshot of GCXC 4.7.4.gerald2014-04-132-4/+5
| | | | Extend full-regression-test by running contrib/test_summary.
* Remove an (obsolete) CONFLICTS with a former state of lang/gcc.gerald2014-04-132-7/+5
| | | | | | | | | Replace USE_BZIP2 by USES=tar:bzip2. Extend full-regression-test by running contrib/test_summary. No longer install rebuild-gcj-db46 (which requires bash among others) and its man page.
* - Update to 2.2.0 [1]novel2014-04-136-18/+113
| | | | | | | | | | | | | - Add new options, OPUS and SPEEX (to enhance audio files support), GTK2 (set by default) and GTK3 [1] - Add patch to avoid install appdata file, used in appstream [1] [2] - Adjust dependencies, notably to generate man page [1] - Use PORTDOCS - Fix build with clang [2] http://www.freedesktop.org/wiki/Distributions/AppStream/ PR: 188513 [1] Submitted by: olivierd [1]
* Update pcsc-lite to 1.8.11arved2014-04-134-14/+22
| | | | | | | Update libccid to 1.4.16 Use wget to fetch distfiles on FreeBSD < 10 PR: 180598
* Add USES=fortran as another case where the run-time library path isgerald2014-04-131-1/+2
| | | | | | set transparently. Reported by: Dmitry Sivachenko <trtrmitya@gmail.com>
* - Fix leftover filerene2014-04-131-3/+4
| | | | | | - Bump PORTREVISION Submitted by: QAT
* Finish stage supportantoine2014-04-131-6/+6
|
* - Add staging supportpawel2014-04-133-26/+27
| | | | | | | | - Convert to new LIB_DEPENDS format - Use options helpers, subs - Fix linking with clang (fixes build on 10+) MFH: 2014Q2
* Fix typo.rene2014-04-131-1/+1
| | | | Submitted by: matthew@
* - Update to 2.4.5 [1]rene2014-04-134-13/+9
| | | | | | | | | | | | - Stage support - Install libchasen.la Note that japanese/chasen remains expired. PR: ports/183764 [1] Submitted by: Akira Noda <you.akira.noda@gmail.com> MFH: 2014Q2 Security: http://vuxml.org/freebsd/972837fc-c304-11e3-8758-00262d5ed8ee.html
* - Stage supportrene2014-04-132-6/+4
| | | | - Use new @sample keyword
* Mention a vulnerability in japanese/chasen* which exists since 2011-11-08rene2014-04-131-0/+36
| | | | Obtained from: http://jvn.jp/en/jp/JVN16901583/index.html
* Upgrade to 3.0.vanilla2014-04-132-3/+3
| | | | | PR: ports/188516 Submitted by: maintainer
* Update to 4.1.13matthew2014-04-132-3/+3
| | | | | | This is a routine bugfix update Change log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.13/phpMyAdmin-4.1.13-notes.html/view
* Upgrade to 1.19.vanilla2014-04-132-3/+3
| | | | | PR: ports/188517 Submitted by: maintainer
* Remove expired port:rene2014-04-135-54/+1
| | | | 2014-04-12 lang/f77: Unmaintained since 2001
* - Remove optional dependency on expired japanese/chasenrene2014-04-131-62/+28
| | | | | | | | | | | | | | | | | | | | | - Use modern LIB_DEPENDS - Use option helpers (aspell detection is broken upstream) - Stage support (untested) - Bump PORTREVISION - BROKEN: does not link (10.0 amd64): cc -DHAVE_PTHREAD -D_REENTRANT -O2 -pipe -fno-strict-aliasing -I/usr/local/include -DDPS_CONF_DIR=\"/prefix/dpsearch-4.53_2/etc/dpsearch\" -DDPS_VAR_DIR=\"/var/dpsearch\" -DDPS_SHARE_DIR=\"/prefix/dpsearch-4.53_2/share/dpsearch\" -o .libs/search.cgi search_cgi-search.o ./.libs/libdpsearch.so -L/usr/local/lib ./.libs/libdpcharset.so -lpthread -lm -lz -Wl,--rpath -Wl,/prefix/dpsearch-4.53_2/lib cc -DHAVE_PTHREAD -D_REENTRANT -O2 -pipe -fno-strict-aliasing -I/usr/local/include -DDPS_CONF_DIR=\"/prefix/dpsearch-4.53_2/etc/dpsearch\" -DDPS_VAR_DIR=\"/var/dpsearch\" -DDPS_SHARE_DIR=\"/prefix/dpsearch-4.53_2/share/dpsearch\" -o .libs/storedoc.cgi storedoc_cgi-storedoc.o ./.libs/libdpsearch.so -L/usr/local/lib ./.libs/libdpcharset.so -lpthread -lm -lz -Wl,--rpath -Wl,/prefix/dpsearch-4.53_2/lib ./.libs/libdpcharset.so: undefined reference to `dps_minimove_backward' ./.libs/libdpsearch.so: undefined reference to `DpsSQLLimit8' ./.libs/libdpsearch.so: undefined reference to `DpsSQLValue' ./.libs/libdpsearch.so: undefined reference to `DpsSQLResInit' ./.libs/libdpsearch.so: undefined reference to `DpsSQLLimit4' ./.libs/libdpsearch.so: undefined reference to `DpsSQLFree' ./.libs/libdpcharset.so: undefined reference to `dps_minimove_forward' ./.libs/libdpsearch.so: undefined reference to `DpsSQLNumRows' ./.libs/libdpsearch.so: undefined reference to `_DpsSQLQuery' cc: error: linker command failed with exit code 1 (use -v to see invocation)
* www/aws: Fix usage of aws in jailed environmentmarino2014-04-132-4/+13
| | | | | | | | | | | | | AWS has a sanity check that assumes that binding to the standard loopback address of 127.0.0.1 is always possible, but this is not a good assumption inside a FreeBSD jail. The result is that connection is success because it adjusts the 127.0.0.1 address correctly on the fly, but the sanity check is no longer valid. The provided patch changes the sanity check to get the address rather than assuming 127.0.0.1. PR: ports/188342 submitted by: Natacha Porte Approved by: maintainer (myself)
* - Add staging supportpawel2014-04-131-13/+5
| | | | - Use option helper
* Remove expired ports:rene2014-04-13217-5662/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-04-12 net/pvm++: Unmaintained since 2001 2014-04-12 devel/ixlib: Unmaintained since 2001 2014-04-12 mail/althea: Unmaintained since 2001 2014-04-12 graphics/claraocr: Unmaintained since 2001 2014-04-12 graphics/qvplay: Unmaintained since 2001 2014-04-12 print/guitartex: Unmaintained since 2001 2014-04-12 print/pnm2ppa: Unmaintained since 2001 2014-04-12 graphics/opendis: Unmaintained since 2001 2014-04-12 net/gnome-mud: Unmaintained since 2001 2014-04-12 graphics/maverik: Unmaintained since 2001 2014-04-12 biology/rasmol: Unmaintained since 2001 2014-04-12 mail/mail2procmailrc: Unmaintained since 2001 2014-04-12 science/felt: Unmaintained since 2001 2014-04-12 textproc/pardiff: Unmaintained since 2001 2014-04-12 lang/klone: Unmaintained since 2001 2014-04-12 net/rmsg: Unmaintained since 2001 2014-04-12 net/sharity-light: Unmaintained since 2001 2014-04-12 biology/genpak: Unmaintained since 2001 2014-04-12 net/forg: Unmaintained since 2001 2014-04-12 misc/txt2regex: Unmaintained since 2001 2014-04-12 textproc/ipdf: Unmaintained since 2001 2014-04-12 graphics/plotmtv: Unmaintained since 2001 2014-04-12 devel/happydoc: Unmaintained since 2001 2014-04-12 print/cpp2latex: Unmaintained since 2001 2014-04-12 graphics/svg2swf: Unmaintained since 2001 2014-04-12 devel/flick: Unmaintained since 2001 2014-04-12 mail/smail: Unmaintained since 2001 2014-04-12 net/net-http: Unmaintained since 2001 2014-04-12 security/cfv: Unmaintained since 2001 2014-04-12 graphics/camediaplay: Unmaintained since 2001 2014-04-12 math/umatrix: Unmaintained since 2001
* - Add staging supportpawel2014-04-131-14/+12
| | | | | - Convert to new LIB_DEPENDS format, USES=gmake tar:bzip2 - Define DOCS option
* Add staging supportpawel2014-04-131-9/+2
|
* lang/adacontrol: Upgrade version 1.15r5 => 1.16r10marino2014-04-132-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rule changes according to HISTORY file since version 1.15r5: New rules: ---------- positional_associations (took over style (positional_association)) type_usage unit_pattern unsafe_elaboration Changes to existing rules: -------------------------- No_Operator_Usage: added observed relational Changed syntax Filtering on indexing in addition to logical operators Style (Multiple_Elements): separated keywords from other subrules (Casing_Identifier, original): Check closing identifier, allow multiple casing options. Positional_Association: removed, now subrule of Positional_Associations. Parameter_Order, Formal_Parameter_Order: modes are separated by "|". Multiple_Element: checks proper presentation of "end", "for ... loop" With_Clauses: Handle correctly case of with clauses required due to a use clause or pragma Elaborate for the same package in the context clauses. Use_Clauses Added subrules type, type_global, type_local. Array_Declarations: Slightly changed the syntax of the component subrule. Case_Statements: Added subrule values_if_others Declarations: Added subrules box_defaulted_formal_function, name_defaulted_formal_function, box_defaulted_formal_procedure, name_defaulted_formal_procedure, null_defaulted_formal_procedure, non_ravenscar_task, access_constrained_array_type, access_unconstrained_array_type, access_def_discriminated_type, access_nondef_discriminated_type, access_unknown_discriminated_type, access_formal_type, access_language_type, equality_operator Better placement of some messages Dependencies: Added subrules public_child, private_child Expressions: Added subrules in, not_in, static_membership, and_array, and_logical, and_binary, or_array, or_logical, or_binary, xor_array, xor_logical, xor_binary, upward_conversion, downward_conversion, extension_aggregate, extendable_aggregate, array_positional_others, array_named_others, unconverted_fixed_multiplying_op Subrule Mixed_Operators considers membership tests and short circuit forms Local_Hiding: Added modifiers Not_Identical_Renaming, Not_Different_Families Global_References: Added subrules read, written Multiple_Assignments: The rule has been renamed to "Assignments" Added subrule sliding. Added criterion total. Naming_Convention: Added specific patterns by object and functions type names and categories Added subrules regular_static_constant, regular_nonstatic_constant Object declarations: Added subrule type. Parameter_Declarations: Added subrules tagged_parameters, class_wide_parameters. Added callables dispatching_function, dispatching_parameter Reduceable_Scope: Don't suggest moving declarations to a task specification Representation_Clauses: Added subrule no_bit_order_layout Statements: Added subrules named_exit, exit_plain_loop, simple_block, unnamed_simple_block, redispatching_call. Normalized behaviour of subrule exit.
* - Add staging supportpawel2014-04-131-5/+3
| | | | - Convert to USES=tar:bzip2
* - Add staging supportpawel2014-04-131-7/+6
| | | | - Define DOCS option
* - Add staging supportpawel2014-04-131-8/+11
| | | | | - When executing gmake set it's enviroment first, use MAKE_CMD - Respect CFLAGS
* misc/excel-writer: Update version 12 => 13marino2014-04-132-4/+4
| | | | | | | | | | | | | | | | | | | | From recent http://planet.ada.cx feed: Excel Writer v.13 Some recently added features: * freeze panes * cell comments * vertical text alignment * text orientation * Ada.Calendar.Time Put/Write and date built-in formats * background colours * wrap_text format option * Next and Next_Row * Text_IO's New_Line(lines), Line, Col now available Excel Writer (Excel_Out) is a free, standalone, portable, open source package for producing Excel spreadsheets with basic formattings and page layout. It can be used in an "Ada.Text_IO" fashion, with Put, Put_Line and New_Line.
* UPDATING: Add entry for Python/pkg users and egg-info Plist errorskoobs2014-04-131-0/+27
| | | | | | | | | Add instructions for Python/pkg users on how to resolve a Plist error when updating ports in a Python environment that contains multiple versions of setuptools. PR: ports/188431 Reported by: Andrew Berg (via IRC), Olaf Kolkman (via Twitter) and others
* net-im/qq: Stage, remove pre-fetch message, fix pkg-descrxmj2014-04-132-18/+5
| | | | | | | | | | - Stage - Remove pre-fetch message, linux_base-f8 was phased out on 2011-04-04. - Tab to space in pkg-descr: WWW PR: ports/187892 Approved by: koobs (mentor) Approved by: maintainer timeout (2 weeks)
* - fix a 4 year old "use-after-free" problemdinoex2014-04-132-1/+14
| | | | | | | https://rt.openssl.org/Ticket/Display.html?id=2167&user=guest&pass=guest http://www.tedunangst.com/flak/post/analysis-of-openssl-freelist-reuse http://ftp.openbsd.org/pub/OpenBSD/patches/5.4/common/008_openssl.patch Obtained from: OpenBSD
* Fix packagingantoine2014-04-131-4/+1
| | | | With hat: portmgr
* - option PANGOCAIRO is required for option GHOSTSCRIPTdinoex2014-04-131-1/+7
| | | | Reported by: Andrzej Tobola
* - upgrade turnserver from 3.2.1.4 to 3.2.2.5rodrigo2014-04-133-49/+54
| | | | | | | | - fix staging PR: ports/186384 Submitted by: Oleg Moskalenko <mom040267@gmail.com> (maintainer) Approved by: bapt (mentor)
* - Stagifyxmj2014-04-131-10/+13
| | | | | | | - Allow build on amd64 architecture PR: ports/187871 Approved by: koobs (mentor)
* - Update to 1.558lwhsu2014-04-132-3/+3
|
* Mark broken: Fails to configureantoine2014-04-131-0/+2
| | | | | | | | | | | user supplied gdal-config (/usr/local/bin/gdal-config) using /usr/local/lib/gdalplugins as GDAL shared library autoload directory checking for G_asprintf in -lgrass_gis... no configure: error: --with-grass=/usr/local/grass-6.4.2 requested, but libraries not found! Perhaps you need to set LD_LIBRARY_PATH to include /usr/local/grass-6.4.2/lib? ===> Script "configure" failed unexpectedly. Note: bumping from 6.4.2 to 6.4.3 or 6.4.3/lib doesn't fix With hat: portmgr
* - Don't force use of gcczi2014-04-131-1/+3
|
* . Update to 4.6.5.glewis2014-04-133-11/+10
|
* SassC is a wrapper around libsass (http://github.com/hcatlin/libsass) usednivit2014-04-134-0/+39
| | | | | | | to generate a useful command-line application that can be installed and packaged for several operating systems. WWW: http://libsass.org
* Libsass is a C/C++ port of the Sass CSS precompiler.nivit2014-04-135-0/+47
| | | | | | | | | | The original version was written in Ruby, but this version is meant for efficiency and portability. This library strives to be light, simple, and easy to build and integrate with a variety of platforms and languages. WWW: http://libsass.org/
* - Update to 20140408swills2014-04-132-4/+4
| | | | | | PR: ports/188447 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> Approved by: "Fabian M. Borschel" <fmb@onibox.net> (maintainer)
* - Fix issues with specifying ${RUBY} variableswills2014-04-131-4/+4
| | | | | PR: ports/170916 Reported by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
* - Update to 0.5.2swills2014-04-133-7/+7
| | | | | | | | - Assign maintainership to submitter PR: ports/188300 Submitted by: Michael Moll <kvedulv@kvedulv.de> Security: CVE-2014-0135
* - Update to 0.0.2swills2014-04-133-6/+6
| | | | | | | - Assign maintainership to submitter PR: ports/188299 Submitted by: Michael Moll <kvedulv@kvedulv.de>
* - Update to 0.1.0swills2014-04-135-35/+28
| | | | | | | - Assign maintainership to submitter PR: ports/188288 Submitted by: Michael Moll <kvedulv@kvedulv.de>
* - Update to 0.1.0swills2014-04-136-18/+106
| | | | | | | - Assign maintainership to submitter PR: ports/188289 Submitted by: Michael Moll <kvedulv@kvedulv.de>
* - Stageswills2014-04-133-6/+3
| | | | | | | | | - Fix pkg-plist - Pet portlint PR: ports/188502 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: Jason Bacon <jwbacon@tds.net> (maintainer)
* - Update to 2.7.25swills2014-04-134-49/+77
| | | | | | | | | - Add LICENSE - Pet portlint - Stage PR: ports/188435 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* Mnrpes is a system that uses MCollective and the Rufus schedulerswills2014-04-137-0/+312
| | | | | | | | | | to build a distributed async scheduler and checker for Nagios based on the Passive mode. WWW: https://github.com/nullDowntimeLtd/mnrpes PR: ports/188420 Submitted by: ports@robakdesign.com
* - Update to 1.5swills2014-04-132-4/+5
| | | | | | | - Add LICENSE PR: ports/188341 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Update to 0.9.17swills2014-04-132-6/+5
| | | | | | | | - Removed dependency on open3_backport (new version doesnt need it anymore) - Pet portlint PR: ports/188338 Submitted by: Bartek Rutkowski <ports@robakdesign.com> (maintainer)
* - Update to 2.0.4swills2014-04-132-3/+3
| | | | | PR: ports/188322 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* The ancient ConfigParser module available in the standardswills2014-04-134-0/+27
| | | | | | | | | | | library 2.x has seen a major update in Python 3.2. This is a backport of those changes so that they can be used directly in Python 2.6 - 2.7 WWW: https://pypi.python.org/pypi/configparser PR: ports/188301 Submitted by: ports@robakdesign.com
* Update to the 20140410 snapshot of GCC 4.8.3.gerald2014-04-133-3/+11
| | | | | | Add pkg-message that references the need to use -Wl,-rpath=... . [1] PR: 185902 [1]
* - Update from 1.7.3 to 1.7.5danilo2014-04-133-179/+231
| | | | - Convert USE_BZIP2 to USES
* - Update openmpi from 1.6.5 to 1.8 (new stable version)danilo2014-04-138-319/+439
| | | | - Convert USE_BZIP2 to USES
* - Support stagingdanilo2014-04-131-5/+5
| | | | | | - Convert LIB_DEPENDS to new syntax Approved by: portmgr (blanket)
* - Maintainer update: comms/fl_moxgen to latest (1.00)db2014-04-134-19/+51
| | | | | | | | | | | | | | - stage support Version 1.00 - 20-JUL-2013 * Minor updates to the documentation * Fixed Makefile problem with fl_moxgen_defines.h * Be sure Calculate was pressed before generating outputs * Be sure wire size input was entered prior to Calculate * Check legal value of AWG input PR: ports/188538 Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer)
* - Support stagingdanilo2014-04-132-8/+6
| | | | | | - Convert LIB_DEPENDS to new syntax Approved by: portmgr (blanket)
* - Support stagingdanilo2014-04-131-26/+16
| | | | | | | - Use options helpers - Approved by: portmgr (blanket)
* - Removed unnecessary diffdb2014-04-133-40/+5
| | | | | | | | | | | | | | | | | | | | | =Version 1.3.15= 2013-12-02 David Freese <w1hkj@w1hkj.com> 3422195: 64 bit void pointer fa317c3: tty search 7732b22: TT566 6964cb6: TS590S/TS990S/TS2000 controls 5b340a9: FTdx1200 e199a62: Send cmd debug 718f46f: TS-990 05898d5: Sliders c13a20e: Notch controls 86f1d0b: 7600 split 9f08704: Restore debug PR: ports/188537 Submitted by: maintainer
* Update to the 20140406 snapshot of GCC 4.9.0.gerald2014-04-134-5/+13
| | | | | | | | | Add pkg-message that references the need to use -Wl,-rpath=... . [1] No longer install rebuild-gcj-db49 (which requires bash among others) and its man page. PR: 185902 [1]
* - Support stagingdanilo2014-04-131-18/+16
| | | | | | | - Convert LIB_DEPENDS to new syntax - Remove extra tabs Approved by: portmgr (blanket)
* Update to 4.2.7ehaupt2014-04-132-3/+3
|
* Add PORTSDIR path into PKG_ENV to allow the pkg command to properly find the ↵bapt2014-04-131-0/+1
| | | | keywords when PORTSDIR is not /usr/ports
* Use the new @sample keywordbapt2014-04-132-3/+3
|
* Add PKG_ENV to pkg register commandbapt2014-04-131-2/+2
|
* - Change from old style .if/CONFUGRE_ARGS+=/.else to new style *_CONFIGURE_*db2014-04-131-7/+2
| | | | | | | for the knob. PR: ports/188536 Submitted by: Maintainer
* Unbreakantoine2014-04-131-1/+2
| | | | | Reported by: pkg-fallout MFH: 2014Q2
* Mark broken: conflict with dependency mjpegtoolsantoine2014-04-131-0/+2
| | | | | | | Installing y4mscaler-9.0_8...pkg-static: y4mscaler-9.0_8 conflicts with mjpegtools-2.1.0 (installs files into the same place). Problematic file: /usr/local/bin/y4mscaler *** Error code 70 Reported by: pkg-fallout
* Mark broken: Fails to configureantoine2014-04-131-0/+2
| | | | | | | configure: error: use --with-newsbindir=DIR or --without-news option ===> Script "configure" failed unexpectedly. Reported by: pkg-fallout
* lang/gnatdroid-armv7 (&gcc-aux): Fix socket support and gnat.dg testsuitemarino2014-04-138-87/+589
| | | | | | | | | | | | | | The socket support on Gnatdroid was broken, and it had to be fixed at lang/gcc-aux. Until now, the dejagnu testsuite did not work on remote targets. To fix this, support files had to be installed at ${LOCALBASE}/share/dejagnu. Dejagnu was not made a run dependency, conditional or otherwise. The test targets for gnatdroid are really maintainer targets. Running the gnat.dg testsuite confirms that everything works in the cross-compiler except stack checking (there's no support in gcc for this just yet).
* Mark broken: Fails to configureantoine2014-04-131-0/+2
| | | | | | | | | | checking minimal version (1.4.1.0) of jgraphx... yes checking jhdf5... /usr/local/share/java/classes//jhdf5.jar checking for h5JNIFatalError in -ljhdf5... no configure: error: libjhdf5: Library missing (Cannot find symbol h5JNIFatalError). Check if libjhdf5 - C/Java (JNI) interface for HDF5 - is installed and if the version is correct. Note that you might have to update etc/librarypath.xml to provide the actual path the the JNI libraries. ===> Script "configure" failed unexpectedly. Reported by: pkg-fallout
* Mark broken: Fails to buildantoine2014-04-131-0/+2
| | | | | | | | | | | | | | c++ -O2 -pipe -Wno-error=return-type -fno-strict-aliasing -DHAVE_CMATH=1 -DHAVE_CSTDIO=1 -DHAVE_CSTDLIB=1 -DHAVE_CSTRING=1 -DHAVE_CSTDDEF=1 -DHAVE_DECL_PUTENV=1 -DHAVE_PUTENV=1 -DHAVE_DECL_SETENV=1 -DHAVE_SETENV=1 -DHAVE_FUNC_ISINF=1 -I. -I../../../include -I/wrkdirs/usr/ports/science/psi3/work/psi3/include -I/wrkdirs/usr/ports/science/psi3/work/psi3/src/lib -I../../../src/lib -c ip_read.cc -o ip_read.o ip_read.cc:63:3: error: use of undeclared identifier 'yyparse' yyparse(); ^ ip_read.cc:105:3: error: use of undeclared identifier 'yyparse' yyparse(); ^ 2 errors generated. Reported by: pkg-fallout since february 2014 With hat: portmgr
* Fix make patch, some patches were applied twiceantoine2014-04-133-64/+0
| | | | Reported by: pkg-fallout
* Mark broken: fails to buildantoine2014-04-131-0/+2
| | | | | | | | | | | | | | | | | | On 8 and 9: src/collision_world.cpp: In member function 'bool COLLISION_WORLD::CastRay(const MATHVECTOR<float, 3u>&, const MATHVECTOR<float, 3u>&, float, const btCollisionObject*, COLLISION_CONTACT&) const': src/collision_world.cpp:204: error: invalid conversion from 'const btCollisionObject*' to 'btCollisionObject*' scons: *** [build/collision_world.o] Error 1 scons: building terminated because of errors. *** [do-build] Error code 2 On 10 and head: scons: Reading SConscript files ... Checking for C++ header file asio.hpp... no You do not have the asio.hpp headers installed. Exiting. *** Error code 1 Reported by: pkg-fallout With hat: portmgr
* - Update to 3.48.1sunpoet2014-04-133-242/+5
| | | | | | | | | | - Remove outdated PORTSCOUT - Use PORTDATA and PORTDOCS - Simplify Makefile Changes: http://www.httrack.com/page/4/en/index.html https://code.google.com/p/httrack/source/list https://code.google.com/p/httrack/source/browse/trunk/history.txt
* - Update to 3.8.2sunpoet2014-04-132-5/+3
| | | | | | | | - While I'm here, remove .include <bsd.port.options.mk> Changes: http://wordpress.org/news/2014/04/wordpress-3-8-2/ PR: ports/188422 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer)
* Mark broken: fails to installantoine2014-04-131-0/+2
| | | | | | | /usr/local/lib/wolfpack/pconfig: not found *** [post-install] Error code 127 Reported by: pkg-fallout
* - Update to 2.1.0sunpoet2014-04-132-3/+6
| | | | | | - Strip shared library Changes: https://code.google.com/p/psutil/source/browse/HISTORY
* - Update to 2.2.6sunpoet2014-04-132-3/+3
| | | | Changes: https://github.com/Unidata/UDUNITS-2/blob/master/CHANGE_LOG
* - Update to 1.29sunpoet2014-04-133-3/+5
| | | | Changes: http://search.cpan.org/dist/Finance-Quote/ChangeLog
* - Update to 7.4.256sunpoet2014-04-132-3/+7
| | | | Changes: https://code.google.com/p/vim/source/list
* - Stop pkg-fallout mailsbdrewery2014-04-131-1/+1
| | | | With hat: portmgr
* - Update to 0.2.2.1537tota2014-04-132-6/+4
| | | | | - Add missing DOCS option to OPTIONS_DEFINE - Make docs unconditional
* Do not advise to strip ELF relocatables, usually it is harmfulantoine2014-04-131-1/+3
| | | | With hat: portmgr
* Reduce the number of false positives reported by the shebang qa checkantoine2014-04-131-19/+45
| | | | | | | by looking only at files and symlinks in bin, sbin and libexec Reviewed by: bdrewery With hat: portmgr
* Do not add 4.1.2/docbook.cat to catalogantoine2014-04-131-2/+2
| | | | | | | | This fixes docbook2man at runtime and unbreaks gnome-packagekit build Silence from: doceng Reported by: pkg-fallout since several weeks With hat: portmgr
* - Fix build with clang by respecting CC, CFLAGSpawel2014-04-132-13/+11
| | | | | | | | | - Add staging support - Remove leading article from COMMENT - Convert to new LIB_DEPENDS format, USES=gmake - Switch to PLIST_FILES MFH: 2014Q2
* Take.mat2014-04-131-1/+1
| | | | Sponsored by: Absolight
* - Really fix unbound_anchorflagssem2014-04-132-8/+18
| | | | | - New LIB_DEPENDS format - Strip binaries
* . Update internal fallback logic, including:glewis2014-04-132-43/+14
| | | | | | | | | | . Remove support for diablo* and j* ports. . Add support for linux-oracle* ports. . Remove support for Java version 1.5. . Add support for Java version 1.8. . Add support for Oracle as a vendor. . Bump PORTVERSION. . Remove CONFLICTS for ports that no longer exist.
* Release, ENOTIME.demon2014-04-131-1/+1
|
* - Fix build with clang34 (unrecognized option -fpcc-struct-return)pawel2014-04-131-6/+12
| | | | - Add staging support
* Use @sample for my port, cleanup an etc/PORTNAME into ETCDIR.mat2014-04-139-46/+18
| | | | Sponsored by: Absolight
* - Add staging supportpawel2014-04-131-6/+5
| | | | - Remove leading article from COMMENT
* Fix build.demon2014-04-132-11/+11
|
* - Add staging supportpawel2014-04-131-21/+10
| | | | | - Convert to USES=tar:bzip2 - Unmute build/install commands
* Fix build on 10+: since boost is linked against libc++, we must use clang todemon2014-04-131-2/+1
| | | | compile gource too.
* - Add staging supportpawel2014-04-131-12/+7
| | | | - Define DOCS option
* - Add staging supportpawel2014-04-131-9/+7
| | | | | - More precise LICENSE - Convert to USES=tar:bzip2
* - Add staging supportpawel2014-04-131-14/+8
| | | | | - Convert to USES=gmake tar:bzip2 - Define DOCS option
* - Remove TODO from DOCSnemysis2014-04-131-2/+6
| | | | | - Add REINPLACE, fix build on FreeBSD 11, Clang not have -finline-limit - Strip library
* - fix build on FreeBSD-10dinoex2014-04-131-0/+1
|
* - Update to 2.0.24nemysis2014-04-133-3/+4
|
* Add staging supportpawel2014-04-131-6/+3
|
* - Add staging supportpawel2014-04-132-72/+73
| | | | | | - Break lines around 80 characters - Define DOCS option - Sort pkg-plist
* - Update from 2.1 to 2.1.1danilo2014-04-132-7/+5
| | | | - Convert USE_BZIP2 to USES
* - Project moved to SFdanilo2014-04-132-6/+7
| | | | | | - Update from 0.25.1 to 0.26.1 - Convert USE_XZ to USES - Add LICENSE
* - fix perl path for CURRENTdinoex2014-04-131-3/+16
| | | | PR: 188486
* - Remove remnants of the gnomecanvas slave port that has been removedtijl2014-04-136-226/+9
| | | | | | | several months ago. - Set LDFLAGS instead of LIBS and search STAGEDIR before LOCALBASE. - Replace a patch with REINPLACE_CMD. - Remove unneeded patches.
* Strip binariesbapt2014-04-121-1/+1
|
* Support stagebapt2014-04-122-32/+29
|
* Amateur radio logbook GUI and logbook server for use with fldigi and friends.db2014-04-127-0/+97
| | | | | | | | | | | | The logbook server maintains a large set of QSO logbook fields that will probably be sufficient for casual operating, contesting and some certificate logging. All of the fields that are captured in the logbook are maintained in an ADIF database. WWW: http://www.w1hkj.com/fllog-help/index.html PR: ports/188487 Submitted by: Stephen Hurd <shurd@sasktel.net>
* - Bump PORTREVISION for dependencies changesnemysis2014-04-123-4/+46
| | | | | | | | - Define CA_BUNDLE and add to default Options - Add REINPLACE and patches to enable CA_BUNDLE PR: ports/188508 Submitted by: ashish@
* - Update from 4.0 to 4.1danilo2014-04-122-5/+5
| | | | - Remove invalid category from DESKTOP_ENTRIES
* - Stage support [1]wen2014-04-122-128/+7
| | | | | | | | | - Add LICENSE - Remove the line about python26 - Pass maintainership to submitter PR: 188465 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
* - Support staging.bland2014-04-122-2/+1
| | | | | | - Pet portlint. PR: 188499
* - Add staging supportpawel2014-04-122-21/+14
| | | | - Move RUN_DEPENDS to proper place
* - Add staging supportpawel2014-04-122-5/+4
| | | | | - Fix letter capitalization in COMMENT - Remove Author tag from pkg-descr
* - Add staging supportpawel2014-04-121-8/+5
| | | | | - Remove leading article from COMMENT - Define DOCS option
* - Stage support [1]wen2014-04-123-11/+9
| | | | | | | | | - Add LICENSE [1] - Pet portlint [1] - Pass maintainership to submitter PR: 188479 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
* - Add staging supportpawel2014-04-121-13/+14
| | | | | - Remove leading article from COMMENT - Define DOCS option
* - Add staging supportpawel2014-04-124-41/+21
| | | | | | - Simplify file substitutions by using ETCDIR, DATADIR - Define DOCS option - Use @sample for config file
* - Stage support [1]wen2014-04-123-15/+15
| | | | | | | | | | - Add LICENSE [1] - Add a mirror - Convert to optionNG - Pass maintainership to submitter PR: 188484 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
* - Stage support [1]wen2014-04-123-10/+12
| | | | | | | | | - Add LICENSE [1] - Update MASTER_SITES and WWW - Pass maintainership to submitter PR: 188494 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
* - Stage support [1]wen2014-04-123-463/+6
| | | | | | | | - Add LICENSE [1] - Pass maintainership to submitter PR: 188492 [1] Submitted by: ports@robakdesign.com [1]
* - Update to snapshot from 14-02-2014mva2014-04-126-74/+4
|
* - Update to 1.4.2tota2014-04-122-4/+3
|
* add missing symlinks to the packagebapt2014-04-121-0/+24
| | | | Reported by: swills
* Fix build with clangbapt2014-04-122-2/+11
|
* - Support STAGEDIR [1]tota2014-04-121-19/+7
| | | | | | | | | | | | | | | - Use USE_PYDISTUTILS= yes instead of easy_install - Use PYDISTUTILS_AUTOPLIST - Make docs unconditional to stage * Remove bsd.port.options.mk, accordingly * Remove OPTIONSFILE which is not needed - Unmute INSTALL_WRKSRC in post-install target - Remove x-generate-plist target which should have been done at r317309 when pkg-plist was removed - Bump PORTREVISION PR: ports/188493 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* Fix typo.tijl2014-04-121-1/+1
|
* - Add staging supportpawel2014-04-121-3/+5
| | | | - Convert to USES=gmake tar:bzip2
* - Add staging supportpawel2014-04-122-19/+12
| | | | | | - Switch to PLIST_FILES, PORTDOCS - Define DOCS option - Respect CXXFLAGS
* Use the new infrastructure and define licenses for maitretarot' ports.thierry2014-04-126-18/+25
|
* fix -Wunused-const-variable build erroroliver2014-04-121-1/+2
|
* kld should not be strippedantoine2014-04-121-1/+1
| | | | With hat: portmgr
* - Add staging supportpawel2014-04-122-4/+7
| | | | - Remove leading article from COMMENT
* - Fix build with clang34 (unrecognized option -fforce-addr)pawel2014-04-122-36/+35
| | | | | - Use options helpers and subs - Set correct plist subs for GNOME option
* - Update to 1.11culot2014-04-122-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-Frame/Changes
* - Update to snapshot from 28-04-2014mva2014-04-124-39/+11
|
* - Update to 0.103010culot2014-04-122-3/+3
| | | | Changes: http://search.cpan.org/dist/Software-License/Changes
* - Update to 1.63culot2014-04-122-3/+3
| | | | Changes: http://search.cpan.org/dist/Locale-SubCountry/Changes
* - Back to the heap, I don't use this port anymoreculot2014-04-121-1/+1
|
* - Update to 1.016culot2014-04-122-9/+13
| | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) - Add TEST_DEPENDS - Sort dependencies list Changes: http://search.cpan.org/dist/Catalyst-Authentication-Credential-HTTP/Changes
* - Update to 0.11culot2014-04-122-3/+3
| | | | Changes: http://search.cpan.org/dist/URI-Escape-XS/Changes
* - Remove CONFLICTS with multimedia/libav, which was forgotten on its updatemva2014-04-121-1/+0
|
* - Update to 1.0.7tota2014-04-123-5/+4
| | | | - Use single space after WWW: in pkg-descr
* - Update to 0.4.200.0tota2014-04-122-6/+3
|
* - Update LICENSE to BSD3CLAUSEbdrewery2014-04-122-5/+3
| | | | | | - Convert to USES=tar - Convert to @sample Don't bump PORTREVISION as this is a nop.
* - Add a @sample plist keywordbdrewery2014-04-124-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It accepts a file (must end in .sample, this is not configurable): @sample file.conf.sample This will install file.conf.sample and copy it to file.conf. The file.conf will be removed if it matches file.conf.sample on deinstall. This replaces older patterns of: @unexec if cmp -s %D/etc/pkgtools.conf %D/etc/pkgtools.conf.sample; then rm -f %D/etc/pkgtools.conf; fi etc/pkgtools.conf.sample @exec [ -f %B/pkgtools.conf ] || cp %B/%f %B/pkgtools.conf [1] This somewhat obsoletes work in ports/157168 which added CONF_FILES, but we have been moving towards more logic in pkg-plist where possible and less magical macros. Though this thinking does clash with autoplist ideas. We may still want CONF_FILES, which just drops a list of @sample entries into the plist anyway. - Add a Keywords/pkg_install.awk and hook it into generate-plist. This is for pkg_install compatibility since it does not know how to read Keywords/sample.yaml. This file gives us a strategy to implement more keywords before pkg_install is EOL. Keywords are documented here: https://github.com/freebsd/pkg/commit/bffc31420b1fd6146a43c9abcd45109dd901198a - This needs to be documented in PH and portlint support added still. PR: ports/157168 [1] Discussed with: bapt Reviewed by: bapt Requested by: many With hat: portmgr
* - Update to 2.13.3tota2014-04-122-5/+6
|
* Upgrade to 0.23.vanilla2014-04-123-3/+6
|
* Upgrade to 2.8.2.vanilla2014-04-126-54/+76
|
* Mk/bsd.python.mk: Space to tabs in user messagekoobs2014-04-121-1/+1
| | | | | | Fix (replace) spaces with a tab in user message for valid Python versions. Submitted by: John Hein <john dot hein at microsemi dot com>
* Add option for sssd.wxs2014-04-121-1/+4
| | | | Submitted by: petef@
* Update to 1.2.5feld2014-04-123-9/+8
|
* Flrig is a transceiver control program designed to be used either stand alonedb2014-04-127-0/+95
| | | | | | | | | | | or as an adjunct to fldigi. The supported transceivers all have some degree of CAT. The flrig user interface changes to accommodate the degree of CAT support available for the transceiver in use. WWW: http://www.w1hkj.com/flrig-help/index.html PR: ports/188454 Submitted by: Stephen Hurd <shurd@sasktel.net>
* - Update to 5.9, Announce message:nemysis2014-04-124-317/+376
| | | | | | | | | | | | | | | | | | | | | This latest version of Atomic Tanks patches a few minor issues and should make the game more stable, especially when dealing with networked games. The fixes in this release are due to the kind contributions of Daniel Gutson. - Remove leading article from COMMENT - Add license (GPLv2) - USES gmake instead of USE_GMAKE - Use the new format for LIB_DEPENDS - Support STAGEDIR - Add DOCS and Option - Remove obsolete REINPLACE - Strip executable - Symlink the icon and credits.txt - Change files/patch-Makefile and recreate with make makepatch PR: ports/187636 Submitted by: Jesse <jessefrgsmith@yahoo.ca> (maintainer)
* - Support stagingehaupt2014-04-121-9/+11
| | | | | | - Respect CC - Respect CXX - Requires gcc
* - add missing file somehow dropped in ports/188454db2014-04-121-0/+10
| | | | Submitted by: Maintainer
* Actually regen .mo from patched .po.demon2014-04-121-0/+7
|
* - Support stagingehaupt2014-04-122-14/+24
| | | | | | - Use proper INSTALL_* macros instead of CP - Respect CC and therefore fix build with clang - Respect CFLAGS
* Allow an alternative install prefix to be specified withbrooks2014-04-121-1/+3
| | | | | CMAKE_INSTALL_PREFIX. This is similar to GNU_CONFIGURE_PREFIX and is useful for ports that would conflict if installed directly in PREFIX.
* Support stagingehaupt2014-04-122-12/+10
|
* - Correct version ranges for ↵zi2014-04-121-6/+6
| | | | | | 7ccd4def-c1be-11e3-9d09-000c2980a9f3/5631ae98-be9e-11e3-b5e3-c80aa9043978 Reported by: Tim Zingelman <tez@netbsd.org>
* - Support stagingehaupt2014-04-121-7/+5
| | | | - Define DOCS option
* - Support stagingehaupt2014-04-121-11/+12
| | | | - Define DOCS option
* Support stagingehaupt2014-04-121-8/+6
|
* - Support stagingehaupt2014-04-122-12/+9
| | | | | - Define EXAMPLES option - Define DOCS option
* - Move CVE-2014-0076 to its own entry+add FreeBSD system information as the ↵zi2014-04-121-6/+47
| | | | affected list does not 100% line up with the vulnerability described in CVE-2014-0160/5631ae98-be9e-11e3-b5e3-c80aa9043978
* - Add staging supportpawel2014-04-121-2/+2
| | | | - Fix build with clang34 (uknown linker flags)
* - Note FreeBSD system vulnerability information for ↵zi2014-04-121-0/+6
| | | | 5631ae98-be9e-11e3-b5e3-c80aa9043978
* Stagify, use new lib_depend syntax. switch to USES=pathfix, strip.kwm2014-04-121-5/+4
|
* Fix python module compilation, so propper prefix's are embedded in thekwm2014-04-122-10/+26
| | | | | pyc/pyo files. Use USES=tar:bzip, strip via INSTALL_TARGET=install-strip
* - revert PLIST_SUB changes to fix the rc scriptohauer2014-04-121-1/+3
| | | | - bump PORTREVISION
* Stagify; use new LIB_DEPENDS format.demon2014-04-121-2/+1
| | | | Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* Support staging.thierry2014-04-123-15/+34
|
* Port is stage safepawel2014-04-121-1/+0
|
* Port is stage safepawel2014-04-121-1/+0
|
* - update comms/sstv to latest releasedb2014-04-1224-194/+276
| | | | | | | | - bug fix ftp transfer when using subdirectories ( reported by Ken G7VJA) - bug fix for sound file output when recording while transmitting (Jem) PR: ports/188416 Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer)
* Unused, no staged friendlybapt2014-04-129-207/+1
| | | | Approved by: gnome (kwm)
* Fix typobapt2014-04-121-1/+1
| | | | Reported by: swills
* - drop MAN8PREFIXdinoex2014-04-122-6/+6
| | | | - preserve users and groups
* - add anonymous FTP userdinoex2014-04-122-0/+2
|
* Update to 0.1.33.kwm2014-04-123-7/+7
| | | | | | | | | | | Added new API function "cuse_is_vmalloc_addr()". Some minor kqfilter fixes. While here use USES=tar:bzip2, and strip the module. This is done in do-install because the module is installed r-x, so strip isn't allowed and I don't want to mess with chmod. Submitted by: maintainer (IRC)
* Bump port revisionbapt2014-04-121-0/+1
|
* Support stagebapt2014-04-121-6/+2
| | | | Remove bogus dep on gdk-pixbuf 1
* - use STAGEDIRdinoex2014-04-122-13/+71
|
* Fix build system not able to link to itself when staged (thanks usage of ↵bapt2014-04-121-2/+2
| | | | ancient autotools...)
* Remove buggy dependency on gdkpixbufbapt2014-04-121-1/+2
|
* Mark deprecated and set expiration.jkim2014-04-122-0/+6
|
* Replace hardcoding of "8" with ${JRE_VERSION}.jkim2014-04-121-1/+1
|
* - update to 1.0.Beta0.0dinoex2014-04-123-24/+25
| | | | | - use STAGEDIR - preserve users and groups
* Add a MFH line to the FreeBSD templatemat2014-04-126-19/+28
| | | | | With hat: portmgr Sponsored by: Absolight
* Remove sodipodibapt2014-04-121-1/+0
|
* Support stagebapt2014-04-121-8/+7
|
* Update comments.jkim2014-04-121-4/+4
|
* - Unbreak this port and support STAGEDIRsunpoet2014-04-122-10/+12
| | | | - Remove leading indefinite article from COMMENT
* Support stagebapt2014-04-122-6/+7
|
* Support stagebapt2014-04-122-17/+12
|
* Support stagebapt2014-04-122-12/+5
|
* - Add staging supportpawel2014-04-121-24/+11
| | | | | | - Convert to new LIB_DEPENDS format, USES=gmake - Use PORTDATA - Define DOCS option
* Support stagebapt2014-04-122-8/+8
|
* - Update to 7.4.253sunpoet2014-04-122-2/+31
| | | | | | - Use GNU patch (devel/patch) instead of /usr/bin/patch Changes: https://code.google.com/p/vim/source/list
* Support stagebapt2014-04-121-10/+3
|
* Support stagebapt2014-04-122-8/+5
|
* Support stagebapt2014-04-122-73/+12
| | | | USES=libtool
* Add staging supportpawel2014-04-122-8/+7
|
* - Add staging supportpawel2014-04-122-11/+10
| | | | | - Convert to USES=gmake - Define DOCS option
* Sodipodi did not survive the Inkscape forkbapt2014-04-1210-356/+1
|
* Support stagebapt2014-04-122-11/+8
| | | | USES=libtool
* Add staging supportpawel2014-04-121-8/+2
|
* Support stagebapt2014-04-122-19/+9
|
* Support stagebapt2014-04-122-11/+10
|
* Chase gegl shlib changesbapt2014-04-121-1/+1
|
* Chase gegl shlib changesbapt2014-04-121-1/+1
|
* Support stagebapt2014-04-122-24/+26
| | | | USES=libtool
* - Update to 2.767wen2014-04-124-44/+3
|
* Support stagebapt2014-04-112-3/+5
|
* Support stagebapt2014-04-112-9/+9
|
* Support stagebapt2014-04-112-13/+13
|
* - Fix _JAVA_PORT_LINUX_ORACLE_JDK_1_8_INFOsunpoet2014-04-111-9/+9
| | | | | | | | - Reorder _JAVA_VENDOR_* - Update comment Submitted by: sunpoet (myself) Approved by: bapt (portmgr)