aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to new options helpersunpoet2014-03-091-11/+1
| | | | - Simplify Makefile
* Update to version 1.3lev2014-03-094-20/+20
| | | | | Add support for 10 and 11 systems (versions prior this could cause crash on these). Add support for direct-dispatch as receiver (callee) only.
* Do not depend on both py-setuptools and py-setuptoolsXXantoine2014-03-091-2/+0
|
* Update gnucash and gnucash-docs to 2.6.2.kwm2014-03-096-9/+6
| | | | | PR: ports/187364 Submitted by: madpilot@
* Add USES=gmake to fix installation on systems that use fmake by default.tijl2014-03-091-1/+1
| | | | | | | | | | | | Some makefiles in this port list "configure" as a dependency of some files. Because "configure" gets modified by USES=libtool, this means make tries to regenerate them. The commands for these files detect that nothing has changed however and they don't actually regenerate the files. Both bmake and gmake leave it at that, but fmake reruns all targets that depend on these files anyway. This fails because it requires tools that aren't available. Reported by: antoine
* Improve the wording in DEPRECATED a bit.rakuco2014-03-091-1/+1
|
* Make it possible to override EXTRACT_SUFX when using zip, some distfilesantoine2014-03-091-1/+1
| | | | (emulators/ods2reader for instance) have a .ZIP extension
* Add libpwquality.kwm2014-03-095-0/+137
| | | | | | | | This is a library for password quality checking and generation of random passwords that pass the checks. Submitted by: Gustau Perez i Querol <gustau.perez@gmail.com> Obtained from: GNOME dev repo
* - Update LICENSEsunpoet2014-03-091-1/+1
| | | | Approved by: portmgr (blanket)
* libsecret is a library for storing and retrieving passwords and otherkwm2014-03-095-0/+137
| | | | | | | | | secrets. It communicates with the "Secret Service" using DBus. gnome-keyring and ksecretservice are both implementations of a Secret Service. interfaces and classes for commonly used data structures. interfaces and classes for commonly used data structures. Obtained from: GNOME dev repo
* Add:kwm2014-03-099-0/+220
| | | | | | | yelp-tools: Utilities to help manage documentation for Yelp and the web yelp-xsl: DocBook XSLT stylesheets for yelp Obtained from: GNOME dev repo
* Unbreakantoine2014-03-091-1/+0
|
* Mark BROKEN: Checksum and size mismatchantoine2014-03-091-0/+1
|
* - Add shared MPI, MPICH2 and OPENMPI descriptionssunpoet2014-03-091-0/+3
|
* Unbreakantoine2014-03-091-1/+1
|
* Unbreakantoine2014-03-091-7/+5
|
* - Update to version 3.5.1 [1]pawel2014-03-094-12/+52
| | | | | | | - Add staging support PR: ports/187356 [1] Submitted by: maintainer
* Mark BROKEN: Fails to configureantoine2014-03-091-0/+1
| | | | | | | | | | ===> Configuring for brebis-0.9 Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/local/lib/python3.3/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 36: ordinal not in range(128) *** [do-configure] Error code 1
* Do not depend both on py-setuptools and py-setuptoolsXXantoine2014-03-081-2/+1
|
* Update to the 20140302 snapshot of GCC 4.9.0.gerald2014-03-082-3/+3
|
* Update to version 2013.09.05 of the Italian hyphenation rules.gerald2014-03-082-8/+7
| | | | | | | | Change back to upstream MASTER_SITES. Remove bogus EXTRACT_SUFX.2013.09.05 PR: 173945 (for an earlier version update) [1] Submitted by: pfg [1] Approved by: maintainer timeout (office, 15 months) [1]
* - Update to 1.21.6wen2014-03-082-6/+6
| | | | | | | | | | | | | | | | | - Update CONFLICTS > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed. M mediawiki121/Makefile M mediawiki121/distinfo
* - Update to 1.19.12wen2014-03-083-5/+18
| | | | | - Apply the patch from upstream to fix the run error with pcre-8.34 - Update CONFLICTS
* Update to version 4.4.2pawel2014-03-082-4/+3
| | | | | PR: ports/187327 Submitted by: maintainer
* Ignore if CDROM_MOUNT is not setantoine2014-03-081-4/+4
|
* Fix invalid portmaster commandadamw2014-03-081-1/+1
| | | | | | | | | | | [root@apnoea /usr/ports/BUILD/head] portmaster -r devel/py-setuptools ===>>> The argument to -r must be a package name, or a glob pattern ===>>> Aborting update ===>>> Killing background jobs Terminated ===>>> Exiting
* Stagify, use new lib_depends syntax. add libtool to USES.kwm2014-03-085-30/+19
| | | | | | | | Update www and pkg-descr in vala-vapi. PR: ports/186780 (based on) ports/186781 (based on) Submitted by: olivierd@
* Fix MASTER_SITES.hrs2014-03-081-1/+1
|
* This has been broken for > 6 months on >= 10.0. Set USE_GCC= any for now.flo2014-03-081-0/+1
|
* Ignore if CDROM_MOUNT is not setantoine2014-03-081-4/+4
|
* Fix build.hrs2014-03-081-1/+1
|
* Fix ignore checkantoine2014-03-081-1/+1
|
* Fix make fetchantoine2014-03-081-1/+0
| | | | It seems infozip is not needed (java dumps core in the middle of the install here so not totally sure)
* Fix make fetchantoine2014-03-081-3/+1
|
* Unbreakantoine2014-03-081-1/+1
|
* Stagify.kwm2014-03-083-7/+12
| | | | | | | Remove gawk and a stray \ from the RUN_DEPENDS line. Replace /bin/bash with /bin/sh in a script. Obtained from: GNOME dev repo.
* Stagifykwm2014-03-085-34/+28
| | | | | | | | Use new lib_depend syntax. Add USES=libtool Use USE_GNOME introspection component Obtained from: GNOME dev repo
* - Update to version 14.02pawel2014-03-083-8/+8
| | | | | | - Convert to USES desktop-file-utils shared-mime-info - Strip program binary - Drop maintainership
* - Mark DEPRECATEDwen2014-03-081-1/+4
| | | | - Update CONFLICTS
* Unbreakantoine2014-03-081-2/+1
|
* Mark BROKEN: Does not buildantoine2014-03-081-0/+1
| | | | Reported by: pkg-fallout
* Ignore this port if CDROM_MOUNT is not setantoine2014-03-081-4/+4
|
* Mark BROKEN: Does not installantoine2014-03-081-0/+1
| | | | | | | | | | | | ===> Checking if textproc/pootle already installed usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: -c --help [cmd1 cmd2 ...] or: -c --help-commands or: -c cmd --help error: option --single-version-externally-managed not recognized Reported by: pkg-fallout
* - Update to version 2.3.2, take maintainership [1]pawel2014-03-083-91/+84
| | | | | | | | | | | | - Correct LICENSE [1] - Add staging support [1] - Use USES=zip - Remove leading article from COMMENT - Docs files don't need optional installation with stage, convert installation procedure to COPYTREE_SHARE PR: ports/187336 Submitted by: Jim Ohlstein <jim@ohlste.in>
* Update to 0.18matthew2014-03-082-4/+3
| | | | ChangeLog: http://cpansearch.perl.org/src/FALCONE/RT-Authen-ExternalAuth-0.18/ChangeLog
* Fix make extractantoine2014-03-081-1/+1
|
* Unbreakantoine2014-03-081-1/+1
|
* - Make case sensitive to match the output of "make -VLEGAL"tota2014-03-081-1/+1
| | | | in devel/astah-community
* Deprecate again...antoine2014-03-081-0/+2
|
* - Fix typo in OPTIONS handlingantoine2014-03-081-2/+3
| | | | | | | - Use a non deprecated version of BDB PR: ports/186071 Submitted by: maintainer
* - Fix build on 8 and 9antoine2014-03-081-3/+4
| | | | | | | - Pass maintainership to submitter PR: ports/186965 Submitted by: Nikola Kolev
* Update to the 2013.09.05 version of the Italian hunspell dictionaries.gerald2014-03-082-4/+4
| | | | Submitted by: pfg
* Mark BROKEN: Does not compileantoine2014-03-081-0/+2
| | | | | | | | | | libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -fno-strict-aliasing -I/usr/local/include/xorg -I/usr/local/include/pixman-1 -I/usr/local/include -I../src -MT xf86MagicTouch.lo -MD -MP -MF .deps/xf86MagicTouch.Tpo -c xf86MagicTouch.c -fPIC -DPIC -o .libs/xf86MagicTouch.o xf86MagicTouch.c:9:10: fatal error: 'xf86Version.h' file not found #include <xf86Version.h> ^ 1 error generated. Reported by: pkg-fallout
* - Fix pkg-plistwen2014-03-082-118/+284
| | | | | PR: 187141 Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
* - Update to 0.19wen2014-03-082-16/+5
| | | | | | | | | - Remove 2to3 command, according to commit 08c34a3315: https://github.com/mitsuhiko/markupsafe/commit/08c34a3315ec94b237100dd42d4ddd7f406942d9 - Reset maintainer to ports@ PR: 187324 Submitted by: olivierd@
* - Update to 0.011sunpoet2014-03-082-6/+3
| | | | Changes: http://search.cpan.org/dist/PerlIO-Layers/Changes
* - Remove unnecessary PYDISTUTILS_PKGNAMEsunpoet2014-03-081-4/+1
| | | | | - Remove post-patch: - Bump PORTREVISION for package change
* Update to 4.1.9matthew2014-03-082-3/+3
| | | | | | This is a routine bugfix release. ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.9/phpMyAdmin-4.1.9-notes.html/view
* Mark BROKEN: Does not buildantoine2014-03-081-0/+1
| | | | | | | | | | | | | | on 8 or 9: gcc -O -static -o tripwire config.parse.o main.o list.o ignorevec.o dbase.build.o utils.o preen.o preen.interp.o preen.report.o nullsig.o config.prim.o dbase.update.o config.pre.o help.o ../sigs/md5/md5wrapper.o ../sigs/md5/md5.o ../sigs/snefru/snefru.o ../sigs/crc32/crc32.o ../sigs/crc/crc.o ../sigs/md4/md4.o ../sigs/md4/md4wrapper.o ../sigs/md2/md2.o ../sigs/md2/md2wrapper.o ../sigs/sha/sha.o ../sigs/sha/shawrapper.o ../sigs/haval/haval.o ../sigs/haval/havalwrapper.o utils.o: In function `pltob64': utils.c:(.text+0x8f0): undefined reference to `fatal' ../sigs/snefru/snefru.o: In function `ReadChunk': snefru.c:(.text+0x6bd): undefined reference to `fatal' *** [tripwire] Error code 1 on 10 or head: gcc -O -static byteorder.c -o byteorder make[2]: exec(gcc) failed (No such file or directory)
* Fix a BUILD_DEPENDS line after last py-openssl updateantoine2014-03-081-1/+1
|
* Remove expired ports with no active website:rene2014-03-0880-1452/+14
| | | | | | | | | | | | | | | | | 2014-03-07 deskutils/phprojekt: No more public distfiles 2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles 2014-03-07 dns/skadns: No more public distfiles 2014-03-07 sysutils/gkrellmwho2: No more public distfiles 2014-03-07 audio/xmms-musepack: No more public distfiles 2014-03-07 archivers/bzip: No more public distfiles 2014-03-07 devel/cvsstat: No more public distfiles 2014-03-07 graphics/enfle: No more public distfiles 2014-03-07 audio/oggsplit: No more public distfiles 2014-03-07 devel/picasm: No more public distfiles 2014-03-07 databases/mysql-udf-preg: No more public distfiles 2014-03-07 devel/py-gitpython: No more public distfiles 2014-03-07 net/mars_nwe: No more public distfiles 2014-03-07 audio/fmio: No more public distfiles
* Update to version 0.3.5.demon2014-03-082-3/+3
|
* Update to version 3.24.demon2014-03-082-3/+3
|
* This port is stagedantoine2014-03-081-1/+0
|
* Fix make patchantoine2014-03-081-1/+1
|
* - Add LICENSEsunpoet2014-03-081-0/+2
|
* - Update to 0.022sunpoet2014-03-082-3/+3
| | | | Changes: http://search.cpan.org/dist/ExtUtils-Helpers/Changes
* - Fix PORTVERSION: it goes backward from 0.0501 to 0.06sunpoet2014-03-082-12/+12
| | | | | - Fix *_DEPENDS: p5-Test-Mock-LWP is a test-only dependency - Bump PORTREVISION for dependency change
* - Add LICENSEsunpoet2014-03-081-2/+5
| | | | | - Add TEST_DEPENDS - Use USES=zip
* - Cosmetic changesunpoet2014-03-082-4/+4
|
* Unbreakantoine2014-03-081-1/+1
|
* audio/py-xmms: undeprecate by updating MASTER_SITES and update to 2.0.7rene2014-03-083-33/+22
|
* security/py-cryptography: BUILD_DEPENDS are also RUN_DEPENDSkoobs2014-03-081-0/+2
| | | | | | Add BUILD_DEPENDS (cffi and six) to RUN_DEPENDS as they are needed at run time Reported by: antoine
* Unbreakantoine2014-03-081-1/+1
| | | | Reported by: pkg-fallout
* - convert to autogenerated packing listrm2014-03-082-469/+35
| | | | | | | | | | | - support staging - convert to options helpers - install docs and examples into staging area unconditionally - unmute installation commands - bump PORTREVISION Requested by: miwi Approved by: portmgr (blanket)
* Unbreakantoine2014-03-081-1/+1
|
* Unbreakantoine2014-03-083-8/+6
|
* - convert to USES framework for zipjgh2014-03-081-1/+1
|
* - Update to 1.203sunpoet2014-03-083-9/+13
| | | | | | | | | | | - Add LICENSE - Support STAGEDIR - Pass maintainership to submitter - While I'm here, use TEST_DEPENDS Changes: http://search.cpan.org/dist/Email-Reply/Changes PR: ports/187359 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Use USES=zipsunpoet2014-03-081-3/+3
|
* Stagifykwm2014-03-083-30/+33
| | | | | | | | | Use new lib_depend syntax. Add USES=libtool USE_GNOME= gnomehack -> USES=pathfix USE_GMAKE -> USES=gmake Use USE_GNOME introspection component Use full path for commands in the pkg-install file
* - Update to upstream version 3.1.16riggs2014-03-0811-213/+33
| | | | | | | | | | | | - Add LICENSE - Add OPTION for esound - General cleanups & petting portlint (USES, autotools handling) - Update WWW in pkg-descr PR: ports/184753 Submitted by: RK <hsn@sendmail.cz> Reviewed by: submitter (RK <hsn@sendmail.cz>) Approved by: thierry (mentor), maintainer timeout
* Stagifykwm2014-03-082-21/+22
| | | | | | | | | | Use new lib_depend syntax. Switch to USES=libtool Other ports may install pango modules, deal with the fact that etc/pango/pango.modules might have changed since install. Requested by: miwi Obtained from: GNOME dev repo.
* devel/py-unittest2: Update LICENSE w/ referenceskoobs2014-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Update LICENSE (BSD3CLAUSE) This one was fun to find. As rm@ mentioned in a previous commit, no LICENSE file exists in the Google Code or hg.python.org repositories. There is a "New BSD License" reference on the unittest-ext homepage [1] but wasnt a direct reference to the source in question, so it was not considered good enough. Gold was struck grepping BSD in the sources, which leads to the setup.py header, that includes a URL reference to: http://www.voidspace.org.uk/python/license.shtml BSD 3-clause. Voila! [1] http://code.google.com/p/unittest-ext/ Approved by: portmgr (blanket)
* devel/py-asn1: Update LICENSE (BSD2CLAUSE)koobs2014-03-081-1/+1
| | | | | | - Update LICENSE (BSD2CLAUSE) Approved by: portmgr (blanket)
* security/py-rsa: Update to 3.1.4, add TESTS optionkoobs2014-03-082-4/+8
| | | | | | | | | - Update to 3.1.4 - Add TESTS option Changes: * https://bitbucket.org/sybren/python-rsa/commits/tag/version-3.1.4
* net/turses: Update to 0.2.21koobs2014-03-083-10/+7
| | | | | | | | | - Update to 0.2.21 - Remove zip_safe=False from setup.py patch and clean up Changes: * Bugfix: Turses no longer crashes when clicking on the window
* net/py-beanstalkc: Update to 0.4.0, Add QA bitskoobs2014-03-084-10/+15
| | | | | | | | | | | | - Update to 0.4.0 - Add TEST_DEPENDS and regression-test: target for QA - Patch setup.py to integrate the test command with py-nose - Remove setup.py patch adding zip_safe=False (no longer needed) - pkg-descr: Update WWW: homepage link Changes: * https://github.com/earl/beanstalkc/commits/v0.4.0
* devel/py-pygithub: Update to 1.24.0koobs2014-03-082-3/+3
| | | | | | | | | | - Update to 1.24.0 Changes: * Implement search [1] [1] https://github.com/jacquev6/PyGithub/pull/224
* devel/concurrencykit: Update to 0.4.1koobs2014-03-083-39/+40
| | | | | | | | | - Update to 0.4.1 - Update and sort pkg-plist Changes: * http://concurrencykit.org/cgit/cgit.cgi/ck/log/
* - Update to 2.2.1.stephen2014-03-082-4/+3
|
* devel/py-posix_ipc: Update to 0.9.8, Use PyPikoobs2014-03-082-4/+4
| | | | | | | | | - Update to 0.9.8 - Switch to PyPi (CHEESESHOP) for DISTFILES Changes: * http://semanchuk.com/philip/posix_ipc/history.html
* security/py-cryptography: Update to 0.2.2koobs2014-03-082-4/+3
| | | | | | | | | - Update to 0.2.2 Changes: * Removed a constant definition that was causing compilation problems with specific versions of OpenSSL.
* - Use USES=zipsunpoet2014-03-081-1/+1
|
* - Use USES=zipsunpoet2014-03-081-1/+1
|
* - Use USES=zipsunpoet2014-03-081-1/+1
|
* Update to 4.2-build2009.jkim2014-03-083-67/+95
|
* - Fix build with stagedir support by removing leftoversmiwi2014-03-081-0/+8
| | | | Discussed/Reviewed by: bdrewery/antoine
* i2p moved from net-p2p/i2p to security/i2p: category changelioux2014-03-081-0/+1
| | | | | | Approved by: bdrewery (mentor) M MOVED
* Link i2p to build after move from net-p2p/i2p to security/i2plioux2014-03-081-0/+1
| | | | Approved by: bdrewery (mentor)
* Update to Wine 1.7.14. This includes the following changes:gerald2014-03-083-3/+9
| | | | | | | | | - More Task Scheduler support. - Improvements for AVI encoding support. - More VisualBasic interfaces in MSXML. - Support for deflate content encoding in Wininet. - Some fixes for monochrome printers. - Various bug fixes.
* - Change net-p2p/i2p primary category to security. Therefore, movelioux2014-03-0811-130/+145
| | | | | | | | net-p2p/i2p to security/i2p. Following security/tor example. Keep net-p2p as secondary category since i2p provides p2p services. - Update security/i2p to 0.9.11 Approved by: bdrewery (mentor)
* Unlink net-p2p/i2p before moving it from net-p2p/i2p to security/i2p.lioux2014-03-081-1/+0
| | | | Approved by: bdrewery (mentor)
* - update libvirt to 1.2.2jgh2014-03-086-10/+43
| | | | | | | | - fix qemu when not enabled, and disable linux containers [1] - update libvirt-glib to 0.1.8 Changes: http://libvirt.org/news.html Submitted by: roman@ [1]
* Horde package update:mm2014-03-0836-54/+54
| | | | | | | | | | | | | | | | | | | | | | horde 5.1.5 -> 5.1.6 imp 6.1.6 -> 6.1.7 Horde_Alarm 2.0.5 -> 2.1.0 Horde_Auth 2.1.1 -> 2.1.2 Horde_Autoloader 2.0.1 -> 2.1.0 Horde_Browser 2.0.4 -> 2.0.5 Horde_Crypt 2.4.0 -> 2.4.1 Horde_Date 2.0.7 -> 2.0.8 Horde_Dav 1.0.3 -> 1.0.4 Horde_Db 2.0.4 -> 2.1.0 Horde_Editor 2.0.3 -> 2.0.4 Horde_Form 2.0.6 -> 2.0.7 Horde_Group 2.0.2 -> 2.0.3 Horde_Imap_Client 2.18.4 -> 2.18.6 Horde_SessionHandler 2.2.3 -> 2.2.4 Horde_Share 2.0.4 -> 2.0.5 Horde_Url 2.2.1 -> 2.2.2 Horde_Vfs 2.1.2 -> 2.2.0
* Update to findlib 1.4.1 (bugfix release)johans2014-03-082-3/+3
|
* - Update to 2.2olivierd2014-03-083-48/+25
|
* - update LEGAL to match NO_CDROM in news/nntpcacheleeym2014-03-081-1/+1
| | | | Notified by: Eitan Adler
* - change maintainer to Eero Haenninen <fax@nohik.ee> [1]ohauer2014-03-081-2/+2
| | | | | [1] Andrea (old maintainer) don't use the module at the moment and Eero (new maintainer) agreed to take over via PM.
* - Update to 1.0.3amdmi32014-03-083-3/+9
|
* - Use new OPTIONS featuresamdmi32014-03-081-25/+9
| | | | | - After switch to cmake, it should be MAKE_JOBS_SAFE - Remove unneeded lines
* No need any longer to remove the Courgette tests from the unit tests.rene2014-03-081-2/+0
|
* Pet PORTSCOUT.mat2014-03-081-0/+2
| | | | Sponsored by: Absolight
* Add a note for USES=zip and USES=makeself which were recently added by baptrene2014-03-081-0/+10
| | | | Requested by: mat
* Fix expiration syntaxantoine2014-03-081-1/+2
|
* Bump PORTREVISION to prevent checksum failures when downloading therene2014-03-081-1/+2
| | | | | | non-rerolled distribution file. Use PORTVERSION instead of DISTVERSION while here.
* Switch to using Google's tarball for both the browser and the test data.rene2014-03-082-11/+6
| | | | | | | | | | | | | This removes one chain in the link of trust since the tarball is no longer modified and rerolled locally. This means the Courgette code is now included, but it is only compiled and used on Windows platforms to distribute binary updates. Legal documentation: http://law.justia.com/cases/federal/district-courts/massachusetts/madce/1:2009cv11813/125212/47/ Discussed with: portmgr/core (tabthorpe), FreeBSD Foundation (gnn)
* Bring lang/mlton back into shape.rene2014-03-0812-499/+553
| | | | | | | | | | | | | | | | | | | | | | | | | From the PR submitter: - Update to 20100608 - Support amd64 natively - Update DISTFILES location to use Sourceforge - Add LICENSE_FILE - Ensure add-local-cross script is executable - Clean up old patches, replace trivial patches by REINPLACE_CMD - Mark SMLNJ option as broken for now. - Mark jobs unsafe. From myself: - Unexpire. - Add stage support - Add USE_GCC=any - Convert to USES - New LIB_DEPENDS format - Remove pre-FreeBSD 7.0 compatibility - Pass maintainership to submitter PR: ports/177406 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: previous maintainer timeout (11 months)
* Fix to use proper zip argbapt2014-03-081-1/+1
|
* Add USES=libtool to fix a linker problem when the FORTRAN option is enabledtijl2014-03-082-0/+8
| | | | | | | on versions of FreeBSD where the base system binutils is too old to link object files generated by lang/gcc (gfortran). PR: ports/187252
* Do not override $sig_stop to be -QUITfeld2014-03-084-3/+2
| | | | | | | The init scripts that come with Linux versions of Plex were used as inspiration for the FreeBSD rc script. They use SIGQUIT when shutting down Plex, but on FreeBSD this causes a core dump. SIGTERM seems to work just fine.
* Convert f* to USES=zipbapt2014-03-089-10/+10
|
* Fix typobapt2014-03-081-1/+1
|
* Convert e* to USES=zipbapt2014-03-0814-22/+14
|
* Convert d* to USES=zipbapt2014-03-08214-269/+216
|
* Bring net-mgmt/netmond back into shape.rene2014-03-0827-2620/+902
| | | | | | | | | | | | | | | | | From PR submitter: - Fix build (partially) - Clean up patches - Unexpire - Mark jobs unsafe - Bump PORTREVISION From myself: - Stage support, introduce pkg-plist - Use option helpers - Convert patch site for documentation into an optional distribution file PR: ports/186654 Submitted by: Vsevolod Volkov <vvv@colocall.net>
* Convert c* to USES=zipbapt2014-03-0716-25/+16
|
* Convert b* to USES=zipbapt2014-03-079-17/+12
|
* Convert to rest of a* to USES=zipbapt2014-03-0720-31/+20
|
* Convert archivers to USES=zipbapt2014-03-0712-20/+12
|
* Allow multiple EXTRACT_DEPENDSbapt2014-03-071-1/+1
| | | | Reported by: mat
* Add USES=zip and USES=zip:infozipbapt2014-03-072-0/+30
| | | | | | To handle the zip archives from distfiles Reviewed by: mat, antoine
* Update to latest version of texinfo.texjohans2014-03-072-3/+3
|
* net-p2p/microdc2 was resurrected in r347338.danfe2014-03-071-1/+0
|
* - Do not build local libbzip2.a, link to the one from the basedanfe2014-03-074-8/+76
| | | | | - Convert libxml2-related REINPLACE_CMD to patch due to the above - Augment port description text
* this is makeself, not gmake.mk :)bapt2014-03-071-2/+2
|
* fix removed by accident .elsebapt2014-03-071-0/+1
|
* Add USE_MAKESELF to the sanity checkbapt2014-03-071-0/+4
|
* extract USE_MAKESELF from bsd.port.mkbapt2014-03-071-16/+3
|
* Create a makeself uses to handle makeself archivesbapt2014-03-074-16/+39
|
* Update to 1.3.36kevlo2014-03-073-61/+3
|
* Support stagebapt2014-03-071-32/+11
| | | | | Convert to dos2unix Modernise (options helpers, etc)
* Support stagebapt2014-03-072-39/+21
| | | | | Use options helpers Modernise
* - Stage supportmiwi2014-03-072-6/+4
|
* - Stage supportmiwi2014-03-071-6/+2
|
* - Stage supportmiwi2014-03-071-5/+4
|
* - Stage supportmiwi2014-03-071-26/+8
| | | | Thanks to: antoine
* - Stage supportmiwi2014-03-071-8/+7
|
* Patch makefiles so libtool passes -B${LOCALBASE}/bin to the compiler intijl2014-03-071-0/+3
| | | | | | | link mode. Normally USES=libtool deals with this, but the libtool script in this port is too old to patch easily. PR: ports/187274
* - Use new OPTIONS featuresamdmi32014-03-071-27/+12
| | | | | | | | | - Remove useless (with staging support) maintainer target - Fix pkgconfig file PR: 185891 Submitted by: amdmi3 Approved by: maintainer timeout
* Update to 5.5.10 release.ale2014-03-072-3/+3
| | | | | PR: ports/187323 Submitted by: Rustem Alimov <rustem.alimov@gmail.com>
* Update to 5.4.26 release.ale2014-03-072-3/+3
|
* - Support stagingamdmi32014-03-072-665/+12
| | | | - Use new LIB_DEPENDS syntax
* - Fix depend on gobject-introspectionamdmi32014-03-072-9/+28
| | | | | | | | | - Support staging - Patch upstream makefile to not mix LOCALBASE and PREFIX PR: 186196 Submitted by: amdmi3 Approved by: maintainer timeout
* - Fix depend on gobject-introspectionamdmi32014-03-071-4/+2
| | | | | | PR: 186197 Submitted by: amdmi3 Approved by: maintainer timeout
* - Update to 500.002sunpoet2014-03-076-16/+56
| | | | | | | | | | | | | | - Use single space after WWW: - While I'm here: - Add LICENSE - Remove unnecessary MASTER_SITE_SUBDIR - Sort *_DEPENDS - Use TEST_DEPENDS Changes: http://search.cpan.org/dist/NetApp/CHANGES PR: ports/185417 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: snowfly <snowfly@yuntech.edu.tw> (maintainer)
* - Update to 1.27sunpoet2014-03-073-3/+5
| | | | Changes: http://search.cpan.org/dist/Finance-Quote/ChangeLog
* - Update to 4.2.8sunpoet2014-03-072-3/+3
| | | | Changes: https://github.com/guard/guard-rspec/releases
* - Update to 2.7.0sunpoet2014-03-072-3/+3
| | | | Changes: https://github.com/guard/listen/releases
* - Update to 2.140640sunpoet2014-03-072-3/+3
| | | | Changes: http://search.cpan.org/dist/CPAN-Meta/Changes
* - Update to 0.45sunpoet2014-03-072-3/+3
| | | | Changes: http://search.cpan.org/dist/JSON-Tiny/Changes
* Convert to dos2unixbapt2014-03-071-2/+2
|
* Convert to dos2unixbapt2014-03-071-1/+1
|
* - Fix build on 10.xamdmi32014-03-074-69/+104
| | | | | | | | | | | - Support staging - Use new LIB_DEPENDS syntax - Convert USE_GMAKE to USES - Use new OPTIONS features PR: 185981 Submitted by: amdmi3 Approved by: maintainer timeout
* - Fix build on 10.xamdmi32014-03-075-71/+118
| | | | | | | | | | | | - Support staging - Use new LIB_DEPENDS syntax - Convert USE_GMAKE to USES - Use new OPTIONS features - Enable options by default as centerim-devel does PR: 185982 Submitted by: amdmi3 Approved by: maintainer timeout
* - Use USE_GNOME=introspection to depend on gobject-introspection.amdmi32014-03-071-3/+1
| | | | | | PR: 186215 Submitted by: amdmi3 Approved by: maintaniner timeout
* - Fix smpeg.m4 to remove annoying warning (warning: underquoted definition ↵amdmi32014-03-072-1/+12
| | | | | | | | of AM_PATH_SMPEG) on each autotools invocation PR: 186765 Submitted by: amdmi3 Approved by: maintainer timeout
* - Document the change of devel/py-setuptoolssunpoet2014-03-071-0/+34
|
* Support stagebapt2014-03-071-11/+5
| | | | Global modernisation
* - Switch from USE_GCC to USES=compiler:nestedfctamdmi32014-03-071-2/+1
|
* Fix installing manpagebapt2014-03-071-7/+4
| | | | | | | | | Fix build with and without docs Fix memcached eating 100% of memory when built with both libevent2 and libevent 1.4 installed at the same time by making sure to always find the event.h from libevent2 first PR: ports/187337 ports/187340 ports/187309 Reported by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>, Volodymyr Kostyrko <arcade@b1t.name>, Ross <basarevych@gmail.com>
* - Support stagingamdmi32014-03-072-22/+5
|
* Support stagebapt2014-03-071-16/+10
| | | | General modernization
* Convert to dos2unixbapt2014-03-071-2/+2
|
* Convert to dos2unixbapt2014-03-072-4/+4
| | | | Use bsdtar to extrace zip
* Convert from USE_DOS2UNIX to USES=dos2unixbapt2014-03-071-2/+1
|
* - Support stagingamdmi32014-03-072-10/+11
| | | | | | | | - Use new LIB_DEPENDS syntax PR: 187333 Submitted by: amdmi3 Approved by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
* - Update to 3.3.1ehaupt2014-03-072-4/+6
| | | | - Define LICENSE
* Stagify.kwm2014-03-072-7/+8
| | | | | Use USES=libtool pathfix Use USE_GNOME for cairo and libxml++26 depends.
* Stagify.kwm2014-03-072-6/+5
| | | | | Switch to USES=pathfix libtool. Use USE_GNOME=glibmm
* - Stage supportmiwi2014-03-071-2/+1
|
* - Stage supportmiwi2014-03-071-3/+2
|
* - Stage supportmiwi2014-03-071-2/+1
|
* Stagify.kwm2014-03-072-8/+10
| | | | Switch to USES=libtool and sort USES
* Update comment.kwm2014-03-071-3/+3
| | | | gnomehack -> USES=pathfix.
* Fix the linkage problem, even with the default options.thierry2014-03-071-7/+4
| | | | Reviewed by: tijl
* Stagify.kwm2014-03-072-8/+7
| | | | | switch to USES=gmake libtool pathfix. use USE_GNOME=glibmm
* - Update to 1.8madpilot2014-03-0711-58/+85
| | | | | | | | | | - Rename port - Convert to staging - Add rc script PR: ports/186266 Submitted by: me Aproved by: zi@ (maintainer)
* - Update to 303ehaupt2014-03-072-4/+4
| | | | - New LIB_DEPENDS definition
* Update to version 1.13.1.danfe2014-03-073-4/+4
|
* Various updates to the nagiosgraph port:matthew2014-03-072-78/+99
| | | | | | | | | * Stagify * Unconditionally install docs and examples to staging * Fix English grammar in the comment * Add an option to depend on net-mgmt/nagios4 instead of net-mgmt/nagios Approved by: hizel@vyborg.ru (maintainer)
* Resurrect net-p2p/microdc2 and unbreak the build: in the configure script,danfe2014-03-077-0/+66
| | | | | | | | libxml2 versions were compared algebraically (-ge), which made our current version 280 appear smaller than checked-against 2616. It was fixed once, by mezz@ in r225813, but not in a very good way (only for libxml 2.7). While here, cleanup and stagify the port.
* - Disable g-ir-scanner cache to not touch /root/.cache on buildmiwi2014-03-071-1/+1
|
* - Stage supportmiwi2014-03-071-3/+2
|
* - Fix buildwen2014-03-071-1/+1
|
* Update to 6.0.2kevlo2014-03-073-246/+438
|
* - Update to 0.80.2, Announce message:nemysis2014-03-073-29/+34
| | | | | | | | | | | | | | | | | | | | | | | | Added Look At command. Added orthographic projection option. Added editing of group names from the Edit Group Dialog. Fixed wrong transform of some pieces when importing nested LDraw files. Fixed printing and saving images on certain Intel video cards. Fixed grid studs being enabled by grid lines option. Fixed piece arrows not being drawn if the axis icon is enabled. Preserve groups when merging. Note that due to changes in Google Code I had to switch to Google Drive to host the files and I'll probably close the project there so if you had any links/bookmarks pointing to that page please update them. - Change master site from GOOGLE_CODE to my SF site, have used svn download from Trac and Google Drive for pieces - Add OPTIONS_SINGLE=LIBRARY and LDRAW, LEOCAD Options - Change dependency for cad/ldraw, only for LDRAW Option - Change dependency for archivers/unzip, only for LEOCAD Option - Change REINPLACE - Remove obsolete patch, changed by upstream, the /usr change was a request from the Debian maintainers
* Unbreak on 9.x and 8.x by using USES=compiler:c++0x.kwm2014-03-072-1/+3
| | | | | Switch to USES=libtool, and change USE_AUTOTOOLS in libtoolize so autogen.sh still works
* - Fix build on 10.xamdmi32014-03-071-0/+3
|
* - Add missing deps.nox2014-03-073-2/+126
| | | | | | | | - Add clang fixes cherry-picked from git head. [1] PR: ports/186894 Submitted by: Mitja <lumiwa@gmail.com> Obtained from: http://git.videolan.org/?p=npapi-vlc.git;a=log [1]
* Update to 0.14.7.kwm2014-03-075-40/+42
| | | | | | Stagify. Use new lib_depend syntax. Add USES=libtool
* Add actualy library to plist.kwm2014-03-071-0/+1
| | | | Submitted by: tijl@
* Unbreak on 10+kwm2014-03-075-4/+44
| | | | Stagify. Add USES=desktop-file-utils and libtool.
* Update to 3.1.10 RCfeld2014-03-073-12/+12
| | | | Sponsored by: SupraNet Communications, Inc
* Update to 3.2.0feld2014-03-0710-72/+107
| | | | | | | | Support STAGE aox builds with GCC on 8.x and 9.x, clang on 10.0+ Sponsored by: SupraNet Communications, Inc
* Fix distfiles for FreeBSD-10 on emulators/i386-wine-devel.dbn2014-03-072-3/+3
| | | | Reported by: pkg-fallout
* Fix packaging of python32 and python33 when they are already installedantoine2014-03-071-2/+2
| | | | | | The ABIVER was appended twice to some files in the plist Reported and tested by: demon
* Mark BROKEN: Does not buildantoine2014-03-071-0/+1
| | | | | | | | | | | | c++ -fpic -DPIC -O2 -pipe -fno-strict-aliasing -I/usr/local/include/tcl8.4 -I/usr/local/include/mysql -c /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc -o sql-mysql.So /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc:1:17: error: tcl.h: No such file or directory In file included from /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.h:3, from /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc:2: /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-interface.h: In member function 'virtual Sql_row* Sql_interface::fetchrow(int)': /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-interface.h:49: error: 'NULL' was not declared in this scope ... Reported by: pkg-fallout
* Mark BROKEN: violates stage and fails to packageantoine2014-03-071-0/+1
| | | | Reported by: pkg-fallout
* Don't run dbus-uuidgen in post-install scripts. This has the effect thatkwm2014-03-074-6/+4
| | | | | | | | | there will be no dangeling /var/db/dbus/machine-id on package install [1]. Change the dbus start script to always call dbus-uuidgen --ensure. Which only generates /var/db/dbus/machine-id if it is not present. While here switch to USES=libtool. Reported by: poudriere in strict mode via miwi@ [1]
* Mark BROKEN: Does not buildantoine2014-03-071-0/+1
| | | | | | | | libtool: compile: c++ -O2 -pipe -fno-strict-aliasing -Wall -pipe -I/usr/local/include -DDEFAULT_CONFIG_FILE=\"/usr/local/etc/sqlrelay.conf\" -DCACHE_DIR=\"/var/sqlrelay/cache\" -I./ -I../../ -I../../src/common -I../../src/util -I/usr/local/include -I/usr/include -DLIBEXECDIR=\"/usr/local/libexec/sqlrelay\" -c sqlrlistener.cpp -fPIC -DPIC -o .libs/sqlrlistener.o sqlrlistener.cpp: In member function 'bool sqlrlistener::createSharedMemoryAndSemaphores(const char*)': sqlrlistener.cpp:441: error: no matching function for call to 'sharedmemory::attach(key_t&)' Reported by: pkg-fallout
* Mark broken: Does not buildantoine2014-03-071-0/+1
| | | | | | | cd /wrkdirs/usr/ports/print/pdf4tcl/work/pdf4tcl08 && /usr/local/bin/dtplite -o pdf4tcl.n nroff pdf4tcl.man env: tclsh: No such file or directory Reported by: pkg-fallout
* Update to 0.9.9.5.411feld2014-03-073-5/+9
|
* - Update to version 4.9 [1]pawel2014-03-073-130/+158
| | | | | | | | | - Use options helpers, subs - Add staging support PR: ports/186717 [1] Submitted by: Zane C.B-H. <vvelox@vvelox.net> Approved by: maintainer
* Mark RESTRICTED, according to EULA in the distfile, distribution is not allowedantoine2014-03-072-1/+2
|
* Stagify, overwrite symlinks otherwise they point into the stagedir.kwm2014-03-071-3/+5
| | | | Use new LIB_DEPENDS syntax.
* Use option helpers.kwm2014-03-071-55/+10
|
* Stagify, use option helper.kwm2014-03-071-60/+14
| | | | | Strip installed files so we don't end up with a ~170M large .a file and a ~50M large .so.
* Mark BROKEN: Does not buildantoine2014-03-071-0/+1
| | | | | | | | | | | | | /wrkdirs/usr/ports/graphics/pinta/work/pinta-1.4/Pinta.Core/Pinta.Core.csproj (default targets) -> /usr/local/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) -> Classes/IExtension.cs(5,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference? Effects/BaseEffect.cs(30,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference? Managers/SystemManager.cs(33,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference? Classes/BaseTool.cs(32,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference? Classes/BasePaintBrush.cs(28,12): error CS0234: The type or namespace name `Addins' does not exist in the namespace `Mono'. Are you missing an assembly reference? Reported by: pkg-fallout
* - Fix packagingantoine2014-03-072-4/+0
| | | | | | - Remove post-patch already done by USES=libtool Reported by: pkg-fallout
* Mark BROKEN: Unfetchableantoine2014-03-071-0/+1
| | | | Reported by: pkg-fallout
* Unbreak INDEX by removing deprecated py31-tkinterantoine2014-03-073-14/+1
| | | | | | 2014-03-06 x11-toolkits/py31-tkinter: Depends on expiring lang/python31 With hat: portmgr
* Update to version 3.3.2012.04.03 of the Italian hunspell dictionaries.gerald2014-03-072-7/+7
| | | | | | PR: 173943 Submitted by: pfg Approved by: maintainer timeout (office, 15 months)
* If GCC wasn't built with java support the port couldn't build and BUILD_DEPENDSmat2014-03-071-10/+11
| | | | | | | | | | | | | only made gcc recompile without actually solving the problem. This patch introduces pre-configure target to check for gcc java items and give a meaningful explanation if none found. Changed "-Wl,-rpath" to "LDFLAGS" in REINPLACE as suggested by Gerald Pfeifer here http://docs.freebsd.org/cgi/getmsg.cgi?fetch=606002+0+archive/2013/svn-ports-head/20131208.svn-ports-head PR: 186893 Submitted by: Kozlov Sergey Sponsored by: Absolight
* - Remove outdated PERL_LEVEL checksunpoet2014-03-0763-454/+61
| | | | With hat: perl
* - Update to 2.13antoine2014-03-072-5/+4
| | | | - Works fine with requests
* - Update to 1.8olivierd2014-03-073-4/+9
| | | | ChangeLog: https://github.com/shazow/urllib3/blob/master/CHANGES.rst#18-2014-03-04
* Update to 6.02.wxs2014-03-073-3/+6
| | | | Submitted by: dteske@
* Support stagebapt2014-03-071-8/+6
|
* Support stagebapt2014-03-071-3/+1
|
* Support stagebapt2014-03-071-4/+2
|
* - Update to 4.1.1olivierd2014-03-072-3/+3
| | | | ChangeLog: https://github.com/RDFLib/rdflib/blob/master/CHANGELOG.md#20140303-release-411
* Support stagebapt2014-03-073-39/+27
|
* Blueprint is Gtk2 engine, collection of icons and themes from OpenSolaris.olivierd2014-03-075-0/+971
| | | | | | | | WWW: http://openindiana.org/ Requested by: sk8harddiefast (FreeBSD forums) Reviewed by: sk8harddiefast Obtained from: http://forums.freebsd.org/viewtopic.php?f=22&t=45041
* - Fix compilation with newer glib20.tijl2014-03-071-2/+8
| | | | | | - Prefer libc iconv over libiconv. PR: ports/186948
* Update to 1.9.0. [1]wxs2014-03-076-281/+216
| | | | | | | | Support staging and general cleanup. PR: [2]: ports/186696 Submitted by: [1]: Dan McGregor (private mail) [2]: tijl@
* Support stagebapt2014-03-072-14/+20
|
* Support stagebapt2014-03-071-15/+10
|
* shells/zoidberg: remove broken and abandonwarebapt2014-03-076-165/+1
|
* Support stagebapt2014-03-071-3/+2
|
* Remove a broken and abandonwarebapt2014-03-079-279/+1
|
* Support stagebapt2014-03-072-120/+39
| | | | Use options helpers
* Stage supportantoine2014-03-072-12/+7
|
* Support stagebapt2014-03-073-12/+23
|
* Support stagebapt2014-03-072-29/+17
|
* Always depend on libxml[1]mat2014-03-072-15/+14
| | | | | | | | Add XML newstats support to bind99[2] PR: 186890[1], 186791[2] Submitted by: Jason Mann[1], Matthew Seaman[2] Sponsored by: Absolight
* Support stagebapt2014-03-071-5/+5
|
* Support stagebapt2014-03-072-17/+21
|
* Try and have BIND start earlier.mat2014-03-074-4/+6
| | | | Sponsored by: Absolight
* - Break lines around 80 charactersnemysis2014-03-071-17/+27
|