aboutsummaryrefslogtreecommitdiff
path: root/palm
Commit message (Collapse)AuthorAgeFilesLines
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* Drop support for old versions of FreeBSD from unmaintained portsEitan Adler2013-03-281-4/+0
| | | | | | | Reviewed by: miwi Notes: svn path=/head/; revision=315474
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵Eitan Adler2013-03-282-11/+6
| | | | | | | "pathfix" instead. Notes: svn path=/head/; revision=315433
* Readd removed commentsBryan Drewery2013-03-221-0/+2
| | | | | | | Pointyhat to: convert-makefile-header.pl Notes: svn path=/head/; revision=314938
* Convert to new options framework ports in p* catoriesBaptiste Daroussin2013-03-221-16/+12
| | | | Notes: svn path=/head/; revision=314921
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-03-211-6/+4
| | | | | | | | | | convert gnomehack -> USES=pathfix Trim headers Approved by: gnome (kwm) Notes: svn path=/head/; revision=314861
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-03-211-6/+2
| | | | Notes: svn path=/head/; revision=314859
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-193-3/+3
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* In categories starting with [n-s], remove empty lines (and also few cases ofAlexey Dokuchaev2013-03-171-1/+0
| | | | | | | trailing slashes) from pkg-plist. Notes: svn path=/head/; revision=314445
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-7/+3
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* Convert to new options frameworkBaptiste Daroussin2013-02-201-6/+5
| | | | Notes: svn path=/head/; revision=312666
* - Reassign ports from avl@ back to pool at his request.Dima Panov2013-02-205-5/+5
| | | | | | | | Submitted by: avl via IM Approved by: avl via IM Notes: svn path=/head/; revision=312628
* Chase boost updateBaptiste Daroussin2013-01-311-2/+2
| | | | Notes: svn path=/head/; revision=311310
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-7/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part3) Notes: svn path=/head/; revision=308605
* - Fix the code instead of suppressing the compiler errorPietro Cerutti2012-11-302-1/+12
| | | | | | | | Feature safe: yes Approved by: bapt (previous commit was his) Notes: svn path=/head/; revision=308011
* Fix build with clangBaptiste Daroussin2012-11-301-7/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=308004
* 2012-11-28 editors/glimmer: Depends on the expired gtkglarea through py-gtkBaptiste Daroussin2012-11-284-29/+0
| | | | | | | | | | | | | 2012-11-26 palm/txt2pdbdoc: No more public distfiles 2012-11-26 sysutils/xloadface: No more public distfiles 2012-11-26 shells/gscommander: Abandonware 2012-11-26 security/saferpay: No more public distfiles 2012-11-26 x11-wm/qvwm: No more public distfiles Feature safe: yes Notes: svn path=/head/; revision=307888
* Deprecate a bunch of ports that are either abandonware and/or for which no moreBaptiste Daroussin2012-10-261-5/+4
| | | | | | | | | public distfiles are available Feature safe: yes Notes: svn path=/head/; revision=306432
* 2012-10-20 security/sscep: No more public distfilesBaptiste Daroussin2012-10-2510-359/+0
| | | | | | | | | | | | | | | | | | | 2012-10-20 security/py-rijndael: No more public distfiles 2012-10-20 security/pam_af: No more public distfiles 2012-10-20 security/its4: No more public distfiles 2012-10-20 russian/xcyrBGR: No more public distfiles 2012-10-20 russian/wmcyrx: No more public distfiles 2012-10-20 print/advi: No more public distfiles 2012-10-20 palm/plucker: No more public distfiles 2012-10-20 net-p2p/py-bittornado-core: Depends on the deprecated wx 2.4 2012-10-20 net-p2p/py-bittornado: Depends on the deprecated wx 2.4 2012-10-20 net-mgmt/nagios-radauth-plugin: No more public distfiles 2012-10-20 net-mgmt/nagios-check_nick: No more public distfiles Feature safe: yes Notes: svn path=/head/; revision=306391
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* use USE_PKGCONFIG= buildBaptiste Daroussin2012-10-061-2/+2
| | | | | | | Bump portrevision for ports which run-depends list changed Notes: svn path=/head/; revision=305349
* Convert to new options frameworkBaptiste Daroussin2012-10-041-10/+10
| | | | Notes: svn path=/head/; revision=305249
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-09-221-6/+2
| | | | Notes: svn path=/head/; revision=304684
* Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's ↵Baptiste Daroussin2012-09-211-0/+3
| | | | | | | distilator) Notes: svn path=/head/; revision=304618
* - Register conflicts in my portsPav Lucistnik2012-06-041-0/+2
| | | | | | | Reported by: http://ketas.si.pri.ee/ports-conflictchecks/ Notes: svn path=/head/; revision=298351
* - update png to 1.5.10Dirk Meyer2012-06-019-8/+9
| | | | Notes: svn path=/head/; revision=297915
* Remove expired ports:Alex Kozlov2012-05-1913-348/+0
| | | | | | | | | | 2012-05-15 net/ng_car 2012-05-10 palm/coldsync Approved by: eadler (mentor) Notes: svn path=/head/; revision=296959
* Mark as deprecated and set expiration to 2012-05-10 for ports that are mark ↵Baptiste Daroussin2012-04-091-0/+3
| | | | | | | as broken for more than 6 month Notes: svn path=/head/; revision=294459
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - fix small typos in COMMENTEitan Adler2011-11-141-1/+1
| | | | | | | | | Submitted by: eadler Approved by: portmgr (itetcu) Feature safe: yes Notes: svn path=/head/; revision=285784
* Mark as broken on powerpc: does not compile.Mark Linimon2011-11-111-0/+4
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=285514
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* Standardize WWW: tags a bit more:Doug Barton2011-11-061-1/+2
| | | | | | | | | | | | | | | | 1. Remove white space from the beginning of lines 2. Make the canonical WWW the last line of the file 3. Remove lines to the effect of, "More information can be found at..." that's the stated purpose of the WWW: tags in the first place. 4. Change secondary WWW: lines to use other text to avoid confusion While I'm here, remove some more useless Author: lines, and some prepended white space to other lines. Mentioned (in part) by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=285197
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | Notes: svn path=/head/; revision=284669
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-3/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-243-11/+1
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-238-13/+8
| | | | | | | | | | | | - 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
* 2012-09-20 www/ruby-http-access: Deprecated upstream, please use ↵Baptiste Daroussin2011-09-2221-2607/+0
| | | | | | | | | | | | | | | | | | www/rubygem-httpclient 2011-09-01 sysutils/wots: No more public distfiles 2011-09-15 sysutils/gpart: Upstream disappeared 2011-09-01 sysutils/plod: No more public distfiles 2011-09-01 sysutils/checkservice: BROKEN for more than 6 month 2011-09-01 security/nsm-console: BROKEN for more than 6 month 2011-09-01 security/fressh: No more public distfiles 2011-09-01 palm/pose: No more public distfiles 2011-09-01 palm/isilo: No more public distfiles 2011-09-01 news/ija: BROKEN for more than 6 month 2011-09-01 news/PicMonger: Abandonware Notes: svn path=/head/; revision=282163
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-2/+2
| | | | Notes: svn path=/head/; revision=281668
* Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ↵Koop Mast2011-08-232-2/+13
| | | | | | | needed. Notes: svn path=/head/; revision=280300
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-116-6/+5
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Adjust WWW line with link to new author's siteDima Panov2011-08-041-1/+1
| | | | Notes: svn path=/head/; revision=278912
* Deprecate some ports where I can't find distfiles and upstreamBaptiste Daroussin2011-08-022-0/+6
| | | | Notes: svn path=/head/; revision=278804
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-212-2/+2
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* - kick MD5Martin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276852
* - Update to 1.8.1Pav Lucistnik2011-06-234-15/+16
| | | | | | | | PR: ports/157991 Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Notes: svn path=/head/; revision=276108
* Remove unmaintain expired ports from palmBaptiste Daroussin2011-05-0222-1047/+0
| | | | | | | | | | 2011-05-01 palm/jfconv: Upstream disapear and distfile is no more available 2011-05-01 palm/palmpower: Upstream disapear and distfile is no more available 2011-05-01 palm/sitescooper: Upstream disapear and distfile is no more available 2011-05-01 palm/uppc-kmod: Upstream disapear and distfile is no more available Notes: svn path=/head/; revision=273437
* Remove most expired ports:Rene Ladan2011-04-186-60/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2011-04-17 cad/tclspice: has been broken for more than a year 2011-04-17 comms/hcfmdm: does not compile on 7.X or higher 2011-04-17 databases/mysqlcc: has been broken for almost a year 2011-04-17 devel/ruby-rjudy: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/xfc: does not compile on FreeBSD 7.x or newer 2011-04-17 devel/lamson: has been broken for a half year 2011-04-17 devel/cocktail: does not build on FreeBSD 7.x or newer 2011-04-17 devel/djgpp-gcc: has been broken for half a year 2011-04-17 devel/gauche-sdl: has been broken for a year 2011-04-17 devel/gdb53-act: does not compile on FreeBSD 7.x and up 2011-04-17 editors/zed: does not compile on FreeBSD 7.x or newer 2011-04-17 games/aqbubble: does not compile on FreeBSD 7.x or newer 2011-04-17 graphics/libvisual-plugins: has been broken for 3 years 2011-04-17 japanese/roundcube: has been broken for almost a year 2011-04-17 japanese/tkstep80: does not compile on FreeBSD 7.x or newer 2011-04-17 lang/u++: has been broken for over a half year 2011-04-17 lang/pugs: has been broken for over a year 2011-04-17 lang/mozart: does not compile on FreeBSD 7.x or newer 2011-04-17 math/linalg: does not build on FreeBSD 7.x or newer 2011-04-17 math/R-cran-igraph: has been broken for over a half year 2011-04-17 misc/ftree: has been broken for over a half year 2011-04-17 multimedia/katchtv: has been broken for a half year 2011-04-17 multimedia/libomxil-bellagio: has been broken for almost a year 2011-04-17 multimedia/banshee-mirage: has been broken for over a half year 2011-04-17 net-p2p/trackerbt: has been broken for a half year 2011-04-17 net/cap: does not compile on FreeBSD 7.x or newer 2011-04-17 net/ggsd: does not compile on FreeBSD 7.x or newer 2011-04-17 net/b2bua: does not compile on FreeBSD 7.x or newer 2011-04-17 net/penguintv: has been broken for a half year 2011-04-17 news/openftd: has been broken for almost a year 2011-04-17 palm/romeo: does not compile on FreeBSD 7.x or newer 2011-04-17 science/pcp: does not compile on FreeBSD 7.x or newer 2011-04-17 science/elmer-fem: has been broken for over a year 2011-04-17 security/newpki-lib: does not compile on FreeBSD 7.x or newer 2011-04-17 security/newpki-server: does not compile on FreeBSD 7.x or newer 2011-04-17 security/xmlsec: does not compile on FreeBSD 7.x or newer 2011-04-17 security/f-protd: has been broken for over a year 2011-04-17 sysutils/xwlans: does not compile on FreeBSD 7.x or newer 2011-04-17 www/bk_edit: does not compile on FreeBSD 7.x and newer 2011-04-17 www/bricolage: has been broken for a half year 2011-04-17 x11-toolkits/gauche-gtk: has been broken for a year 2011-04-17 x11-toolkits/gambas2-gb-qt: has been broken for over a year 2011-04-17 x11-toolkits/php-gtk2: has been broken for over a half year 2011-04-17 x11-toolkits/p5-Tcl-Tk: has been broken for 2 year 2011-04-17 x11/metisse: has been broken for over a half year Notes: svn path=/head/; revision=272897
* - Mark BROKEN: does not compilePav Lucistnik2011-03-261-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=271818
* - Get Rid MD5 supportMartin Wilke2011-03-1938-42/+0
| | | | Notes: svn path=/head/; revision=271305