| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Strip library
Notes:
svn path=/head/; revision=373472
|
|
|
|
| |
Notes:
svn path=/head/; revision=369130
|
|
|
|
| |
Notes:
svn path=/head/; revision=367113
|
|
|
|
|
|
|
| |
'__' instead.
Notes:
svn path=/head/; revision=363362
|
|
|
|
| |
Notes:
svn path=/head/; revision=363157
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=359318
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
- Silence cmp execution in pkg-plist
Notes:
svn path=/head/; revision=350593
|
|
|
|
|
|
|
|
|
| |
LIB_DEPENDS in audio
With hat: portmgr
Notes:
svn path=/head/; revision=336166
|
|
|
|
|
|
|
| |
audio)
Notes:
svn path=/head/; revision=327706
|
|
|
|
|
|
|
|
| |
PR: ports/166658
Submitted by: scheidell@ (me)
Notes:
svn path=/head/; revision=295527
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for amd64 only) [1]
- Channel dougb and re-write the rc script [2]
- Bump PORTREVISION
PR: ports/166658 [1]
Submitted by: Callum Gibson <callumgibson@optusnet.com.au> [1]
Reviewed by: scheidell@ [2]
Notes:
svn path=/head/; revision=295526
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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=271305
|
|
|
|
| |
Notes:
svn path=/head/; revision=180783
|
|
|
|
|
|
|
|
|
|
| |
- these include astro/ audio/ biology/ chinese/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes:
svn path=/head/; revision=170572
|
|
|
|
|
|
|
| |
INFO is defined.
Notes:
svn path=/head/; revision=150424
|
|
|
|
| |
Notes:
svn path=/head/; revision=149221
|
|
|
|
| |
Notes:
svn path=/head/; revision=120422
|
|
|
|
| |
Notes:
svn path=/head/; revision=99295
|
|
|
|
| |
Notes:
svn path=/head/; revision=92340
|
|
|
|
|
|
|
|
|
|
| |
- ECHO -> ECHO_MSG
PR: ports/56766
Submitted: KATO Tsuguru <tkato@prontomail.com>
Notes:
svn path=/head/; revision=89486
|
|
|
|
| |
Notes:
svn path=/head/; revision=75951
|
|
|
|
|
|
|
|
|
|
|
| |
o make rc.d script more modern, accordingly.
o Bump PORTREVISION.
PR: ports/27875
Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp>
Notes:
svn path=/head/; revision=74294
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
|
|
|
| |
- better config file management
PR: 35634
Submitted by: Alan Eldridge <ports@geeksrus.net>
Notes:
svn path=/head/; revision=59485
|
|
|
|
|
|
|
|
| |
<machine/soundcard.h> is moved to <sys/soundcard.h> on both 4-stable
and 5-current. See commitlog of src/include/Makefile rev 1.165.
Notes:
svn path=/head/; revision=57550
|
|
|
|
|
|
|
|
|
|
|
| |
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
Notes:
svn path=/head/; revision=53947
|
|
|
|
|
|
|
|
| |
PR: 27204
Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp>
Notes:
svn path=/head/; revision=45368
|
|
|
|
|
|
|
|
| |
>>> RCPT To:<rmallory@csusb.edu>
<<< 550 5.1.1 <rmallory@csusb.edu>... User unknown
Notes:
svn path=/head/; revision=42550
|
|
|
|
|
|
|
|
|
|
| |
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
Notes:
svn path=/head/; revision=30229
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add WWW: line into pkg/DESCR
- Add INSTALLS_SHLIB/INFO_FILES hunks
- HAS_CONFIGURE -> GNU_CONFIGURE
PR: 19521
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes:
svn path=/head/; revision=29943
|
|
|
|
| |
Notes:
svn path=/head/; revision=27415
|
|
|
|
| |
Notes:
svn path=/head/; revision=25569
|
|
|
|
| |
Notes:
svn path=/head/; revision=25422
|
|
|
|
|
|
|
| |
multi-line command.... ;)
Notes:
svn path=/head/; revision=21492
|
|
|
|
| |
Notes:
svn path=/head/; revision=20938
|
|
|
|
|
|
|
| |
chown -> ${CHOWN}
Notes:
svn path=/head/; revision=20885
|
|
|
|
|
|
|
|
| |
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
Notes:
svn path=/head/; revision=19799
|
|
|
|
|
|
|
|
|
|
| |
Make portlint happy by removing trailing spaces and shortening DESCR (me).
PR: 12363
Submitted by: Will Andrews <andrews@technologist.com>
Notes:
svn path=/head/; revision=19723
|
|
|
|
|
|
|
|
| |
PR: 12033
Submitted by: Nick Hibma nick.hibma@jrc.it
Notes:
svn path=/head/; revision=19221
|
|
|
|
| |
Notes:
svn path=/head/; revision=13329
|
|
|
|
|
|
|
|
| |
PLISTs, it's just that none of the ones that do use the MANx
variables.
Notes:
svn path=/head/; revision=12569
|
|
|
|
|
|
|
| |
letter "A".
Notes:
svn path=/head/; revision=12270
|
|
|
|
|
|
|
| |
Submitted by: distfile checker
Notes:
svn path=/head/; revision=9401
|
|
|
|
|
|
|
|
|
| |
Install rplayd automatically
Use gsm library from ports
Fix PLIST
Notes:
svn path=/head/; revision=6908
|
|
|
|
|
|
|
|
|
|
|
| |
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Notes:
svn path=/head/; revision=4578
|
|
|
|
|
|
|
| |
Added MAINTAINERS to many of them.
Notes:
svn path=/head/; revision=4497
|
|
|
|
| |
Notes:
svn path=/head/; revision=4486
|