summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* . support staging;Boris Samorodov2013-10-031-11/+3
| | | | | | . remove the indefinite article from COMMENT; . use new LIB_DEPENDS syntax; . incorporate gmake and pathfix into USES and sort the latter.
* Mark IGNORE if KERB_GSSAPI incorrectly selectedBryan Drewery2013-10-031-4/+8
|
* Stop renaming perl ports base on optionsBaptiste Daroussin2013-10-034-4/+0
|
* - Change maintainer email to @FreeBSD.orgDanilo Egea Gondolfo2013-10-0312-30/+18
| | | | | | - Add stage support Approved by: culot (mentor)
* - Support {opt}_EXTRA_PATCHESBryan Drewery2013-10-031-0/+6
| | | | | Reviewed by: bapt With hat: portmgr
* Cleanup patch-readconf.c to only have 1 diffBryan Drewery2013-10-031-17/+17
|
* - Fixup staging with pkgng.Mathieu Arnold2013-10-038-21/+24
| | | | | | - Always use new LIB_DEPENDS format. Pointy hat to: myself
* - Remove indefinite article from COMMENTDanilo Egea Gondolfo2013-10-032-5/+3
| | | | | | | - Change maintainer email to @FreeBSD.org - Add stage support Approved by: culot (mentor)
* - Update from 0.20130603 to 0.20131001Danilo Egea Gondolfo2013-10-033-8/+6
| | | | | | | - Change maintainer email to @FreeBSD.org - Add stage support Approved by: culot (mentor)
* . support staging;Boris Samorodov2013-10-031-7/+5
| | | | | | | . remove the indefinite article from COMMENT; . incorporate optionsNG (DOCS); . use standard MKDIR to create directories (not INSTALL -d); . unmute install commands.
* www/py-beautifulsoup30: remove portWilliam Grzybowski2013-10-036-44/+1
| | | | | | | - This port is no longer being used anywhere and was causing conflict with www/py-beautifulsoup32, consider using it instead Approved by: portmgr (bapt)
* - Add patch to fix mips-softmmu target crashes with clang. [1]Juergen Lock2013-10-032-5/+14
| | | | | | | - Remove USE_GCC. - Bump PORTREVISION. Submitted by: dim [1]
* . support staging;Boris Samorodov2013-10-032-15/+5
| | | | | | | . remove the indefinite article from COMMENT; . use new LIB_DEPENDS syntax; . incorporate gmake and pathfix into USES macro; . remove useless standard definition of WRKSRC.
* Document the last xinetd vulnerabilitySergey Matveychuk2013-10-031-0/+26
|
* Update descriptions to match current conventionsBryan Drewery2013-10-031-7/+7
|
* . support staging;Boris Samorodov2013-10-031-8/+2
| | | | | | . remove the indefinite article from COMMENT; . USE_GMAKE=yes -> USES=gmake; . use USES=pathfix instead post-extract target.
* - Fix CVE-2013-4342: xinetd ignores user and group directives for TCPMUX ↵Sergey Matveychuk2013-10-033-0/+12
| | | | | | | | services - Rename old-style named file Submitted by: Thomas Swan <thomas.swan@gmail.com>
* - Move love versions from LATEST_LINK to PKGNAMESUFFIX to avoid pkg name ↵Dmitry Marakasov2013-10-032-4/+2
| | | | conflicts
* Update to 0.8Emanuel Haupt2013-10-032-7/+6
|
* dns/opendnssec13: fix pkg-plist without AUDITORWilliam Grzybowski2013-10-032-5/+4
| | | | | | - FIx pkg-plist without AUDITOR Reported by: mat
* - Use %%DATADIR%% in pkg-message [1]Lars Engels2013-10-032-4/+2
| | | | | | - Switch to USES scons Noticed by: jgh [1]
* multimedia/py-openlp: change beautifulsoup dependencyWilliam Grzybowski2013-10-031-1/+2
| | | | | | - Change beautifulsoup dependency, version 3.0 is going to be removed Approved by: maintainer (via email)
* - Fix build on CURRENTSergey Matveychuk2013-10-031-0/+1
| | | | Obtained from: pkg-fallout@
* - unbound was imported into base in r255597 with group 'unbound'. ChaseBryan Drewery2013-10-033-1/+4
| | | | | | this and have the port also add a group to avoid mergemaster conflict Approved by: maintainer timeout (via email)
* Switch from RUN_DEPEND on gobject-introspection to USE_GNOME=introspection:buildKoop Mast2013-10-034-21/+39
| | | | | Use new LIB_DEPEND syntax, enable stage support. Don't hardcode -lstdc++ to fix build on HEAD.
* Fix packaging with python-3.Dmitry Sivachenko2013-10-032-0/+2
| | | | Approved by: lwhsu
* The default versions of lang/python* have been changed to support theMarcus von Appen2013-10-033-24/+49
| | | | | | | | | | new DEFAULT_VERSIONS variable. PYTHON_DEFAULT_VERSION, PYTHON2_DEFAULT_VERSION and PYTHON3_DEFAULT_VERSION are deprecated. If you have set them in your make.conf, you should change them something like DEFAULT_VERSIONS=python=2.7 python2=2.7 python3=3.3
* Drop condititional dependency on py-imporlib, since it was removed.Ruslan Makhmatkhanov2013-10-032-3/+1
| | | | With hat: python
* Remove the now useless pre-su-install target.Mathieu Arnold2013-10-034-16/+0
| | | | Spotted by: bapt
* And remove those now defunct files.Mathieu Arnold2013-10-034-3217/+0
|
* Support staging.Mathieu Arnold2013-10-038-74/+3256
|
* Fix build on 8.x.Hiroki Sato2013-10-031-0/+18
| | | | Reported by: pkg-fallout
* - Add CONFLICTS with another firebird versionsJose Alonso Cardenas Marquez2013-10-031-0/+5
|
* - Add CONFLICTS with another firebird versionsJose Alonso Cardenas Marquez2013-10-031-0/+5
|
* - Add CONFLICTS with another firebird versionsJose Alonso Cardenas Marquez2013-10-031-0/+5
|
* Add forgotten NO_STAGE keyword.Koop Mast2013-10-031-0/+1
|
* Disable stage for now until I can figure out how to make it work with waf.Koop Mast2013-10-032-2/+5
| | | | Submitted by: Kenta Suzumoto <kentas@hush.com>
* - Respect CC on extern/btyacc. It could fix an issue on CURRENTJose Alonso Cardenas Marquez2013-10-031-0/+20
| | | | Reported by: pkg-fallout
* - Some modifications for avoid pkg name collisions [1]Jose Alonso Cardenas Marquez2013-10-031-1/+2
| | | | Suggested by: bapt [1]
* - Remove LATEST_LINK [1]Jose Alonso Cardenas Marquez2013-10-031-4/+2
| | | | | | - Other modifications for avoid pkg name collisions [1] Suggested by: bapt [1]
* - Some modifications for avoid pkg name collisions [1]Jose Alonso Cardenas Marquez2013-10-031-1/+2
| | | | Suggested by: bapt [1]
* - Remove unnecessary slash after STAGEDIRSunpoet Po-Chuan Hsieh2013-10-031-2/+2
|
* - Remove LATEST_LINK [1]Jose Alonso Cardenas Marquez2013-10-031-6/+4
| | | | | | - Other modifications for avoid pkg name collisions [1] Suggested by: bapt [1]
* - Some modifications for avoid pkg name collisions [1]Jose Alonso Cardenas Marquez2013-10-031-1/+2
| | | | Suggested by: bapt [1]
* - Add Super Server supportJose Alonso Cardenas Marquez2013-10-035-23/+69
| | | | | | | | - Add superclassic and superserver modes to firebird rc script - Remove LATEST_LINK [1] - Other modifications for avoid pkg name collisions [1] Suggested by: bapt [1]
* - Add LICENSESunpoet Po-Chuan Hsieh2013-10-031-1/+3
|
* Use new USES=scons,Baptiste Daroussin2013-10-031-10/+6
| | | | Add support for stage
* Sometimes scons do expect DESTDIR being in lowercaseBaptiste Daroussin2013-10-031-0/+3
|
* - Remove unnecessary slash after STAGEDIRSunpoet Po-Chuan Hsieh2013-10-0311-42/+42
|
* - Update to 1.14Sunpoet Po-Chuan Hsieh2013-10-033-34/+5
| | | | | | | | | - Use INSTALL_DATA instead of CP - Remove unnecessary slash after STAGEDIR Changes: - Merge files/patch-make.conf.in - Rename make.conf.in to make.conf