aboutsummaryrefslogtreecommitdiff
path: root/misc/pdmenu
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* misc/pdmenu: document ncurses requirement (USES+=ncurses)John Marino2016-02-031-2/+2
| | | | | | | Also link with libncurses, not libcurses Notes: svn path=/head/; revision=407925
* - Fix shebangsDmitry Marakasov2015-06-091-1/+3
| | | | | | | MFH: 2015Q2 (blanket) Notes: svn path=/head/; revision=388976
* Upgrade to 1.3.4.Vanilla I. Shu2015-01-242-3/+3
| | | | Notes: svn path=/head/; revision=377778
* Cleanup plistBaptiste Daroussin2014-12-091-1/+0
| | | | Notes: svn path=/head/; revision=374378
* misc/pdmenu: update to 1.3.3William Grzybowski2014-08-234-36/+28
| | | | | | | | PR: 192805 Submitted by: tkato432 yahoo com Notes: svn path=/head/; revision=365774
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* - Support stagingEmanuel Haupt2014-03-201-14/+12
| | | | | | | - USES -> gmake Notes: svn path=/head/; revision=348675
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Cleanup unmaintained ports in the misc category:Eitan Adler2013-03-251-5/+2
| | | | | | | | | | | - Single space for WWW in pkg-descr - Ordering if of items in Makefile - Trim headers - Comment should not begin with leading article - Pet portlint Notes: svn path=/head/; revision=315240
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 1.3.2Sylvio Cesar Teixeira2011-08-312-3/+3
| | | | Notes: svn path=/head/; revision=280875
* - Update to 1.3.1 [1]Frederic Culot2011-08-042-5/+5
| | | | | | | | | | - Pet portlint(1) by moving LICENSE section earlier PR: ports/159486 [1] Submitted by: Kato Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=278890
* - Update to 1.3.0Martin Wilke2011-07-023-17/+10
| | | | | | | | PR: 158457 Submitted by: Ports Fury Notes: svn path=/head/; revision=276836
* - Update to 1.2.29Martin Wilke2011-03-252-8/+9
| | | | | | | | PR: 155860 Submitted by: Ports Fury Notes: svn path=/head/; revision=271681
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Reset more ports I don't use anymorePhilip M. Gollucci2010-02-101-1/+1
| | | | Notes: svn path=/head/; revision=249557
* - Update to 1.2.98Philip M. Gollucci2009-08-052-4/+4
| | | | Notes: svn path=/head/; revision=238943
* - Mark most of my ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-161-0/+2
| | | | | | | Tested by: several builds in P6 TB Notes: svn path=/head/; revision=233978
* - Update to 1.2.97Philip M. Gollucci2009-04-222-5/+4
| | | | Notes: svn path=/head/; revision=232490
* - devel/libslang2 has completely replaced devel/libslang which has not beenPhilip M. Gollucci2009-02-081-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | released in ~5yrs. - WITH_SLANG2 is now no longer a valid ports knob - WITH_SLANG implies devel/libslang2 now - devel/libslang -> devel/libslang2 is a SHARED LIB bump so bump PORTREVISION for affected ports - Take MAINTAINER for most unmaintained ports in this chain - some SF macro conversions - BROKEN with devel/libslang2 and DEPRECATE math/slsc (abandoned upstream) - BROKEN with devel/libslang2 japanese/slirc PR: ports/125255 Reviewed by: garga (libslang maintainer), portmgr (pav) Exp Run by: pav Notes: svn path=/head/; revision=227786
* - Update to 1.2.96Martin Wilke2008-12-132-4/+4
| | | | | | | | PR: 129543 Submitted by: "Beat Gätzi" <beat@chruetertee.ch> Notes: svn path=/head/; revision=224189
* - Update to 1.2.95Martin Wilke2008-08-024-8/+28
| | | | | | | | | | - Update WWW PR: 126175 Submitted by: Ports Fury Notes: svn path=/head/; revision=217962
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 1.2.93Martin Wilke2008-03-205-248/+36
| | | | | | | | PR: 121799 Submitted by: Ports Fury Notes: svn path=/head/; revision=209498
* Mark BROKEN: does not fetchErwin Lansing2008-02-281-0/+2
| | | | Notes: svn path=/head/; revision=208130
* - Update to 1.2.90Martin Wilke2007-06-242-4/+4
| | | | Notes: svn path=/head/; revision=194177
* Reset jacques@php.net due to maintainer-timeouts.Mark Linimon2007-02-271-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=186157
* - Update to 1.2.89Martin Wilke2007-01-242-5/+4
| | | | | | | | | PR: 107741 Submitted by: miwi Approved by: maintainer timeout Notes: svn path=/head/; revision=183207
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* - Update to 1.2.87Sergey Matveychuk2005-10-212-3/+3
| | | | | | | | PR: ports/87790 Submitted by: maintainer Notes: svn path=/head/; revision=146037
* Fix plist.Kirill Ponomarev2005-01-142-4/+18
| | | | Notes: svn path=/head/; revision=126471
* Update to 1.2.85.Jeremy Messenger2004-06-173-12/+23
| | | | | | | | PR: ports/67876 Submitted by: Jacques Marneweck <jacques@maquis.powertrip.co.za> (maintainer) Notes: svn path=/head/; revision=111649
* - Add WWWPav Lucistnik2004-05-271-0/+2
| | | | | | | | PR: ports/67257 Submitted by: Jacques Marneweck <jacques@php.net> (maintainer) Notes: svn path=/head/; revision=110138
* - update to version 1.2.83Oliver Eikemeier2004-05-262-5/+5
| | | | | | | | | | - pass maintainership to submitter <http://lists.freebsd.org/pipermail/freebsd-ports/2004-May/012764.html> Submitted by: Jacques Marneweck <jacques@php.net> Notes: svn path=/head/; revision=110089
* - remove extraneous blanklineClement Laforet2004-04-141-1/+0
| | | | | | | | Noticed by: kris Pointy hat to: me Notes: svn path=/head/; revision=107082
* - add @dirrmClement Laforet2004-04-141-3/+5
| | | | | | | Reported on: dosirak Notes: svn path=/head/; revision=107069
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Drop maintainershipNeil Blakey-Milner2004-03-251-1/+1
| | | | Notes: svn path=/head/; revision=105253
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Correct package list due to changes from previous version.Neil Blakey-Milner2003-09-031-3/+3
| | | | Notes: svn path=/head/; revision=88430
* Locate a new set of master sites as the author doesn't keep old versionsNeil Blakey-Milner2003-09-011-2/+1
| | | | | | | | | (easily locatable, at least) on his web site. Noticed by: marcus Notes: svn path=/head/; revision=88253
* Update pdmenu to 1.2.81, fix fetching problems.Neil Blakey-Milner2003-08-196-163/+145
| | | | | | | | PR: 53364 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=87314
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* The mastersite is unreachable for a long time now.Edwin Groothuis2002-12-272-2/+2
| | | | | | | | Asked maintainer and author if a new site was known. Noticed by: portsurvey Notes: svn path=/head/; revision=71913