1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
Commit Graph

43 Commits

Author SHA1 Message Date
Tijl Coosemans
eb96de0656 Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:40:41 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Dmitry Marakasov
01e11d4bf9 - Drop unneeded PLIST_DIRS 2016-01-10 14:59:39 +00:00
Dmitry Marakasov
bca5b15412 - Add LICENSE
- Switch to options helpers
2016-01-07 14:43:18 +00:00
Adam Weinberger
92d9f8b89d Reduce unecessary bsd.port.options.mk inclusion. 2014-07-03 20:18:05 +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
Antoine Brodin
9a916c15d6 - Stage support
- Add missing OPTIONS_DEFINE
2014-01-03 16:40:01 +00:00
Baptiste Daroussin
24e692de02 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in astro

With hat:	portmgr
2013-12-11 10:31:41 +00:00
Baptiste Daroussin
701daf1eab Add NO_STAGE all over the place in preparation for the staging support (cat: astro) 2013-09-20 13:14:04 +00:00
John Marino
107bfacba9 Add explicit dependency on pkgconf (27 ports) 2013-09-12 00:21:10 +00:00
Baptiste Daroussin
a2159232ac Mark job unsafe and convert to USES=gmake 2013-07-10 11:10:13 +00:00
Baptiste Daroussin
f55bfaf2cf Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
Trim headers
2012-12-31 14:16:05 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Emanuel Haupt
1afcdd5eb1 Remove trailing whitespaces.
Feature safe:	yes
2011-11-18 23:30:13 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +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
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Martin Wilke
efdbe3e794 - Update to 1.2.1
PR:		140112
Submitted by:	Ports Fury
2009-11-02 10:54:26 +00:00
Dmitry Marakasov
a07aa037a1 - Switch SourceForge ports to the new File Release System: categories starting with A 2009-08-22 00:13:26 +00:00
Edwin Groothuis
6527ef2070 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 13:08:29 +00:00
Edwin Groothuis
48973ba2fe Use @dirrmtry and @rmtry macros in the pkg-plist 2008-04-18 23:55:10 +00:00
Martin Wilke
cf7b982f24 - Get rid of USE_X_PREFIX 2008-03-21 12:56:39 +00:00
Frank J. Laszlo
54c814ed03 - Add ports to "geography" virtual category
Approved by:	Pav (wearing portmgr hat)
2007-07-22 19:33:55 +00:00
Alexey Dokuchaev
78c1231b28 - Fix the build with recent GCC [1]
- Augment MASTER_SITES
- Convert pkg-message -> files/pkg-message.in
- Mute MKDIRs
- Tidy up package description and message (kill EOL spaces, add a fullstop,
  reformat slightly)
- Properly reindent Makefile header

Reported by:	pointyhat [1]
2007-06-14 10:39:40 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Kris Kennaway
b34ae71848 Reset undeliverable maintainer address:
<nick@netdot.net>: host renny.slash.netdot.net[65.254.45.140] said: 550 5.1.1
    <nick@netdot.net>... User unknown (in reply to RCPT TO command)
2007-03-22 06:07:34 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Edwin Groothuis
33fe766cc0 fix WWW 2005-11-25 12:08:26 +00:00
Norikatsu Shigemura
617938836d Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.

Approved by:	portmgr, maintainers of sqlite and related ports
2004-12-23 08:25:47 +00:00
Kirill Ponomarev
73e4fd4e36 Fix build with gcc-3.4 2004-08-22 15:07:28 +00:00
Pav Lucistnik
8294db3dfd - Update to 1.0.6
PR:		ports/66903 (based on)
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
Approved by:	maintainer timeout (2 weeks)
2004-06-06 22:43:49 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Kris Kennaway
804f5bd49c portlint (silence possible rm errors) 2003-10-27 00:54:24 +00:00
Edwin Groothuis
d30adbaa4f update to port astro/roadmap
update of ports/astro/roadmap from 0.14 to 1.0rc6

PR:		ports/53991
Submitted by:	bruno <bruno@mail.tinkerbox.org>
Approved by:	Nicholas Esborn <nick@netdot.net> (maintainer)
2003-08-31 03:38:02 +00:00
Joe Marcus Clarke
7431b95baa Remove USE_GNOMENG macro. 2003-04-07 20:29:10 +00:00
Yen-Ming Lee
28837497a9 * Update to 0.14
* Includes patches missing from previous commit

PR:		50015
Submitted by:	Nicholas Esborn <nick@netdot.net>
2003-03-23 13:37:34 +00:00
Yen-Ming Lee
d183c83018 unbreak roadmap
Noticed by: 	bento and kris
Approved by:	kris
2003-03-14 17:10:34 +00:00
Yen-Ming Lee
f0a7ada895 - Update to 0.13
- Port is now portlint-safe
- Quality of port greatly improved
- Update submitted as diff
- Obsoletes ports/48550

PR:		48725
Submitted by:	Nicholas Esborn <nick@netdot.net>
2003-03-01 08:47:40 +00:00
Akinori MUSHA
1a5f307ec1 De-pkg-comment. 2003-02-21 10:44:59 +00:00
Sean Chittenden
a19d5cb626 Add roadmap port: displays US Cencus tiger maps. Read the README for
details on fetching map files and setting up the maps database.

PR:		ports/44910
Submitted by:	Nicholas Esborn <nick@netdot.net>
2003-01-30 21:15:10 +00:00