| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=482846
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight
Notes:
svn path=/head/; revision=474242
|
|
|
|
| |
Notes:
svn path=/head/; revision=473355
|
|
|
|
|
|
|
|
|
|
|
| |
- Chase shlib bump
- Reassign to the heap
PR: 225276
Submitted by: bsam
Notes:
svn path=/head/; revision=462657
|
|
|
|
|
|
|
| |
MFH: 2017Q2
Notes:
svn path=/head/; revision=438948
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=430454
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
PR: 213144
Exp-run by: antoine
Notes:
svn path=/head/; revision=423591
|
|
|
|
| |
Notes:
svn path=/head/; revision=417068
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
| |
MFH: 2015Q2
Notes:
svn path=/head/; revision=388668
|
|
|
|
| |
Notes:
svn path=/head/; revision=383676
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets can be
reused
Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting
_MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed
to really disable parallelisation with waf
WAF_CMD has been created to allow one to override the location of the waf script
relatively to WRKSRC
CONFIGURE_TARGET is by default defined to "configure"
ALL_TARGET is by default defined to "build"
INSTALL_TARGET is by default defined to "install"
USES=waf is by default stagedir safe
Notes:
svn path=/head/; revision=383571
|
|
|
|
| |
Notes:
svn path=/head/; revision=376905
|
|
|
|
|
|
|
|
|
| |
- Add some dependencies on dbus-glib and gtk30
- Add gtk-update-icon-cache to pkg-plist
- Bump PORTREVISION
Notes:
svn path=/head/; revision=376893
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=376674
|
|
|
|
|
|
|
| |
Remove useless gnomehack
Notes:
svn path=/head/; revision=375517
|
|
|
|
| |
Notes:
svn path=/head/; revision=374378
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371289
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
| |
Notes:
svn path=/head/; revision=362023
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=361812
|
|
|
|
|
|
|
|
|
|
|
|
| |
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=361099
|
|
|
|
|
|
|
|
| |
Submitted by: QAT
Pointyhat to: tabthorpe (again)
Notes:
svn path=/head/; revision=340007
|
|
|
|
|
|
|
|
|
|
| |
- Utilise LIB_DEPENDS
Submitted by: erwinbot, portsanp build bot
Pointyhat to: tabthorpe
Notes:
svn path=/head/; revision=339992
|
|
|
|
|
|
|
| |
- Support STAGEDIR
Notes:
svn path=/head/; revision=339986
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with m)
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331270
|
|
|
|
|
|
|
| |
misc)
Notes:
svn path=/head/; revision=327745
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt, implicit)
Notes:
svn path=/head/; revision=327124
|
|
|
|
|
|
|
|
|
|
|
|
| |
quite some time.
- Switch all remaining consumers to depend on www/libxul
- Mark ports that don't work with the new libxul BROKEN
- Mark some old ports DEPRECATED with a reasonable timeout
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=320984
|
|
|
|
|
|
|
| |
Reported by: pkg (DEVELOPER_MODE)
Notes:
svn path=/head/; revision=320861
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316464
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
- Trim headers
Submitted by: bapt via irc
Feature safe: yes
Notes:
svn path=/head/; revision=305854
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
resulting package will change.
Submitted by: Jan Beich <jbeich@tormail.org>
With hat: gecko
Notes:
svn path=/head/; revision=304053
|
|
|
|
|
|
|
|
|
|
| |
- Add options to build rendering engine
PR: ports/169514
Submitted by: John Marshall <john.marshall riverwillow.com.au>
Notes:
svn path=/head/; revision=300298
|
|
|
|
|
|
|
|
|
|
|
| |
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=298970
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Notes:
svn path=/head/; revision=292330
|
|
|
|
| |
Notes:
svn path=/head/; revision=292079
|
|
|
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=279506
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Submitted by: bapt via irc
Notes:
svn path=/head/; revision=271129
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
- Remove MD5 checksum while I am here
Notes:
svn path=/head/; revision=263708
|
|
|
|
| |
Notes:
svn path=/head/; revision=263410
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
|
|
|
|
| |
- Fix plist
- Bump PORTREVISION
Notes:
svn path=/head/; revision=255202
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
This release features commits by avl, ahze, bland, marcus, mezz, and myself.
The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.
And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin
and ITetcu for two exp-run
PR: ports/143852
ports/145347
ports/144980
ports/145830
ports/145511
Notes:
svn path=/head/; revision=254099
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=251448
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
| |
- Remove CONFLICTS and un-needed patch
Notes:
svn path=/head/; revision=247346
|
|
|
|
| |
Notes:
svn path=/head/; revision=247152
|