aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Update to 20090801 version of the FreeBSD docset.Marc Fonvieille2009-08-024-6/+6
| | | | | | | Approved by: doceng (implicit) Notes: svn path=/head/; revision=238755
* - Reset maintainer and remove old MASTER_SITES.Wesley Shields2009-08-023-6/+4
| | | | | | | | PR: ports/137224 Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (maintainer) Notes: svn path=/head/; revision=238752
* - Update to 32, rework the portDmitry Marakasov2009-07-313-177/+37
| | | | | | | | | | - Pass maintainership to submitter PR: 137287 Submitted by: Earl Gay <earl@eeg3.net> Notes: svn path=/head/; revision=238712
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-31172-63/+181
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* misc/ossp-uuid:Vasil Dimov2009-07-291-1/+8
| | | | | | | | | | Add -fPIC -DPIC for amd64 and ia64. PR: ports/13645 Submitted by: mm@ Notes: svn path=/head/; revision=238584
* - Update to 0.7.1Martin Wilke2009-07-282-4/+4
| | | | Notes: svn path=/head/; revision=238565
* - Update URL of my distfile mirror in 87 portsDmitry Marakasov2009-07-281-1/+1
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=238527
* - Update boost to 1.39Pav Lucistnik2009-07-285-7/+7
| | | | | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer) Notes: svn path=/head/; revision=238504
* - Update to 347.Tim Bishop2009-07-282-9/+10
| | | | Notes: svn path=/head/; revision=238485
* Add dnetc_idprio RC flag to run dnetc under idprio with the givenTim Bishop2009-07-262-5/+6
| | | | | | | | | | priority. Not on by default. PR: ports/136958 Submitted by: Martin Lesser <ml-freebsd@bettercom.de> Notes: svn path=/head/; revision=238376
* Stop using USE_RC_SUBR=yes.Tim Bishop2009-07-263-9/+3
| | | | | | | | PR: ports/136842 Submitted by: pgollucci Notes: svn path=/head/; revision=238373
* Update to version 20090722 of the FreeBSD docset.Marc Fonvieille2009-07-244-6/+6
| | | | | | | Approved by: doceng (implicit) Notes: svn path=/head/; revision=238318
* - Update to 0.06Philip M. Gollucci2009-07-232-5/+5
| | | | | | | | | PR: ports/136543 Approved by: maintainer timeout (chinsan; 14 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=238273
* - Update to 31Philip M. Gollucci2009-07-222-4/+4
| | | | Notes: svn path=/head/; revision=238223
* - Update to 1.006Philip M. Gollucci2009-07-223-5/+6
| | | | | | | | | PR: ports/136545 Approved by: maintainer Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=238205
* - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checksPhilip M. Gollucci2009-07-223-20/+2
| | | | | | | | | PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238202
* Update to 2009k:Edwin Groothuis2009-07-212-4/+4
| | | | | | | | - Changes in Mauritius and Bangladesh - No leapsecond at the end of December 2009 :-( Notes: svn path=/head/; revision=238141
* - Update to 1.3Philip M. Gollucci2009-07-212-4/+4
| | | | Notes: svn path=/head/; revision=238135
* - Fix parallel buildDmitry Marakasov2009-07-211-0/+1
| | | | | | | | PR: 136937 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=238131
* - Fix parallel buildDmitry Marakasov2009-07-201-0/+1
| | | | | | | | | PR: 136870 Submitted by: myself Patch by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=238112
* Yet another reads temperatures and humidity from a Strawberry Linux USB-RHMIHIRA Sanpei Yoshiro2009-07-206-0/+128
| | | | | | | This ports only for 8-current and later Notes: svn path=/head/; revision=238107
* - update to jpeg7Dirk Meyer2009-07-182-3/+3
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - drop USE_FREETYPEDirk Meyer2009-07-171-2/+2
| | | | Notes: svn path=/head/; revision=237973
* - Update to 1.41.8Martin Wilke2009-07-162-5/+7
| | | | | | | | PR: 136795 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=237946
* - Update to 2.1Thomas Abthorpe2009-07-154-15/+143
| | | | Notes: svn path=/head/; revision=237895
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-3/+2
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* THANKO USB AM/FM Radio controllerMIHIRA Sanpei Yoshiro2009-07-157-0/+86
| | | | Notes: svn path=/head/; revision=237885
* Unbreak on -current.Daniel Eischen2009-07-151-8/+7
| | | | | | | PR: 136367 Notes: svn path=/head/; revision=237871
* Update to 3.10.1.Koop Mast2009-07-112-4/+4
| | | | Notes: svn path=/head/; revision=237623
* - Drop maintainershipMartin Wilke2009-07-111-1/+1
| | | | Notes: svn path=/head/; revision=237610
* Update to version 20090708 of the FreeBSD docset.Marc Fonvieille2009-07-095-13/+14
| | | | | | | Approved by: doceng (implicit) Notes: svn path=/head/; revision=237517
* - Update to 0.37Dennis Herrmann2009-07-093-14/+17
| | | | | | | | | PR: ports/136544 Submitted by: pgollucci@ Approved by: marck@ Notes: svn path=/head/; revision=237515
* - Update to 1.01Philip M. Gollucci2009-07-092-6/+6
| | | | | | | - Pass to perl@ Notes: svn path=/head/; revision=237450
* - Update to 0.9Pietro Cerutti2009-07-072-4/+6
| | | | | | | | | PR: 136422 Submitted by: gahr Approved by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=237375
* - Update to 0.7.0Martin Wilke2009-07-072-4/+4
| | | | Notes: svn path=/head/; revision=237326
* - cleanup ADDITIONAL_LIB_DIRSDirk Meyer2009-07-051-1/+0
| | | | Notes: svn path=/head/; revision=237172
* - Update to 2009041301Wesley Shields2009-07-042-4/+4
| | | | | | | | PR: ports/136121 Submitted by: dikshie <dikshie@lapi.itb.ac.id> Notes: svn path=/head/; revision=237094
* Use LTMAIN and LIBTOOL instead of hardcore.Jeremy Messenger2009-07-022-3/+4
| | | | | | | Approved by: kde@ (maintainers) Notes: svn path=/head/; revision=236931
* update to 3.46.1Oliver Lehmann2009-07-022-5/+4
| | | | Notes: svn path=/head/; revision=236922
* - Remove misc/koffice-i18n*; unlink from buildThomas Abthorpe2009-06-29191-5747/+0
| | | | | | | | - Link editors/koffice-i18n* to the build - Update MOVED Notes: svn path=/head/; revision=236771
* Update to 20090628 version of FreeBSD docsetMarc Fonvieille2009-06-286-15/+15
| | | | | | | Approved by: doceng (implicit) Notes: svn path=/head/; revision=236736
* - Update to 2.7.0Wesley Shields2009-06-282-4/+4
| | | | | | | | PR: ports/136020 Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org> (maintainer) Notes: svn path=/head/; revision=236719
* - update to 1.18Yen-Ming Lee2009-06-262-5/+5
| | | | Notes: svn path=/head/; revision=236673
* - Update to 2.1-20090623Thomas Abthorpe2009-06-232-4/+4
| | | | Notes: svn path=/head/; revision=236533
* Give configure the best chance to find the needed libraries whenDoug Barton2009-06-231-1/+5
| | | | | | | PREFIX != LOCALBASE. Notes: svn path=/head/; revision=236501
* - Update to 7.4 which should solve the ACL issue.Wesley Shields2009-06-222-4/+4
| | | | | | | | | PR: ports/134311 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: Brian Clapper <bmc@clapper.org> (maintainer) Notes: svn path=/head/; revision=236472
* - Fix build with custom LOCALBASE/PREFIXPhilip M. Gollucci2009-06-211-1/+4
| | | | | | | - Cleanup CFLAGS while here Notes: svn path=/head/; revision=236447
* - Fix build with Custom PREFIX/LOCALBASEThomas Abthorpe2009-06-211-0/+2
| | | | | | | Reported by: QATty Notes: svn path=/head/; revision=236413
* - fix build with custom LOCALBASEDirk Meyer2009-06-211-0/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=236411
* Fix plists.Marc Fonvieille2009-06-194-0/+4
| | | | | | | | Found by: QAT Approved by: doceng (implicit) Notes: svn path=/head/; revision=236346