1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Commit Graph

8719 Commits

Author SHA1 Message Date
Tijl Coosemans
ef2ec07cbc misc/openr2:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample
2014-08-16 15:30:05 +00:00
Tijl Coosemans
a44b2f459f - USES=libtool pathfix
- Use MAKE_CMD
2014-08-16 15:04:45 +00:00
Tijl Coosemans
f4d3832eaf Add USES=libtool and INSTALL_TARGET=install-strip 2014-08-16 14:58:34 +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
Adam Weinberger
80a45ad6bf Properly fix build on -current. 2014-08-15 16:54:04 +00:00
Sunpoet Po-Chuan Hsieh
ec373bbc2f - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by:	koobs, wg
2014-08-15 03:43:54 +00:00
Sunpoet Po-Chuan Hsieh
0c689ad541 - Use USES=python 2014-08-15 03:02:03 +00:00
Rene Ladan
c4b62c6b39 Fix INDEX by adding misc/usbids to misc/Makefile
Pointyhat:	bapt (3 months overdue ...)
2014-08-14 22:42:36 +00:00
Jason E. Hale
23ead34a2c - Support staging
- WITHOUT_X11 -> X11 option
- Compile python code in do-build target
- USE_PYTHON -> USES=python
- Use USES=shebangfix instead of pre-install sed(1) commands
- Use plist subbing instead of weird post-install hack
- Bump PORTREVISION
2014-08-13 14:09:42 +00:00
Sunpoet Po-Chuan Hsieh
c5d3addcc7 - Update to 20140810
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20140810.diff
2014-08-12 17:59:33 +00:00
Kurt Jaeger
0d6f80f03e misc/fxload: change maintainer
Approved by:	wkoszek (old maintainer), Uffe Jakobsen <uffe@uffe.org> (new)
2014-08-11 19:00:16 +00:00
Raphael Kubo da Costa
5537e38108 Update to 2.3.9. 2014-08-10 00:23:31 +00:00
Adam Weinberger
f839c0dd80 Honour CPPFLAGS and LDFLAGS to fix readline support on current. 2014-08-09 18:40:33 +00:00
Sunpoet Po-Chuan Hsieh
94bb93bf4e - Update to 2014.6
Changes:	http://pecl.php.net/package-changelog.php?package=timezonedb
2014-08-09 05:36:00 +00:00
Sunpoet Po-Chuan Hsieh
c8fa3d583d - Update to 20140806
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20140806.diff
2014-08-08 03:40:09 +00:00
John Marino
d0cfa3d1e2 misc/excel-writer: Upgrade version 13 => 14 2014-08-07 19:58:09 +00:00
Tijl Coosemans
74a7f8c73c Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.

PR:		192342
Approved by:	portmgr (implicit, bump unstaged ports)
2014-08-05 22:13:29 +00:00
Adam Weinberger
511c49bdec In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
2014-08-04 03:40:14 +00:00
Sunpoet Po-Chuan Hsieh
5d2123be2c - Update to 20140718
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20140718.diff
2014-08-02 05:13:08 +00:00
Rene Ladan
e3d6138364 Remove expired ports:
2014-07-30 mail/postfix27: No longer supported by upstream
2014-07-30 misc/freecode-submit: This software is obsolete. Freecode does not accept updates anymore.
2014-07-30 mail/exim-doc-info: yes
2014-07-31 misc/gman: Depends on expiring ghostview
2014-07-31 print/ghostview: project dead nearly a decade ago; use print/gv instead
2014-07-31 20:44:58 +00:00
Adam Weinberger
0f280153df Actually, this is only necessary on 32-bit systems. This is probably also
not the most graceful way to accomplish this.
2014-07-31 00:12:48 +00:00
Adam Weinberger
cb93a3cf92 Fix build. 2014-07-31 00:03:17 +00:00
Kurt Jaeger
b95d127471 security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
  https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
  https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
  security/shishi with PR 192164 is already committed
  [1] devel/ccrtp
  [2] editors/abiword
  [3] security/p5-Crypt-GCrypt

PR:		191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by:	maintainer timeout, antoine (exp-run), portmgr (implicit)
2014-07-30 03:57:23 +00:00
Dmitry Marakasov
099320b1c0 - Fix plist
Approved by:	portmgr blanket
2014-07-29 23:45:22 +00:00
Adam Weinberger
aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00
Adam Weinberger
037a3b5bf9 Remove the final usages of USE_XZ from the tree, and replace them with
USES=tar:xz.

Approved by:	portmgr (most of them)
2014-07-29 21:25:30 +00:00
Adam Weinberger
fff296bfe7 Convert a bunch of USE_XZ to USES=tar:xz.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:07:39 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Adam Weinberger
bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Adam Weinberger
0d36ec3c79 Rename misc/ patch-xy patches to reflect the files they modify. 2014-07-29 01:16:45 +00:00
Rene Ladan
36e34f48e2 Remove expired ports:
2014-07-23 chinese/big5con: Fails to build with new utmpx
2014-07-23 chinese/hztty: Fails to build with new utmpx
2014-07-23 irc/solid-ircd: Fails to build with new utmpx
2014-07-23 korean/eterm: Fails to build with new utmpx
2014-07-23 mail/biffer: Fails to build with new utmpx
2014-07-23 misc/c-hey: Fails to build with new utmpx
2014-07-23 misc/wminfo: Fails to build with new utmpx
2014-07-23 net/sendfile: Fails to build with new utmpx
2014-07-23 net-im/centericq: Fails to build with new utmpx
2014-07-23 security/chkrootkit: Fails to build with new utmpx
2014-07-23 security/openfwtk: Fails to build with new utmpx
2014-07-23 security/pam_alreadyloggedin: Fails to build with new utmpx
2014-07-23 security/srp: Fails to build with new utmpx
2014-07-23 security/sud: Fails to build with new utmpx
2014-07-23 sysutils/hyperic-sigar: Fails to build with new utmpx
2014-07-23 sysutils/lookupd: Fails to build with new utmpx
2014-07-23 sysutils/lookupd_ldap: Fails to build with new utmpx
2014-07-23 sysutils/p5-Sys-Utmp: Fails to build with new utmpx
2014-07-23 sysutils/syslog-ng2: Fails to build with new utmpx
2014-07-23 sysutils/yawho: Fails to build with new utmpx
2014-07-24 18:36:19 +00:00
Tijl Coosemans
37f54e0f66 net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
2014-07-24 18:34:16 +00:00
Raphael Kubo da Costa
04ad7b5445 Unbreak Qt4 ports that do not extract src/corelib after r362770.
The easiest solution is to just make them extract it (it's not a big
directory anyway). This can be reverted once 4.8.7 is released.
2014-07-24 17:35:09 +00:00
Baptiste Daroussin
a5ac46e19e Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-24 15:36:50 +00:00
Raphael Kubo da Costa
c3f9087c48 Update PyQt to 4.11.1, QScintilla to 2.8.3 and SIP to 4.16.2.
... And bump PORTREVISION on ports that depend on devel/qscintilla2 due to
the shlib version change.

This is brought to you by the KDE on FreeBSD team. Besides updating to newer
upstream releases, this commit also contains a lot of under-the-hood changes
to the PyQt/QScintilla/SIP ports. Their Makefiles had accumulated a lot of
cruft over time, so it was time for some summer cleaning:

- General, belated changes:
  * Use OPTIONS helpers wherever possible, stop including
    <bsd.port.options.mk> when not necessary, stop checking for
    ${PORT_OPTIONS:MDOCS} and ${PORT_OPTIONS:MEXAMPLES} when not necessary,
    add options such as DOCS and/or DEBUG where they were only checked for.

- QScintilla ports:
  * Drop the API option from py-qt4-qscintilla2. It had been broken ever
    since staging support was added, and its existence does not make much
    sense: QScintilla is a hard dependency regardless of the state of this
    option anyway, they all come from the same tarball and the configuration
    script assumes the .api file will always be installed.

- PyQt ports:
  * The configure.py patch shared by all PyQt ports has been trimmed down to
    the minimum. Changes for Qt3 compatibility or for things that are just
    not needed anymore have been removed.

  * Several post-configure targets in the PyQt ports have been removed, as
    they had no effect on the way the ports were built whatsoever.

  * In some cases, instead of calling Python's py_compile.py on `ls *.py
    */*.py */*/*.py` to generate .pyc and .pyo files, we just call
    compileall.py, which is made for this kind of task.

  * The patch + sed hack to build py-qt4-dbussupport has been replaced by
    only extracting the dbus/ directory for that port and excluding it from
    all others.

  * Move the bulk of the code in all Makefiles to bsd.pyqt.mk, like the
    non-Python Qt ports do with bsd.qt.mk and the QT_DIST variable. A large
    portion of all PyQt Makefiles were very similar and contained a lot of
    boilerplate code that can be shared among all of them since they all
    come from the same tarball. bsd.pyqt.mk now has a PYQT4_DIST variable
    that, when set, automatically sets several common variables and the
    do-configure target for a port. This allows us to considerably reduce
    the size of all the py-qt4-* Makefiles.

  * To make the above possible and also to allow us to use as many OPTIONS
    helpers as possible, the ARGS variable is now called CONFIGURE_ARGS.
    That's what it was used for anyway.

PR:		191990
2014-07-23 19:53:11 +00:00
Adam Weinberger
2ac8e45b30 Add USES=readline to fix build on -current. 2014-07-23 13:24:53 +00:00
Rene Ladan
172eefaac0 Remove expired ports:
2014-07-21 accessibility/at-poke: Depends on expired libgailgnome
2014-04-10 misc/bigboard: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 net/desktop-data-model: gnome-desktop 2.x will be updated in the GNOME 3 import
2014-07-21 net/online-desktop: Disappeared upstream, depends on expired ports
2014-07-21 08:39:11 +00:00
Marc Fonvieille
a3aa980c8f - Fix use of DESTDIRNAME variable [1]
- Fix image links for HTML file: links are generated at build with
  absolute path, make these paths relative.  This should allow a
  proper display of the HTML version of the docs.

Submitted by:	wblock [1]
Approved by:	doceng (implicit)
2014-07-20 09:16:05 +00:00
Danilo Egea Gondolfo
8a24d51055 - Update from 4.5.13 to 4.5.14
PR:		ports/191970
Submitted by:	aehlig@linta.de
2014-07-19 23:14:51 +00:00
Tim Bishop
6a624267f5 Fix startup script - ${CLIENTUSER} no longer exists. 2014-07-18 16:34:58 +00:00
Renato Botelho
c39281d12c Update compat10x port to include following libs:
. libhistory.so.8
. libreadline.so.8
. libsbuf.so.6
2014-07-18 16:16:20 +00:00
Carlo Strub
00dbc9d394 Deprecate port as Freecode is not accepting submissions anymore 2014-07-18 14:28:34 +00:00
Tijl Coosemans
6a4ff9b6b8 - USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Use @sample
2014-07-18 09:41:42 +00:00
Tijl Coosemans
97e931a822 - USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip
2014-07-18 09:35:26 +00:00
Kurt Jaeger
d56308e314 misc/findutils: 4.5.12 -> 4.5.13
#40339: Fix leaked directory handle when listing mounted file
        systems.

#40094: The xargs --help output has a small number of cosmetic
        improvements.

#39197: Small fix to find's manual page to remove an unwanted
        backslash, which made the troff incompatible with Eric
        Raymond's doclifter software.

#39162: -printf reads beyond arguments terminated by \

#35753: Check the success/failure of material I/O operations where
        these are important to the use of the output (i.e. check the
        output for "find -ok" but not debugging output).

#31005: The find manual page and Texinfo manual now more clearly state
        that -exec ... + always returns true.

** Translations

Updated translations: Estonian, Polish, Ukranian.

PR:		191904
Submitted by:	aehlig@linta.de (maintainer)
2014-07-17 05:29:45 +00:00
Baptiste Daroussin
d22728a7e8 Fix some non default LIB_DEPENDS
With hat:	portmgr
2014-07-16 08:26:25 +00:00
Adam Weinberger
fa4bf2ee1d Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
Adam Weinberger
88a055c8b1 Add missing EXAMPLES and DOCS to a couple ports that
already honour PORTDOCS and PORTEXAMPLES in the plist.
2014-07-15 20:00:43 +00:00
Adam Weinberger
ee8b892f44 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:24:42 +00:00