| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 190875
Submitted by: maintainer
Notes:
svn path=/head/; revision=360169
|
|
|
|
|
|
|
| |
Reported by: jhibbits
Notes:
svn path=/head/; revision=359631
|
|
|
|
|
|
|
|
|
|
|
| |
- Support for critical sections in the C runtime.
- Unicode data updated to Unicode 7.0.
- Support for interlaced PNG encoding.
- Initial stub for the Packager library.
- Various bug fixes.
Notes:
svn path=/head/; revision=359599
|
|
|
|
|
|
|
|
|
|
|
| |
handling. (this fixes sysutils/screen) [1]
- arm-bsd-user: fix sigreturn frame handling. [2]
- Bump PORTREVISION.
Submitted by: kan [1], sson [2]
Notes:
svn path=/head/; revision=359593
|
|
|
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=359476
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=359321
|
|
|
|
| |
Notes:
svn path=/head/; revision=359307
|
|
|
|
| |
Notes:
svn path=/head/; revision=359250
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=359209
|
|
|
|
|
|
|
|
|
|
| |
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
Notes:
svn path=/head/; revision=359185
|
|
|
|
| |
Notes:
svn path=/head/; revision=359081
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Reported by: sbruno
Notes:
svn path=/head/; revision=358788
|
|
|
|
| |
Notes:
svn path=/head/; revision=358720
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improvements:
* Add Link support
* Add Lirc support
* Patch SDL interface (thanks dennylin93)
* Several new translations
* Many small fixes to various titles
PR: 189647
Submitted by: maintainer (Nicole Reid)
Notes:
svn path=/head/; revision=358546
|
|
|
|
|
|
|
| |
files/extra-patch-790d0ef625d22ff3f1a895d266a48e2bacd63776 lost by psvn ci.
Notes:
svn path=/head/; revision=358457
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Submitted by: kan
Notes:
svn path=/head/; revision=358452
|
|
|
|
|
|
|
| |
PR: 190897
Notes:
svn path=/head/; revision=358221
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.
audio/portaudio
- Pass maintainership to koalative at gmail.com
audio/portaudio2
- Pass maintainership to koalative at gmail.com
deskutils/parcellite
- Pass maintainership to koalative at gmail.com
devel/allegro
- Change Makefile header, add Created by Jimmy Olgeni <olgeni@FreeBSD.org>
- Pass maintainership to koalative at gmail.com
devel/allegro-devel
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
emulators/q4wine
- Remove not needed linie
- Pass maintainership to koalative at gmail.com
emulators/swine
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
finance/venice
- Pass maintainership to koalative at gmail.com
graphics/glfw
- Pass maintainership to koalative at gmail.com
graphics/glfw2
- Pass maintainership to koalative at gmail.com
graphics/xsane
- Pass maintainership to koalative at gmail.com
textproc/loook
- Pass maintainership to koalative at gmail.com
Notes:
svn path=/head/; revision=358053
|
|
|
|
|
|
|
|
|
|
|
| |
- X11 drag & drop fixes.
- A few more C/C++ runtime functions.
- Fixes for various memory issues found by Valgrind.
- Some OLE storage fixes.
- Various bug fixes.
Notes:
svn path=/head/; revision=357892
|
|
|
|
|
|
|
| |
PR: 191012
Notes:
svn path=/head/; revision=357855
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Reported by: sbruno
Notes:
svn path=/head/; revision=357631
|
|
|
|
|
|
|
|
|
|
|
|
| |
In addition:
* Update maintainer address
* minor tweaks
PR: 190923
submitted by: maintainer (Pavel Volkoy)
Notes:
svn path=/head/; revision=357506
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.
Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.
PR: 190592
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=357486
|
|
|
|
|
|
|
|
|
|
| |
- Add stage support
PR: 190867
Submitted by: maintainer
Notes:
svn path=/head/; revision=357478
|
|
|
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=357277
|
|
|
|
|
|
|
|
|
|
| |
- Use options helpers
PR: ports/190852
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Notes:
svn path=/head/; revision=357255
|
|
|
|
|
|
|
|
|
|
| |
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=357070
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port really does require infozip, the base unzip fails to
extract with the message, "Invalid central directory signature".
/usr/bin/tar also fails with a similar message.
This source file only needed a couple of minor fixes to build again.
Passes Redports 8x
Notes:
svn path=/head/; revision=356682
|
|
|
|
|
|
|
|
| |
PR: 190334
Submitted by: shurd@sasktel.net (maintainer)
Notes:
svn path=/head/; revision=356407
|
|
|
|
|
|
|
| |
- Strip binaries
Notes:
svn path=/head/; revision=356267
|
|
|
|
|
|
|
|
| |
Reviewed by: flo (mentor)
Approved by: flo (mentor)
Notes:
svn path=/head/; revision=356240
|
|
|
|
|
|
|
|
| |
Reviewed by: flo (mentor)
Approved by: flo (mentor)
Notes:
svn path=/head/; revision=356239
|
|
|
|
|
|
|
|
| |
Reviewed by: flo (mentor)
Approved by: flo (mentor)
Notes:
svn path=/head/; revision=356158
|
|
|
|
|
|
|
|
|
|
| |
Note that this won't fix the port to build on 10 or 11.
Reviewed by: flo (mentor)
Approved by: flo (mentor)
Notes:
svn path=/head/; revision=356157
|
|
|
|
|
|
|
|
|
|
|
|
| |
The port doesn't build with std=c++11. Even though it's
an upstream problem, the maintainer might want to
look into fixing this.
Reviewed by: flo (mentor)
Approved by: flo (mentor)
Notes:
svn path=/head/; revision=356155
|
|
|
|
|
|
|
|
| |
Reviewed by: flo (mentor)
Approved by: flo (mentor)
Notes:
svn path=/head/; revision=356154
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The original master site www.amigaemulator.org is not
available anymore, the only available source was an
amiga forum called http://www.amigaemuboard.net, so
it lives on freefall now.
Reviewed by: flo (mentor)
Approved by: flo (mentor)
Notes:
svn path=/head/; revision=356149
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=355995
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Support STAGEDIR
- Convert to OptionsNG
- Convert to new LIB_DEPENDS syntax
- Add license
- Pass maintainership to submitter
PR: ports/190392
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> (new maintainer)
Notes:
svn path=/head/; revision=355903
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Build and install correctly when DEBUG option is enabled. [2]
Reported by: Mike Jakubik <mike.jakubik@intertainservices.com> [1]
PR: ports/190227 [1]
Reported by: Ron Thomas <ron@vopenhouse.ca> [2]
Tested by: Ron Thomas <ron@vopenhouse.ca> [2]
Notes:
svn path=/head/; revision=355732
|
|
|
|
| |
Notes:
svn path=/head/; revision=355415
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=355332
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=355278
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Maintainers for these ports have been notified on 5 separate occasions
over the course of several months about pending actions required.
We really appreciate the time and effort you put in to maintain
these ports.
If you are still interested in helping to maintain these ports just
reply to me or file a PR and I will happily assign the port to you
again.
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=355274
|
|
|
|
| |
Notes:
svn path=/head/; revision=354987
|
|
|
|
| |
Notes:
svn path=/head/; revision=354968
|
|
|
|
|
|
|
|
|
| |
- Create symbolic links to SDK directory.
Reported by: bar, nox [1]
Notes:
svn path=/head/; revision=354967
|
|
|
|
|
|
|
|
|
| |
the previous commit (r354896) because the problem was fixed in 4.3.12:
https://www.virtualbox.org/changeset/50940/vbox
Notes:
svn path=/head/; revision=354961
|
|
|
|
| |
Notes:
svn path=/head/; revision=354896
|
|
|
|
|
|
|
|
|
| |
PR: 189570
Submitted by: "Charlie &" <root@tomse.dk>
Approved by: maintainer
Notes:
svn path=/head/; revision=354731
|