| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=359353
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=359318
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Notes:
svn path=/head/; revision=359254
|
|
|
|
| |
Notes:
svn path=/head/; revision=359219
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- Convert USE_BZIP2 to USES while here
Pointy hat to: zeising
Notes:
svn path=/head/; revision=359055
|
|
|
|
|
|
|
|
|
| |
the release
With hat: portmgr
Notes:
svn path=/head/; revision=358860
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changes that Debian made to their libtool. The first command applies to
libtool versions 1.4 and up. The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down. It applies to 2.x. Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).
The third and fourth command fix relinking. During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory. This allows running an
executable that links to libA from within the work directory. The relink
removes this extra runpath.
When libtool relinks libA it replaces "libB.la" on the linker command line
with "-L${STAGEDIR}${PREFIX}/lib -lB" with the intention to link to libB in
the stage directory but this -L flag isn't necessarily the first so another
libB may be linked instead. The two sed commands make relink the same as a
normal link. This means libtool will relink with libraries from the work
directory using a path similar to "../srcB/.libs/libB.so" without -L flags.
This applies to libtool 1.4 and up. Earlier versions don't seem to relink
libraries.
(This fixes ports like devel/apr1 so they link with freshly built libraries
instead of installed libraries.)
Fix all ports with missing libraries.
Additionally:
archivers/rpm4: USES=patchfix.
databases/gdbm: INSTALL_TARGET=install-strip.
devel/gnome-vfs: remove patch that doesn't change anything.
devel/ois: INSTALL_TARGET=install-strip and use standard USE_AUTOTOOLS.
devel/zziplib: INSTALL_TARGET=install-strip, MAKE_CMD.
multimedia/mjpegtools: remove USE_AUTOTOOLS, use modern compiler on i386
instead of disabling optimisations.
net/libnetdude: disable static plugins.
PR: 190941
Exp-run: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=358784
|
|
|
|
|
|
|
|
|
| |
PR: 190886
Submitted by: olgeni
Approved by: maintainer
Notes:
svn path=/head/; revision=358710
|
|
|
|
| |
Notes:
svn path=/head/; revision=358563
|
|
|
|
|
|
|
|
|
|
| |
PR: 188302
Submitted by: anonymous (gmail)
Approved by: maintainer timeout (2 months)
Verified by: Redports 8x pass
Notes:
svn path=/head/; revision=358328
|
|
|
|
|
|
|
| |
Approved by: gnome (kwm)
Notes:
svn path=/head/; revision=358311
|
|
|
|
| |
Notes:
svn path=/head/; revision=358297
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]
JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
anymore at run-time.
PR: 185462 [1]
PR: 187548 [2]
PR: 182793 [3]
PR: 181746 [4]
PR: 176047 [5]
PR: 190814 [6]
Submitted by: c.petrik.sosa@gmail.com [1]
Matthieu Volat <mazhe@alkumuna.eu> [2]
free.bsd@webstyle.ch [3]
andrnils@gmail.com [4]
rfg@tristatelogic.com [5]
Michelle Sullivan <michelle@sorbs.net> [6]
Approved by: portmgr (blanket) (for NO_STAGED ports)
Notes:
svn path=/head/; revision=358176
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=358148
|
|
|
|
|
|
|
| |
PR: 191099
Notes:
svn path=/head/; revision=358136
|
|
|
|
|
|
|
|
|
| |
2: switch tar:bzip2
Approved by: portmgr@
Notes:
svn path=/head/; revision=358128
|
|
|
|
| |
Notes:
svn path=/head/; revision=357972
|
|
|
|
| |
Notes:
svn path=/head/; revision=357786
|
|
|
|
|
|
|
|
| |
PR: 190906
Submitted by: ports fury
Notes:
svn path=/head/; revision=357747
|
|
|
|
| |
Notes:
svn path=/head/; revision=357713
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=357526
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=357362
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=357300
|
|
|
|
| |
Notes:
svn path=/head/; revision=357262
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=357203
|
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Notes:
svn path=/head/; revision=356785
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix and sort plist
- Use new LIB_DEPENDS syntax
- Whitespace nits
MFH: 2014Q2
Notes:
svn path=/head/; revision=356693
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=356666
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=356665
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=356613
|
|
|
|
|
|
|
|
|
|
| |
The libxml2 fix for CVE-2014-0191 broke meinproc4, which resulted in the KDE
translation ports failing to build.
MFH: 2014Q2
Notes:
svn path=/head/; revision=356550
|
|
|
|
| |
Notes:
svn path=/head/; revision=356452
|
|
|
|
|
|
|
|
|
| |
wxGTK 2.6 (activated by default in wxGTK 2.8 not in wxGTK 3.0)
wxGTK 2.6 is EOLed for long
Notes:
svn path=/head/; revision=356442
|
|
|
|
| |
Notes:
svn path=/head/; revision=356435
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=356423
|
|
|
|
| |
Notes:
svn path=/head/; revision=356362
|
|
|
|
|
|
|
| |
- Strip libraries
Notes:
svn path=/head/; revision=356259
|
|
|
|
|
|
|
| |
Announce: https://mail.xfce.org/pipermail/xfce-announce/2014-May/000325.html
Notes:
svn path=/head/; revision=356011
|
|
|
|
| |
Notes:
svn path=/head/; revision=355836
|
|
|
|
|
|
|
|
|
|
| |
2014-05-25 x11-toolkits/libgtk-java: Unmaintained, outdated not depend on
2014-05-25 graphics/cairo-java: Unmaintained, outdated not depend on
2014-05-25 devel/libgconf-java: Unmaintained, outdated not depend on
2014-05-25 x11/libgnome-java: Unmaintained, outdated not depend on
Notes:
svn path=/head/; revision=355577
|
|
|
|
|
|
|
|
| |
PR: 190185
Submitted by: pi
Notes:
svn path=/head/; revision=355496
|
|
|
|
|
|
|
|
|
|
|
| |
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=355360
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=355292
|
|
|
|
|
|
|
| |
- Use variables in plist to avoid having to update it in future versions
Notes:
svn path=/head/; revision=354951
|
|
|
|
| |
Notes:
svn path=/head/; revision=354949
|
|
|
|
| |
Notes:
svn path=/head/; revision=354883
|
|
|
|
|
|
|
|
|
|
| |
- Fix for bzip USES
PR: ports/189635
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Notes:
svn path=/head/; revision=354764
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use MACHINE_CPUARCH rather than MACHINE_ARCH. While the former technically
is more correct it unfortunately doesn't exist in stable/8, yet, and using
the latter actually doesn't make a difference for i386.
- Allow to build nvidia-driver on OSVERSION > 1000052 with the LINUX option
enabled.
Reported by: swills
Notes:
svn path=/head/; revision=354739
|