1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

64 Commits

Author SHA1 Message Date
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
John Marino
3bc5b50b62 misc/pdmenu: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libcurses
2016-02-03 00:16:12 +00:00
Dmitry Marakasov
5cbcb31b92 - Fix shebangs
MFH:		2015Q2 (blanket)
2015-06-09 18:53:07 +00:00
Vanilla I. Shu
79d6ee650b Upgrade to 1.3.4. 2015-01-24 02:12:59 +00:00
Baptiste Daroussin
45858fb087 Cleanup plist 2014-12-09 13:36:34 +00:00
William Grzybowski
070ae96b83 misc/pdmenu: update to 1.3.3
PR:		192805
Submitted by:	tkato432 yahoo com
2014-08-23 19:02:54 +00:00
Baptiste Daroussin
ffb7170399 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:42:04 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- 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)
2014-06-11 14:49:59 +00:00
Emanuel Haupt
a13d44a2df - Support staging
- USES -> gmake
2014-03-20 10:13:21 +00:00
Baptiste Daroussin
8ac99398e2 Add NO_STAGE all over the place in preparation for the staging support (cat: misc) 2013-09-20 20:50:57 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Eitan Adler
fbc06e4df6 Cleanup unmaintained ports in the misc category:
- Single space for WWW in pkg-descr
	- Ordering if of items in Makefile
	- Trim headers
	- Comment should not begin with leading article
	- Pet portlint
2013-03-25 18:44:20 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Sylvio Cesar Teixeira
eb0b65e0fc - Update to 1.3.2 2011-08-31 18:22:19 +00:00
Frederic Culot
eecec5c8d7 - Update to 1.3.1 [1]
- Pet portlint(1) by moving LICENSE section earlier

PR:		ports/159486 [1]
Submitted by:	Kato Tsuguru <tkato432@yahoo.com>
2011-08-04 07:40:50 +00:00
Martin Wilke
58046be1d0 - Update to 1.3.0
PR:		158457
Submitted by:	Ports Fury
2011-07-02 07:39:06 +00:00
Martin Wilke
0ff8a164e9 - Update to 1.2.29
PR:		155860
Submitted by:	Ports Fury
2011-03-25 11:36:21 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Philip M. Gollucci
b339872c92 - Reset more ports I don't use anymore 2010-02-10 21:47:48 +00:00
Philip M. Gollucci
891cd93560 - Update to 1.2.98 2009-08-05 03:04:42 +00:00
Philip M. Gollucci
abf5b5ffc0 - Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
2009-05-16 06:27:56 +00:00
Philip M. Gollucci
5e0f5f1421 - Update to 1.2.97 2009-04-22 04:20:11 +00:00
Philip M. Gollucci
d8d2cf17f9 - devel/libslang2 has completely replaced devel/libslang which has not been
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
2009-02-08 03:14:14 +00:00
Martin Wilke
fe96bf02bb - Update to 1.2.96
PR:		129543
Submitted by:	"Beat Gätzi" <beat@chruetertee.ch>
2008-12-13 15:33:08 +00:00
Martin Wilke
e4532f2fe5 - Update to 1.2.95
- Update WWW

PR:		126175
Submitted by:	Ports Fury
2008-08-02 22:34:23 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Martin Wilke
5d031e3497 - Update to 1.2.93
PR:		121799
Submitted by:	Ports Fury
2008-03-20 22:42:34 +00:00
Erwin Lansing
12df0b195d Mark BROKEN: does not fetch 2008-02-28 20:14:29 +00:00
Martin Wilke
fa4d70b885 - Update to 1.2.90 2007-06-24 12:19:17 +00:00
Mark Linimon
5e0dfaeb25 Reset jacques@php.net due to maintainer-timeouts.
Hat:		portmgr
2007-02-27 20:41:57 +00:00
Martin Wilke
8eee3cd351 - Update to 1.2.89
PR:		107741
Submitted by:	miwi
Approved by:	maintainer timeout
2007-01-24 21:17:50 +00:00
Edwin Groothuis
53354e7e9c SHA256ify
Approved by: krion@
2006-01-22 12:59:47 +00:00
Sergey Matveychuk
92d8ef1816 - Update to 1.2.87
PR:		ports/87790
Submitted by:	maintainer
2005-10-21 16:17:55 +00:00
Kirill Ponomarev
15f76bf509 Fix plist. 2005-01-14 23:10:41 +00:00
Jeremy Messenger
da7a2061d1 Update to 1.2.85.
PR:		ports/67876
Submitted by:	Jacques Marneweck <jacques@maquis.powertrip.co.za> (maintainer)
2004-06-17 06:18:52 +00:00
Pav Lucistnik
6827c0bb52 - Add WWW
PR:		ports/67257
Submitted by:	Jacques Marneweck <jacques@php.net> (maintainer)
2004-05-27 15:57:31 +00:00
Oliver Eikemeier
bc0461adbb - update to version 1.2.83
- pass maintainership to submitter
  <http://lists.freebsd.org/pipermail/freebsd-ports/2004-May/012764.html>

Submitted by:	Jacques Marneweck <jacques@php.net>
2004-05-26 21:23:12 +00:00
Clement Laforet
bc6bd54b0c - remove extraneous blankline
Noticed by:	kris
Pointy hat to:	me
2004-04-14 23:21:53 +00:00
Clement Laforet
f035e820bf - add @dirrm
Reported on:	dosirak
2004-04-14 19:56:36 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Neil Blakey-Milner
ff85647795 Drop maintainership 2004-03-25 18:33:22 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Neil Blakey-Milner
486df12b3f Correct package list due to changes from previous version. 2003-09-03 10:51:34 +00:00
Neil Blakey-Milner
f2755a1fbd Locate a new set of master sites as the author doesn't keep old versions
(easily locatable, at least) on his web site.

Noticed by:	marcus
2003-09-01 08:46:14 +00:00
Neil Blakey-Milner
b001479f10 Update pdmenu to 1.2.81, fix fetching problems.
PR:		53364
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-08-19 18:38:43 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Edwin Groothuis
54da74b0b2 The mastersite is unreachable for a long time now.
Asked maintainer and author if a new site was known.
Noticed by: portsurvey
2002-12-27 07:48:09 +00:00