| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: →https://reviews.freebsd.org/D15540
Notes:
svn path=/head/; revision=473503
|
|
|
|
|
|
|
| |
- Update WWW line in pkg-descr
Notes:
svn path=/head/; revision=439954
|
|
|
|
|
|
|
|
|
|
|
| |
QT_PREFIX was a remnant of a bygone time.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8825
Notes:
svn path=/head/; revision=428889
|
|
|
|
| |
Notes:
svn path=/head/; revision=421947
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
|
|
|
|
|
|
| |
- Add QT4 and QT5 options, to choose toolkit.
PR: 203804
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=399618
|
|
|
|
|
|
|
| |
- Regenerate patches with `make makepatch`
Notes:
svn path=/head/; revision=399318
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=399087
|
|
|
|
|
|
|
| |
Approved by: portmgr (sparc64 blanket)
Notes:
svn path=/head/; revision=397999
|
|
|
|
|
|
|
| |
approved by: PTHREAD blanket
Notes:
svn path=/head/; revision=382200
|
|
|
|
| |
Notes:
svn path=/head/; revision=380310
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While here, Fix LICENSE, rename patch files and remove dirrms
PR: 193988
Submitted by: me
Obtained from: upstream git repo [1]
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=370985
|
|
|
|
|
|
|
|
|
|
| |
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=368356
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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=340674
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add USES=desktop-file-utils
- Convert to staging
- Use space in pkg-descr WWW line
- Remove redundant update-mime-database lines from pkg-plist
PR: ports/183702
Submitted by: Me
Approved by: FreeBSD@nagilum.org (maintainer)
Notes:
svn path=/head/; revision=333020
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with [st])
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331274
|
|
|
|
|
|
|
| |
security)
Notes:
svn path=/head/; revision=327769
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix build on head [1]
- Trim Makefile header
- USES gmake shared-mime-info
PR: ports/182090
Submitted by: freebsd _AT_ nagilum.org (maintainer)
Notes:
svn path=/head/; revision=327427
|
|
|
|
|
|
|
| |
Review by: bapt, David Naylor (kde team)
Notes:
svn path=/head/; revision=298557
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
| |
PR: ports/167869
Submitted by: freebsd@nagilum.org (maintainer)
Approved by: tabthorpe (mentor)
Notes:
svn path=/head/; revision=296605
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove check for unsupported OS versions
PR: ports/167674
Submitted by: freebsd@nagilum.org [1]
Approved by: crees (mentor)
Notes:
svn path=/head/; revision=296241
|
|
|
|
|
|
|
|
|
| |
PR: 162788
Submitted by: maintainer
Feature safe: yes
Notes:
svn path=/head/; revision=286496
|
|
|
|
| |
Notes:
svn path=/head/; revision=276991
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
|
|
|
|
|
|
| |
Add LICENSE
PR: ports/150130
Submitted by: maintainer
Notes:
svn path=/head/; revision=260374
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
|
|
|
|
|
|
|
| |
- Pass maintainer to submitter
PR: ports/142349
Submitted by: freebsd@nagilum.org
Approved by: Mark Foster <mark@foster.cc> (maintainer)
Notes:
svn path=/head/; revision=248476
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=243059
|
|
|
|
|
|
|
|
|
| |
PR: ports/137348
Submitted by: Dima Panov <fluffy@fluffy.khv.ru>
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=239596
|
|
|
|
|
|
|
| |
Approved by: maintainer timeout (2 weeks)
Notes:
svn path=/head/; revision=234480
|
|
|
|
| |
Notes:
svn path=/head/; revision=218044
|
|
|
|
|
|
|
|
|
|
| |
as pointed out by Mike Watters.
PR: ports/123584
Submitted by: Mark Foster (maintainer)
Notes:
svn path=/head/; revision=214506
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
| |
Pointy hat to: pav
Notes:
svn path=/head/; revision=204133
|
|
|
|
|
|
|
|
|
|
| |
- Try if it builds now
PR: ports/117658
Submitted by: Mark D. Foster <mark@foster.cc> (maintainer)
Notes:
svn path=/head/; revision=203726
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=200341
|
|
|
|
|
|
|
|
|
|
|
| |
- Transfer maintainership
PR: ports/113401
Submitted by: Mark D. Foster <mark@foster.cc>
Approved by: maintainership change - linimon (portmgr)
Notes:
svn path=/head/; revision=196126
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
| |
Notes:
svn path=/head/; revision=172740
|
|
|
|
| |
Notes:
svn path=/head/; revision=162215
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154303
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154137
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154116
|
|
|
|
|
|
|
|
|
| |
PR: ports/76892
Submitted by: maintainer
Additional credits: tobez
Notes:
svn path=/head/; revision=128390
|
|
|
|
|
|
|
|
| |
PR: ports/76667
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=127365
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=118496
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
| |
Notes:
svn path=/head/; revision=102225
|