aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* - Add ZLIB licensetabthorpe2012-10-121-1/+4
| | | | | | | PR: ports/171611 Submitted by: Chris Petrik <c.petrik.sosa gmail.com> Approved by: portmgr (implicit) Feature safe: yes
* - update {thunderbird,firefox}-esr* and libxul to 10.0.9flo2012-10-121-4/+7
| | | | | | | | | | | | - use bundled jemalloc since 7.2 [1] - avoid thread-local variables before 8.3, 9.1, 10.0, to avoid crashes [2] - bump PORTREVISION on mail/thunderbird and www/firefox for the TLS fixes Security: 6e5a9afd-12d3-11e2-b47d-c8600054b392 Reported by: angelv <angelvg@gmail.com>, Hanno Krusken<ix260@yahoo.co.uk> [2] Reference: http://svnweb.freebsd.org/changeset/base/225582 [2] Submitted by: Jan Beich <jbeich@tormail.org> [1], [2] Feature safe: yes
* Fix typobapt2012-10-121-1/+1
| | | | | Submitted by: John Hein <jhein@symmetricom.com> Feature safe: yes
* - Update firefox-esr, thunderbird-esr, linux-firefox and linux-thunderbird ↵flo2012-10-111-32/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to 10.0.8 - Update firefox and thunderbird to 16.0 - Update seamonkey to 2.13 - Update all -i18n ports respectively - switch firefox 16.0 and seamonkey 2.13 to ALSA by default for better latency during pause and seeking with HTML5 video - remove fedisableexcept() hacks, obsolete since FreeBSD 4.0 - support system hunspell dictionaries [1] - unbreak -esr ports with clang3.2 [2] - unbreak nss build when CC contains full path [3] - remove GNOME option grouping [4] - integrate enigmail into thunderbird/seamonkey as an option [5] - remove mail/enigmail* [6] - enable ENIGMAIL, LIGHTNING and GIO options by default - add more reporters in about:memory: page-faults-hard, page-faults-soft, resident, vsize - use bundled jemalloc 3.0.0 on FreeBSD < 10.0 for gecko 16.0, only heap-allocated reporter works in about:memory (see bug 762445) - use lrintf() instead of slow C cast in bundled libopus - use libjpeg-turbo's faster color conversion if available during build - record startup time for telemetry - use -z origin instead of hardcoding path to gecko runtime - fail early if incompatible libxul version is installed (in USE_GECKO) - *miscellaneous cleanups and fixups* PR: ports/171534 [1] PR: ports/171566 [2] PR: ports/172164 [3] PR: ports/172201 [4] Discussed with: ale, beat, Jan Beich [5] Approved by: ale [6] In collaboration with: Jan Beich <jbeich@tormail.org> Security: 6e5a9afd-12d3-11e2-b47d-c8600054b392 Feature safe: yes Approved by: portmgr (beat)
* - Only add GH to MASTER_SITES if not already there [1]beat2012-10-112-1/+5
| | | | | | | | | - Allow WRKSRC to be overridden when using USE_GITHUB [2] PR: ports/171644 [1], ports/171688 [2] Submitted by: bdrewery Reviewed by: gahr Tested by: Exp-run on pointyhat
* Add a part forgotten in previous commit concerning switching to pkgngbapt2012-10-102-0/+5
|
* We are in 2012, it is time to activate IPV6 options by default everywherebapt2012-10-101-0/+3
|
* Switching current to use pkgng by defaultbapt2012-10-102-0/+16
| | | | | | | | Adding WITHOUT_PKGNG for people not willing to migrate to pkgng now Hat: portmgr Non-regression: beat Exp-runs: beat
* - Update to 1.1.0madpilot2012-10-101-0/+1
| | | | | | | | | - Take maintainership - Strip Makefile headers - Patch software to install with correct ABI version number - Convert to new options framework - Remove ABI version number from LIB_DEPENDS - Add global option description
* - add STAT to bsd.commands.mkbapt2012-10-102-10/+6
| | | | | | | | | | - use ${STAT} -f \"%z\" in make makesum to calculate size - speed up USE_PKGCONFIG by using a more efficient syntax [1] and test in the order it is most expected to appear: "yes/build" first, "both" second, "run being the last one. Reported by: dougb [1] Exp-Run by: beat
* - Add shared GCRYPT descriptionsbz2012-10-091-0/+1
|
* Introduce the new semantic USE_GCC=any, which can be set in any portlinimon2012-10-081-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | Makefile. For systems where CC is gcc, this has no effect. For systems where CC is clang, this forces the use of the base GCC suite. (Some forward compatibility is also covered in the patch.) Confirmed to have no ill-effects via multiple runs with gcc as CC: http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.8-exp-bcm.20121006012556.pointyhat-west/ and clang as CC: http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp-clang.20121005165436.pointyhat-west/ This change is necessary (but insufficient) for the upcoming switch to clang as CC for the tier-1 architectures. Finally, accept FORCE_BASE_CC_FOR_TESTING as an override for USE_GCC, for those who wish to help debug ports with clang. It is an absolute override; it overrides not only the value "any" but also any value such as "4.4+". Reviewed by: brooks, gerald Approved by: maintainer (gerald)
* - Add shared PLUGINS descriptionsunpoet2012-10-071-0/+1
|
* - Add shared UTF16 descriptionsunpoet2012-10-071-3/+4
| | | | | | | - Adjust descriptions: - PROJ_DESC: detail description - PTH_DESC: change "use ... for ..." to "... via ..." as other descriptions do - SQLITE3_DESC: add space between SQLite and 3
* - Add shared FTPS and HTTPS descriptionsunpoet2012-10-071-1/+3
|
* Add MONO as a global optioneadler2012-10-061-0/+1
|
* Add a global WMA option descriptioneadler2012-10-061-0/+1
|
* Add PNM as a generic optioneadler2012-10-061-0/+1
|
* Options can now be overridden from command line usingbapt2012-10-051-0/+15
| | | | | | | | | WITH/WITHOUT. Name has been proprosed by gahr during brainstorming on ports@ PR: ports/170180 Submitted by: ohauer
* Create MASTER_SITE_MPLAYERHQ and use it for the 2 ports that have thesedougb2012-10-051-0/+14
| | | | | | | | | | | sites in common. This will allow people who use ports-mgmt/fastest_sites (or other methods) to selectively eliminate those sites from this list that are locally unreachable. It also adds more potential sites for both ports. I checked all of these sites and they each have the distfiles for both ports. The omission of ftp[23] is intentional, those sites are not functional.
* Revert r305288 which was not supposed to have been applied to this file.dougb2012-10-051-1/+1
|
* Remove the word 'support' from most places that it occurs, since it isdougb2012-10-052-231/+231
| | | | | | | | | | | not only redundant and repetitive, it makes the descriptions of some options too long for RELENG_8. Removing it does not make the meaning of the option description less clear. While I'm here, make a few of the options more consistent with each other. PR: ports/172201 Submitted by: me
* - update to 1.0.26 [1]flo2012-10-051-0/+11
| | | | | | | | | | | | | | | | | | - use newly added alphasort() instead of LGPLv2.1+ patch - fix async handler [2] - fix implicit declarations of calloc/free [3] - disable ARIFF_OSS option by default, except 7.x [4] - add 3 more mirrors from alsa wiki + gentoo as a backup - move alsa mirrors to bsd.sites.mk Changes: http://www.alsa-project.org/main/index.php/Changes_v1.0.25_v1.0.26 PR: ports/171601 [1] PR: ports/169770 [2] PR: ports/170457 [3] PR: ports/170473 [4] Obtained from: PkgSrc [2] Submitted by: Jan Beich <jbeich@tormail.org> Approved by: maintainer
* Add XINE options descriptionbapt2012-10-041-0/+1
|
* - do not hardcode distfile extension for lang/python ports in bsd.python.mkrm2012-10-031-1/+1
| | | | | | | | | (PYTHON_DISTFILE variable) - switch lang/python ports (and it's slaves) to tar.xz I compared all the four pairs .tgz/.tar.xz and they have no content differences. Discussed on: python@
* - Add Firebird (Interbase) database option descriptiondanfe2012-09-271-10/+12
| | | | | | | - Rephrase other SQL databases texts: "backend" seems overly specific, thus prefer more generic "support" (also in line with most of the others) - Add VIDEO option (complementary to existing SOUND one) - As usual, expand couple of other knobs I've noticed could be improved
* - Reduce possible confusion in "build and install something" options: mostdanfe2012-09-271-8/+8
| | | | | | of the times (e.g. for documentation, manual pages) this stuff just gets installed, not really built (as it comes pregenerated) - Expand LIBEV, LIBVISUAL, NETPBM, and TREMOR descriptions while I am here
* Expand a few more descriptions.danfe2012-09-261-6/+6
|
* - Add few more knobs (mostly multimedia-related): FRIBIDI, GLX, LIVEMEDIA,danfe2012-09-261-4/+9
| | | | | MATROSKA, TWOLAME - Augment descriptions of MP3 encoders; spell "Ogg" correctly everywhere
* - Add GNOME Keyring and KWallet password managers descriptionsdanfe2012-09-261-3/+5
| | | | - Adjust couple of others while here (make more detailed)
* Add Flickr support option description and sort couple of other entries while ↵danfe2012-09-261-3/+4
| | | | here.
* Add GPHOTO option description.danfe2012-09-261-0/+1
|
* - USE_APACHE s/22+/22/ohauer2012-09-251-1/+1
| | | | | | | | | some additional cleanups/fixes - adopt new Makefile header - convert to optionsNG - use BROKEN instead IGNORE in bsd.apache.mk with hat apache@
* Update net/fping to version 3.4 and point to the new home.zeising2012-09-241-0/+1
| | | | | | | | | | | | Merge IPv4 and IPv6 support into net/fping, selectable via options. Remove the now un-needed net/fping+ipv6 Add common description for IPV4 option, analogous to the IPV6 option PR: ports/169949 [1], ports/169950 [2] Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> [1] Jason Harris <jharris@widomaker.com> [2] zeising (final patch version) Approved by: maintainer, kwm (mentor)
* Slightly improve description for Dirac video codec; unfortunately, specifyingdanfe2012-09-231-2/+2
| | | | more accurate "video codec" overflows SCHROEDINGER description length.
* - Fix memory leakswills2012-09-221-1/+1
| | | | | PR: ports/171807 Submitted by: stas
* - Revert ports/171672 patch to 'do-package' duebdrewery2012-09-211-6/+1
| | | | | | | | | to reported problems with defining PKG_SUFX, and leaving behind tmp files. PR: ports/171672 Reported by: poyopoyo@puripuri.plala.or.jp Approved by: portmgr (beat, implicit)
* - Revert ports/171672 patch to 'do-package' duebdrewery2012-09-211-5/+1
| | | | | | | | | to reported problems with defining PKG_SUFX, and leaving behind tmp files. PR: ports/171672 Reported by: poyopoyo@puripuri.plala.or.jp Approved by: portmgr (beat, implicit)
* - Remove ftp fallback as all supported FreeBSD versions provide fetch [1]beat2012-09-212-11/+19
| | | | | | | | | | | | | - Don't call 'pre-config' twice in the 'config-conditional' target [2] - Clean up pkgng metadir so that the 'clean' target can be executed without root permissions if the build was done with a non-root user. [3] - Make 'do-package' atomic while creating the pkg file [4] PR: ports/171161 [2], ports/171329 [3], ports/171672 [4] Submitted by: bapt [1], A.J. Kehoe IV (Nanoman) <m7k60pkr@nanoman.ca> [2], Submitted by: bdrewery [3, 4] Reported by: Kimmo Paasiala <kpaasial@gmail.com> [3] Tested by: Exp-run on pointyhat, bapt (pkgng changes)
* Update to 1.12.4ade2012-09-211-1/+1
|
* - fix issue in case no module is specifiedohauer2012-09-211-0/+6
| | | | Noted by: Adam McDougall
* - new option WITH_OPENSSL_HACK7=yesdinoex2012-09-191-1/+9
|
* - Chase new spidermonkey location [1]beat2012-09-171-0/+6
| | | | | | | | - Convert to OptionsNG - Add generally useful options to the global list Reported by: bapt [1] Reviewed by: bapt
* - Update Calligra Suite to 2.5.2.avilla2012-09-171-1/+1
| | | | | | | This release contains a number of important bug fixes to 2.5.1 and we recommend everybody to update as soon as possible. An overview of the most important fixes can be found in the release notes: http://www.calligra.org/news/calligra-2-5-2-released
* - Covert to OptionsNGeadler2012-09-161-0/+1
| | | | | | - Add generally useful options to the global list Approved by: ak (maintainer)
* - sync packetstorm mirrors list (remove two dead mirrors)rm2012-09-151-2/+0
|
* - Remove dead mirror from MASTER_SITE_QT.avilla2012-09-151-1/+0
|
* - Covert to OptionsNGeadler2012-09-151-0/+3
| | | | | - Remove old header lines - Add generally useful options to the global list
* - remove PYDISTUTILS "dependency line" since USE_PYTHON will garanteerm2012-09-131-3/+2
| | | | | availability of distutils module. There is no consumers of this in the tree. - add PYGAME shortcut for devel/py-game
* - Fix warning when running pkg2ngbdrewery2012-09-131-1/+1
| | | | | | PR: ports/171326 Submitted by: bdrewery Approved by: beat (portmgr) after exp-run
* - cleanup commentsdinoex2012-09-121-3/+1
|
* - fix warning for option WITH_PKGNGdinoex2012-09-121-1/+1
| | | | | PR: 171326 Submitted by: Bryan Drewery
* - trim check for unsupported python versionsrm2012-09-111-3/+3
| | | | | | | | - change depends for USE_ZOPE case to make it work with current zope version Submitted by: lwhsu (final patch revision) Reviewed by: crees Discussed in: python
* - Move libxul 1.9.2 to www/libxul19beat2012-09-111-14/+11
| | | | | | | | | | - Update www/libxul to 10.0.7 - Update all dependent ports to use www/libxul19 (no functional changes) - Bump PORTREVISION on ports where libxul is a run dependency as the resulting package will change. Submitted by: Jan Beich <jbeich@tormail.org> With hat: gecko
* - add a note about devel/apr1 and apache22 updatesohauer2012-09-091-1/+1
| | | | - adjust DBD IGNORE message
* - Update firefox to 15.0.1flo2012-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | - Sync changes from gecko repository@r995 general - don't specify prefix for libevent when using pkg-config - ia64 and sparc64 use 8k pagesize by default - add visibility hack for clang 3.2 with libc++ - fix build using clang 3.2 (on FreeBSD 10-CURRENT) - rename a few more patches to ease tracking of bugzilla bugs www/seamonkey - unbreak unsetting LDAP and MAILNEWS options after bug 707305 - use compile time debugging WITH_DEBUG security/nss - unbreak install WITH_DEBUG - unbreak powerpc64 devel/nspr - use absolute paths when specifiying srcdir to make gdb(1) happy In collaboration with: andreast, zeising, Jan Beich <jbeich@tormail.org>
* - Fix install when PACKAGE_BUILDING is not definedbdrewery2012-09-071-1/+1
| | | | | Approved by: portmgr (tabthorpe) Approved by: eadler (mentor)
* - Remove obsolete USE_XLIB and MACHINE_ARCH definitions [1], [4]linimon2012-09-071-24/+15
| | | | | | | | | | | | | - Include top-level Makefile.inc from correct directory [2] - Add new target add-plist-buildinfo for package build details [3] PR: ports/152871 [1] PR: ports/164207 [2] PR: ports/162397 [3] PR: ports/167677 [4] Submitted by: eadler [1], [4]; glarkin [2]; jhelfman@experts-exchange.com [3]
* Add a "make pbi" and "make clean-pbi" target to the ports build system.linimon2012-09-052-0/+53
| | | | | PR: ports/167825 Submitted by: kmoore
* Chase Emacs updatesashish2012-09-051-1/+1
|
* - Add hast to USERS_BLACKLIST [1].linimon2012-09-041-2/+17
| | | | | | | | | | | | - Add USE_READLINE knob [2]. - Fix typo [3]. PR: ports/157128 [1] PR: ports/162995 [2] PR: ports/165125 [3] Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> [1], fjoe [2], "Conrad J. Sabatier" <conrads@cox.net> [3]
* Add JOT command.linimon2012-09-041-0/+1
| | | | | PR: ports/159725 Submitted by: crees
* devel/apr1 [1]ohauer2012-09-021-61/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update APR to 1.4.6 - update APR-util to 1.4.1 - remove PKGNAMESUFFIX'es www/apache-(event|itk|peruser|worker)-mpm - adopt new Makefile header, adjust PKGNAMESUFFIX in apache22 masterport PKGNAME match now LATEST_LINK www/apache22 [2]-[6] - rewrite for options NG - PORTNAME s|apache|apache22| - remove APR APR-util specific otions, will be checked now with help of apr/u-1-config Mk/bsd.apache.mk - rewrite for options NG - remove no longer needet make targets (show-categories, make-options-list) [1] PR: 165143 [2]-[6] PR: 130479 PR: 153406 PR: 158565 PR: 168769 PR: 167965 with hat apache@
* - Partially back out r303381: readlink -f is not available on allbeat2012-09-021-1/+1
| | | | | | supported FreeBSD versions. Reported by: gahr@, tota@
* - Update Calligra to 2.5.1.avilla2012-09-011-1/+1
| | | | | | | | | - Remove header from Makefiles. This release contains a number of important bug fixes to 2.5.0 and we recommend everybody to update. Release notes can be found in the official announcement: http://www.calligra.org/news/calligra-2-5-1-released
* - Add SWFDEC.avilla2012-09-011-5/+6
| | | | | - Fix OGG. - Improve MP3, SSH, SSL and VORBIS.
* - Add ccache support for building ports. [1]beat2012-08-301-2/+27
| | | | | | | | | | | | - Fix CONFIGURE_FAIL_MESSAGE to be pkgng-aware. [2] - Resolve symlinks in PREFIX on deinstall. [3] - Introduce CLEAN_FETCH_ENV variable to disable package dependency in fetch target for mass fetching. [4] PR: ports/169579 [1], ports/170552 [2], ports/170784 [3], ports/170796 [4] Submitted by: bdrewery@ [1], crees@ [2], gahr@ [3], ohauer@ [4] Tested on: pointyhat
* - update firefox and thunderbird to 15.0flo2012-08-301-54/+49
| | | | | | | | | | | | | | | | | | | | | - update firefox-esr, thunderbird-esr, linux-thunderbird and linux-firefox to 10.0.7 - update seamonkey and linux-seamonkey to 2.12 - update nss to 3.13.6 - update bsdipc code (posix_spawn, SysV shared memory) - rename patches to easily track those not (yet) submitted upstream - reduce package size, except for www/libxul[1] - restore default objdir to what it was in 13.0 - fix mail/enigmail after thunderbird build changes - don't accidentally pick up headers from installed ports[3] - add support for PREFIX != LOCALBASE to Makefile.webplugins [4] - document vulnerabilities in vuln.xml - *miscellaneous cleanups and fixups* Obtained from: OpenBSD ports[1] PR: ports/159831, ports/160933, ports/170467[3], ports/170236 [4] Submitted by: avilla [4] In collaboration with: Jan Beich <jbeich@tormail.net> Who did most of the hard work.
* - Use more clear and consistent description for OGGbdrewery2012-08-301-1/+1
| | | | | Suggested by: avilla Approved by: eadler, bapt (mentors, implicit)
* - Convert to new options frameworkbdrewery2012-08-301-0/+1
| | | | | | | - Remove ABI version from LIB_DEPENDS - Use bsd.port.options.mk Approved by: eadler, bapt (mentors, implicit)
* - Convert to new options frameworkbdrewery2012-08-301-0/+1
| | | | | | - Remove ABI version from LIB_DEPENDS Approved by: eadler, bapt (mentors, implicit)
* - Improve several descriptions.avilla2012-08-291-16/+16
| | | | | | | | | | | | | Just for reference (non-obvious changes): * ASSERT (which should be changed to ASSERTS) gained an 'enable' because assertions lie in the code and just need to be turned on, but actually add something to the final result (unlike MMX and SSE, which have 'use' because they replace routines with optimised ones); * GDM changed from 'build' to 'install' because the option means "depend on the GDM port", while 'build' would mean "build the GDM login manager inside this port"; * 'Desktop' in GNOME and KDE* was changed to a more complete 'desktop environment'.
* Make OPTIMIZED_CFLAGS description more accurate: while default CFLAGSdanfe2012-08-271-4/+4
| | | | | already contain optimization options, this knob usually implies "extra" optimizations. Also reword descriptions for EXPAT, MMS, and OPENMP.
* The KDE/FreeBSD team is pleased to announce version 2.5 of Calligra,avilla2012-08-261-1/+1
| | | | | | | | | | | | | | | | | | | coming to the ports tree after a short testing period which showed it to be quite stable. For the productivity part of the suite (word processor, spreadsheet, and presentation program) the target user of version 2.5 is still the student or academic user. This version has a number of new features that will make it more suitable for these users. The artistic applications of the Calligra Suite are the most mature ones and are already used by professional users everywhere. As usual, detailed release notes can be found in the official announcement: http://www.calligra.org/news/calligra-2-5-released Meanwhile, new translations were added: - editors/calligra-l10n-gl (Gallegan)
* - Make NLS option description more generic.avilla2012-08-251-1/+1
| | | | Approved by: silence on ports@
* Another round of options description text improvements.danfe2012-08-251-22/+22
|
* - Consistensify AMR codec descriptionsdanfe2012-08-251-7/+7
| | | | | | - Make descriptions for AAlib and libcaca similar - For noticed lossless audio codecs, reflect this fact - Spell "XML parser" uniformly across the file
* s/using/via/ for consistency.danfe2012-08-251-11/+11
|
* Improve options descriptions: consistently move "support" word to the enddanfe2012-08-251-138/+138
| | | | | | when appropriate; use official spellings of the projects mentioned; provide more details in overly concise descriptions and reword others for better readability; fix couple of typos.
* Add all bundled pdo drivers.ale2012-08-231-1/+5
|
* - rewite apache portohauer2012-08-231-41/+10
| | | | | | | | | | | - remove all apr/apu related parts (leftovers from bundled apr) - remove invalid parts from Makefile.doc - move MODULES to Makefile.options - remove apache20 parts - remove category handling with hat apache@
* - Record the selected OPTIONS from the port build into the resultingbeat2012-08-221-0/+1
| | | | | | | | +CONTENTS file. PR: ports/170469 Submitted by: bdrewery@ Tested by: exp-run on pointyhat
* - Correct typolwhsu2012-08-211-1/+1
| | | | Notified by: sunpoet
* - Add support for fetching from GitHub in bsd.sites.mkgahr2012-08-201-0/+29
| | | | | | | | - Document the mechanism in CHANGES - Add www/tivoka (a JSON-RPC client/server library in PHP) which uses the GitHub mechanism Approved by: beat (portmgr) after exp-run
* Update to 1.12.3ade2012-08-181-1/+1
| | | | Feature safe: yes
* - Add some common optionsbdrewery2012-08-151-0/+2
| | | | Approved by: bapt (mentor)
* - rewrite bsd.apache.mk (prepare for options NG support)ohauer2012-08-141-89/+91
| | | | | | | | | | | | | | | | | | | keep full backward support until apache20 is removed from the tree comment code to remove with MFC TODO: - adjust apache20 and apache22 ports changes are transparent for users (no PORTREVISION bump) Users who are using special build instructions in make.conf, such as - WITH_STATIC_MODULES= alias dir log_config mime rewrite setenvif vhost_alias should convert the values to UPPERCASE - WITH_STATIC_MODULES= ALIAS DIR LOG_CONFIG MIME REWRITE SETENVIF VHOST_ALIAS At the moment code to support old lowercase style is in place, but target to remove in favor for options NG. with hat apache@
* - Add TWAREN in MASTER_SITE_APACHElwhsu2012-08-051-0/+1
|
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area.
* Introduce _GCC_RUNTIME, to be used by ports in need of knowing thegerald2012-08-041-3/+4
| | | | | | | | | run-time directory of the version of GCC in use. As a side effect this fixes the inclusion of said directory into CFLAGS and LDFLAGS (and FFLAGS where applicable). [1] Reported by: Scott Allendorf <scott-allendorf@uiowa.edu> [1]
* Add PGO description and adjust firefox accordingly.wxs2012-08-041-0/+1
| | | | | | PR: ports/170275 Submitted by: Jan Beich <jbeich@tormail.org> Approved by: beat@
* Add support for USE_GCC=4.8, USE_GCC=4.8+, and generally detectgerald2012-08-041-1/+2
| | | | | | and consider lang/gcc48 if present. Submitted by: kwm
* Use the stable, slow moving lang/gcc instead of lang/gcc46 forgerald2012-08-031-7/+14
| | | | | | | | | | | | | | USE_GCC=4.6 and USE_GCC=4.6+ and generally whenever the default version of GCC is employed. This will significantly benefit tinderboxes and the larger, reasonably conservative user base by reducing the amount of rebuilds. Rename _GCC_BUILD_DEPENDS to _GCC_PORT, but still set _GCC_BUILD_DEPENDS in the end for the sake of some ports relying on that. PR: 169449 Discussed with: bf
* GNU Emacs updatesashish2012-08-011-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs - Update to v. 24.1[1] - Update CANNA patch to v. 24.1[2] - Convert OPTIONS to OptionsNG - Remove patch to VC to make it work with Subversion 1.7 - Add patch to implement process support for FreeBSD from Emacs bug# 5243 - Add patch to fix segfault on Terminal (from NetBSD emacs port)[2] editors/emacs23 - Convert OPTIONS to OptionsNG - Bump PORTREVISION of editors/emacs23 port - Remove PORTEPOCH, as port needs to be explicitly installed/upgraded - Connect repocopied editors/emacs23 to build editors/emacs-devel - Update to bzr revision 109364 - Convert OPTIONS to OptionsNG - Remove redundant patches - Add patch to add openpty support for 10-CURRENT from Emacs bug# 12040[3] Mk/bsd.emacs.mk - Add EMACS_PORT_NAME block for Emacs 24 to bsd.emacs.mk - Update major version for emacs-devel port - Take maintainership of bsd.emacs.mk Thanks to everyone who tested these updates, and provided their feedback. Submitted by: http://www.gnu.org/software/emacs/NEWS.24.1[1] Submitted by: Yuji TAKANO[2] (via private email), Jan Beich[3]
* Fix typoerwin2012-08-011-1/+1
| | | | Submitted by: emax
* Include the expansion of the term HAL in HAL_DESC; it also describesgerald2012-07-301-1/+1
| | | | what this is.
* Commit a part which was missed in r301582flo2012-07-271-148/+207
|
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-262-3/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat)
* - remove old apache13 partsohauer2012-07-241-31/+7
| | | | with hat apache@
* Update ImageMagick to 6.7.8.6mm2012-07-231-0/+8
| | | | | Convert to new options framework and use default option names. Drop lcms v1 support.
* - Add description for MPLS supportzi2012-07-231-0/+1
|
* Update gmerlin framework and convert to new options:mm2012-07-221-0/+7
| | | | | | gavl 1.2.0 -> 1.4.0 gmerlin 1.0.0 -> 1.2.0 gmerlin-avdecoder 1.1.0 -> 1.2.0
* - Fix joystick input support for RELENG_9mva2012-07-211-0/+2
| | | | | | | - while here, convert to optionsng framework PR: ports/169042 Submitted by: Jeffrey Pfau <jeffrey@endrift.com>
* Add shared description for mpg123.madpilot2012-07-191-0/+1
| | | | Approved by: tabthorpe (mentor)
* - Make FREI0R and LADSPA descriptions more explicit.avilla2012-07-181-2/+2
|
* Fix config-conditionalbapt2012-07-181-2/+2
| | | | | PR: Gareth Hopkins <gabbawp@gmail.com> (via ports@) Tested by: jgh
* Update ffmpeg to use new options frameworkmm2012-07-171-0/+11
|
* compare options loading from /var/db/port/options and make.conf against thebapt2012-07-172-10/+14
| | | | | | complete list of options. COMPLETE_OPTIONS_LIST being OPTIONS_DEFINE + all the OPTIONS_SINGLE_* + all the OPTIONS_MULTI_*
* - Update to 1.8.7p370swills2012-07-171-1/+1
| | | | | | PR: ports/169668 Submitted by: stas Approved by: portmgr (linimon)
* - update to 1.0.6, update MASTER_SITES [1]jgh2012-07-171-0/+3
| | | | | | | | | | - move to optionsNG [2] - add in shared descriptions for {MYSQL,ORACLE,PGSQL}_JDBC [2] - add LICENSE [2] - modify startup-script for java sanity [2] PR: ports/166244 Submitted by: maintainer jjuanino@gmail.com [1], jgh@ [2]
* - remove expired portsrm2012-07-171-43/+7
| | | | | | | | | | | | | * lang/python24 and lang/python25: unmaintained upstream * www/zope and www/zope211: unmaintained upstream (the only consumers of python24) - clean-up python versions < 2.6 from lang/python-doc-html - clean-up python24/25 from Mk/bsd.ports.mk - add www/zope213 glue to bsd.python.mk - clean-up zope versions != 2.13 from bsd.python.mk Submitted by: miwi (based on) Approved by: portmgr (miwi)
* Reorganize options of www/lighttpdmm2012-07-161-0/+2
| | | | Add two new default options
* - Document new options framework in bsd.options.mkbapt2012-07-162-12/+41
| | | | | | | - new OPTIONS_DEFINE_${ARCH} and OPTIONS_DEFAULT_${ARCH} to define and activate options per arches. - No more append to PORT_OPTIONS options that are not in OPTIONS_DEFINE, (in the expection of DOCS, NLS, EXAMPLES for compatibility)
* Add new OPTIONS_EXCLUSE_${ARCH} to be able to exclude an option on the given ↵bapt2012-07-131-0/+5
| | | | | | | | | | | arch Fix xorg-server on sparc64 by excluing the HAL option on sparc64 has it used to be before convertion to new options framework [1] Reported by: marius@ Tested by: marius@ Approved by: kwm [1]
* - Add shared TCLTK descriptionsunpoet2012-07-131-3/+4
| | | | | - Add TLS to OPENSSL_DESC - Fix Tcl & Tk names
* - Shorten descriptions: change "support for ..." to "... support"sunpoet2012-07-131-15/+16
| | | | - Fix upper/lower cases to match their official names
* Spell CUPS all upper-case per their web page and our ports.gerald2012-07-111-1/+1
|
* - add shared description for PROFILE supportjgh2012-07-111-0/+1
| | | | | PR: ports/169704 Submitted by: mexas@bristol.ac.uk
* Update to 1.12.2 (feature safe from 1.12.1, no -exp required)ade2012-07-111-1/+1
|
* Fix PKG_IGNORE with pkgngbapt2012-07-101-3/+3
| | | | Submitted by: des@
* - Add shared DCRAW, GD, GRAPHMAGICK, IMAGEMAGICK, JHEAD, NETPBM, SQL and ↵sunpoet2012-07-101-0/+8
| | | | UNZIP descriptions
* - convert to options NGohauer2012-07-091-0/+1
| | | | - add desc. for MP3
* - add desc. for GDBM (GNU dbm support)ohauer2012-07-091-0/+1
|
* - Add shared IODBC and UNIXODBC descriptionssunpoet2012-07-081-0/+2
|
* - Add shared DATA description (used for old PORTDATA)sunpoet2012-07-071-0/+1
|
* - Update Calligra to 2.4.3.avilla2012-07-051-1/+1
| | | | | | | - Add Japanese localization. This release contains a number of important bug fixes to 2.4.2: http://www.calligra.org/news/calligra-2-4-3-released
* - Remove mention to USE_QT_VER=4 in comments. USE_QT4 has to be usedavilla2012-07-021-3/+2
| | | | | | | instead. With hat on: kde Approved by: portmgr (bapt)
* Don't clobber USE_PERL5 values when USE_PERL5 is set.crees2012-07-021-1/+1
| | | | | | | | | | Example of the problems caused: http://lists.freebsd.org/pipermail/freebsd-ports/2012-May/075194.html PR: ports/168379 Submitted by: crees Reviewed by: Silence on perl@ for over a month
* - Add shared CARES, GSSAPI, KERBEROS4, KERBEROS5, LDAPS, NTLM and PROXY ↵sunpoet2012-07-011-0/+7
| | | | descriptions
* Introduce Perl 5.16.0skv2012-07-011-3/+5
| | | | | Changes: http://search.cpan.org/dist/perl-5.16.0/pod/perldelta.pod Approved by: portmgr (linimon)
* Add a shared OSD descriptionbapt2012-06-291-0/+1
|
* Add PDF shared descriptionbapt2012-06-291-0/+1
|
* Add shared GTK1 descriptionbapt2012-06-291-0/+1
|
* remove the Thessaloniki Sunsite mirror after repeated distilator NXDOMAINbf2012-06-291-2/+4
| | | | | | results; to compensate for this and previous removals, and to obtain a better geographical spread, add the Sunsite mirrors in Oviedo, Paris, and Stellenbosch (found via http://ibiblio.org/pub/linux/MIRRORS.html )
* Update to 1.12.1 (essentially a no-op with some bugfixes)ade2012-06-281-1/+1
|
* - Add AGPLv3 to the list, missed in last committabthorpe2012-06-281-2/+2
| | | | | | PR: ports/169499 Submitted by: Bryan Drewery <bryan shatow.net> Pointyhat to: tabthorpe@
* - Add shared NUMPY and SCIPY descriptionssunpoet2012-06-271-0/+2
|
* - Update E17 ports:makc2012-06-271-149/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | EFL updated to 1.1.0 and E17 updated to 0.16.999.65643 (svn 65643) - Pass maintainership to submitter. - New ports: benchmarks/expedite devel/eio graphics/evas-loader-generic graphics/evas-loader-ico graphics/evas-loader-psd graphics/evas-loader-wbmp graphics/evas_generic_loaders-gst graphics/evas_generic_loaders-pdf graphics/evas_generic_loaders-ps graphics/evas_generic_loaders-raw graphics/evas_generic_loaders-xcf x11-wm/e17-module-comp-scale x11-wm/e17-module-e-tiling x11-wm/e17-module-elfe x11-wm/e17-module-everything-aspell x11-wm/e17-module-everything-shotgun x11-wm/e17-module-xkbswitch PR: ports/167405 Submitted by: Grzegorz Blach <magik at roorback.net>
* - Set IGNORE if BATCH is set [1]tabthorpe2012-06-262-9/+14
| | | | | | | | | - Silence some output, set LICENCE_VERBOSE to enable [2] - Add AGPLv3 as a license PR: ports/164870 [1] ports/165270 [2] ports/166066 [3] Submitted by: many Exp-run by: linimon
* - Revert accidental commitsunpoet2012-06-263-71/+1
|
* - Add shared TLS descriptionsunpoet2012-06-264-1/+72
|
* - reset MAINTAINERdinoex2012-06-261-1/+1
|
* Add two new global options in use by some portseadler2012-06-261-0/+2
|
* Improve the DEBUG descriptioneadler2012-06-251-1/+1
|
* Remove the word "Enable" from most descriptions:eadler2012-06-251-196/+196
| | | | Having the same word be the first of every description is not good UX, remove space from descriptions, and checking the box obviously means you are enabling something.
* - Update graphics/blender to version 2.63amva2012-06-251-0/+4
| | | | | - Convert graphics/blender to new options framework - Added new OPTION descriptions for OPENAL, OPENEXR, OPENJPEG and OPENMP
* Fix descriptions that get cutoff and add instructions for new options.eadler2012-06-241-4/+11
| | | | | PR: ports/169360 Submitted by: "Bryan Drewery" <bryan@shatow.net>
* - Add MAPSERVER POSTGISwen2012-06-201-0/+2
|
* Show notice when a package is installed and flagged as automatic by pkgngbapt2012-06-201-0/+4
| | | | | PR: ports/168909 Submitted by: "Bryan Drewery" <bryan@shatow.net>
* - Force cmake to use PYTHON_VER as version to detect, so that it usesmva2012-06-201-0/+11
| | | | | | | | the same Python version for the interpreter and library linking, if multiple Python versions are installed. PR: ports/168159 On behalf of: python@
* - Add shared LIBEDIT descriptionsunpoet2012-06-191-2/+3
| | | | - Fix typo
* Better description for PCRE.demon2012-06-191-1/+1
|
* Better NLS description (from porter's handbook).demon2012-06-191-1/+1
|
* - Update to new upstream release 5.3.21. Please see UPDATING!mandree2012-06-191-3/+3
| | | | | | | | | | | | http://download.oracle.com/otndocs/products/berkeleydb/html/changelog_5_3.htm - Convert to OptionsNG. Sunpoet, relative to the PR, there were more Makefile and pkg-plist changes, as well as an update of Mk/bsd.database.mk and UPDATING. Port and pkg-plist updates based on PR: ports/165574 Submitted by: sunpoet@
* - add Lighttpd descriptionohauer2012-06-181-0/+1
|
* - Ensure that PYTHONOPTIMIZE and PYTHONDONTWRITEBYTECODE are ignored onmva2012-06-171-1/+1
| | | | | | | | using PY_DISTUTILS to avoid plist corruptions PR: ports/146957 Reported by: swell.k@gmail.com On behalf of: python@
* - bugfix LIBEXIFdinoex2012-06-171-1/+1
| | | | Reprted by: Boris Samorodov
* Remove several problematic mirrors:bf2012-06-161-3/+1
| | | | | | | | | | | - the edisontel Sunsite mirror has been giving consistent 404 responses locally and in the distilator results; - the transact and softlayer Sourceforge mirrors have been giving consistent NXDOMAIN responses locally and in the distilator results, and were removed 15 months ago from version 40 of the official Sourceforge mirror list at: http://sourceforge.net/apps/trac/sourceforge/wiki/Mirrors
* - add LIBMNG LIBWMF LIBRSVG2 LIBEXIF MPLAYER LIBXINE TK GUILEdinoex2012-06-161-0/+9
|
* Fix sanity-config error when using WRKDIRPREFIX [1]bapt2012-06-151-4/+4
| | | | | | | | While apply the same fix to fetch-urlall-list and fetch-url-list [2] PR: ports/169039 [1] Reported by: avg@ [1], Jan Beich <jbeich@tormail.org> [2] exp-run: pointyhat-west (bapt)
* - Add shared SZIP descriptionsunpoet2012-06-151-0/+1
|
* - Add shared GPERFTOOLS and SNAPPY descriptionssunpoet2012-06-151-0/+2
|
* Add the Sandia Netlib mirror; remove the linux-mirror.org Netlib mirror, due tobf2012-06-151-1/+1
| | | | repeated NXDOMAIN distilator results
* Fix check-install-conflicts message with pkgngbapt2012-06-151-1/+1
| | | | Submitted by: avg
* KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x ↵makc2012-06-151-1/+1
| | | | | | series. Official announcement: http://kde.org/announcements/announce-4.8.4.php
* - New port: devel/qt4-qmlviewergahr2012-06-141-1/+4
| | | | | | | | | The Qt QML Viewer is a tool for loading QML documents that makes it easy to quickly develop and debug QML applications. It invokes the QML runtime to load QML documents and also includes additional features useful for the development of QML-based applications. WWW: http://qt-project.org/doc/qt-4.8/qmlviewer.html
* - Fix TCL_DESCsunpoet2012-06-141-3/+3
| | | | - Sort *_DESC
* - Add shared description for GMPlwhsu2012-06-141-0/+1
|
* Add BOOST and DOXYGEN toggles.kwm2012-06-131-0/+2
|
* Remove ftp://ftp-stud.fht-esslingen.de/ from MASTER_SITE_SOURCEWAREgerald2012-06-131-1/+0
| | | | | | | | and hence MASTER_SITE_GCC. It is delivering corrupted tarballs for at least one snapshot of GCC, and a different one for every download. PR: 168956 Co-analysed by: Anton Shterenlikht <mexas@bristol.ac.uk>
* Add shared description for TCLbapt2012-06-121-0/+1
|
* - Un-version LIB_DEPENDSmartymac2012-06-111-0/+1
| | | | | - Switch to OptionsNg - Add DVDCSS description to bsd.options.desc.mk
* - Un-version LIB_DEPENDSmartymac2012-06-111-0/+1
| | | | | - Switch to OptionsNg - Add OPENSSL description to bsd.options.desc.mk
* - Switch to OptionsNgmartymac2012-06-111-0/+1
| | | | | | - Force LFS support when option activated - Add CONFLICTS with audio/waon - Add LFS description to bsd.options.desc.mk
* - Switch to OptionsNgmartymac2012-06-111-0/+1
| | | | | | - Disable DEBUG option by default - Fix patch names - Add DEVD description to bsd.options.desc.mk
* - add LIBPAPER MDNSRESPONDER UPNPdinoex2012-06-111-0/+3
|
* - Add descriptions for ASPELL and GNUTLS.jase2012-06-111-0/+2
| | | | Approved by: flo (mentor)
* - Add shared option description for LIBWRAPzi2012-06-101-0/+1
|
* - Add shared PAM descriptionzi2012-06-101-0/+1
|
* - allow CC be set to a differen path for option GNUSTEP_WITH_CLANG=yesdinoex2012-06-101-0/+7
|
* - Add shared GEOIP descriptionsmiwi2012-06-091-0/+1
|
* - update for gnustep-back 0.22dinoex2012-06-091-2/+2
|
* - Add optionsNG make config sanity check supportmiwi2012-06-091-4/+26
| | | | | | PR: 168480 Submitted by: "Bryan Drewery" <bryan@shatow.net> Reviewed by: bapt
* - Update Thunderbird to 13.0beat2012-06-091-5/+5
| | | | | | | | | - Use GCC 4.6 to fix build on newer FreeBSD versions - Update required nspr version [1] PR: ports/167431 [1] Submitted by: Toomas Aas <toomas.aas AT raad.tartu.ee> [1] Security: http://www.vuxml.org/freebsd/bfecf7c1-af47-11e1-9580-4061862b8c22.html
* Fix condition where _FILE_COMPLETE_OPTIONS_LIST is not defined (introduced ↵zi2012-06-091-1/+1
| | | | | | by previous commit) Approved by: portmgr (tabthorpe)
* Fix make config-conditional with optionsngbapt2012-06-091-2/+3
| | | | Reported by: ru@
* Add two mirror sites to the end of list with hardcoded search by module name.az2012-06-081-1/+3
| | | | | | | | This should help portscout bot in detection of new version on CPAN while author of module is changed. CPAN:macro require author's CPAN-name and this change allow to fallback try try look by module name. Discussed with: sunpoet@
* - Re-add a check if Thunderbird binary exist which was accidentallybeat2012-06-071-0/+2
| | | | removed in rev 1.57.
* Silent rmdir after removing the optionfile, the directory might contains otherbapt2012-06-061-2/+2
| | | | | | | | | informations like distfiles (added by portmaster) While here only check if the optionsfile is there before removing it. PR: ports/164422 Submitted by: Greg Larkin <glarkin@freebsd.org>
* - Add shared IDN descriptionsunpoet2012-06-061-7/+8
| | | | - Sort *_DESC
* Do not search for upper case uniquename what setting per ports optionsbapt2012-06-061-2/+2
|
* - Update Firefox to 13.0beat2012-06-061-5/+5
| | | | | | | | | | | | - Remove whitespace from pkg-descr - Use GCC 4.6 to fix build on newer FreeBSD versions - Use asm optimized YUV conversion and RGB scaling [1] - Update required nspr version [2] PR: ports/168423 [1], ports/167431 [2] Submitted by: Jan Beich <jbeich AT tormail.org [1], Toomas Aas <toomas.aas AT raad.tartu.ee> [2] Security: http://www.vuxml.org/freebsd/bfecf7c1-af47-11e1-9580-4061862b8c22.html
* Activate NO_OPTIONS_SORT by default when the ports still use the old framework,bapt2012-06-051-0/+1
| | | | | | that case user still get the exact same out as prior optionsng, for converter ports NO_OPTIONS_SORT remains per port so that by default options are sorted but maintainer can decided to unsort them.
* Allow NO_OPTIONS_SORT to work with old OPTIONSbapt2012-06-051-0/+3
| | | | Requested by: dougb@
* Remove crufts committed by mistakebapt2012-06-041-3/+0
| | | | Reported by: matthew@
* Fix loading of old optionsbapt2012-06-041-13/+15
| | | | Tested by: flo@, gelraen (via IRC)
* - Add shared TINYXML and XML descriptionssunpoet2012-06-041-0/+2
|
* Do not pollute output with error messages in case pkg query failedbapt2012-06-031-4/+4
|
* - add shared description for RESIN3jgh2012-06-031-0/+1
|
* Add description for MANPAGESbapt2012-06-031-0/+1
|
* Add descriptions for:nox2012-06-031-0/+14
| | | | | AALIB CACA GNOMEVFS2 HAL LIBBLURAY LIBEXTRACTOR LIRC RTMP SMB VAAPI VDPAU WAVPACK WEBSERVER XVMC.
* Remove the double quotes while converting from old options framework to new one.bapt2012-06-021-1/+1
| | | | | | This fix the too long options breaking the UI Reported by: Oliver Pinter <oliver.pntr@gmail.com> (via private mail)
* The KDE on FreeBSD team is happy to update Qt to its 4.8.2 release.rakuco2012-06-021-10/+10
| | | | | | | | | The upstream changelog can be seen in <https://qt.gitorious.org/qt/qt/blobs/4.8/dist/changes-4.8.2>. Relevant changes include a few patches having been integrated upstream and thus removed from the ports tree and some improved work on USE_QT4 in bsd.qt.mk.
* Add description for SASLbapt2012-06-021-0/+1
|
* Add ASSERT option description for use in razorback ports.tj2012-06-011-0/+1
| | | | Approved by: eadler (mentor)
* Add descriptions for APACHE, FREETDS, GRAPHVIZ, GSM, H323, JABBER, LUA, MODPERL,flo2012-06-011-1/+13
| | | | ORACLE, RADIUS, SNMP and SPANDSP to be used with www/rt38 and net/asterisk
* Add description for GNUPLOTbapt2012-06-011-0/+1
|
* Add description for MADbapt2012-06-011-0/+1
|
* - fix spacedinoex2012-06-011-1/+1
|
* Fix gstreamer descriptions and add a shared description for MTPbapt2012-06-011-1/+2
|
* by default optionsng sort the options before prompting to them.bapt2012-06-011-0/+12
| | | | | | add a new KNOB for maintainers: NO_OPTIONS_SORT to prevent from sorting the options. Requested by: osa@
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* Add descriptions for MOTIF and XPMbapt2012-06-011-0/+2
|
* Add descriptions for FUSE KDE3 GCONF IMLIB2 CAIRO CUPS XFTbapt2012-05-311-0/+8
|
* Fix sanity checkong for "multi" optionsbapt2012-05-311-1/+1
|
* Apply the last not yet committed change from the PR to finally close it:rm2012-05-311-1/+0
| | | | | | | | | | | | | | - remove ftp://ftp-linux.cc.gatech.edu from MASTER_SITE_SUSE According to [1] this server is deprecated and and may cease to exist. [1] http://www.gtlib.gatech.edu/ Requested by submitter by mail. PR: 168088 Submitted by: Takefu <takefu at airport dot fm> Approved by: pgollucci (implicit)
* Add descriptions for APE CDDB FASTCGI KERBEROS YAMLbapt2012-05-311-0/+5
|
* Add description for GNOME, KDE4, GTK3, SVG and JAVAbapt2012-05-311-0/+5
|
* Allow make config to run if description is emptybapt2012-05-311-2/+2
|
* Stop spawning dialog inside its own sh processbapt2012-05-311-7/+7
| | | | | This allow us to use normal make quoting when preparing the command line for the make config dialog
* The KDE/FreeBSD team is pleased to announce Calligra Suite 2.4.2, KDEavilla2012-05-311-4/+3
| | | | | | | | | | | | | | | graphic art and office suite. Information on this release can be found here: http://www.calligra.org/news/calligra-2-4-2-released Information on Calligra Project can be found in its first ever release announcement: http://www.calligra.org/news/calligra-2-4-released Consequently, KOffice 2 has been removed from the ports collection. As usual, we would like to thank all testers and contributors.
* Show nothing if no options are defined as it used to be before optionsngbapt2012-05-311-0/+2
|
* Add descriptions for BDB1 BDB and DBMbapt2012-05-311-0/+3
| | | | Submitted by: Bryan Drewery (via #bsdports)
* No more need to use double for comments containing parenthesis or simple quotesbapt2012-05-312-11/+9
| | | | | | | while here, fix make config dialog ui with parenthesis and simple quotes on single or multi options [1] Reported by: Bryan Drewery (via #bsdports) [1]
* Do not leave orphan /tmp/portoptions.* filesbapt2012-05-311-0/+1
| | | | | PR: ports/168475 Submitted by: Bryan Drewery <bryan@shatow.net>
* Add MSQL descriptioncrees2012-05-311-0/+1
|
* - Add shared EXPAT, XALAN and XERCES descriptionssunpoet2012-05-311-0/+3
|
* - Add shared PHP, PYTHON and RUBY descriptionssunpoet2012-05-311-0/+3
|
* - Add shared CFITSIO, ECW, GEOS, GRASS, HDF5, NETCDF, JASPER, KML, PROJ, ↵sunpoet2012-05-311-1/+11
| | | | | | WEBP descriptions - Sort *_DESC
* Add a bunch of new options descriptionsbapt2012-05-311-1/+6
|
* - Add shared PIXBUF, POPPLER, GSTREAMER, ODF, RAW, XRANDR, XKLAVIER, ↵miwi2012-05-311-0/+12
| | | | XCURSOR, GLADE, GVFS, COMPOSITE, NOTIFY descriptions
* - Fix an incorrect space/tab replacement in previous commitsunpoet2012-05-301-3/+3
| | | | Notified by: jadawin
* - Fix format:sunpoet2012-05-301-4/+4
| | | | | - Remove superfluous colon - Change tab to space in the message
* - Unify space/tab style:sunpoet2012-05-301-51/+51
| | | | | - A space before backslash at the end of a line - A tab before each MASTER_SITE_* URL
* - Add shared ODBC descriptionsunpoet2012-05-301-8/+9
| | | | - Sort *_DESC
* Add PERL and WXGTKbapt2012-05-301-0/+2
|
* Add MMX and SSE descriptionsbapt2012-05-301-0/+2
|
* Add shared OPENGL descriptionbapt2012-05-301-0/+1
|
* - Add share GNUPG desc.miwi2012-05-301-0/+1
|
* Fix typobapt2012-05-301-1/+1
|
* Add descriptions for: AMR ESOUND FAAD FONTCOFNIG FREETYPE GTK2 OSS QT4 SDL VPXbapt2012-05-301-0/+13
| | | | X264 XVID XVIDEO
* - Add a note for special characters (parentheses or single quotes)sunpoet2012-05-301-11/+14
| | | | | | - Use official name of organizations, softwares or specifications - Minor modification to distinguish UCS2 and UCS4 - Sort *_DESC again
* - Add sharing GDM, ICONS, MIXER and PRINT descriptionsmiwi2012-05-301-0/+4
|
* New descriptions for CDPARANOIA, FAAC,bapt2012-05-301-2/+4
| | | | | Fix typo in CDDA2WAV description More generic desciption for LAME
* Add ALSA, LADSPA, LASH, and PORTAUDIO descriptionsbapt2012-05-301-1/+5
|
* Hide 'cd port && make config' command in 'config-conditional' targetbapt2012-05-301-1/+1
| | | | | PR: ports/168453 Submitted by: Bryan Drewery <bryan@shatow.net>
* Add new packetstorm mirror according to [1].rm2012-05-301-0/+1
| | | | [1] http://packetstormsecurity.org/mirrors/
* - Update the GTLib mirrors as described in the note atbf2012-05-301-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://www.gtlib.gatech.edu/ : "Please do not use the old names ftp-linux.cc.gatech.edu, www.gtlib.cc.gatech.edu, ftp.gtlib.cc.gatech.edu or rsync.gtlib.cc.gatech.edu as they are now deprecated and may cease to exist. The supported names for GTlib services are www.gtlib.gatech.edu, ftp.gtlib.gatech.edu and rsync.gtlib.gatech.edu." Restore a corrected version of the GTlib GNOME mirror that was removed in revision 1.563. This leaves only one outdated GTlib entry, in MASTER_SITE_SUSE: ftp://ftp-linux.cc.gatech.edu/pub/suse/suse/%SUBDIR%/ This should probably be changed to: ftp://ftp.gtlib.gatech.edu/pub/opensuse/distribution/ ... but it is currently unused. Leave the other GTlib Linux mirrors for reference during possible future Linux updates, even though some of the older directories they point to have since been emptied and their contents moved to separate archives, as on some other Linux mirrors. - Remove the USC GNU mirror, which has been only sparsely updated since Jan. 2011 -- according to distilator results it is missing 141 (about 40%) of the GNU distfiles. Replace it with the nearby kernel.org GNU mirror.
* readd the parentheses in FFMPEG descriptionbapt2012-05-301-1/+1
|
* - Add shared SVN and SSH descriptionmiwi2012-05-301-0/+2
|