aboutsummaryrefslogtreecommitdiff
path: root/textproc/rast
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2014-08-226-202/+0
| | | | | | | | | | | | | | 2014-08-22 databases/pg_filedump: Broken for more than 6 months 2014-08-22 devel/svnmerge: Broken for more than 6 months 2014-08-22 net-mgmt/circe: Broken for more than 6 months 2014-08-22 print/latex-aa: Broken for more than 6 months 2014-08-22 textproc/rast: Broken for more than 6 months 2014-08-22 www/abyssws: Broken for more than 6 months 2014-08-22 www/docebo: Not maintained upstream 2014-08-22 www/rejik: Broken for more than 6 months and depends on www/squid which reached EOL 2 years ago Notes: svn path=/head/; revision=365623
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-1/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363399
* Deprecate some ports BROKEN for more than 6 monthsAntoine Brodin2014-07-221-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362559
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-021-1/+1
| | | | | | | | | pending PR With hat: portmgr Notes: svn path=/head/; revision=360231
* Bump PORTREVISION on everything that depends on devel/apr1 due to theTijl Coosemans2014-06-121-1/+1
| | | | | | | | | library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=357574
* Remove the deprecation added by accidentBaptiste Daroussin2014-02-071-3/+0
| | | | | | | Reported by: rene Notes: svn path=/head/; revision=343280
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-2/+5
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* - Ruby 1.8 is gone, mark this broken unconditionally (with all versions ofSteve Wills2014-01-021-3/+1
| | | | | | | Ruby) Notes: svn path=/head/; revision=338491
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - bump PORTREVISION on ports with LIB_DEPENDS+= devel/apr1Olli Hauer2013-07-061-6/+1
| | | | | | | | | while I'm here - convert to USES=gmake - trim Makefile header and respect nice_people Notes: svn path=/head/; revision=322372
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Mark broken with Ruby 1.9Steve Wills2011-08-061-0/+5
| | | | | | | | | | - Mark MAKE_JOBS_UNSAFE while here PR: ports/159172 With hat: ruby@ Notes: svn path=/head/; revision=279037
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Chase devel/apr -> devel/apr1 shufflingPhilip M. Gollucci2010-05-181-1/+1
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254523
* - Convert ports/ to devel/apr1Philip M. Gollucci2010-05-181-1/+1
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254522
* 4/5: Chase devel/apr shlib bumpPhilip M. Gollucci2010-05-051-1/+1
| | | | | | | | | | PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@ Notes: svn path=/head/; revision=253784
* - Unbreak on 8.x by removing gmake usage which is not needed.Jun Kuriyama2010-01-101-5/+0
| | | | Notes: svn path=/head/; revision=247512
* - Mark BROKEN on 8.XPav Lucistnik2009-08-091-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=239224
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Remove conditional checks for FreeBSD 5.x and olderWesley Shields2009-01-061-5/+0
| | | | | | | Approved by: pav Notes: svn path=/head/; revision=225333
* - Unbreak by fixing incorrect pointer usage in APR_RING_SENTINEL macro.Jun Kuriyama2008-08-202-3/+13
| | | | | | | # I'm not sure why this can be built before... Notes: svn path=/head/; revision=218893
* - Mark BROKEN: does not compile (local_db.c:2114: error: request for memberPav Lucistnik2008-07-231-0/+2
| | | | | | | 'next' in something not a structure or union) Notes: svn path=/head/; revision=217392
* - Bump PORTREVISION after arp updateMartin Wilke2008-07-071-0/+1
| | | | | | | | PR: 125277 Submitted by: rodrigc Notes: svn path=/head/; revision=216445
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Use libtool port instead of included version to avoid a.out objformat botchKris Kennaway2007-01-291-0/+1
| | | | Notes: svn path=/head/; revision=183664
* Cosmetic change:Norikatsu Shigemura2006-05-191-2/+2
| | | | | | | | | o Use BDB_* macros instead of direct. Oked by: kuriyama Notes: svn path=/head/; revision=162757
* Fix incorrect use of $OSREL for unbreak on old versions.Jun Kuriyama2006-03-131-1/+1
| | | | | | | | Reported by: tdb Approved by: portmgr (linimon) Notes: svn path=/head/; revision=157082
* - Use $OSREL and $OSVERSION instead of .exists() to check magic.hJun Kuriyama2006-02-111-2/+4
| | | | | | | | | existance (unbreaking bento build on 4.x). Hint by: kris Notes: svn path=/head/; revision=155706
* Add rast 0.3.1, full-text search system using N-gram.Jun Kuriyama2006-01-305-0/+191
Notes: svn path=/head/; revision=154807