| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/182109
Submitted by: Dmitry Kazarov <d.y.kazarov@mail.ru> (maintainer)
Notes:
svn path=/head/; revision=328330
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
has issues with 'installworld' when WITH_SSP is defined. [1]
Keep WITH_SSP support for now since it has been announced as that
already.
- Remove redundant wording in UPDATING [2]
Suggested by: bapt [1]
Reported by: blakkheim on EFNet
With hat: portmgr
Notes:
svn path=/head/; revision=327844
|
|
|
|
|
|
|
|
|
| |
break with /usr/src 'make installworld' due to some of those
Makefiles having WITHOUT_SSP hardcoded in them, causing an error
that both can't be defined.
Notes:
svn path=/head/; revision=327842
|
|
|
|
|
|
|
|
| |
Reviewed by: Ken Reed <kreed002@gmail.com>
Approved by: bapt@
Notes:
svn path=/head/; revision=327707
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.
Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.
[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup
PR: ports/138228 [2]
Submitted by: jlh (bsd.ssp.mk based on)
Reviewed by: bapt
With hat: portmgr
exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64
Notes:
svn path=/head/; revision=327697
|
|
|
|
|
|
|
| |
Reported by: Terry Kennedy <TERRY@tmk.com> (by email)
Notes:
svn path=/head/; revision=327605
|
|
|
|
| |
Notes:
svn path=/head/; revision=327598
|
|
|
|
|
|
|
| |
Reported by: pgj
Notes:
svn path=/head/; revision=326309
|
|
|
|
| |
Notes:
svn path=/head/; revision=326308
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
Notes:
svn path=/head/; revision=326307
|
|
|
|
| |
Notes:
svn path=/head/; revision=325786
|
|
|
|
| |
Notes:
svn path=/head/; revision=325715
|
|
|
|
|
|
|
|
|
| |
- Refine UPDATING instruction
Approved by: mva
Notes:
svn path=/head/; revision=325399
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and lang/python2 and lang/python3. This change brings us closer to the goal
of making Python ports usable with different Python versions at the same
time.
- Add a new lang/python2 port to handle the symlinks for bin/python2,
bin/idle2, bin/pydoc2 and so on.
- Add a new lang/python3 port to handle the symlinks for bin/python3,
bin/idle3, bin/pydoc3 and so on.
- Bump the PORTREVISION on all lang/python* ports.
Notes:
svn path=/head/; revision=324864
|
|
|
|
|
|
|
| |
- Fix some portlint errors.
Notes:
svn path=/head/; revision=324824
|
|
|
|
|
|
|
|
|
| |
- While here remove an EOL white space the caught my eye
Submitted by: Jan Beich <jbeich@tormail.org> [1]
Notes:
svn path=/head/; revision=324676
|
|
|
|
|
|
|
|
|
|
|
| |
to ${DATADIR} since the port provides not a python module and/or library
but an application;
. bump PORTREVISION to all eric4 ports (including i18n ones).
Pointed out by: dbn (at freebsd-python@)
Notes:
svn path=/head/; revision=324295
|
|
|
|
|
|
|
|
|
| |
the full package name including version.
Submitted by: freebsd forums via wblock@
Notes:
svn path=/head/; revision=324192
|
|
|
|
|
|
|
| |
portupgrade options.
Notes:
svn path=/head/; revision=324059
|
|
|
|
|
|
|
| |
Submitted by: wblock@
Notes:
svn path=/head/; revision=324058
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This update updates Glib20 to 2.36 and Gtk+ 3.8
* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
It is replaced by a GIO kqueue implementation developed as part of a NetBSD
GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
prevent creation of / root/.cache dir. Defaults to build & run depend,
but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
pangox support which was removed from the pango port. Add it to ports still
using pangox API.
Exp-run by: bapt@
PR: ports/178958 [1]
Submitted by: emaste@ [1]
Notes:
svn path=/head/; revision=324037
|
|
|
|
| |
Notes:
svn path=/head/; revision=324000
|
|
|
|
|
|
|
| |
number. Remove trailing blanks at EOL while here.
Notes:
svn path=/head/; revision=323999
|
|
|
|
|
|
|
| |
Submitted by: jgh
Notes:
svn path=/head/; revision=323980
|
|
|
|
| |
Notes:
svn path=/head/; revision=323978
|
|
|
|
|
|
|
|
|
|
|
| |
This is a security release by upstream, and requires configuration changes
in addition to the software update. See UPDATING.
Reviewed by: ports-security (zi, remko)
Approved by: hrs (mentor, ports committer)
Notes:
svn path=/head/; revision=323659
|
|
|
|
|
|
|
| |
conflict with mail/libspf2
Notes:
svn path=/head/; revision=323544
|
|
|
|
| |
Notes:
svn path=/head/; revision=323536
|
|
|
|
| |
Notes:
svn path=/head/; revision=323487
|
|
|
|
|
|
|
| |
japanese/mozc-server.
Notes:
svn path=/head/; revision=323344
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(just replace compression=GZIP with compression=LZO in Options) [1]
- replace rmdir with ${RMDIR} added in previous commit (portlint warning)
- correct bacula UPDATING entry [2]
PR: 178691
Submitted by: Oleg Ginzburg <olevole@olevole.ru> [1]
Reported by: kwm [2]
Approved by: Dan Langille <dan.langille@gmail.com> (maintainer, by mail)
Notes:
svn path=/head/; revision=323281
|
|
|
|
| |
Notes:
svn path=/head/; revision=323276
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
- add UPDATING entry
- add an option to enable python support (both client and server
need to be rebuilt with this)
Dan's submission is based on:
PR: 170882
Submitted by: Michael Carlson <mike@bayphoto.com>
PR: 171818
Submitted by: Florian Ermisch <floh.edo@googlemail.com>
PR: 177331
Submitted by: Dan Langille <dan@langille.org> (maintainer)
Notes:
svn path=/head/; revision=323275
|
|
|
|
|
|
|
| |
port, not the package.
Notes:
svn path=/head/; revision=323257
|
|
|
|
|
|
|
|
|
|
| |
option defaults to yes during interactive installation, and the crontab
file is not installed during non-interactive installation.
Requested by: espen@tagestad.no (via email)
Notes:
svn path=/head/; revision=323256
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.2.1
- Copy old version to www/zend-framework1
- Chase mail/squirrelmail-postfixadmin-plugin dependency
- Take maintainership
If you wish to stay with the older version run:
# portmaster -o www/zend-framework1 www/zend-framework
or
# portupgrade -fo www/zend-framework1 www/zend-framework
or
# pkg set -o www/zend-framework:www/zend-framework1
PR: ports/179689
Submitted by: wg (myself)
Approved by: maintainer
Notes:
svn path=/head/; revision=323238
|
|
|
|
|
|
|
| |
by adding a trailing backslash-asterisk "\*".
Notes:
svn path=/head/; revision=323018
|
|
|
|
|
|
|
|
|
|
| |
Trim headers, update to new USES, remove obsolete Qt3 bindings.
Add new gtk3 avahi library. Misc cleanups.
Obtained from: GNOME devel repo
Notes:
svn path=/head/; revision=323006
|
|
|
|
|
|
|
|
|
| |
PR: ports/179812
Submitted by: mat
Approved by: maintainer
Notes:
svn path=/head/; revision=322766
|
|
|
|
|
|
|
| |
Approved by: bdrewery
Notes:
svn path=/head/; revision=322732
|
|
|
|
|
|
|
|
|
| |
- Preserve configuration files for future updates
- Add post-install script and UPDATING entry to help upgrading from
previous version
Notes:
svn path=/head/; revision=322446
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
apr-1.4.6 -> apr-1.4.8
apr-util-1.4.1 -> apr-util-1.5.2
- add support for NSS crypto driver (apr-util)
Changes URL's:
http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?view=markup
http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/CHANGES?view=markup
http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/CHANGES?view=markup
Thanks to tijl@ for sending patches to the apache@ list.
http://lists.freebsd.org/pipermail/freebsd-apache/2013-June/003172.html
with hat apache@
Notes:
svn path=/head/; revision=322367
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As mentioned in r322300, clang support has been improved since the update to
4.10.4 a few days ago.
This, however, requires a rebuild of the ports that depend on kdelibs4. Most
of them are covered by the KDE update itself, but those which are not part
of the Software Compilation need to be rebuilt manually to make sure the
previous issues (proper symbol visibility being the most annoying of them)
are solved.
I haven't fully tested all the possible portmaster/portupgrade/pkg commands
myself, so please shout out loud if they're not correct.
In collaboration with: avilla@
Notes:
svn path=/head/; revision=322343
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some cleanups and fixes needed.
Original comment from shurd@sasktel.net
I noticed that the new version allows uploading directly from the tqsl
app, so I've updated the port. The tqsllib is no longer a separate
package from upstream, so I added the CONFLICTS_INSTALL for it. A note
will be needed in ports/UPDATING regarding this.
Submitted by: Stephen Hurd <shurd@sasktel.net>
Notes:
svn path=/head/; revision=322238
|
|
|
|
| |
Notes:
svn path=/head/; revision=321901
|
|
|
|
| |
Notes:
svn path=/head/; revision=321875
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Convert NOPORTDOCS to PORT_OPTIONS:MDOCS [1]
* Remove LICENSE_FILE for standard license
* Remove INSTALL_DEPENDS
* Make use of rubygem ports instead of ruby- prefix ports
* Update the restriction of Ruby version
* Cleanup post-patch target
- Remove net-im/mikutter003 [2]
* Consider using net-im/mikutter
* Add an entry to UPDATING
PR: ports/179320 (based on) [1]
PR: ports/179504 (based on) [2]
Submitted by: Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp> [1][2]
Notes:
svn path=/head/; revision=321632
|
|
|
|
|
|
|
|
| |
PR: ports/179267
Submitted by: Melvyn Sopacua <melvyn@magemana.nl> (maintainer)
Notes:
svn path=/head/; revision=321593
|
|
|
|
|
|
|
| |
Submitted by: N.J. Mann njm at njm dot me dot uk
Notes:
svn path=/head/; revision=321365
|
|
|
|
|
|
|
| |
new options.
Notes:
svn path=/head/; revision=321358
|