aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-20491-864/+661
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-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 Notes: svn path=/head/; revision=327697
* - Update to 0.2.3Bryan Drewery2013-09-202-8/+8
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=327677
* - Set IGNORE if TET_ROOT not defined instead of hitting an errorBryan Drewery2013-09-181-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 Notes: svn path=/head/; revision=327577
* - Calling pod2man from extract stage requre perlAndrej Zverev2013-09-181-0/+1
| | | | | | | With hat: perl@ Notes: svn path=/head/; revision=327515
* - Update to 3.3.2Lars Engels2013-09-162-3/+3
| | | | Notes: svn path=/head/; revision=327416
* Update to 3.6.2.Koop Mast2013-09-163-14/+214
| | | | | | | | | This update was done because newer ekiga wants it. Obtained from: GNOME team repo Notes: svn path=/head/; revision=327375
* - convert to the new perl5 frameworkAndrej Zverev2013-09-147-16/+10
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327278
* Add explicit dependency on pkgconf (10 ports)John Marino2013-09-131-1/+1
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327124
* - convert to the new perl5 frameworkAndrej Zverev2013-09-122-4/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327077
* Add explicit dependency on pkgconf (20 ports)John Marino2013-09-122-10/+4
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327041
* Add explicit dependency on pkgconf (18 ports)John Marino2013-09-112-1/+2
| | | | Notes: svn path=/head/; revision=326991
* . fix build with clang (CFLAGS+=-Wno-return-type);Boris Samorodov2013-09-111-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) Notes: svn path=/head/; revision=326990
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-106-16/+9
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326934
* misc/kde4-l10n-* (9 ports) removedJohn Marino2013-09-1037-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) Notes: svn path=/head/; revision=326926
* - Now that misc/sword port is fixed, remove no longer needed USE_GCCAlexey Dokuchaev2013-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) Notes: svn path=/head/; revision=326860
* - Cleanup MASTER_SITES, convert MASTER_SITE_SUBDIRAlexey Dokuchaev2013-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) Notes: svn path=/head/; revision=326859
* - Add USE_GCC=any to build on 10.XThomas Abthorpe2013-09-101-0/+1
| | | | | | | Submitted by: pkg-fallout Notes: svn path=/head/; revision=326855
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-6/+2
| | | | Notes: svn path=/head/; revision=326513
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-062-7/+3
| | | | Notes: svn path=/head/; revision=326494
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-051-6/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326449
* - update to 4.6.6 (patch6)Michael Landin2013-09-053-24/+4
| | | | Notes: svn path=/head/; revision=326418
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-2/+1
| | | | Notes: svn path=/head/; revision=326151
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-033-8/+4
| | | | Notes: svn path=/head/; revision=326137
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-032-12/+4
| | | | Notes: svn path=/head/; revision=326122
* - fix segfault on 64bit with option XFTDirk Meyer2013-09-032-1/+18
| | | | Notes: svn path=/head/; revision=326121
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-5/+2
| | | | Notes: svn path=/head/; revision=326070
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-2/+1
| | | | Notes: svn path=/head/; revision=326051
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-6/+2
| | | | Notes: svn path=/head/; revision=326013
* Two imake related changes:Tijl Coosemans2013-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) Notes: svn path=/head/; revision=325992
* - convert to the new perl5 frameworkAndrej Zverev2013-09-0210-10/+18
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=325959
* - convert to the new perl5 frameworkAndrej Zverev2013-09-0212-12/+20
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=325955
* . Remove pkg-message since there is no COMPAT_FREEBSD8 kernel optionRenato Botelho2013-09-012-12/+1
| | | | | | | | | . Bump PORTREVISION Reported by: tijl@ Notes: svn path=/head/; revision=325917
* - Fix typo (PERL_CONFIGURE was not removed after perl5 framework conversion)Andrej Zverev2013-09-011-1/+0
| | | | Notes: svn path=/head/; revision=325903
* Remove expired ports:Rene Ladan2013-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 Notes: svn path=/head/; revision=325862
* Update to 8.4.804000.201309:Renato Botelho2013-09-015-21/+10
| | | | | | | | | | | - Drop broken sparc64 support - Use XZ - Add libstdc++, that will be removed from head [1] Requested by: bapt@ [1] Notes: svn path=/head/; revision=325861
* Update to 9.1.901000.201309, added libstdc++ that will be removed from headRenato Botelho2013-09-014-5/+8
| | | | | | | Requested by: bapt@ Notes: svn path=/head/; revision=325860
* - Update to 0.7.4bGuido Falsi2013-09-018-63/+100
| | | | | | | | PR: ports/177589 Submitted by: Kaspars Bankovskis <kaspars@bankovskis.lv> (maintainer) Notes: svn path=/head/; revision=325837
* Convert USE_GNOME=pkgconfig to USES=pkgconfigBaptiste Daroussin2013-08-313-7/+4
| | | | | | | | | Convert USE_GNOME=gnomehack to USES=pathfix Convert USE_GMAKE to USES=gmake Convert USE_PERL5 to USES=perl5 Notes: svn path=/head/; revision=325751
* Remove unneeded commented lines appared my mistake at previous commit.Boris Samorodov2013-08-291-3/+0
| | | | Notes: svn path=/head/; revision=325580
* . fix build with clang (MAKE_ARGS+=CC="${CC}");Boris Samorodov2013-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) Notes: svn path=/head/; revision=325579
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-296-6/+6
| | | | Notes: svn path=/head/; revision=325559
* Update to latest GNUstep core libraries.David Chisnall2013-08-282-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 Notes: svn path=/head/; revision=325546
* Fix auto-detection of dictionaries for kde4-l10n ports.David Naylor2013-08-271-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. Notes: svn path=/head/; revision=325482
* misc/pinfo: Unbreak fetch with two new master sitesJohn Marino2013-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. Notes: svn path=/head/; revision=325398
* - Update to 20130823Sunpoet Po-Chuan Hsieh2013-08-252-3/+3
| | | | | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130823.diff Notes: svn path=/head/; revision=325345
* Change tarbal name and add .1 to version to avoind checksum mismatch becauseRenato Botelho2013-08-242-5/+6
| | | | | | | | | of tarball was rerolled. Suggested by: bdrewery@ Notes: svn path=/head/; revision=325298
* - Fix parallel (-jX) builds by using NamedMakeSubdirs() macro instead ofAlexey Dokuchaev2013-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 Notes: svn path=/head/; revision=325295
* Update to 0.12Matthew Seaman2013-08-232-3/+3
| | | | | | | | | ChangeLog: http://cpansearch.perl.org/src/RUZ/Business-Hours-0.12/Changes Submitted by: portscout Notes: svn path=/head/; revision=325276
* Add libkvm.so.5 to compat9xRenato Botelho2013-08-224-5/+8
| | | | | | | Requested by: des@ Notes: svn path=/head/; revision=325199