| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
Notes:
svn path=/head/; revision=484628
|
|
|
|
|
|
|
|
| |
- Switch to USES=localbase
- Switch to options helpers
Notes:
svn path=/head/; revision=425126
|
|
|
|
| |
Notes:
svn path=/head/; revision=421738
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
| |
- Pet portlint
Notes:
svn path=/head/; revision=402688
|
|
|
|
| |
Notes:
svn path=/head/; revision=373086
|
|
|
|
|
|
|
| |
No time for this unfortunately.
Notes:
svn path=/head/; revision=371714
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=362049
|
|
|
|
| |
Notes:
svn path=/head/; revision=360498
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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=353870
|
|
|
|
|
|
|
| |
mail)
Notes:
svn path=/head/; revision=327742
|
|
|
|
|
|
|
|
| |
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Notes:
svn path=/head/; revision=308630
|
|
|
|
| |
Notes:
svn path=/head/; revision=291338
|
|
|
|
|
|
|
|
|
|
|
| |
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
Notes:
svn path=/head/; revision=284232
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=276989
|
|
|
|
|
|
|
| |
starting with M
Notes:
svn path=/head/; revision=240072
|
|
|
|
| |
Notes:
svn path=/head/; revision=209420
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
USE_GETOPT_LONG respectively. This reduces the executable's size
considerably. (More ports should be doing this.)
When comparing md5 checksums (used to detect duplicates in the
input), treat each as a pair of 8-byte integers instead of calling
strncmp, which was just plain buggy. Memcmp should've been used
instead, but two integer comparisions are even faster.
Re-work the resizable array of checksums removing a separate malloc
call for each md5 checksum. This reduces the runtime memory consumption
considerably. (Tried using a hashtable instead of linearly searching
through the array, but did not see a speed-gain even over a large
collection of messages.)
Vendor notified, but has not responded (the software's last release
is several years old).
Bump PORTREVISION.
Approved by: maintainer
Notes:
svn path=/head/; revision=186962
|
|
|
|
| |
Notes:
svn path=/head/; revision=162032
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154158
|
|
|
|
| |
Notes:
svn path=/head/; revision=150431
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
|
| |
PR: 56356
Noticed by: anders
Notes:
svn path=/head/; revision=96461
|
|
|
|
|
|
|
|
|
| |
PR: 56356
Submitted by: leeym
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=96021
|
|
|
|
| |
Notes:
svn path=/head/; revision=78683
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
| |
Notes:
svn path=/head/; revision=64740
|
|
|
|
| |
Notes:
svn path=/head/; revision=57399
|
|
|
|
| |
Notes:
svn path=/head/; revision=56047
|
|
|
|
| |
Notes:
svn path=/head/; revision=53430
|
|
regular expression.
PR: 31550
Submitted by: Anders Nordby <anders@fix.no>
Notes:
svn path=/head/; revision=49403
|