summaryrefslogtreecommitdiff
path: root/sysutils/lcdproc/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-063-9/+3
|
* Fix build with -fno-commonOlivier Cochard2021-01-042-0/+21
| | | | | | | PR: 249964 Notes: svn path=/head/; revision=560304
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-2/+6
| | | | Notes: svn path=/head/; revision=508909
* * Updated to 0.5.9Richard Gallamore2018-02-172-22/+6
| | | | | | | | | | | | * Upstream repo moved SF --> GITHUB * Reset maintainer PR: 221097 Reported by: Dutchman01 Approved by: maintainer timeout (2+ months) Notes: svn path=/head/; revision=462181
* Fix parallel build (fix port-internal make dependencies) on many coresThomas Zander2017-03-122-0/+32
| | | | | | | | | PR: 214766 Submitted by: lstewart MFH: 2017Q1 (build fix blanket) Notes: svn path=/head/; revision=435983
* Assume "pkg-config libusb*" works after 9.x EOLJan Beich2017-01-051-80/+10
| | | | | | | | FreeBSD appears to use different pkg-config name for 0.1.x API but it doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS. Notes: svn path=/head/; revision=430669
* - Update to 0.5.7Martin Wilke2014-06-041-5/+5
| | | | | | | | PR: 190393 Submitted by: maintainer Notes: svn path=/head/; revision=356436
* - Update to 0.5.6Guido Falsi2012-11-092-21/+12
| | | | | | | | | | | | | - Convert to USE_PACKAGECONFIG and make it a run depends - Remove ABI version numbers from LIB_DEPENDS - Trim Makefile headers PR: ports/173433 Submitted by: Markus Dolze <bsdfan@nurfuerspam.de> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307234
* Update autoconf to 2.69 and automake to 1.12Ade Lovett2012-05-111-0/+8
| | | | | | | | PR: 166836 Tested by: Multiple -exp runs (pav) Notes: svn path=/head/; revision=296454
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-143-3/+3
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Update to 0.5.5Martin Wilke2011-11-121-19/+19
| | | | | | | | | 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-203-27/+23
| | | | | | | | PR: ports/154895 Submitted by: Markus Dolze <bsdfan@nurfuerspam.de> (maintainer) Notes: svn path=/head/; revision=269380
* 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
* - Fix libusb detection on 8.XMartin Wilke2009-07-261-0/+88
| | | | | | | | PR: 136941 Submitted by: Charlie <bsdfan@nurfuerspam.de> (maintainer) Notes: svn path=/head/; revision=238401
* - Update to 0.5.3Beat Gaetzi2009-06-269-104/+62
| | | | | | | | PR: ports/135900 Submitted by: Markus Dolze <bsdfan AT nurfuerspam.de> (maintainer) Notes: svn path=/head/; revision=236645
* Fix compilation on AMD64 due to missing APM interfaceTilman Keskinoz2007-09-022-0/+73
| | | | | | | | PR: 115843 Submitted by: "Markus Dolze" <bsdfan@nurfuerspam.de> Notes: svn path=/head/; revision=198642
* - Changed lcdproc client startup script to require config file, becauseRong-En Fan2006-11-211-1/+3
| | | | | | | | | | 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-066-10/+59
| | | | | | | | | | - 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.4.5Pav Lucistnik2005-01-195-36/+29
| | | | | | | | PR: ports/76433 Submitted by: Lewis Thompson <purple@fajita.org> Notes: svn path=/head/; revision=126857
* - 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-251-0/+19
| | | | | | | My HD44780 based 16x2 display (in 4 bit mode) now works. Notes: svn path=/head/; revision=76470
* Fix startup script. Bump PORTREVISION.Tilman Keskinoz2003-02-161-3/+3
| | | | | | | | 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-291-1/+1
| | | | | | | REINPLACE. Thanks to Patrick Li for spotting this. Notes: svn path=/head/; revision=69073
* Unbreak build of sysutils/lcdprocEdwin Groothuis2002-10-292-1/+20
| | | | | | | | 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-181-0/+18
LCD devices Notes: svn path=/head/; revision=61491