aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lcdproc
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.5.5Martin Wilke2011-11-123-25/+25
| | | | | | | | | PR: 162452 Submitted by: "Markus Dolze" <bsdfan@nurfuerspam.de> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=285648
* - Update to 0.5.4Dennis Herrmann2011-02-207-52/+70
| | | | | | | | PR: ports/154895 Submitted by: Markus Dolze <bsdfan@nurfuerspam.de> (maintainer) Notes: svn path=/head/; revision=269380
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-1/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-273-3/+3
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* - Fix libusb detection on 8.XMartin Wilke2009-07-262-3/+91
| | | | | | | | PR: 136941 Submitted by: Charlie <bsdfan@nurfuerspam.de> (maintainer) Notes: svn path=/head/; revision=238401
* - Update to 0.5.3Beat Gaetzi2009-06-2612-116/+80
| | | | | | | | PR: ports/135900 Submitted by: Markus Dolze <bsdfan AT nurfuerspam.de> (maintainer) Notes: svn path=/head/; revision=236645
* - Chase libusb20 rename in r189585.Stanislav Sedov2009-03-091-0/+4
| | | | | | | | | | | - Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi Notes: svn path=/head/; revision=229765
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209422
* - Explicitly set drivers to buildRong-En Fan2008-02-032-4/+39
| | | | | | | | | | - Disable imon driver which is for Linux only - Add OPTIONS Submitted by: Markus Dolze <bsdfan at nurfuerspam.de> (maintainer) Notes: svn path=/head/; revision=206659
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Fix compilation on AMD64 due to missing APM interfaceTilman Keskinoz2007-09-023-1/+74
| | | | | | | | PR: 115843 Submitted by: "Markus Dolze" <bsdfan@nurfuerspam.de> Notes: svn path=/head/; revision=198642
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-3/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 0.5.2.Marcelo Araujo2007-05-263-5/+6
| | | | | | | | | | PR: ports/112415 Submitted by: Volker Theile <votdev@gmx.de> Reviewed by: Markus Dolze <bsdfan@nurfuerspam.de> (maintainer) Approved by: stas (mentor) Notes: svn path=/head/; revision=191909
* - Changed lcdproc client startup script to require config file, becauseRong-En Fan2006-11-212-1/+4
| | | | | | | | | | command line switch to daemonize is not supported as of version 0.5.1. PR: ports/105681 Submitted by: Markus Dolze <bsdfan at nurfuerspam.de> (maintainer) Notes: svn path=/head/; revision=177712
* - Update to 0.5.1Rong-En Fan2006-11-069-19/+78
| | | | | | | | | | - Change maintainer's email PR: ports/105015 Submitted by: Markus Dolze (maintainer) Notes: svn path=/head/; revision=176625
* - Something's wrong on last commit. cvs only commit Makefile.Marcus Alves Grando2006-05-038-81/+60
| | | | | | | Notified by: krismail Notes: svn path=/head/; revision=161290
* - Update to 0.5.0Marcus Alves Grando2006-05-034-24/+65
| | | | | | | | | | | - Add new rc.d scripts - Take maintainership PR: 95858 Submitted by: Markus Dolze <mmdolze___users.sourceforge.net> Notes: svn path=/head/; revision=161237
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149455
* - Update to 0.4.5Pav Lucistnik2005-01-198-44/+32
| | | | | | | | PR: ports/76433 Submitted by: Lewis Thompson <purple@fajita.org> Notes: svn path=/head/; revision=126857
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Fix build on 5.xPav Lucistnik2003-11-201-2/+11
| | | | | | | | | PR: ports/59521 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Approved by: adamw (mentor) Notes: svn path=/head/; revision=94558
* LCDd daemon from sysutils/lcdproc starts in the foregroundEdwin Groothuis2003-09-291-1/+1
| | | | | | | | | | | | The LCDd.sh.sample start script from the LCDproc-0.4.3_2 ports starts the LCDd process that's also part of the port in the foreground, thereby blocking the system startup. PR: ports/54092 Submitted by: Christian Ullrich <chris@chrullrich.de> Notes: svn path=/head/; revision=89855
* fix build on -currentYing-Chieh Liao2003-05-122-0/+23
| | | | | | | | PR: 51872 Submitted by: Ports Fury Notes: svn path=/head/; revision=80795
* Enable building of all hardware drivers and fix a bug with outb.Roger Hardiman2003-02-252-1/+21
| | | | | | | My HD44780 based 16x2 display (in 4 bit mode) now works. Notes: svn path=/head/; revision=76470
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Fix startup script. Bump PORTREVISION.Tilman Keskinoz2003-02-162-3/+4
| | | | | | | | PR: 47616 Submitted by: Andrew Stuart <elitetek@subliminal.tekrealm.net> Notes: svn path=/head/; revision=75624
* Undo damage done by check if the SED could have been replaced by aEdwin Groothuis2002-10-292-2/+1
| | | | | | | REINPLACE. Thanks to Patrick Li for spotting this. Notes: svn path=/head/; revision=69073
* Unbreak build of sysutils/lcdprocEdwin Groothuis2002-10-293-6/+22
| | | | | | | | PR: ports/44213 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=69072
* Add new port lcdproc - A client/server suite for all kinds of niftyPatrick Li2002-06-186-0/+83
LCD devices Notes: svn path=/head/; revision=61491