aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Use stagebapt2013-09-232-4/+3
|
* Fix NO_STAGE attributionbapt2013-09-231-1/+1
|
* unbreak on 10-currentsanpei2013-09-221-0/+2
|
* - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-212-13/+15
|
* Fix after NO_STAGE addedbdrewery2013-09-211-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-21491-864/+661
| | | | misc)
* SSP support has been added to ports with WITH_SSP for i386 and amd64bdrewery2013-09-202-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64
* - Update to 0.2.3bdrewery2013-09-202-8/+8
| | | | Reported by: portscout
* - Set IGNORE if TET_ROOT not defined instead of hitting an errorbdrewery2013-09-191-0/+4
| | | | | | | | while building packages. Did not use MANUAL_PACKAGE_BUILD as maybe someone is building packages and has TET_ROOT defined for the port. With hat: portmgr
* - Calling pod2man from extract stage requre perlaz2013-09-181-0/+1
| | | | With hat: perl@
* - Update to 3.3.2lme2013-09-172-3/+3
|
* Update to 3.6.2.kwm2013-09-163-14/+214
| | | | | | This update was done because newer ekiga wants it. Obtained from: GNOME team repo
* - convert to the new perl5 frameworkaz2013-09-147-16/+10
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* Add explicit dependency on pkgconf (10 ports)marino2013-09-131-1/+1
| | | | Approved by: portmgr (bapt, implicit)
* - convert to the new perl5 frameworkaz2013-09-122-4/+2
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* Add explicit dependency on pkgconf (20 ports)marino2013-09-122-10/+4
| | | | Approved by: portmgr (bapt, implicit)
* Add explicit dependency on pkgconf (18 ports)marino2013-09-122-1/+2
|
* . fix build with clang (CFLAGS+=-Wno-return-type);bsam2013-09-121-12/+5
| | | | | | | | | | | . trim Makefile headers; . reword COMMENT; . add LICENSE (BSD); . remove check for unsupported FreeBSD versions (<800093). PR: ports/181617 Submitted by: bsam (me) Approved by: trhodes (maintainer timeout, 2 weeks)
* Add an explicit dependency on pkgconfantoine2013-09-116-16/+9
| | | | Approved by: portmgr (bapt)
* misc/kde4-l10n-* (9 ports) removedmarino2013-09-1137-3662/+0
| | | | | | | | | | The following kde-l10n-* language ports were dropped from KDE4 several releases ago and have not been restored: csb, eo, fy, gu, id, kn, mai, mk, ml. Since there is no indication they will be restored any time soon, let's just remove these IGNORED ports. PR: ports/180552 Approved by: rakuco (KDE)
* - Now that misc/sword port is fixed, remove no longer needed USE_GCCdanfe2013-09-102-11/+8
| | | | | | | | - While here: drop the article from COMMENT, remove LICENSE_FILE (it was actually just vanilla GPL boilerplate), sanitize dependencies, put USES where it's normally found; tidy up port description a bit. Approved by: tabthorpe (maintainer, implicit)
* - Cleanup MASTER_SITES, convert MASTER_SITE_SUBDIRdanfe2013-09-101-16/+14
| | | | | | | | | | - Tighten COMMENT line and drop the article - Fix the build against Clang and thus drop USE_GCC - Remove PKGMESSAGE, it's set automatically - Correctly pad ${CAT} ${PKGMESSAGE} - Couple of minor fixes (LIB_DEPENDS, etc.) Approved by: tabthorpe (maintainer)
* - Add USE_GCC=any to build on 10.Xtabthorpe2013-09-101-0/+1
| | | | Submitted by: pkg-fallout
* Add an explicit dependency on pkgconfbapt2013-09-061-6/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-062-7/+3
|
* Add an explicit dependency on pkgconfantoine2013-09-061-6/+2
| | | | Approved by: portmgr (bapt)
* - update to 4.6.6 (patch6)mich2013-09-063-24/+4
|
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-033-8/+4
|
* Add an explicit dependency on pkgconfbapt2013-09-032-12/+4
|
* - fix segfault on 64bit with option XFTdinoex2013-09-032-1/+18
|
* Add an explicit dependency on pkgconfbapt2013-09-031-5/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-021-6/+2
|
* Two imake related changes:tijl2013-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | 1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable. For ports that don't need -a introduce USES=imake:notall. This way ports no longer have to redefine XMKMF. 2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf runs make Makefiles. This Makefiles target runs imake for each subdirectory but these imake invocations did not have the flags from IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp). Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to imake let imake handle IMAKECPPFLAGS itself just like it handles IMAKEINCLUDE. This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm. Approved by: portmgr (bapt)
* - convert to the new perl5 frameworkaz2013-09-0210-10/+18
| | | | Approved by: portmgr (bapt@, blanket)
* - convert to the new perl5 frameworkaz2013-09-0212-12/+20
| | | | Approved by: portmgr (bapt@, blanket)
* . Remove pkg-message since there is no COMPAT_FREEBSD8 kernel optiongarga2013-09-022-12/+1
| | | | | | . Bump PORTREVISION Reported by: tijl@
* - Fix typo (PERL_CONFIGURE was not removed after perl5 framework conversion)az2013-09-021-1/+0
|
* Remove expired ports:rene2013-09-015-51/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-08-28 lang/gdc: Broken for more than 6 month 2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013 2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc 2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version 2013-09-01 devel/dsss: Depends on expired lang/gdc 2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer 2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer 2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer 2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer 2013-09-01 net/ipex: Broken on FreeBSD 8 and newer 2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer 2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer 2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer 2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer 2013-09-01 net/libproxy-mozjs: Does not work with newer libxul 2013-09-01 www/helixplugin: Does not work with newer libxul 2013-09-01 deskutils/chmsee: Does not work with newer libxul 2013-09-01 www/moonshine: Does not work with newer libxul 2013-09-01 x11/ggiterm: Unmaintained and broken 2013-09-01 graphics/libggigcp: Unmaintained 2013-09-01 graphics/libggimisc: Unmaintained 2013-09-01 graphics/libggiwmh: Unmaintained 2013-09-01 devel/libgiigic: Unmaintained 2013-09-01 games/koth: Unmaintained
* Update to 8.4.804000.201309:garga2013-09-015-21/+10
| | | | | | | | - Drop broken sparc64 support - Use XZ - Add libstdc++, that will be removed from head [1] Requested by: bapt@ [1]
* Update to 9.1.901000.201309, added libstdc++ that will be removed from headgarga2013-09-014-5/+8
| | | | Requested by: bapt@
* - Update to 0.7.4bmadpilot2013-09-018-63/+100
| | | | | PR: ports/177589 Submitted by: Kaspars Bankovskis <kaspars@bankovskis.lv> (maintainer)
* Convert USE_GNOME=pkgconfig to USES=pkgconfigbapt2013-08-313-7/+4
| | | | | | Convert USE_GNOME=gnomehack to USES=pathfix Convert USE_GMAKE to USES=gmake Convert USE_PERL5 to USES=perl5
* Remove unneeded commented lines appared my mistake at previous commit.bsam2013-08-291-3/+0
|
* . fix build with clang (MAKE_ARGS+=CC="${CC}");bsam2013-08-291-14/+18
| | | | | | | | | | | | . trim makefile headers; . remove LICENSE_FILE for well-known license (GPLv2, anyway it get installed by the ports infrastructure); . optionify port docs (NOPORTDOCS -> PORT_OPTIONS:MDOCS); . use standard mkdir to create directories instead of "install -d"; . some other tiny refinements. PR: ports/181622 Submitted by: bsam (me) Approved by: Evaldas Auryla <ea@zaib.as> (maintainer)
* - Use single space after WWW:sunpoet2013-08-296-6/+6
|
* Update to latest GNUstep core libraries.theraven2013-08-292-7/+5
| | | | | | | | | | | Update dependent packages with more recent releases. Remove old and bit-rotted ones. Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations. Take maintainership of GNUstep-related ports. Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them. Approved by: bapt
* Fix auto-detection of dictionaries for kde4-l10n ports.dbn2013-08-281-4/+7
| | | | | | | | | | | | With the removal of '.include <bsd.port.options.mk>' and '.include <bsd.port.pre.mk>' PORTSDIR is no longer defined. Since Ports is (almost) never based at the root system the checks will always fail to find a port. Fix this by using relative searches for the dictionary ports. Giving PORTSDIR a conditional assignment of /usr/ports was rejected due to lack of precedent. While here teach kde4-l10n about en_GB.
* misc/pinfo: Unbreak fetch with two new master sitesmarino2013-08-261-1/+2
| | | | | | | | | Alioth now requires https, so the http master site was getting forwarded. Even changing this to https didn't solve the issue as fetch returned a "not acceptable" due to the self-signed certificate. However, there are dozens of gentoo mirror sites with the file so lets just use those.
* - Update to 20130823sunpoet2013-08-252-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130823.diff
* Change tarbal name and add .1 to version to avoind checksum mismatch becausegarga2013-08-242-5/+6
| | | | | | of tarball was rerolled. Suggested by: bdrewery@
* - Fix parallel (-jX) builds by using NamedMakeSubdirs() macro instead ofdanfe2013-08-242-2/+12
| | | | | MakeSubdirs(); doing so allows imake to generate non-racy dependencies - Ensure that MAKE has correct value; cleanup the COMMENT while I'm here
* Update to 0.12matthew2013-08-242-3/+3
| | | | | | ChangeLog: http://cpansearch.perl.org/src/RUZ/Business-Hours-0.12/Changes Submitted by: portscout
* Add libkvm.so.5 to compat9xgarga2013-08-224-5/+8
| | | | Requested by: des@
* - Convert to new perl frameworksunpoet2013-08-2114-15/+27
|
* - Update to 2.9jadawin2013-08-212-7/+10
| | | | | | - Fix header - Convert to new perl framework - Convert to new options framework
* - Use USES=gmakesunpoet2013-08-211-1/+1
|
* - Update to 20130818sunpoet2013-08-192-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130818.diff
* - Convert to new perl frameworkaz2013-08-182-2/+4
|
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-181-1/+1
| | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery)
* - Reset chinsan's portsbdrewery2013-08-182-12/+4
| | | | With hat: portmgr
* - Update to 20130816sunpoet2013-08-172-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130816.diff
* - Fix targets' dependencies in an attempt to fix parallel (-jX) buildsdanfe2013-08-152-14/+17
| | | | | | | | | | - Tighten Makefile header and COMMENT line (trim the article) - Convert LIB_DEPENDS to the newish form (since r322328) - Fix couple of portlint(1) warnings while here (knobs order, WWW line in port description) Reported by: marino Approved by: miwi, bapt (portmgr, implicit)
* - Do not use imake for the build; use provided Makefile.noimake: thisdanfe2013-08-153-26/+45
| | | | | | | | allows to build it with bmake(1) (as well as other implementations) - Unbreak the build against Clang (main() must return int) - Sanitize formatting of the port description while I am here Reported by: marino
* - Remove MAKE_JOBS_SAFE variableak2013-08-1529-29/+0
| | | | Approved by: portmgr (bdrewery)
* - Update to 0.4.3nivit2013-08-143-26/+29
| | | | | | | | | | | - Trim Makefile header - Remove dead link from MASTER_SITES - Remove indefinite article from COMMENT - Add LICENSE (BSD) - Convert to the new options framework - Update WWW field in pkg-descr Build details: http://goo.gl/l5Fmwu
* - Update to 0.004sunpoet2013-08-092-3/+3
| | | | Changes: http://search.cpan.org/dist/Geo-Coder-Geocoder-US/Changes
* - Unbreak parallel (-jX) builds by doing "make depend" prior to the builddanfe2013-08-091-6/+23
| | | | | - Define LICENSE (BSD), respect CFLAGS, install README file (referenced in port description), wrap overly long lines, and remove MAKE_JOBS_UNSAFE
* - Convert to new perl frameworkaz2013-08-071-1/+2
| | | | | | | | per port extra changes: devel/p5-Perl-Version remove outage PERL_LEVEL check devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version) Approved by: lth@ (maintainer)
* - Convert to new perl frameworkaz2013-08-062-6/+5
| | | | | | - Trim Makefile header Approved by: wen@ (maintainer)
* - Convert to new perl frameworkaz2013-08-051-8/+3
| | | | | | - Trim Makefile header Approved by: tobez@ (maintainer)
* Update to r42489 of the FreeBSD docset (the revision used for 9.2-R)blackend2013-08-0311-41/+10
| | | | Approved by: doceng (implicit)
* - Convert to new perl frameworkmat2013-08-031-1/+0
| | | | - Trim Makefile header
* - Convert to new perl frameworkmat2013-08-033-8/+1
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Convert to new perl frameworkaz2013-08-0316-64/+41
| | | | - Trim Makefile header
* Upload the correct tarball for i386garga2013-08-021-2/+2
|
* - Trim Makefile headerantoine2013-08-022-21/+10
| | | | | | - Remove dead mirrors - Unbreak with clang - Use REINPLACE_CMD and DATADIR
* Convert all my perl-using ports to USES+=perl5matthew2013-08-021-1/+2
| | | | | | | | | | | | | While here: - add USES+=shebangfix to ports-mgmt/p5-FreeBSD-Portindex - set $PERL in CONFIGURE_ENV to achieve equivalent to shebangfix for www/rt40 - upgrade to 0.17 and fix pkg-plist for www/p5-RT-Authen-ExternalAuth - trim Makefile header for www/p5-RTx-Calendar
* Fix build without gccbapt2013-08-011-6/+2
|
* - Convert to new perl frameworkaz2013-07-3117-69/+42
| | | | - Trim Makefile header
* - Convert to new Uses/perl5.mk frameworkaz2013-07-311-1/+2
| | | | | | | | - Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@)
* Fix dependency on gettextbapt2013-07-301-1/+1
|
* Update to FreeBSD 8.4garga2013-07-292-7/+5
|
* Add missing dependency on libssh2.fjoe2013-07-281-1/+3
| | | | | PR: 180737 Submitted by: Oleg Ginzburg <olevole@olevole.ru>
* - switch simple inline replacement from perl to sedaz2013-07-281-5/+4
| | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-27310-54114/+0
| | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
* Fix build with newer binutilsbapt2013-07-261-1/+1
|
* - switch simple inline replacement from perl to sedaz2013-07-264-27/+13
| | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
* - Move misc/rabbit to misc/rubygem-rabbit [1]tota2013-07-247-660/+53
| | | | | | | | | - Update to 2.1.1 [1] - Split rabbiter and rabbirack into net/rubygem-rabbiter and www/rubygem-rabbirack, respectively PR: ports/173383 (based on) [1] Submitted by: Shin-ya Murakami <murashin_AT_gfd-dennou_DOT_org> [1]
* Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-247-11/+0
|
* - Update to 1.62culot2013-07-242-3/+3
| | | | Changes: http://search.cpan.org/dist/Locale-SubCountry/Changes
* - Changed my emailvg2013-07-221-2/+2
| | | | | | - Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors)
* Update to 0.11matthew2013-07-222-3/+3
| | | | ChangeLog: http://cpansearch.perl.org/src/ALEXMV/Business-Hours-0.11/Changes
* Update to r42326 of the FreeBSD docset.blackend2013-07-207-30/+21
| | | | Approved by: doceng (implicit)
* - Update to 20130718sunpoet2013-07-202-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130718.diff
* - Update to version 2.26danfe2013-07-193-18/+16
| | | | | | | | | - Unbreak parallel builds - Really respect CC and CFLAGS - Unmute installation commands - Reformat port description text and remove old-school attribution Reported by: pointyhat-west
* - Attempt to fix parallel builds (-jX)danfe2013-07-192-354/+359
| | | | | | | - Utilize OPTIONS framework for docs and examples - Generally clean up the port while here Reported by: pointyhat-west
* Simplify the header, remove outdated ruby version assertion, and add aknu2013-07-191-13/+4
| | | | new target "test".
* Update to 1.2.3, which works with ruby 1.9 and later.knu2013-07-192-4/+4
|
* Mark as BROKEN. Does not compile with new ftp/ftplib.tijl2013-07-181-6/+3
|
* Remove now excess verbiage.eadler2013-07-174-8/+0
| | | | Reviewed by: bapt
* - Update to 2013.4sunpoet2013-07-132-3/+3
| | | | Changes: http://pecl.php.net/package-changelog.php?package=timezonedb
* - Trim Makefile headersamdmi32013-07-121-1/+1
| | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files
* - Update to 7.31.0sunpoet2013-07-127-4/+8
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* Mark job unsafebapt2013-07-111-0/+1
| | | | | | | While here: - Trim headers - Convert to USES - Remove code for unsupported version
* Fails to build with -j24bapt2013-07-101-0/+1
|
* Mark jobs unsafebapt2013-07-101-5/+2
|
* Update to 2.3.8.rakuco2013-07-104-6/+5
|
* Mark jobs unsafebapt2013-07-101-0/+1
|
* Fix plist, as reported by miwimails.rakuco2013-07-101-1/+0
|
* Convert from USE_MOTIF to USES=motifbapt2013-07-102-3/+2
| | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment
* Fix INDEX by really fixing the kde4-l10n portsbapt2013-07-1050-0/+50
|
* - Update to 0.06sunpoet2013-07-102-3/+3
| | | | Changes: http://search.cpan.org/dist/Geo-Coder-Mapquest/Changes
* - Update to 1.43.3sunpoet2013-07-102-3/+3
| | | | | | | | | | | Changes: - Update Ukranian translation (thanks to Yuri Chornoivan). - Update Esperanto translation (thanks to Felipe Castro). - Update Polish translation (thanks to Jakub Bogusz). - Update Russian translation (thanks to Yuri Kozlov). - Update Japanese translation (thanks to Yasumichi Akahoshi). - Update Vietnamese translation (thanks to Tran Ngoc Quan). - Update French translation (thanks to David Prevot).
* - Update to 20130709sunpoet2013-07-102-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130709.diff
* KDE4 l10n fixes.rakuco2013-07-1092-155/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove an entry from all plists that slipped under radar and made packaging fail. - Properly save the OPTIONS defined by the user in the l10n ports. [1] Quoting bapt, master of all things ports: That is because misc/kde4-l10n/files/bsd.l10n.mk is totally wrong it does ... .include <bsd.port.pre.mk> ... .include <bsd.port.options.mk> ... .include <bsd.port.post.mk> First the right order in that case should be: ... .include <bsd.port.options.mk> ... .include <bsd.port.pre.mk> ... .include <bsd.port.post.mk> Second in that case (kde) the pre.mk/post.mk can be removed just keeping the options.mk and given that we now have the helpers options.mk can also be removed. The check for variables in OPTIONS_DEFINE is also useless (already done by the framework) defining OPTIONS_DEFINE and OPTIONS_DEFAULT to some empty values is also useless. No PORTREVISION bump because the generated packages do not change regardless of the changes/fixes in behavior here. Reported by: avg [1] Submitted by: bapt [1]
* - Drop all my portspav2013-07-105-5/+5
|
* - Convert USE_GMAKE to USES=gmakeehaupt2013-07-093-15/+3
| | | | | | - Change pkgconfig:build to pkgconfig since it's the same and it's bad practice. It accidentally slipped in during the original introduction - Trim header
* Update to tzdata2013d:edwin2013-07-082-3/+3
| | | | | | | | | | | | | | - Morocco: announced that the year's Ramadan daylight-savings transitions would be 2013-07-07 and 2013-08-10. - Israel: As of 2013, DST starts at 02:00 on the Friday before the last Sunday in March. DST ends at 02:00 on the first Sunday after October 1, unless it occurs on the second day of the Jewish Rosh Hashana holiday, in which case DST ends a day later (i.e. at 02:00 the first Monday after October 2). [Rosh Hashana holidays are factored in until 2100.]
* Convert some of my ports from USE_GMAKE to USES=gmake.eadler2013-07-071-2/+1
| | | | The remainder have other pending patches which I must finish before conversion.
* - Update to 3.3.1lme2013-07-062-3/+3
| | | | - Changelog: http://tvbrowser.org:8080/jira/secure/IssueNavigator.jspa?mode=hide&requestId=10230
* - fix options conversionjgh2013-07-051-0/+1
| | | | Reported by: portmgr
* Update the KDE Software Compilation to 4.10.5.rakuco2013-07-0549-94/+131
| | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved.
* - add LATE_INSTALL_ARGS in favor of imake.mkdinoex2013-07-041-0/+1
|
* - fix build after USES=imakedinoex2013-07-041-1/+1
|
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-0353-98/+116
| | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly.
* Deprecate ports broken on FreeBSD 8 or newerantoine2013-07-021-0/+3
| | | | Approved by: maintainer silence
* misc/lxde-common: preserve conf fileswg2013-07-011-6/+4
| | | | | | | - Fix preservation of old .conf files PR: ports/180111 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
* Update to r42095 of the FreeBSD docset.blackend2013-07-019-22/+35
| | | | Approved by: doceng (implicit)
* Update compat9x to 9.1-RELEASE-p4garga2013-06-302-5/+5
|
* - Update to 2.9.2tabthorpe2013-06-293-161/+4
|
* Convert to USES=imakebapt2013-06-294-24/+8
| | | | | Trim headers Remove indefinite article
* New USES imake to handle the dependency on imake.bapt2013-06-282-2/+3
| | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port
* - Update to 2.5cs2013-06-282-8/+3
| | | | - Cleanup header
* Update to r41954 of the FreeBSD docset.blackend2013-06-2751-614/+618
| | | | Approved by: doceng (implicit)
* MK_ZONEINFO -> WITHOUT_ZONEINFOedwin2013-06-261-2/+2
| | | | | | make.conf -> src.conf PR: ports/172975
* Welcome PHP 5.5!ale2013-06-242-0/+11
| | | | | | Future steps: - rename current php5 ports to php54 - make php55 the default one after an exp-run
* Update to 9.1-RELEASEgarga2013-06-244-7/+13
|
* Update to version 3.26.demon2013-06-242-3/+3
|
* misc/lxde-common: NLS and config fixeswg2013-06-227-39/+72
| | | | | | | | | | | - Trim Makefile header - Add LICENSE (GPLv2) - Install docs - Preserve original *.conf files - Pass maintainership to submitter PR: ports/179700 Submitted by: nemysis <nemysis@gmx.ch>
* Update to 2013.02.20mm2013-06-222-5/+4
| | | | | | | Take maintainership PR: ports/179804 Approved by: rafan
* - Trim Makefile headerswen2013-06-221-5/+1
|
* A pure-ruby library for decoding and encoding vCard and iCalendar dataswills2013-06-224-0/+24
| | | | WWW: http://vpim.rubyforge.org/
* Update the PyQt ports.rakuco2013-06-222-2/+2
| | | | | | - SIP has been upgraded to 4.14.7. - PyQt4 has been upgraded to 4.10.2. - QScintilla2 has been upgraded to 2.7.2.
* Update to 3.43.kwm2013-06-193-3/+4
|
* Send some ports back to the pool that I no longer have time forkmoore2013-06-181-1/+1
|
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)az2013-06-181-1/+1
| | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@)
* - Remove www/libxul19, is has been vulnerable and unsupported upstream forflo2013-06-151-7/+1
| | | | | | | | | quite some time. - Switch all remaining consumers to depend on www/libxul - Mark ports that don't work with the new libxul BROKEN - Mark some old ports DEPRECATED with a reasonable timeout Approved by: portmgr (miwi)
* misc/hotkeys: fix build with clangwg2013-06-152-33/+43
| | | | | | | | - Fix build with clang, return type error - Add LICENSE (GPLv2) - Trim Makefile header Approved by: culot / jpaetzel (mentors, implicit)
* misc/astrolog: fix build with clangwg2013-06-153-20/+29
| | | | | | | | | - Fix build with clang - WITHOUT_X11 -> PORT_OPTIONS:MX11 - Use PORTDOCS instead of pkg-plist - Simplify docs install commands Approved by: culot / jpaetzel (mentors, implicit)
* - Update to 0.2.33miwi2013-06-142-3/+3
|
* - Do not remove directories not created by this portmiwi2013-06-142-6/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Don't remove directories not created by this portmiwi2013-06-141-4/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* . fix build with clang (CFLAGS+=-Wno-return-type);bsam2013-06-132-16/+4
| | | | | . use PLIST_FILES instead of pkg-plist; . trim Makefile headers.
* - Update to 20130606sunpoet2013-06-132-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130606.diff
* - Update to 0.12sunpoet2013-06-132-8/+4
| | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Geo-Coder-Google/Changes
* - Update to 1.43.2sunpoet2013-06-132-3/+3
| | | | | | | | | | | | | | Changes: 1.43.2: - Use the generic term "section" in the documentation rather than "name", which could be confused to mean only the literal "NAME" section. 1.43.1: - Add explicit include syntax for prepending, replacing or appending to generated output for a section (thanks to Daniil Baturin for the idea). - Update Vietnamese translation (thanks to Tran Ngoc Quan). - Update Esperanto translation (thanks to Felipe Castro).
* - Update to 1.1.rakuco2013-06-132-11/+6
| | | | | | | | - Pass maintainership to submitter. - Trim Makefile header. PR: ports/179522 Submitted by: Danilo Egêa Gondolfo <danilogondolfo@gmail.com>
* - Fix build with new site_perlaz2013-06-131-1/+1
| | | | Submitted by: olli hauer <ohauer@gmx.de>
* - Fix buildmiwi2013-06-111-0/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix i18n manpagesmiwi2013-06-111-0/+12
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Trim headermiwi2013-06-111-5/+1
|
* - Remove php4 referencemiwi2013-06-101-1/+0
|
* - Update to 2.0miwi2013-06-106-28/+10
| | | | | PR: 179221 Submitted by: Ports Fury
* - Update to 0.8.1.1miwi2013-06-105-68/+70
| | | | | PR: 179211 Submitted by: Ports Fury
* - Add LICENSEsunpoet2013-06-092-11/+20
| | | | | | | | - Fix *_DEPENDS - Add BUILD_DEPENDS and TEST_DEPENDS - Fix PLIST [1] and complete it with corresponding PLIST_DIRSTRY Reported by: pointyhat [1]
* - Update to 20130530sunpoet2013-06-092-6/+6
| | | | | | - Update maintainer section Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130530.diff
* - Update to 1.42.1sunpoet2013-06-092-3/+3
| | | | | | | | | Changes: - Update Vietnamese translation (thanks to Tran Ngoc Quan). - Update Croatian translation (thanks to Tomislav Krznar). - Consistently strip path and/or libtool "lt-" prefix from any instance of $program derived from --help or --version (thanks to Eric Shattow for identifying the issue).
* Update to 2.5. Bring under perl@'s fold.tobez2013-06-072-9/+5
| | | | Changes: http://search.cpan.org/dist/Array-PrintCols/README
* - Update to 1.58miwi2013-06-072-8/+4
|
* Convert to new options frameworkbapt2013-06-071-5/+9
|
* Convert to new options frameworkbapt2013-06-071-17/+15
|
* Convert to new options frameworkbapt2013-06-064-88/+95
|
* Drop alpha supporteadler2013-06-061-2/+0
|
* Convert to new options frameworkbapt2013-06-051-13/+12
|
* Drop alpha supporteadler2013-06-051-1/+1
|
* Drop alpha supporteadler2013-06-052-10/+1
|
* - Drop alpha support which has not been supported since 7.0eadler2013-06-051-6/+3
| | | | - Clean up the single arch information
* fix the build after the update of lang/tcl84 to 8.4.20; assign tobf2013-06-051-1/+1
| | | | tcltk@
* WITHOUT_NLS -> PORT_OPTIONS:MNLSbapt2013-06-043-23/+18
| | | | NOPORTDOCS -> PORT_OPTIONS:MDOCS
* - Fix build with clangmiwi2013-06-0434-26/+358
| | | | | | | - Support PLIST_FILES PR: 179226 Submitted by: ports fury
* - Trim Makefile headeraz2013-06-031-12/+2
| | | | | | | | - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178916 Submitted by: az Approved by: maintainer
* - adoption of optionsNGjgh2013-06-036-76/+56
| | | | | | - trim historical headers Approved by: portmgr (bapt)
* Update to 2.06eadler2013-06-032-8/+4
|
* The ISC license has been added since this port was created. Use the ↵eadler2013-06-021-5/+1
| | | | | | 'default' one. Submitted by: antoine
* The ISC license is considered copyfree.eadler2013-06-021-1/+1
|
* - Update to 1.23swills2013-06-022-3/+3
|
* - Do not try to remove dirs. not created by the portmiwi2013-05-312-6/+1
| | | | | | - Trim header Reported by: pkg (DEVELOPER_MODE)
* Unbreak with clang using -Wno-error=return-type (old K&R code)antoine2013-05-311-4/+3
| | | | Approved by: miwi, eadler (mentors, implicit)
* Fix buildbapt2013-05-281-0/+17
|
* The FreeBSD x11 team proudly presentszeising2013-05-251-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing!
* Unbreak on -CURRENT.thierry2013-05-241-5/+5
| | | | | | | | Since I'm there, mark it as deprecated, because therte is no more consumer for this lib in the tree, and its development stopped years ago. Reported by: pointyhat via miwi
* - Remove unnecessary depend on PERL_LEVEL < 5.12az2013-05-241-7/+1
|
* - Update to 20130504sunpoet2013-05-242-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130504.diff
* - Trim Makefile headeramdmi32013-05-231-6/+4
| | | | - OptionsNG
* - Update to 3.0.7bdrewery2013-05-203-4/+15
| | | | | | | - Pass maintinership to submitter PR: ports/178723 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-1986-178/+1109
| | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself.
* - Update to last released 4.8.8.fjoe2013-05-184-177/+19
| | | | - Switch to the official master site now that http://midnight-commander.org/ is back.
* Mark BROKEN on 9.x as well.erwin2013-05-171-1/+1
|
* Don't try to remove directories we don't touch. [1]kwm2013-05-162-72/+5
| | | | | | | | | Drop gtk20 depend because we only need gtk-update-icon-cache which is already implied by INSTALLS_ICONS. [2] Update COMMENT. [2] Submitted by: miwi [1] Obtained from: GNOME devel repo [1],[2]
* - Remove py-xdelta3, no longer activly maintain via upstreammiwi2013-05-133-64/+0
|
* update to 3.54oliver2013-05-132-3/+3
|
* - Add missing sharedmime to the list of USE_KDE4 components. It will bemakc2013-05-133-8/+1
| | | | | | | superseded by recently introduced USES= shared-mime-info later. - Remove no longer needed exec/unexec from plist and post-install calls for update-mime-database - Trim Makefile header while I'm here
* Rectify USE_TEX to support both of teTeX and TeXLive.hrs2013-05-121-1/+1
| | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk.
* - abandonware, mark for deprecationjgh2013-05-111-0/+3
| | | | Submitted by: Ports Fury
* Rework kdehier4 port and bump version to 1.1:makc2013-05-113-1174/+1170
| | | | | | | | | Instead of installing into $KDE4_PREFIX, install the port into default prefix ($LOCALBASE) and create additional hierarchy under $KDE4_PREFIX. This fixes problems spotted by testing on poudriere. Reported by: miwi
* - attempt to fix duplicate LATEST_LINK warningjgh2013-05-112-6/+7
| | | | Reported by: indexbuild@
* - Update to 3.3lme2013-05-104-23/+18
| | | | | | - Use upstream desktop file - Update pkg-descr and COMMENT - Trim Makefile header
* -Update to 3.0.6miwi2013-05-103-42/+20
| | | | | PR: 177926 Submitted by: ports fury
* Upstream site is down for about two weeks:fjoe2013-05-091-7/+5
| | | | | | https://mail.gnome.org/archives/mc-devel/2013-April/msg00013.html Switch to local distfiles for a while.
* Fix gettext logic. Gettext is needed in pre-configure.ehaupt2013-05-091-5/+2
| | | | Submitted by: ak, John Marino <draco@marino.st> (via irc)
* Firmware is no longer installed by this port - remove firmware master site.fjoe2013-05-091-2/+1
|
* - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panelolivierd2013-05-091-3/+4
| | | | | | | | While I'm here, - Finish to convert USES - Trim Makefile header - Remove ABI version in LIB_DEPENDS - Remove desktopfileutils, because MimeType entry is not present in desktop file
* - Update to 4.10.1olivierd2013-05-084-100/+118
| | | | | | | - Trim Makefile header - Add new option, NLS - Finish to convert USES - Remove ABI version in LIB_DEPENDS
* - Remove MAKE_JOBS_SAFE from ports that set NO_BUILDehaupt2013-05-081-1/+0
| | | | | - Trim header - While here use PLIST_FILES for databases/mrtg-mysql-load
* - Mark MAKE_JOBS_SAFEehaupt2013-05-081-5/+2
| | | | - Trim header
* update mime-support to 3.53oliver2013-05-082-3/+3
|
* Convert USE_NCURSES by USES=ncursesbapt2013-05-063-28/+25
| | | | Convert USE_READLINE by USES=readline
* - convert to USES for gettextjgh2013-05-061-3/+5
| | | | | | - mark broken (doesn't fetch) Approved by: portmgr (bapt@)
* This port is still not jobs safe, so add back MAKE_JOBS_UNSAFE.kwm2013-05-061-0/+1
| | | | | PR: ports/178362 Submitted by: mandree@
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-061-4/+3
| | | | instead to make migration to TeXLive easier.
* Update to 1.1.kwm2013-05-063-6/+16
|
* Remove 'test' target which was a hand-written test, not running an upstream ↵eadler2013-05-051-15/+0
| | | | vesion.
* Fix build on currentbapt2013-05-051-5/+3
|
* Fix build with bmakebapt2013-05-051-0/+4
|
* Update patchutils to 0.3.3johans2013-05-052-10/+5
|
* Chase security/libgcrypt updateehaupt2013-05-041-2/+2
|
* Add p5-Asterisk-FastAGI - a perl module for FastAGI handling.sobomax2013-05-035-0/+43
| | | | Sponsored by: pbxpress.it
* - adoption of USES for gettextjgh2013-05-021-2/+1
| | | | Approved by: portmgr (bapt@)
* Update to 3.41.kwm2013-05-013-4/+7
| | | | Indent USES correctly to be inline with the rest of the file.
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-294-4/+2
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-276-9/+6
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* Fix typobapt2013-04-261-1/+1
| | | | Reported by: danfe
* Remove USE_CDRTOOLS from bsd.port.mkbapt2013-04-261-7/+3
| | | | | | | | | | | | This macros has been useless since cdrtools-cjk port has gone. This macros also lead to badly handled dependencies assuming that the dependency on cdrtools was most BUILD and RUN dependency. While most of the time it is simply a RUN dependency and sometime a build one. While here: - Trim some headers - Convert some ports to optionsng - Convert some ports to USES= gettext
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-266-9/+6
| | | | Approved by: portmgr (bapt)
* In preparation of the removal of USE_FREETYPE from bsd.port.mk: removebapt2013-04-261-2/+2
| | | | | | USE_FREETYPE from all ports using it While here trim some headers, and do some conversion to new options framework.
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-15/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Update to 2013.3sunpoet2013-04-262-3/+3
| | | | Changes: http://pecl.php.net/package-changelog.php?package=timezonedb
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-2516-17/+17
| | | | Approved by: portmgr (bapt)
* Convert to USES=gettexteadler2013-04-251-2/+2
| | | | Reviewed by: kwm
* Take maintainership, fix pkg-descreadler2013-04-252-2/+2
|
* Fix formatting of WWW line for my portseadler2013-04-251-1/+1
|
* - Convert USE_GETTEXT to USES (part 2)ak2013-04-2460-60/+60
| | | | Approved by: portmgr (bapt)
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-245-10/+5
| | | | Approved by: portmgr (bapt)