| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
| |
Notes:
svn path=/head/; revision=384614
|
|
|
|
| |
Notes:
svn path=/head/; revision=372605
|
|
|
|
|
|
|
| |
- Set INSTALL_TARGET=install-strip.
Notes:
svn path=/head/; revision=372176
|
|
|
|
| |
Notes:
svn path=/head/; revision=353135
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries. Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field. In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.
PR: ports/188759
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=351936
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
Notes:
svn path=/head/; revision=351411
|
|
|
|
|
|
|
|
|
| |
While here:
- Add an explicit dependency on pkg-config
- Convert to USES=libtool
Notes:
svn path=/head/; revision=346864
|
|
|
|
|
|
|
| |
While here convert some LIB_DEPENDS
Notes:
svn path=/head/; revision=343214
|
|
|
|
|
|
|
|
|
|
|
|
| |
The changes since the last release on 2013-11-24 are:
* Fix configure not finding curl when curl-config --cflags is empty
* Fixed reported issue 0000562
For full details of the changes see the Raptor 2.0.13 release notes at
http://librdf.org/raptor/RELEASE.html#rel2_0_13
Notes:
svn path=/head/; revision=342406
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
Notes:
svn path=/head/; revision=338168
|
|
|
|
|
|
|
|
| |
- Set LICENSE.
- Adapt to the new LIB_DEPENDS format.
Notes:
svn path=/head/; revision=336564
|
|
|
|
|
|
|
| |
Submitted by: Schaich Alonso <alonsoschaich@fastmail.fm>
Notes:
svn path=/head/; revision=334939
|
|
|
|
|
|
|
| |
Sorry, this should have been committed in r330300.
Notes:
svn path=/head/; revision=330302
|
|
|
|
| |
Notes:
svn path=/head/; revision=330300
|
|
|
|
|
|
|
| |
textproc)
Notes:
svn path=/head/; revision=327773
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi
Notes:
svn path=/head/; revision=322783
|
|
|
|
|
|
|
|
| |
- Convert gnomehack to USES
- Remove needless '@exec mkdir' from plist
Notes:
svn path=/head/; revision=315299
|
|
|
|
|
|
|
|
| |
PR: ports/175971
Submitted by: pawel@
Notes:
svn path=/head/; revision=312070
|
|
|
|
| |
Notes:
svn path=/head/; revision=309212
|
|
|
|
|
|
|
|
|
|
|
| |
Catch up with a few changes introduced in the 2.0.7 release:
- Do not pass the --with-xml-parser to the configure script, as expat
support has been removed altogether.
- Depend on devel/icu as raptor has removed its internal Unicode NFC
checking code.
Notes:
svn path=/head/; revision=299950
|
|
|
|
|
|
|
|
|
|
|
|
| |
Among other bits, this also fixes CVE-2012-0037.
Full release notes can be seen in
<http://librdf.org/raptor/RELEASE.html#rel2_0_7>.
Feature safe: yes
Notes:
svn path=/head/; revision=293805
|
|
|
|
|
|
|
| |
Experiment with setting MAKE_JOBS_SAFE=yes.
Notes:
svn path=/head/; revision=290051
|
|
|
|
|
|
|
|
|
|
|
|
| |
static distfiles)
Take back maintainership
chase library bump
Feature safe: yes
Notes:
svn path=/head/; revision=286495
|
|
|
|
| |
Notes:
svn path=/head/; revision=285379
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=284613
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update raptor2 to 2.0.4.
- Update rasqal to 0.9.27.
- Update redland to 1.0.14.
- Update redland-bindings to 1.0.13.1.
- Update shared-desktop-ontologies to 0.8.0. [1]
- Update soprano to 2.7.0 and disable clucene indexer.
- Update strigi to 0.7.6.
PR: 157022 [1]
Submitted by: rakuco [1]
Notes:
svn path=/head/; revision=283627
|
|
|
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=279506
|
|
|
|
| |
Notes:
svn path=/head/; revision=276994
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update raptor to 1.4.21
- Update rasqal to 0.9.19
- Update redland to 1.0.10
- Update redland-bindings to 1.0.10.1
- Bump portrevision on depended ports
With hat on: kde@
Notes:
svn path=/head/; revision=254131
|
|
|
|
|
|
|
|
|
|
|
| |
- While here, pass raptor/redland maintainership to kde@ per maintainer's request
PR: 146157
Submitted by: Kenyon Ralph <kenyon@kenyonralph.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=253449
|
|
|
|
| |
Notes:
svn path=/head/; revision=252125
|
|
|
|
|
|
|
| |
starting with T,U,V
Notes:
svn path=/head/; revision=240076
|
|
|
|
|
|
|
|
|
| |
PR: 134159
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=234030
|
|
|
|
|
|
|
|
|
| |
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
Notes:
svn path=/head/; revision=226721
|
|
|
|
| |
Notes:
svn path=/head/; revision=209422
|
|
|
|
|
|
|
|
| |
PR: 119781
Submitted by: chuck@pkix.net (maintainer)
Notes:
svn path=/head/; revision=206262
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
Notes:
svn path=/head/; revision=196111
|
|
|
|
|
|
|
|
|
| |
PR: ports/114537
Submitted by: trasz
Approved by: maintainer, miwi (mentor)
Notes:
svn path=/head/; revision=195531
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports
Notes:
svn path=/head/; revision=179653
|
|
|
|
|
|
|
|
| |
PR: ports/106458
Submitted by: Charles Swiger <chuck@pkix.net> (maintainer)
Notes:
svn path=/head/; revision=179224
|
|
|
|
|
|
|
| |
Pointy hat to: erwin
Notes:
svn path=/head/; revision=168961
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix MASTER_SITES
PR: 96623
Submitted by: Ion-Mihai IOnut Tetcu <itetcu@people.tecnik93.com>
Approved by: maintainer
Notes:
svn path=/head/; revision=161191
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update raptor port to latest version. Please note that the
diff is missing a SHA256 checksum (adding one would be good
:-).
PR: ports/91371
Submitted by: Charles Swiger <chuck@pkix.net>
Notes:
svn path=/head/; revision=152872
|
|
|
|
|
|
|
| |
Requested by: maintainer
Notes:
svn path=/head/; revision=149758
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
|
| |
PR: 87341
Submitted by: Charles Swiger <chuck@pkix.net> (maintainer)
Notes:
svn path=/head/; revision=145145
|
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
PR: ports/77242
Submitted by: Charles Swiger <chuck@pkix.net>
Notes:
svn path=/head/; revision=128311
|