Commit Graph

115 Commits

Author SHA1 Message Date
Niclas Zeising 0e32330f15 Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.

PR:		247028 (for tracking)
2020-07-04 18:11:42 +00:00
Sunpoet Po-Chuan Hsieh 40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00
Alexey Dokuchaev 936a36e30d Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support.  Due to shlib
version change, bump port revisions of the consumer ports.

PR:		233059
Exp-run by:	antoine
Approved by:	maintainer (johans, numerous timeouts)
2018-11-11 15:38:50 +00:00
Baptiste Daroussin 7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
2018-11-10 18:12:57 +00:00
Muhammad Moinur Rahman 1d4db83c13 lang/librep: Update version 0.92.6=>0.92.7
Relnotes:	https://github.com/SawfishWM/librep/releases
2017-09-19 19:51:55 +00:00
Sunpoet Po-Chuan Hsieh cb037d3c98 Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
2017-06-27 13:46:53 +00:00
Muhammad Moinur Rahman 08667a59e9 lang/librep: Update version 0.92.5=>0.92.6
- Add USES=autoreconf as dist no longer provides configure script
2016-06-11 23:04:09 +00:00
Mathieu Arnold a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Muhammad Moinur Rahman b8b1b7f7e3 lang/librep: Update version 0.92.4=>0.92.5
- Take maintainership
2015-03-24 12:25:49 +00:00
Alexey Dokuchaev ef7fd9a68a - Update to version 0.92.4, the latest stable to date
- Remove BROKEN on ia64 statement, it was never a first-class architecture
  and was officially killed in -CURRENT recently
- Do not manually strip *.so files in pre-install target, they're already
  installed stripped
- Allow staging as regular user (or stripping fails due to BINMODE == 555)
- Remove unneeded (and thus confusing) global suffixes in REINPLACE_CMD's
- Fix bogus whitespace on Makefile line 17, sort and wrap long USES line
2014-11-23 11:34:04 +00:00
Baptiste Daroussin 77cba41a62 Cleanup plist 2014-10-27 15:23:30 +00:00
Antoine Brodin af7cc6136e Allow to build with texinfo from ports
With hat:	portmgr
2014-06-26 13:51:14 +00:00
Dmitry Marakasov 217f3a76de - Convert USE_XZ to USES
- Switch to USES=libtool, drop .la files
- Strip libraries
- Fix broken shebang
2014-06-03 01:24:32 +00:00
Eitan Adler 53a2a28ba2 - Add STAGEDIR support
- Modernize LIB_DEPENDS
- Pet portlint
2013-09-26 18:23:42 +00:00
Baptiste Daroussin 888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Alex Kozlov d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Baptiste Daroussin 9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Armin Pirkovitsch d16d2ca423 - Update lang/librep to 0.92.3
- Remove shlib versions
 - Add USE_READLINE and USES= pkgconfig
 - Update CPPFLAGS and LDFLAGS
 - Update pkg-descr

- Update x11-toolkits/rep-gtk2 to 0.90.8.1

- Update x11-wm/sawfish to 1.9.1
 - Add ART20 license and set LICENSE_COMB to multi
 - Update USE_XORG to include xtst
 - Add USES= pkgconfig
 - Add PORTSCOUT to exclude unstable releases

- Trim Makefile headers
- Update MASTER_SITES

PR:           ports/170173
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
2013-04-30 17:43:43 +00:00
Alex Kozlov 83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Eitan Adler 334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Jung-uk Kim 57945c1ebe - Update devel/libffi to 3.0.11.
- Reset maintainership for libffi.  See ports/164941.

PR:		ports/171768
Submitted by:	Takefu <takefu@airport.fm>
2013-01-29 00:35:32 +00:00
Emanuel Haupt e2bb08665c Update to 0.92.1b
PR:             161625
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
2011-10-18 19:02:13 +00:00
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Gabor Kovesdan 2fc6a06a9b - Track dependencies after databases/gdbm update 2011-09-12 13:46:58 +00:00
Rene Ladan 3010182f18 Also make sure the port builds with gcc.
Submitted by:	pointyhat via erwin
2011-08-11 15:21:10 +00:00
Rene Ladan 47a52c1493 - Fix build with clang [1]
- The part to update this port to 0.92.0 of [1]
  was already done as part of ports/158512

PR:		ports/158564
Submitted by:	Niclas Zeising
2011-07-30 19:50:54 +00:00
Martin Wilke cd71e35a42 - Update to 1.8.1
PR:		158512
Submitted by:	Ports Fury
2011-07-02 18:39:39 +00:00
Martin Wilke b052c6b488 - Update to 0.91.1
PR:		155855
Submitted by:	Ports Fury
2011-04-12 02:27:47 +00:00
Mark Linimon d769161d66 Reset anray@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat:		portmgr
2010-12-01 23:38:49 +00:00
Ade Lovett 8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Alex Dupre bf330a57d4 Switch to use newer GMP version.
PR:		ports/144487
Submitted by:	ale
Approved by:	portmgr (-exp run by erwin)
2010-04-19 10:43:42 +00:00
Andrey Slusar 0dcb131ab7 - Fix previous update 2009-10-15 22:31:33 +00:00
Andrey Slusar bd7881d631 - Fix build 2009-10-15 22:18:44 +00:00
Andrey Slusar 70990b6c29 - Update to 0.90.2 2009-10-15 16:23:34 +00:00
Dmitry Marakasov 0074c5fa8c - Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L 2009-08-22 00:24:37 +00:00
Andrey Slusar e928d8b3d4 - Fix pkg-plist 2009-07-08 21:14:38 +00:00
Andrey Slusar 7ffec340ee - Update to 0.90.0 2009-07-08 20:26:44 +00:00
Andrey Slusar 1362ff62c9 - Fix pkg-plist 2009-05-25 04:49:09 +00:00
Andrey Slusar 5fdce584a4 - Update to 0.17.4 2009-05-24 19:52:23 +00:00
Joe Marcus Clarke 71bdf4201b Assign maintainership to anray who already maintains the sawfish port. He
will do a better job of keeping these ports up-to-date.
2009-05-24 18:41:10 +00:00
Alex Dupre 523a16e2bd Chase libgmp and bump PORTREVISION. 2009-05-13 09:46:02 +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
Joe Marcus Clarke abaadb8d6e Update to 0.17. 2007-06-30 05:37:52 +00:00
Pav Lucistnik 676f7c375a - Revert libtool addition to fix the plist 2007-02-07 09:12:53 +00:00
Joe Marcus Clarke 025b7307c2 Fix the build after the removal of objformat.
Reported by:	pointyhat via kris
2007-02-04 01:50:32 +00:00
Kris Kennaway b5de47e69a Use libtool port instead of included version to avoid a.out objformat botch 2007-01-29 23:51:55 +00:00
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Jeremy Messenger 7f86966102 Use the correct mtree when you change the prefix, for example:
Incorrect: (before)
	================================
	# cd /usr/ports/x11-toolkits/pango
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.local.dist <-- Here...
	================================

	Correct: (after)
	================================
	# cd /usr/ports/x11-toolkits/pango
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist <-- Here...
	================================
2006-06-12 04:58:43 +00:00
Jeremy Messenger c5662c853c portlint:
-Remove quotes from BROKEN.
2006-05-16 04:58:49 +00:00
Alex Dupre ffcb54b54f Chase gmp library and bump PORTREVISION. 2006-05-10 14:46:47 +00:00