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

5224 Commits

Author SHA1 Message Date
Vanilla I. Shu
8e6e7739a6 Update to version 1.0.18.
PR:		ports/193322
Submitted by:	Ports Fury.
2014-09-05 16:49:29 +00:00
Tijl Coosemans
cf9419befc - Add missing -lgmodule-2.0
- Support base openssl
- Use option helpers
- Replace pre-configure with USE_AUTOTOOLS
- Replace patch with post-install command
- Replace USE_GCC=any with USES=compiler:nestedfct
2014-09-04 14:55:44 +00:00
Tijl Coosemans
796095d541 Add USES=libtool to accessibility/atkmm and bump dependent ports 2014-09-01 19:34:02 +00:00
Tijl Coosemans
08c500993f - Convert to USES=libtool and USES=pathfix
- Add INSTALL_TARGET=install-strip
2014-09-01 17:55:52 +00:00
Tijl Coosemans
885ee12006 Convert to USES=libtool and add INSTALL_TARGET=install-strip
Obtained from:	gnome-dev
2014-09-01 17:48:22 +00:00
Baptiste Daroussin
df2ab73d95 Finish r366879 2014-09-01 14:56:27 +00:00
Baptiste Daroussin
f70c30791c Remove non staged ports without pending PR from d* 2014-09-01 14:46:34 +00:00
Tijl Coosemans
aafc6248a1 lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in

Approved by:	portmgr (implicit, bump unstaged port)
2014-08-31 15:17:49 +00:00
Tijl Coosemans
4a01a4320e textproc/scim:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-08-31 13:19:15 +00:00
Tijl Coosemans
5850f0e383 converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-08-31 11:54:16 +00:00
Tijl Coosemans
03cccbc7dd Add USES=libtool and INSTALL_TARGET=install-strip 2014-08-30 15:28:31 +00:00
Tijl Coosemans
1f0d66f595 - Add USES=libtool and INSTALL_TARGET=install-strip
- Replace gnomehack with pathfix
2014-08-30 15:27:07 +00:00
Tijl Coosemans
9fd392c3d5 - Convert to USES=desktop-file-utils libtool shared-mime-info
- Add INSTALL_TARGET=install-strip
- Don't enable static plugins
2014-08-30 15:24:52 +00:00
Emanuel Haupt
c2acf6c258 Revert amdmi3's previous commit. Remove unnecessary use of -fPIC. This port was
not broken.
2014-08-29 18:11:16 +00:00
Antoine Brodin
5fe04d8b06 Convert a few ports to USES=python 2014-08-29 17:28:42 +00:00
Dmitry Marakasov
a12d6620b2 - Fix build by adding -fPIC to cflags
Approved by:	portmgr blanket
2014-08-29 09:48:30 +00:00
Tijl Coosemans
009d225dd5 security/libssh2:
- Convert to USES=libtool and USES=pathfix
- Add INSTALL_TARGET=install-strip
- Only depend on openssl if GCRYPT option is off
- Sanitize libssh2.pc

devel/libvirt:
- Remove workaround for broken libssh2.pc
- Add USES=libtool and bump dependent ports
- Convert to INSTALL_TARGET=install-strip

devel/libvirt-glib:
- Convert to USES=libtool

Approved by:	portmgr (implicit, bump unstaged port)
2014-08-28 21:21:57 +00:00
Vanilla I. Shu
809e4c7534 Support STAGEDIR
PR:		ports/193029
Submitted by:	Ports Fury.
2014-08-28 02:49:31 +00:00
Tijl Coosemans
216b5a285f - Fix missing library problems when the linker enforces explicit linking
PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-08-26 14:06:08 +00:00
Antoine Brodin
4a0d014c07 Remove some duplicate lines from plist (or duplicate plist)
Reported by:	pkg developer mode
2014-08-25 16:44:07 +00:00
Antoine Brodin
3dcf717d44 Allow staging as a regular user 2014-08-25 06:00:44 +00:00
Tijl Coosemans
3bd8e1bebe - Convert graphics/libwmf to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-08-24 21:30:44 +00:00
Dmitry Marakasov
fd783fb630 - Drop .la files, no dependees require them
- Strip libraries
2014-08-23 07:58:08 +00:00
William Grzybowski
cfec9ea13b deskutils/fet: update to 5.23.2
PR:		192882
Submitted by:	maintainer
2014-08-22 17:05:46 +00:00
Dmitry Marakasov
38d967cd5c - Fix whitespace
- Switch to USES=libtool, drop .la files
- Stagify
- Convert USE_BZIP2 to USES
- Fix plist
2014-08-22 13:10:53 +00:00
Matthias Andree
b50a4b0708 Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
2014-08-21 22:50:29 +00:00
Matthias Andree
06bced05d0 Drop @dirrmtry for lines owned by requisite ports.
Approved by: portmgr (blanket, implicit 'just fix it')
2014-08-20 21:01:41 +00:00
Matthias Andree
0e2d4dfa2a Drop @dirrmtry for lines owned by requisite ports. 2014-08-20 21:01:03 +00:00
Matthias Andree
a3b535b7e7 Remove ineffective INVALIDE_BDB_VER line; orage builds nicely with db5 or db6. 2014-08-20 20:59:02 +00:00
Dmitry Marakasov
f54d1f9bc8 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-08-20 12:28:29 +00:00
Antoine Brodin
dc19c0821a 2014-08-20 mail/horde3-turba: EOL in April 2012
2014-08-20 deskutils/horde3-nag: EOL in April 2012
2014-08-20 devel/horde3-whups: EOL in April 2012
2014-08-20 mail/horde3-imp: EOL in April 2012
2014-08-20 www/horde3-base: EOL in April 2012
2014-08-20 06:42:05 +00:00
Antoine Brodin
3e0a67c81e 2014-08-20 deskutils/horde3-hermes: EOL in April 2012
2014-08-20 deskutils/horde3-klutz: EOL in April 2012
2014-08-20 deskutils/horde3-kronolith: EOL in April 2012
2014-08-20 deskutils/horde3-mnemo: EOL in April 2012
2014-08-20 devel/horde3-chora: EOL in April 2012
2014-08-20 ftp/horde3-gollem: EOL in April 2012
2014-08-20 games/linux-steam: Unmaintained interactive port
2014-08-20 games/linux-ut2004-demo: Unmaintained restricted ancient demo
2014-08-20 mail/horde3-dimp: EOL in April 2012
2014-08-20 mail/horde3-forwards: EOL in April 2012
2014-08-20 mail/horde3-ingo: EOL in April 2012
2014-08-20 mail/horde3-mimp: EOL in April 2012
2014-08-20 mail/horde3-vacation: EOL in April 2012
2014-08-20 net-mgmt/horde3-nic: EOL in April 2012
2014-08-20 net-mgmt/nocol: Unmaintained interactive port
2014-08-20 net-mgmt/ourmon: Unmaintained interactive port
2014-08-20 net/wowzamediaserverpro: Unmaintained interactive port
2014-08-20 news/p5-NNML: Unmaintained interactive port
2014-08-20 print/dvips: Unmaintained interactive port
2014-08-20 print/xdvi: Unmaintained interactive port
2014-08-20 security/horde3-jeta: EOL in April 2012
2014-08-20 security/hunch: Likely unused interactive port
2014-08-20 www/horde3-ansel: EOL in April 2012
2014-08-20 www/horde3-meta: EOL in April 2012
2014-08-20 www/horde3-passwd: EOL in April 2012
2014-08-20 www/horde3-trean: EOL in April 2012
2014-08-20 www/wwwcount: Ancient interactive port
2014-08-20 x11-clocks/xalarm: Unmaintained interactive port
2014-08-20 06:30:29 +00:00
Dmitry Marakasov
704488c34f - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-19 19:02:59 +00:00
Dmitry Marakasov
f2e97d24ff - Drop .la files, no dependees require them 2014-08-19 19:02:38 +00:00
Dmitry Marakasov
dd2bbba7ba - Switch to USES=libtool
Approved by:	portmgr blanket
2014-08-19 17:31:15 +00:00
Tilman Keskinoz
e8aadc70c0 Take maintainership, i use it sometimes 2014-08-18 13:03:44 +00:00
Matthias Andree
515db2ed10 Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
2014-08-15 20:37:31 +00:00
Antoine Brodin
b0313ec5f7 Switch dependency to a non expiring port 2014-08-13 12:04:21 +00:00
Martin Matuska
2543a0ea27 Horde 3 has been EOLed in April 2012
Deprecate horde3 ports and set expiration date to 2014-08-20

PR:		190142
Approved by:	portmgr (implicit, not staged)
2014-08-13 07:27:28 +00:00
Dmitry Marakasov
24610c3ffc - Switch to USES=libtool, drop .la files
- Clarify LICENSE

Approved by:	portmgr blanket
2014-08-12 16:45:51 +00:00
Dmitry Marakasov
24c62945b6 - Switch to USES=libtool, drop .la files
- Strip libraries
2014-08-12 15:59:43 +00:00
Antoine Brodin
234c1a0626 Finish stage conversion 2014-08-12 12:07:31 +00:00
Adam Weinberger
e91f5afdf5 Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
2014-08-11 17:05:50 +00:00
Antoine Brodin
11dd26ad3e Remove duplicate things from plists
Reported by:	pkg developer mode
2014-08-10 21:09:26 +00:00
Antoine Brodin
100996818f Workaround NO_WRKSUBDIR + ${COPYTREE} . side effects 2014-08-10 20:23:02 +00:00
Tijl Coosemans
3b7bd0a149 Fix problems with missing libs when the linker enforces explicit linking
(a* to d* categories)

PR:		192062
2014-08-10 19:50:23 +00:00
Antoine Brodin
f38680abf9 - Use GCONF_SCHEMAS to fix some stage violations
- Fix PLIST_SUB to prevent some pkg warnings
2014-08-10 09:08:39 +00:00
Antoine Brodin
df3a36c26b Finish stage support 2014-08-09 18:59:41 +00:00
Joerg Wunsch
9f5e02a4cc Add staging support.
Mark this software as requiring GCC (pre-C89 code).
2014-08-08 20:43:19 +00:00
Marcus von Appen
4a970c888a - Update to version 1.47.0
PR:		192466
Approved by:	rnejdl@ringofsaturn.com (maintainer)
2014-08-08 20:40:33 +00:00